[Dda-cvs] htdocs research.php,NONE,1.1
Status: Beta
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2006-07-08 16:11:22
|
Update of /cvsroot/dda/htdocs In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv19742 Added Files: research.php Log Message: Moved research page into php script for easier future modification. --- NEW FILE: research.php --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <?php include("header.php"); ?> <!- <link type="text/css" rel="stylesheet" href="dda.css" /> <link rel="SHORTCUT ICON" href="./Images/favicon.ico" /> <meta name="GENERATOR" content="Microsoft FrontPage 6.0" /> <meta name="ProgId" content="FrontPage.Editor.Document" /> <meta http-equiv="Content-Type" content= "text/html; charset=us-ascii" /> --> <title> Research </title> </head> <body> <table border="4" width="100%" id="table1" cellpadding="10"> <tr> <td width="17%" valign="top" bgcolor="#CACAFF"> </td> <td width="76%" bgcolor="#CCCCFF"> <p class="c2"> <span class="c1">DDA Research</span> </p> </td> </tr> <tr> <td width="17%" valign="top" bgcolor="#CCCCFF"> <?php include("menu.php"); ?> </td> <td width="78%"> <div id="maincol"> <p class="c9"> This web site has been developed for sharing work of all members for Discontinuous Deformation Analysis software (DDA). Currently available <span class="c8">researches area contains of:</span> </p> </div> <ol> <li> <p class="c9"> Increasing the graphical ability to create the geometry of model easily. </p> </li> <li> <p class="c9"> <span class="c8">Adding the material models that simulate viscoelastic and viscoplastic (creep) and elastoplastic behavior.</span> </p> </li> <li> <p class="c9"> Implementing the reinforcement elements such as fully grouted cable bolt, lining. </p> </li> <li> <p class="c9"> Graphical output in a wide range of industry-standard formats such as such as Excel, Perl, TCL, Matlab, Octave. </p> </li> <li> <p class="c9"> Creating HTML-based Help accessed from the Help menu describes use of the user-interface; and provides access to the full <span class= "nmc">DDA</span> Manual. </p> </li> </ol> <p> </p> </td> </tr> </table> <p class="c10"> </p> </body> </html> |