|
|
(One intermediate revision not shown) |
Line 1: |
Line 1: |
- | {{:Team:Cornell/templates/header}}
| |
- | <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
| |
- | <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
| |
- | <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
| |
- | <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
| |
- | <!--[if gt IE 8]><!-->
| |
- | <html class="no-js" lang="en">
| |
- | <!--<![endif]-->
| |
- | <div class="row">
| |
- | <div class="two columns">
| |
- | <ul class="side-nav">
| |
- | <li>
| |
- | <h6>Dry Lab</h6>
| |
- | </li>
| |
- | <li class="divider"></li>
| |
- | <li>
| |
- | <a href="https://2012.igem.org/Team:Cornell/project/drylab">How It Works</a>
| |
- | </li>
| |
- | <li>
| |
- | <a href="https://2012.igem.org/Team:Cornell/project/drylab/functional_requirements">Functional Requirements</a>
| |
- | </li>
| |
- | <li>
| |
- | <a href="https://2012.igem.org/Team:Cornell/project/drylab/components">Components</a>
| |
- | </li>
| |
- | <li>
| |
- | Modeling
| |
- | <ul>
| |
- | <li>
| |
- | <a href="https://2012.igem.org/Team:Cornell/project/drylab/modeling/deployment">Deployment</a>
| |
- | </li>
| |
- | <li>
| |
- | <a href="https://2012.igem.org/Team:Cornell/project/drylab/modeling/time_response">Time Response</a>
| |
- | </li>
| |
- | </ul>
| |
- | </li>
| |
- | <li>
| |
- | <a href="https://2012.igem.org/Team:Cornell/project/drylab/status">Device Status</a>
| |
- | </li>
| |
- | <li class="active">
| |
- | <a href="https://2012.igem.org/Team:Cornell/project/drylab/3dmodel">3D Model</a>
| |
- | </li>
| |
- | </ul>
| |
- | </div>
| |
- | <div class="ten columns team-bios-container">
| |
- | <div class="row">
| |
- | <div class="twelve columns">
| |
- | <h2 class="centered">3D Model</h2>
| |
- | </div>
| |
- | </div>
| |
| | | |
- |
| |
- |
| |
- | <div class="row last-ele">
| |
- | <div class="twelve columns">
| |
- | <p class="header">
| |
- | <span>Unity Web Player | </span>WebPlayer
| |
- | </p>
| |
- | <div class="content">
| |
- | <div id="unityPlayer">
| |
- | <div class="missing">
| |
- | <a href="http://unity3d.com/webplayer/" title="Unity Web Player. Install now!"> <img alt="Unity Web Player. Install now!" src="http://webplayer.unity3d.com/installation/getunity.png" width="193" height="63" /> </a>
| |
- | </div>
| |
- | </div>
| |
- | </div>
| |
- | <p class="footer">
| |
- | « created with <a href="http://unity3d.com/unity/" title="Go to unity3d.com">Unity</a> »
| |
- | </p>
| |
- | </div>
| |
- | </div>
| |
- | </div>
| |
- | </div>
| |
- |
| |
- | <script src="https://2012.igem.org/Team:Cornell/javascripts/foundation.min?action=raw&ctype=text/javascript"></script>
| |
- | <script src="https://2012.igem.org/Team:Cornell/javascripts/app?action=raw&ctype=text/javascript"></script>
| |
- | <script src="https://2012.igem.org/Team:Cornell/javascripts/lightbox?action=raw&ctype=text/javascript"></script>
| |
- | <script type="text/javascript" src="http://webplayer.unity3d.com/download_webplayer-3.x/3.0/uo/UnityObject.js"></script>
| |
- | <script type="text/javascript">
| |
- | <!--
| |
- | function GetUnity() {
| |
- | if (typeof unityObject != "undefined") {
| |
- | return unityObject.getObjectById("unityPlayer");
| |
- | }
| |
- | return null;
| |
- | }
| |
- | if (typeof unityObject != "undefined") {
| |
- | unityObject.embedUnity("unityPlayer", "https://dl.dropbox.com/u/3824307/iGEM/WebPlayer.unity3d", 960, 600);
| |
- |
| |
- | }
| |
- | -->
| |
- | </script>
| |
- | <script type="text/javascript">
| |
- | $(window).load(function() {
| |
- | $('li.pg-project_drylab').addClass('active');
| |
- | });
| |
- | </script>
| |
- | </body>
| |
- | </html>
| |