(Created page with " <!-- small screen menu --> <div class="container" > <ul id="gn-menu" class="gn-menu-main" > <li class="gn-trigger"> <a class="gn-icon gn-icon-menu"> </...") |
|||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <head> | ||
+ | <meta charset="UTF-8" /> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2016.igem.org/Template:NAU-CHINA/texiao?action=raw&ctype=text/css" /> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2016.igem.org/Template:NAU-CHINA/component?action=raw&ctype=text/css" /> | ||
+ | <style type="text/css"> | ||
+ | /* Hide top title */ | ||
+ | #top_title, #sideMenu { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | /* Hide first heading */ | ||
+ | .firstHeading { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*-- Remove borders, float content left and remove padding/margin */ | ||
+ | #globalWrapper, #content{ | ||
+ | background-color: transparent; | ||
+ | border: none; | ||
+ | float: center; | ||
+ | width: auto; | ||
+ | margin-left: 0px; | ||
+ | margin-top: -8px; | ||
+ | padding: auto; | ||
+ | } | ||
+ | |||
+ | /*left align Black Menu Bar */ | ||
+ | #top_menu_inside { | ||
+ | margin-left: 0px; | ||
+ | } | ||
+ | .centerImage | ||
+ | { | ||
+ | text-align:center; | ||
+ | display:block; | ||
+ | } | ||
+ | .wraptocenter { | ||
+ | display: table-cell; | ||
+ | text-align: center; | ||
+ | vertical-align: middle; | ||
+ | width: 200px; | ||
+ | height: 200px; | ||
+ | background-color: #999; | ||
+ | } | ||
+ | .wraptocenter * { | ||
+ | vertical-align: middle; | ||
+ | } | ||
+ | #top_menu_inside .submenu{min-height:250px;} | ||
+ | |||
+ | @media screen and (max-width: 1220px) { | ||
+ | |||
+ | .menu{ | ||
+ | display: none; | ||
+ | |||
+ | } | ||
+ | |||
+ | .container { | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | } | ||
+ | |||
+ | @media screen and (min-width: 1220px) { | ||
+ | |||
+ | .menu{ | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | .container { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | } | ||
+ | |||
+ | /* body style */ | ||
+ | #maintext{ | ||
+ | padding: 400px 120px 0 120px; | ||
+ | |||
+ | } | ||
+ | body{ | ||
+ | background-color:white; | ||
+ | } | ||
+ | #maintext ol,p{ | ||
+ | padding-left: 60px; | ||
+ | padding-right: 70px; | ||
+ | font-family:'Comic Sans MS','Arial Black'; | ||
+ | color: rgb(100,100,100); | ||
+ | font-size:17px; | ||
+ | } | ||
+ | #maintext a{ | ||
+ | text-decoration: none; | ||
+ | font-family:'Comic Sans MS','Arial Black'; | ||
+ | color: rgb(100,100,100); | ||
+ | } | ||
+ | #maintext h1{ | ||
+ | padding-left: 60px; | ||
+ | padding-right: 70px; | ||
+ | font-family:'Comic Sans MS','Arial Black'; | ||
+ | color: rgb(100,100,100); | ||
+ | } | ||
+ | |||
+ | |||
+ | #maintext #imgbox{ | ||
+ | padding-left: 20%; | ||
+ | } | ||
+ | #biaodan a{color: rgb(100,100,100);} | ||
+ | #biaodan a:visited{font-family:'Comic Sans MS','Arial Black';} | ||
+ | #biaodan #lianjie{font-size:24px;} | ||
+ | #ClickBack{ | ||
+ | text-align: center; | ||
+ | position: fixed; | ||
+ | bottom: 2%; | ||
+ | right: 2%; | ||
+ | font-family:'Comic Sans MS','Arial Black'; | ||
+ | } | ||
+ | |||
+ | #ClickBack img{ | ||
+ | width: 100px; | ||
+ | } | ||
+ | #biaodan #wenxian{padding-left:30px;font-size:17px;} | ||
+ | #hongde{ | ||
+ | color: red; | ||
+ | } | ||
+ | </style> | ||
+ | <script type="text/javascript"> | ||
+ | |||
+ | function ChangeImg(ThisPic) | ||
+ | { | ||
+ | var size=document.body.clientWidth; | ||
+ | var TrueWidth=ThisPic.width; | ||
+ | var TrueHeight=ThisPic.height; | ||
+ | var Multiple=TrueWidth/size; | ||
+ | |||
+ | ThisPic.width=size; | ||
+ | ThisPic.height=TrueHeight/Multiple; | ||
+ | } | ||
+ | |||
+ | </script> | ||
+ | |||
+ | |||
+ | </head> | ||
+ | <body> | ||
<!-- small screen menu --> | <!-- small screen menu --> | ||
Line 86: | Line 231: | ||
</div> | </div> | ||
</nav> | </nav> | ||
+ | |||
+ | <div id="maintext"> | ||
+ | <div style="background-color: rgba(94,247,126,0.4);"> | ||
+ | <br><br> | ||
+ | <h1>Part List</h1> | ||
+ | <p>The whole parts made by NAU this year.Click for details.</p> | ||
+ | <ol> | ||
+ | <li><a href="http://parts.igem.org/Part:BBa_K2088003"><b>pbaA1A2</b></a></li> | ||
+ | <li><a href="http://parts.igem.org/Part:BBa_K2088007"><b>pbaB</b></a></li> | ||
+ | <br> | ||
+ | <li><a href="http://parts.igem.org/Part:BBa_K2088002"><b>PbaC</b></a></li> | ||
+ | <li><a href="http://parts.igem.org/Part:BBa_K2088004"><b>optimized pbaC</b></a></li> | ||
+ | <li><a href="http://parts.igem.org/Part:BBa_K2088691">J23100+B0034+<b>pbaC</b>+B0014</a></li> | ||
+ | <br> | ||
+ | <li><a href="http://parts.igem.org/Part:BBa_K2088689"><b>mhbD</b></a></li> | ||
+ | <li><a href="http://parts.igem.org/Part:BBa_K2088005"><b>optimized mhbD</b> with a designed rbs</a></li> | ||
+ | <br> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K2088668"><li><b>mhbM</b></li></a> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K2088616"><li><b>optimized mhbM</b> with designed RBS</li></a> | ||
+ | <br> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K2088669"><li><b>mhbI</b></li></a> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K2088016"><li><b>optimized mhbI</b> with a designed rbs</li></a> | ||
+ | <br> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K2088670"><li><b>mhbH</b></li></a> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K2088017"><li><b>optimized mhbH</b> with a designed rbs</li></a> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K2088018"><li><b>optimized mhbI & H</b> with designed rbs</li></a> | ||
+ | <br> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K2088666"><li><b>MhbT</b></li></a> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K2088671"><li>J23100+B0034+<b>mhbT</b>+dt</li></a> | ||
+ | <br> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K2088000"><li><b>C230</b></li></a> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K2088008"><li><b>C23O</b> gene with <b>native rbs </b></li></a> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K2088010"><li>J23100+B0034+K316003 (a device used to express catechol- 2,3-dioxygenase <span id="hongde">*K316003 is a previous part contains XylE and double terminators</span>)</li></a> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K2088009"><li><b>Promoter + C23O</b>(BBa_K2088008) + Terminator</li></a> | ||
+ | <br> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K2088011"><li><b>MhbR</b></li></a> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K2088690"><li><b>optimized mhbR</b></li></a> | ||
+ | <br> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K2088001"><li><b>copA</b> promoter</li></a> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K2088015"><li><b>copA+riboJ</b>+B0030+GFP+B0015</li></a> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K2088672"><li><b>copA+ riboJ +mhbDHIM</b>+ terminator</li></a> | ||
+ | <br> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K2088013"><li><b>Mhbpt</b></li></a> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K2088012"><li><b>MhbR+MhbRpt </b></li></a> | ||
+ | <br> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K2088612"><li><b>Riboswitch</b> called “M6”</li></a> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K2088014"><li>J23100+<b>riboJ+M6</b>+GFP+B001517</li></a> | ||
+ | </ol> | ||
+ | <br><br> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id="ClickBack"> | ||
+ | <a href="https://2016.igem.org/Team:NAU-CHINA/Model"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/e/e9/NAU_CHINA_2016_ClickToBack.gif"> | ||
+ | <p>Click Me Back</p></a> | ||
+ | </div> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/6/64/NAU_CHINA_MODEL_BG.jpeg" onload="ChangeImg(this)" style="z-index:-60;position:absolute;left:0;top:0px"><!--backgroundimg--> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Template:NAU-CHINA/modernizr_custom? | ||
+ | action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Template:NAU-CHINA/gnmenu? | ||
+ | action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Template:NAU-CHINA/classie? | ||
+ | action=raw&ctype=text/javascript"></script> | ||
+ | <script> | ||
+ | new gnMenu( document.getElementById( 'gn-menu' ) ); | ||
+ | </script> | ||
+ | </body> | ||
+ | </html> |
Revision as of 08:51, 16 October 2016
Part List
The whole parts made by NAU this year.Click for details.
- pbaA1A2
- pbaB
- PbaC
- optimized pbaC
- J23100+B0034+pbaC+B0014
- mhbD
- optimized mhbD with a designed rbs
- mhbM
- optimized mhbM with designed RBS
- mhbI
- optimized mhbI with a designed rbs
- mhbH
- optimized mhbH with a designed rbs
- optimized mhbI & H with designed rbs
- MhbT
- J23100+B0034+mhbT+dt
- C230
- C23O gene with native rbs
- J23100+B0034+K316003 (a device used to express catechol- 2,3-dioxygenase *K316003 is a previous part contains XylE and double terminators)
- Promoter + C23O(BBa_K2088008) + Terminator
- MhbR
- optimized mhbR
- copA promoter
- copA+riboJ+B0030+GFP+B0015
- copA+ riboJ +mhbDHIM+ terminator
- Mhbpt
- MhbR+MhbRpt
- Riboswitch called “M6”
- J23100+riboJ+M6+GFP+B001517