Team:NJAU China
From 2014.igem.org
Line 1: | Line 1: | ||
- | <html | + | <html> |
<head> | <head> | ||
- | < | + | <style type="text/css"> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/ | |
- | + | ||
- | + | .firstHeading { | |
- | + | width: 975px; | |
+ | margin: 0px auto; | ||
+ | padding-top: 100px; | ||
+ | margin-bottom: 20px; | ||
+ | font-family: Georgia, Times, "Times New Roman", serif; | ||
+ | } | ||
- | + | h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;} | |
- | + | ||
- | + | #top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/ | |
- | + | background-color: #383838; | |
- | + | border: 0 none; | |
- | + | height: 14px; | |
- | + | z-index: 100; | |
+ | top: 0; | ||
+ | position: fixed; | ||
+ | width: 975px; | ||
+ | left: 50%; | ||
+ | margin-left: -487px; | ||
+ | } | ||
- | + | #top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/ | |
- | + | background-color: #383838; | |
- | + | height: 14px; | |
- | + | display: block; | |
- | + | z-index: 10; | |
- | + | position: fixed; | |
- | + | width: 100%; | |
- | + | top: 0; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | #menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/ | |
- | + | color: #727272; | |
- | + | text-decoration: none; | |
- | + | background-color: transparent; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | body { | |
- | + | background-color: #fff; | |
- | + | } | |
- | + | ||
- | + | #globalWrapper, #content { /*-- changes default wiki settings --*/ | |
- | + | width: 100%; | |
- | + | height: 100%; | |
- | + | border: 0px; | |
- | + | background-color: transparent; | |
- | + | margin: 0px; | |
- | + | padding: 0px; | |
- | + | } | |
- | + | ||
- | + | html, body, .wrapper { /*-- changes default wiki settings --*/ | |
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | #contentcontainer { /*-- creates container for all content on page --*/ | ||
+ | font-family: Arial, Helvetica, sans-serif; | ||
+ | font-weight: normal; | ||
+ | font-size: 14px; | ||
+ | color: #414141; | ||
+ | width: 960px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | background-color: #transparent; | ||
+ | margin-top: 0px; | ||
+ | } | ||
+ | |||
+ | .sidemenu, .sidemenu li { | ||
+ | list-style-type: none; | ||
+ | list-style-image: none; | ||
+ | font-family: verdana; | ||
+ | text-decoration: none; | ||
+ | color:#000; | ||
+ | font-size: 14px; | ||
+ | } | ||
+ | |||
+ | .sidemenu li {display: block;} | ||
+ | |||
+ | .sidemenu a { | ||
+ | text-decoration:none; | ||
+ | color: #000; | ||
+ | display: block; | ||
+ | width: 180px; | ||
+ | height: 100%; | ||
+ | padding: 3px 5px; | ||
+ | transition: .25s ease-in-out; | ||
+ | -moz-transition: .25s ease-in-out; | ||
+ | -webkit-transition: .25s ease-in-out; | ||
+ | } | ||
+ | |||
+ | .sidemenu a.greyout { color: #909090; } | ||
+ | |||
+ | .sidemenu a:hover { | ||
+ | color:#666; | ||
+ | background-color: #d9f5aa; | ||
+ | } | ||
+ | |||
+ | .sub-sidemenu {font-size: 10px; margin-bottom: 20px; color: #666; display: none;} | ||
+ | .sub-sidemenu a {color: #666;} | ||
+ | |||
+ | div.underconst | ||
+ | { | ||
+ | padding:10px; | ||
+ | border-radius:5px; | ||
+ | background-color:pink; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | a.anchor{display: block; position: relative; top: -80px; visibility: hidden;} | ||
+ | |||
+ | .contentpara {margin-bottom: 30px;} | ||
+ | |||
+ | span.email{font-family: monospace; font-weight: normal;} | ||
+ | |||
+ | fieldset {border: 1px solid #337f53;} | ||
+ | |||
+ | .greyout {color: #A0A0A0;} | ||
+ | .highlightme {background-color: #FFFF00;} | ||
+ | |||
+ | #alertContainer {border: 2px solid red; margin-bottom: 10px; width: 936px;} | ||
+ | #annContainer {margin-left: 8px;} | ||
+ | #newsContainer {border: 1px solid #ccc;} | ||
+ | |||
+ | .newsTitle { | ||
+ | display: block; | ||
+ | color: #414141; | ||
+ | font-size: 25px; | ||
+ | font-family: Georgia, Times, "Times New Roman", serif; | ||
+ | padding: 10px 15px 5px 10px; | ||
+ | border-bottom: 1px solid #ccc; | ||
+ | margin-bottom: 0px; | ||
+ | } | ||
+ | |||
+ | .newsItem { | ||
+ | border-bottom: 1px solid #ccc; | ||
+ | display: block; | ||
+ | padding: 5px 15px 0px 10px; | ||
+ | margin-bottom: 0px; | ||
+ | } | ||
+ | |||
+ | .newsItem h3 { | ||
+ | width: auto; | ||
+ | display: inline; | ||
+ | font-size: 14px; | ||
+ | font-family: Arial, Helvetica, sans-serif; | ||
+ | padding: 0px; | ||
+ | margin: 0px; | ||
+ | } | ||
+ | |||
+ | .newsItem img { | ||
+ | float: right; | ||
+ | clear: right; | ||
+ | width: 80px; | ||
+ | padding-left: 15px; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | .newsItem .newsDate { | ||
+ | font-style: italic; | ||
+ | font-size: 14px; | ||
+ | display: inline-block; | ||
+ | color: #999; | ||
+ | float: right; | ||
+ | padding: 0px 0px 10px 15px; | ||
+ | } | ||
+ | |||
+ | .newsItem p, .newsItem ul, .newsItem li { | ||
+ | padding: 0px; | ||
+ | margin-left: 20px; | ||
+ | font-size: 12px; | ||
+ | line-height: 1.2; | ||
+ | } | ||
+ | |||
+ | .newsItem p {margin-top: 10px;} | ||
+ | |||
+ | .annItem { | ||
+ | border: 2px solid #49b677; | ||
+ | display: block; | ||
+ | padding: 0px 15px 10px 10px; | ||
+ | margin-bottom: 18px; | ||
+ | position: relative; | ||
+ | height: 160px; | ||
+ | vertical-align: middle; | ||
+ | } | ||
+ | |||
+ | .annItem .annCentered { | ||
+ | display: table-cell; | ||
+ | vertical-align: middle; | ||
+ | height: 160px; | ||
+ | } | ||
+ | |||
+ | .annCentered h3 { | ||
+ | padding: 0px; | ||
+ | display: block; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .annItem ul, .annItem li {padding: 0px; margin: 0px;} | ||
+ | .annItem li {list-style: none; margin: 5px} | ||
+ | |||
+ | |||
+ | |||
+ | </style> | ||
+ | </style> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <style> | ||
+ | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/ | ||
+ | </style> | ||
+ | |||
+ | <!-- here ends the section that changes the default wiki template to a white full width background --> | ||
+ | |||
+ | |||
+ | <!-- beginning of your page --> | ||
+ | |||
+ | <!-- menu --> | ||
+ | <table id="menu" width="100%" cellspacing="0" height="135px"> | ||
+ | <tr> | ||
+ | <td bgColor="#FFFFFF"></td> | ||
+ | <td valign="bottom" width="975px" align="center" bgColor="#FFFFFF"> | ||
+ | |||
+ | <table align="center"> | ||
+ | <tr height="50px"> | ||
+ | <td width="150px" align="center" onMouseOver="this.bgColor='#FEE5AD'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2> | ||
+ | <a href="https://2014.igem.org/Team:NTNU_Trondheim"style="text-decoration:none;color:#1C140D">HOME </a> </td> | ||
+ | |||
+ | <td width="150px" align="center" onMouseOver="this.bgColor='#FEE5AD'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2> | ||
+ | <a href="https://2014.igem.org/Team:NTNU_Trondheim/Project" style="text-decoration:none;color:#1C140D">PROJECT</a> </td> | ||
+ | |||
+ | <td width="150px" align="center" onMouseOver="this.bgColor='#FEE5AD'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2> | ||
+ | <a href="https://2014.igem.org/Team:NTNU_Trondheim/Parts" style="text-decoration:none;color:#1C140D">PARTS</a></td> | ||
+ | |||
+ | <td width="150px" align="center" onMouseOver="this.bgColor='#FEE5AD'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2> | ||
+ | <a href="https://2014.igem.org/Team:NTNU_Trondheim/Team" style="text-decoration:none;color:#1C140D">TEAM </a> </td> | ||
+ | |||
+ | <td width="150px" align="center" onMouseOver="this.bgColor='#FEE5AD'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2> | ||
+ | <a href="https://2014.igem.org/Team:NTNU_Trondheim/Notebook" style="text-decoration:none;color:#1C140D">NOTEBOOK </a> </td> | ||
+ | |||
+ | <td width="150px" align="center" onMouseOver="this.bgColor='#FEE5AD'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2> | ||
+ | <a href="https://2014.igem.org/Team:NTNU_Trondheim/Safety" style="text-decoration:none;color:#1C140D">SAFETY </a></td> | ||
+ | |||
+ | <td width="150px" align="center" onMouseOver="this.bgColor='#FEE5AD'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2> | ||
+ | <a href="https://2014.igem.org/Team:NTNU_Trondheim/Sponsors" style="text-decoration:none;color:#1C140D">SPONSORS </a></td> | ||
+ | </tr> | ||
+ | |||
+ | |||
+ | |||
+ | <tr> <td colspan="5"></td> | ||
+ | <td align="center" width="162px"><a href="https://igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a></td> | ||
+ | <td align="center" width="162px"><img src="https://static.igem.org/mediawiki/2014/2/27/Logo_ntnu.png" width="55px"></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | </td> | ||
+ | <td bgColor="#FFFFFF"></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <!-- end of menu --> | ||
+ | |||
+ | |||
+ | <!-- First block of content --> | ||
+ | <table id="firstblock" width="100%" cellspacing="0" height="500px"> | ||
+ | <tr> | ||
+ | <td bgColor="#FFFFFF"></td> | ||
+ | <td width="975px" align="center" bgColor="#FFFFFF" > | ||
+ | |||
+ | <!-- You can replace this image with your team's logo! --> | ||
+ | <!-- img src="https://static.igem.org/mediawiki/2014/0/06/BioPad.png" width="500px" --> | ||
+ | <h3>Welcome to NTNU's iGEM Wiki 2014! </h3> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/4/4a/NTNU_Igemlogo_modified.png" width="500px"> | ||
+ | <p>Scroll down to find more about our project! </p> | ||
+ | |||
+ | </td> | ||
+ | <td bgColor="#FFFFFF"></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <!-- end of first block --> | ||
+ | |||
+ | |||
+ | |||
+ | <!-- Block of content 1 --> | ||
+ | <table width="100%" cellspacing="0" height="500px"> | ||
+ | <tr><td bgColor="#FEE5AD"></td> | ||
+ | <td width="975px" align="center" bgColor="#FEE5AD" > | ||
+ | <table width="975px" cellspacing="0" height="500px"> | ||
+ | <tr> | ||
+ | |||
+ | <td width="95%" bgColor="#FEE5AD" rowspan="3" align="center"> | ||
+ | |||
+ | <!-- Content goes here --> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/7/79/NTNU_Trondheim_Dna_strand_1.png"> | ||
+ | <h3>Project</h3> | ||
+ | <p align="left">The primary goal of this project is to aid CO2-capturing efforts by developing a chemically inducible gene expression system for the photosynthesizing cyanobacterium <i>Synechocystis sp. </i> PCC6803, and using it to increase the rate of carbon fixation in the bacterium. </p> | ||
+ | <p align="left">This basic platform could then be used to offset CO2 emissions at a higher rate than the naturally occurring organism.</p> | ||
+ | </td> | ||
+ | |||
+ | |||
+ | <!-- This is the back to top button --> | ||
+ | <td bgColor=#FEE5AD> </td> | ||
+ | <tr><td bgColor=#FEE5AD></td></tr> | ||
+ | <tr> <td height="20px" width="5%" align="center" onMouseOver="this.bgColor='#FFFFFF'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2> | ||
+ | <a href="#firstblock" style="text-decoration:none;color:#1C140D"> Top </a> </td></tr> | ||
+ | </table> | ||
+ | |||
+ | |||
+ | </td> | ||
+ | <td bgColor="#FEE5AD"></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <!-- end of Block--> | ||
+ | |||
+ | |||
+ | |||
+ | <!-- Block of content 2 --> | ||
+ | <table width="100%" cellspacing="0" height="500px"> | ||
+ | <tr> | ||
+ | <td bgColor="#FACA66"></td> | ||
+ | <td width="975px" align="center" bgColor="#FACA66" > | ||
+ | |||
+ | <table width="975px" cellspacing="0" height="500px"> | ||
+ | <tr> | ||
+ | <td width="95%" bgColor="#FACA66" rowspan="3" align="center"> | ||
+ | |||
+ | <!-- Content goes here --> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/b/b5/Dnastrand3.png"> | ||
+ | <h3> Detailed project description</h3> | ||
+ | <p align="left"> During the course of this project, our team will construct a new BioBrick that allows chemically inducible expression of transgenes in <a href="http://www.genome.jp/kegg-bin/show_organism?org=syn"><i>Synechocystis sp.</i> PCC6803.</a></p> | ||
+ | |||
+ | <p align="left"> The new BioBrick will incorporate DNA sequences from four existing BioBricks, in addition to sequences from the <i>Synechocystis sp.</i> PC6803 genome.</p> | ||
+ | |||
+ | <p align="left">We will use metabolic modelling methods such as <a href="http://www.nature.com/nbt/journal/v28/n3/abs/nbt.1614.html">Flux Balance Analysis</a> to identify bottlenecks in pathways involved with carbon fixation. Once bottlenecks are identified, we will look for high throughput orthologs of the genes corresponding to the identified bottlenecks, and include these in our BioBrick. Finally, the BioBrick carrying high throughput orthologs will be transformed into <i>Synechocystis sp.</i> PC6803 cells to increase their carbon fixation rate. </p> | ||
+ | |||
+ | <p align="left">Head over to our <a href="https://2014.igem.org/Team:NTNU_Trondheim/Project">project page</a> to read more about the project! </p> | ||
+ | |||
+ | </td> | ||
+ | |||
+ | |||
+ | <!-- This is the back to top section --> | ||
+ | <td bgColor=#FACA66> </td> | ||
+ | <tr><td bgColor=#FACA66></td></tr> | ||
+ | <tr> <td height="20px" width="5%" align="center" onMouseOver="this.bgColor='#FFFFFF'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2> | ||
+ | <a href="#firstblock" style="text-decoration:none;color:#1C140D"> Top </a> </td></tr> | ||
+ | </table> | ||
+ | |||
+ | </td> | ||
+ | <td bgColor="#FACA66"></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <!-- end of Block--> | ||
+ | |||
+ | |||
+ | |||
+ | <!-- Block of content 3 --> | ||
+ | <table width="100%" cellspacing="0" height="500px"> | ||
+ | <tr> | ||
+ | <td bgColor="#F7A541"></td> | ||
+ | <td width="975px" align="center" bgColor="#F7A541" > | ||
+ | |||
+ | <table width="975px" cellspacing="0" height="500px"> | ||
+ | <tr> | ||
+ | <td width="95%" bgColor="#F7A541" rowspan="3" align="center"> | ||
+ | |||
+ | <!-- Content goes here --> | ||
+ | |||
+ | <img src="https://static.igem.org/mediawiki/2014/7/7d/Gears.png"> | ||
+ | <h3> Who will your project help?</h3> | ||
+ | <p> Tell your audience how your project will help the environment, science, medicine or everything else.</p> | ||
+ | </td> | ||
+ | |||
+ | |||
+ | <!-- This is the back to top section --> | ||
+ | <td bgColor=#F7A541> </td> | ||
+ | <tr><td bgColor=#F7A541></td></tr> | ||
+ | <tr> <td height="20px" width="5%" align="center" onMouseOver="this.bgColor='#FFFFFF'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2> | ||
+ | <a href="#firstblock" style="text-decoration:none;color:#1C140D"> Top </a> </td></tr> | ||
+ | |||
+ | </table> | ||
+ | |||
+ | |||
+ | </td> | ||
+ | <td bgColor="#F7A541"></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <!-- end of Block--> | ||
+ | |||
+ | |||
+ | <!-- Block of content 4 --> | ||
+ | <table width="100%" cellspacing="0" height="500px"> | ||
+ | <tr> | ||
+ | <td bgColor="#F45D4C"></td> | ||
+ | <td width="975px" align="center" bgColor="#F45D4C" > | ||
+ | |||
+ | <table width="975px" cellspacing="0" height="500px"> | ||
+ | <tr> | ||
+ | <td width="95%" bgColor="#F45D4C" rowspan="3" align="center"> | ||
+ | <!-- Content goes here --> | ||
+ | |||
+ | <img src="https://static.igem.org/mediawiki/2014/c/ce/Dnastrand2.png"> | ||
+ | <h3>Why did you choose this project?</h3> | ||
+ | <p> What motivated you to work on this project? Tell us what inspires you.</p> | ||
+ | |||
+ | </td> | ||
+ | |||
+ | |||
+ | <!-- This is the back to top section --> | ||
+ | <td bgColor=#F45D4C> </td> | ||
+ | <tr><td bgColor=#F45D4C ></td></tr> | ||
+ | <tr> <td height="20px" width="5%" align="center" onMouseOver="this.bgColor='#FFFFFF'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2> | ||
+ | <a href="#firstblock" style="text-decoration:none;color:#1C140D"> Top </a> </td></tr> | ||
+ | |||
+ | </table> | ||
+ | </td> | ||
+ | <td bgColor="#F45D4C"></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <!-- end of Block--> | ||
+ | |||
+ | |||
+ | |||
+ | <!-- Final block of content --> | ||
+ | <table id="firstblock" width="100%" cellspacing="0" height="200px"> | ||
+ | <tr> | ||
+ | <td bgColor="#FFFFFF"></td> | ||
+ | <td width="975px" align="center" bgColor="#FFFFFF" > | ||
+ | |||
+ | <p>Our sponsors:</p> | ||
+ | <table> | ||
+ | <tr> | ||
+ | <td><a href="http://www.genscript.com"><img src="https://static.igem.org/mediawiki/2014/d/df/Genscript_logo_small.png" width ="200"></a></td> | ||
+ | <td><a href="http://www.skretting.no"><img src="https://static.igem.org/mediawiki/2014/7/74/Skretting_logo.png" width="200"></a></td> | ||
+ | <td><a href="http://www.sparebank1.no/smn"><img src="https://static.igem.org/mediawiki/2014/9/98/SpareBank1_RGB_nett.jpg" width="200"></a></td> | ||
+ | <td><a href="http://www.geneious.com/"><img src="https://static.igem.org/mediawiki/2014/d/d6/Genious_logo.png" width="200px"></a></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | </td> | ||
+ | <td bgColor="#FFFFFF"></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <!-- end of final block --> | ||
+ | |||
+ | |||
+ | </p> | ||
+ | <!-- | ||
+ | NewPP limit report | ||
+ | Preprocessor node count: 10/1000000 | ||
+ | Post-expand include size: 86/2097152 bytes | ||
+ | Template argument size: 0/2097152 bytes | ||
+ | Expensive parser function count: 0/100 | ||
+ | --> | ||
+ | |||
+ | <!-- Saved in parser cache with key 2014_igem_org:pcache:idhash:1028-0!1!0!!en!2 and timestamp 20140624081802 --> | ||
+ | <div class="printfooter"> | ||
+ | Retrieved from "<a href="https://2014.igem.org/Team:UCL_Academy">https://2014.igem.org/Team:UCL_Academy</a>"</div> | ||
+ | <div id="catlinks"><div id='catlinks' class='catlinks catlinks-allhidden'></div></div> <!-- end content --> | ||
+ | <div class="visualClear"></div> | ||
+ | </div> | ||
</div> | </div> | ||
- | + | <!-- PAGE FOOTER -- ITEMS FROM COLUMN ! HAVE BEEN MOVED HERE -- RDR --> | |
- | + | <div class="visualClear"></div> | |
- | + | <div id='footer-box' class='noprint'> | |
- | + | <div id="footer"> | |
- | + | <div id="f-poweredbyico"><a href="http://www.mediawiki.org/"><img src="/wiki/skins/common/images/poweredby_mediawiki_88x31.png" height="31" width="88" alt="Powered by MediaWiki" /></a></div> <div id="f-copyrightico"><a href="http://creativecommons.org/licenses/by/3.0/"><img src="http://i.creativecommons.org/l/by/3.0/88x31.png" alt="Attribution 3.0 Unported" width="88" height="31" /></a></div> <ul id="f-list"> | |
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <!-- | + | <!-- Recentchanges is not handles well DEBUG --> |
- | + | <li id="t-recentchanges"><a href="/Special:RecentChanges" | |
- | < | + | title='Recent changes'>Recent changes</a></li> |
- | < | + | |
- | + | ||
- | < | + | <li id="t-whatlinkshere"><a href="/Special:WhatLinksHere/Team:UCL_Academy" |
- | < | + | title="List of all wiki pages that link here [j]" accesskey="j">What links here</a></li> |
- | < | + | <li id="t-recentchangeslinked"><a href="/Special:RecentChangesLinked/Team:UCL_Academy" |
- | < | + | title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li> |
- | <!-- | + | |
- | < | + | |
- | </body> | + | <li id="t-upload"><a href="/Special:Upload" |
+ | title="Upload files [u]" accesskey="u">Upload file</a> | ||
+ | </li> | ||
+ | <li id="t-specialpages"><a href="/Special:SpecialPages" | ||
+ | title="List of all special pages [q]" accesskey="q">Special pages</a> | ||
+ | </li> | ||
+ | <li><a href='/Special:Preferences'>My preferences</a></li> | ||
+ | </ul> | ||
+ | </div> <!-- close footer --> | ||
+ | <div id='footer'> | ||
+ | <ul id="f-list"> | ||
+ | |||
+ | <li id="t-print"><a href="/wiki/index.php?title=Team:UCL_Academy&printable=yes" | ||
+ | title="Printable version of this page [p]" accesskey="p">Printable version</a> | ||
+ | </li> | ||
+ | |||
+ | <li id="t-permalink"><a href="/wiki/index.php?title=Team:UCL_Academy&oldid=15365" | ||
+ | title="Permanent link to this revision of the page">Permanent link</a> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | <li id="privacy"><a href="/2014.igem.org:Privacy_policy" title="2014.igem.org:Privacy policy">Privacy policy</a></li> | ||
+ | <li id="disclaimer"><a href="/2014.igem.org:General_disclaimer" title="2014.igem.org:General disclaimer">Disclaimers</a></li> | ||
+ | </ul> | ||
+ | </div> <!-- close footer --> | ||
+ | </div> <!-- close footer-box --> | ||
+ | |||
+ | <script>if (window.runOnloadHook) runOnloadHook();</script> | ||
+ | </div> | ||
+ | <!-- Served in 0.157 secs. --></body> | ||
</html> | </html> |
Revision as of 15:46, 21 July 2014
|
Welcome to NTNU's iGEM Wiki 2014!Scroll down to find more about our project! |
|
|
|
|
Our sponsors: |