Team:UGA-Georgia/Attributions
From 2014.igem.org
(Difference between revisions)
MeganCheng (Talk | contribs) |
|||
(19 intermediate revisions not shown) | |||
Line 6: | Line 6: | ||
<html> | <html> | ||
+ | <style> | ||
+ | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/ | ||
- | < | + | <style> |
- | + | #sddm | |
+ | { margin: 0; | ||
+ | padding: 0; | ||
+ | z-index: 30} | ||
+ | #sddm li | ||
+ | { margin: 0; | ||
+ | padding: 0; | ||
+ | list-style: none; | ||
+ | float: left; | ||
+ | font: bold 11px arial} | ||
- | + | #sddm li a | |
- | + | { display: block; | |
- | + | margin: 0 1px 0 0; | |
- | + | padding: 4px 10px; | |
- | + | width: 60px; | |
- | + | background: #5970B2; | |
- | + | color: #FFF; | |
- | + | text-align: center; | |
- | + | text-decoration: none} | |
- | + | ||
- | + | #sddm li a:hover | |
- | + | { background: #49A3FF} | |
- | + | ||
- | + | #sddm div | |
- | + | { position: absolute; | |
+ | visibility: hidden; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | background: #EAEBD8; | ||
+ | border: 1px solid #5970B2} | ||
- | + | #sddm div a | |
- | + | { position: relative; | |
- | + | display: block; | |
+ | margin: 0; | ||
+ | padding: 5px 84px; | ||
+ | width: auto; | ||
+ | white-space: nowrap; | ||
+ | text-align: left; | ||
+ | text-decoration: none; | ||
+ | background: #FEE5AD; | ||
+ | color: #000000; | ||
+ | font: 15px arial} | ||
+ | #sddm div a:hover | ||
+ | { background: #49A3FF; | ||
+ | color: #FFF} | ||
+ | </style> | ||
- | < | + | <html> |
- | + | <head> | |
+ | <style> | ||
+ | body { | ||
+ | background-color:white; | ||
+ | background-image: linear-gradient(90deg, rgba(200,0,0,.5) 50%, transparent 50%), | ||
+ | linear-gradient(rgba(200,0,0,.5) 50%, transparent 50%); | ||
+ | background-size:50px 50px; | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | <script> | ||
+ | var timeout = 500; | ||
+ | var closetimer = 0; | ||
+ | var ddmenuitem = 0; | ||
- | + | // open hidden layer | |
- | + | function mopen(id) | |
+ | { | ||
+ | // cancel close timer | ||
+ | mcancelclosetime(); | ||
+ | // close old layer | ||
+ | if(ddmenuitem) ddmenuitem.style.visibility = 'hidden'; | ||
+ | // get new layer and show it | ||
+ | ddmenuitem = document.getElementById(id); | ||
+ | ddmenuitem.style.visibility = 'visible'; | ||
+ | } | ||
+ | // close showed layer | ||
+ | function mclose() | ||
+ | { | ||
+ | if(ddmenuitem) ddmenuitem.style.visibility = 'hidden'; | ||
+ | } | ||
- | + | // go close timer | |
- | + | function mclosetime() | |
+ | { | ||
+ | closetimer = window.setTimeout(mclose, timeout); | ||
+ | } | ||
- | + | // cancel close timer | |
- | + | function mcancelclosetime() | |
+ | { | ||
+ | if(closetimer) | ||
+ | { | ||
+ | window.clearTimeout(closetimer); | ||
+ | closetimer = null; | ||
+ | } | ||
+ | } | ||
- | + | // close layer when click-out | |
- | < | + | document.onclick = mclose; |
+ | </script> | ||
+ | <style> | ||
+ | img.center { | ||
+ | display: block; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | } | ||
+ | </style> | ||
+ | <!--main content --> | ||
+ | <table width="85%" align="center" bgcolor="#E6E6FA"> | ||
- | <td | + | <!--navigation menu --> |
- | + | <br> | |
+ | <td align="center" colspan="3"> | ||
- | < | + | <table width="100%" id="sddm"> |
- | < | + | <tr heigth="15px"></tr> |
+ | <tr heigth="75px"> | ||
- | <td style="border:1px | + | <div id="banner"><img id="idSelector" src="https://static.igem.org/mediawiki/2014/f/fa/Bannerugafinal.png" width="100%" height="100" align="center"></div> |
- | <a href="https://2014.igem.org/Team:UGA-Georgia | + | <td style="border:1px #fff;" align="center" height ="45px" width="250" onMouseOver="this.bgColor='#FF000'" onMouseOut="this.bgColor='#FEE5AD'" bgColor=#FEE5AD> |
+ | <a href="https://2014.igem.org/Team:UGA-Georgia"><p style="font-family: Basic L"><font size="2">HOME</font></p> </a> </td> | ||
- | <td style="border:1px | + | <td style="border:1px #fff" align="center" height ="45px" width="250" onMouseOver="this.bgColor='#FF000'" onMouseOut="this.bgColor='#FEE5AD'" bgColor=#FEE5AD> |
- | <a href="https://2014.igem.org/Team:UGA-Georgia/ | + | <a href="#" onmouseover="mopen('m1')" |
+ | onmouseout="mclosetime()" style="color:#000000" onMouseOver="this.bgColor='#FF000'" onMouseOut="this.bgColor='#FEE5AD'" bgColor=#FEE5AD><p style="font-family: Basic L"><font size="2"><b>PROJECT</b></font></p></a> | ||
+ | <div id="m1" | ||
+ | onmouseover="mcancelclosetime()" | ||
+ | onmouseout="mclosetime()"> | ||
+ | <a href=“https://2014.igem.org/Team:UGA-Georgia/Overview">Overview</a> | ||
+ | <a href="https://2014.igem.org/Team:UGA-Georgia/Geraniol">Geraniol</a> | ||
+ | <a href="https://2014.igem.org/Team:UGA-Georgia/Modeling">Modeling</a> | ||
+ | <a href="https://2014.igem.org/Team:UGA-Georgia/RBS">RBS Library</a> | ||
+ | <a href="https://2014.igem.org/Team:UGA-Georgia/Parts">Parts</a> | ||
+ | </div></td> | ||
+ | <td style="border:1px #fff;" align="center" height ="45px" width="250" onMouseOver="this.bgColor='#FF000'" onMouseOut="this.bgColor='#FEE5AD'" bgColor=#FEE5AD> | ||
+ | <a href="#" onmouseover="mopen('m3')" | ||
+ | onmouseout="mclosetime()" style="color:#000000"><p style="font-family: Basic L"><font size="2"><b>WET LAB</b></font></p></a> | ||
+ | <div id="m3" | ||
+ | onmouseover="mcancelclosetime()" | ||
+ | onmouseout="mclosetime()"> | ||
+ | <a href="https://2014.igem.org/Team:UGA-Georgia/Safety">Safety</a> | ||
+ | <a href="https://2014.igem.org/Team:UGA-Georgia/Notebook">Notebook</a> | ||
+ | <a href="https://2014.igem.org/Team:UGA-Georgia/Protocols">Protocols</a> | ||
+ | </div></td> | ||
+ | |||
+ | <td style="border:1px #fff;" align="center" height ="45px" width="250" onMouseOver="this.bgColor='#FF000'" onMouseOut="this.bgColor='#FEE5AD'" bgColor=#FEE5AD> | ||
+ | <a href="#" onmouseover="mopen('m4')" | ||
+ | onmouseout="mclosetime()" style="color:#000000"><p style="font-family: Basic L"><font size="2"><b>HUMAN PRACTICES</b></font></p></a> | ||
+ | <div id="m4" | ||
+ | onmouseover="mcancelclosetime()" | ||
+ | onmouseout="mclosetime()"> | ||
+ | <a href="https://2014.igem.org/Team:UGA-Georgia/Outreach">Outreach</a> | ||
+ | <a href="https://2014.igem.org/Team:UGA-Georgia/Seminars">Seminars</a> | ||
+ | </div></td> | ||
+ | |||
+ | <td style="border:1px #fff;" align="center" height ="45px" width="250" onMouseOver="this.bgColor='#FF000'" onMouseOut="this.bgColor='#FEE5AD'" bgColor=#FEE5AD> | ||
+ | <a href="#" onmouseover="mopen('m2')" | ||
+ | onmouseout="mclosetime()" style="color:#000000"><p style="font-family: Basic L"><font size="2"><b>TEAM</b></font></p></a> | ||
+ | <div id="m2" | ||
+ | onmouseover="mcancelclosetime()" | ||
+ | onmouseout="mclosetime()"> | ||
+ | <a href="https://igem.org/Team.cgi?id=1383">Official Team Profile</a> | ||
+ | <a href="https://2014.igem.org/Team:UGA-Georgia/Team">Members</a> | ||
+ | <a href="https://2014.igem.org/Team:UGA-Georgia/Attributions">Attributions</a> | ||
+ | |||
+ | </div></td> | ||
<td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/2014/d/d2/UGA-iGEM_Logo.jpg" width="55px"></a> </td> | <td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/2014/d/d2/UGA-iGEM_Logo.jpg" width="55px"></a> </td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
- | |||
+ | <!--end navigation menu --> | ||
</tr> | </tr> | ||
- | + | </tr> | |
- | + | ||
</td> | </td> | ||
Line 76: | Line 194: | ||
<tr><td bgColor="#e7e7e7" colspan="3" height="1px"> </tr> | <tr><td bgColor="#e7e7e7" colspan="3" height="1px"> </tr> | ||
<tr> <td colspan="3" height="5px"> </td></tr> | <tr> <td colspan="3" height="5px"> </td></tr> | ||
+ | |||
+ | |||
<!--Attributions content --> | <!--Attributions content --> | ||
- | <tr><td > <h3> | + | <tr><td > <h3> ACKNOWLEDGEMENTS</h3></td> |
<td ></td > | <td ></td > | ||
<td > <h3> </h3></td> | <td > <h3> </h3></td> | ||
Line 87: | Line 207: | ||
<p> | <p> | ||
- | + | We want to thank every undergraduate student who has contributed in this project, as well as to our graduate students, advisors, instructors and every one who has given our valuable suggestions that lead us to where we are today! | |
</p> | </p> | ||
</td> | </td> | ||
- | |||
<tr> | <tr> | ||
- | <td | + | <td width="45%" valign="top" colspan="3"> |
- | + | ||
- | + | ||
- | + | ||
<tr> | <tr> | ||
+ | <td width="45%" valign="top" colspan="3"> | ||
- | |||
- | < | + | <h3>Fundraising help and advice</h3> |
- | We | + | We would like to thank the various sponsors for their support of our project and research. Without their support in our research endeavors none of this would be possible. We would like to personally thank President Jere W. Morehead for assistance via the President’s Venture Fund. We are grateful for the University of Georgia’s continued support of the sciences on campus. We would also like to show our appreciation for Dr. Hoover from the Department of Microbiology, Dr. Verma from the Department of Engineering, Dr. David Lee from the Office of the Vice President for Research, Dr. Moore from the Department of Genetics, Dr. Glover from the Department of Biochemistry and Microbiology, Candee Bradbury from the Student Allocations Fee, Nancy Perkins for her help in the Department of Microbiology and The UGA Alumni Association. We appreciate your contributions and help! |
- | + | ||
- | < | + | <h3>Lab support</h3> |
- | + | <p>We would like to thank Dr. William B. Whitman and Dr. Yajun Yan for providing lab spaces and supplies to us. Our project could not be successfully done without their support. | |
</p> | </p> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | < | + | <h3>Project advisor support</h3> |
- | <li> | + | <li>Rachit Jain, a Doctoral Candidate at the University of Georgia, provided lots of his time to listen to our ideas, and advised us throughout the project. He also supervised the E. Coli Lab. </li> |
+ | <li>Dr. Zhe Lyu, Postdoctoral research associate, provided lots of ideas and suggestions to the team. He generously provided his working bench, and supervised the methanococcus lab. | ||
+ | <li>Naga Sirisha, a graduate student pursing her PhD in Biological and agricultural engineering at the University of Georgia, gave a lot of suggestions to the team. </li> | ||
+ | <li>Narendran Sekar, a PhD student in Biological and Agricultural Engineering at the University of Georgia, provided the help on MATLAB, as well as the advising for the project.</li> | ||
- | |||
- | |||
- | < | + | <h3>Wiki support</h3> |
+ | <p> | ||
+ | <li>Peyton Smith, and Rebecca Buchanan who wrote all the major information for the wiki page. </li> | ||
+ | <li>Kevin Moriles who made our cool banner for the wiki.</li> | ||
+ | <li>Mengyin Cheng who worked on formatting our wiki page.</li> | ||
- | + | </p> | |
- | + | ||
- | + | ||
- | |||
- | |||
- | |||
- | < | + | <h3> Thanks and acknowledgements for all other people involved in helping make a successful iGEM team.</h3> |
+ | <li>Katelyn Snider who designed our beautiful team t-shirt.</li> | ||
+ | <li>Brandon Burroway, a 4th year undergraduate student, who helped on the lab work for this year's project.</li> | ||
- | |||
</td> | </td> | ||
Line 150: | Line 258: | ||
</tr> | </tr> | ||
</table> | </table> | ||
+ | </body> | ||
</html> | </html> |
Latest revision as of 03:54, 18 October 2014
|
|||||
ACKNOWLEDGEMENTS |
|
||||
We want to thank every undergraduate student who has contributed in this project, as well as to our graduate students, advisors, instructors and every one who has given our valuable suggestions that lead us to where we are today! |
|||||
Fundraising help and adviceWe would like to thank the various sponsors for their support of our project and research. Without their support in our research endeavors none of this would be possible. We would like to personally thank President Jere W. Morehead for assistance via the President’s Venture Fund. We are grateful for the University of Georgia’s continued support of the sciences on campus. We would also like to show our appreciation for Dr. Hoover from the Department of Microbiology, Dr. Verma from the Department of Engineering, Dr. David Lee from the Office of the Vice President for Research, Dr. Moore from the Department of Genetics, Dr. Glover from the Department of Biochemistry and Microbiology, Candee Bradbury from the Student Allocations Fee, Nancy Perkins for her help in the Department of Microbiology and The UGA Alumni Association. We appreciate your contributions and help!Lab supportWe would like to thank Dr. William B. Whitman and Dr. Yajun Yan for providing lab spaces and supplies to us. Our project could not be successfully done without their support. Project advisor supportWiki support
Thanks and acknowledgements for all other people involved in helping make a successful iGEM team. |