Team:Duke/Project
From 2012.igem.org
(Difference between revisions)
(Prototype team page) |
|||
Line 1: | Line 1: | ||
- | |||
- | |||
<html> | <html> | ||
- | < | + | |
- | + | ||
- | + | <style> | |
+ | /* Sidebar */ | ||
+ | |||
+ | #sidebar { | ||
+ | float: right; | ||
+ | width: 253px; | ||
+ | } | ||
+ | |||
+ | #sidebar ul { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | list-style: none; | ||
+ | line-height: normal; | ||
+ | } | ||
+ | |||
+ | #sidebar li { | ||
+ | margin-bottom: 40px; | ||
+ | padding: 0 15px 0 20px; | ||
+ | } | ||
+ | |||
+ | #sidebar li ul { | ||
+ | } | ||
+ | |||
+ | #sidebar li li { | ||
+ | margin: 0; | ||
+ | padding: 5px 0; | ||
+ | border-bottom: 1px solid #E5E5E5; | ||
+ | } | ||
+ | |||
+ | #sidebar li h2 { | ||
+ | margin-bottom: 15px; | ||
+ | font-size: 18px; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Menu */ | ||
+ | |||
+ | #menu { | ||
+ | width: 960px; | ||
+ | height: 62px; | ||
+ | margin: 0; | ||
+ | border-top: 0; | ||
+ | border-right: 0; | ||
+ | border-left: 0; | ||
+ | padding: 0; | ||
+ | background: #252E3A url(http://i.imgur.com/bDFvK.jpg) no-repeat; | ||
+ | } | ||
+ | |||
+ | #menu ul { | ||
+ | margin: 0; | ||
+ | padding: 21px 0 0 30px; | ||
+ | list-style: none; | ||
+ | line-height: normal; | ||
+ | } | ||
+ | |||
+ | #menu li { | ||
+ | float: left; | ||
+ | padding: 0 20px 0 22px; | ||
+ | background: url(http://i.imgur.com/zJfPx.gif) no-repeat left center; | ||
+ | } | ||
+ | |||
+ | #menu li.first { | ||
+ | background: none; | ||
+ | } | ||
+ | |||
+ | #menu a { | ||
+ | text-decoration: none; | ||
+ | font-size: 14px; | ||
+ | font-weight: bold; | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | background: white; | ||
+ | color: black; | ||
+ | margin: 0; | ||
+ | border: 0; | ||
+ | padding: 0; | ||
+ | background: url("http://i.imgur.com/Ks99zh.jpg") 70% 80%; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <body> | ||
+ | <div id="banner"><img src="http://i.imgur.com/kBtYW.png" alt="" /></div> | ||
+ | |||
+ | |||
+ | <div id="menu"> | ||
+ | <ul> | ||
+ | <li class="first"><a href="https://2012.igem.org/Team:Duke" accesskey="1" | ||
+ | title="">Home</a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:Duke/Team" accesskey="2" | ||
+ | title="">Meet the Team</a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:Duke/Project" accesskey="3" | ||
+ | title="">Project Description</a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:Duke/Safety" accesskey="4" | ||
+ | title="">Safety</a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:Duke/notebooks" accesskey="5" | ||
+ | title="">Lab Notebook</a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:Duke/sponsors" accesskey="5" | ||
+ | title="">Sponsors</a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:Duke/humanpractices" accesskey="6" | ||
+ | title="">Human Practices</a></li> | ||
+ | </ul> | ||
+ | |||
</div> | </div> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | <!-- | + | <!-- start page --> |
+ | <div id="page"> | ||
+ | <!-- start content --> | ||
+ | |||
+ | <h2 class="title"><a href="#">Welcome to the Duke iGEM Wiki</a></h2> | ||
+ | <!-- end content --> | ||
+ | <!-- start sidebar --> | ||
+ | <div id="sidebar"> | ||
+ | <ul> | ||
+ | |||
+ | <li> | ||
+ | <h2>Duke iGEM 2012</h2> | ||
+ | <p>Our team is fully aware of it's disadvantages, being smaller than the rest, and holding less funding than the competition. However, these notions motivate each individual on the team rather than discourage us. We know that we will get out of this project, exactly what we put into it. Understanding this notion is why it is not unusual to find our team working 12 hour shifts daily. We are inspired and determined to contribute to the scientific community in a substantial way, utilizing our resources, and setting new standards.</p> | ||
+ | </li> | ||
+ | <li> | ||
+ | <h2>Optogenetics: The <u>hot</u> topic </h2> | ||
+ | Optogenetics is the combination of genetic and optical methods to control specific events in targeted cell. In 2010, optogenetics was chosen as the Method of the Year across all fields of science and engineering by the interdisciplinary research journal Nature Methods. At the same time, optogenetics was highlighted in the article on "Breakthroughs of the Decade" in the scientific research journal Science Breakthrough of the Decade. | ||
+ | </li> | ||
- | + | <li> | |
- | + | <h2>Useful Links</h2> | |
- | + | <ul> | |
- | + | <li><a href="http://www.genome.duke.edu/">Duke University IGSP</a></li> | |
- | + | <li><a href="http://www.bowmanbrockman.org/ncssm/">Bowman Brockman</a></li> | |
- | + | <li><a href="http://www.geneoracle.com/">Gene Oracle</a></li> | |
- | + | <li><a href="http://www.synberc.org/">SynBERC</a></li> | |
- | + | <li><a href="http://pubs.acs.org/journal/asbcd6">ACS Synethetic Biology</a></li> | |
- | ! | + | |
- | + | </ul> | |
- | + | </li> | |
+ | </ul> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <!-- end page --> | ||
+ | |||
+ | </body> | ||
+ | </html> | ||
+ | |||
- | == '''Overall project''' == | + | === '''Overall project''' === |
Tell us more about your project. Give us background. Use this is the abstract of your project. Be descriptive but concise (1-2 paragraphs) | Tell us more about your project. Give us background. Use this is the abstract of your project. Be descriptive but concise (1-2 paragraphs) | ||
Line 43: | Line 163: | ||
- | == Project Details== | + | === Project Details=== |
Line 65: | Line 185: | ||
- | == Results == | + | === Results === |
Revision as of 08:14, 3 October 2012
Contents |
Overall project
Tell us more about your project. Give us background. Use this is the abstract of your project. Be descriptive but concise (1-2 paragraphs)