[Dda-cvs] htdocs research.php,1.2,1.3
Status: Beta
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2006-07-10 22:31:42
|
Update of /cvsroot/dda/htdocs In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv27289 Modified Files: research.php Log Message: Fixed style info for research page. Index: research.php =================================================================== RCS file: /cvsroot/dda/htdocs/research.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** research.php 8 Jul 2006 19:35:59 -0000 1.2 --- research.php 10 Jul 2006 22:31:40 -0000 1.3 *************** *** 36,50 **** <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. --- 36,50 ---- <td width="78%"> <div id="maincol"> ! <p> This web site has been developed for sharing work of all members for Discontinuous Deformation Analysis software (DDA). Currently available ! researches area contains ! of: </p> </div> <ol> <li> ! <p> Increasing the graphical ability to create the geometry of model easily. *************** *** 52,63 **** </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. --- 52,63 ---- </li> <li> ! <p> ! Adding the material models that simulate viscoelastic and viscoplastic (creep) ! and elastoplastic behavior. </p> </li> <li> ! <p> Implementing the reinforcement elements such as fully grouted cable bolt, lining. *************** *** 65,69 **** </li> <li> ! <p class="c9"> Graphical output in a wide range of industry-standard formats such as such as Excel, --- 65,69 ---- </li> <li> ! <p> Graphical output in a wide range of industry-standard formats such as such as Excel, *************** *** 72,80 **** </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> --- 72,79 ---- </li> <li> ! <p> Creating HTML-based Help accessed from the Help menu describes use of the user-interface; and ! provides access to the full DDA Manual. </p> </li> *************** *** 86,92 **** </tr> </table> ! <p class="c10"> ! ! </p> </body> </html> --- 85,89 ---- </tr> </table> ! </body> </html> |