(15 intermediate revisions by 6 users not shown) | |||
Line 2: | Line 2: | ||
<html class="no-js"> | <html class="no-js"> | ||
<style> /********************************* WIKI RESET ********************************/ | <style> /********************************* WIKI RESET ********************************/ | ||
+ | @import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,700%7CSource+Sans+Pro:400,700%7CMontserrat:500'); | ||
#sideMenu, #top_title { | #sideMenu, #top_title { | ||
display:none; | display:none; | ||
Line 14: | Line 15: | ||
body { | body { | ||
background-color: black; | background-color: black; | ||
− | font-family:" | + | font-family:"Crimson Text", "Source Sans Pro", Montserrat, sans-serif; !important; |
} | } | ||
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { | ||
font-family:"Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; !important; | font-family:"Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; !important; | ||
} | } | ||
+ | #HQ_page .bios-banner-caption { | ||
+ | text-align: center; !important; | ||
+ | font-family: 'Crimson Text', serif; !important; | ||
+ | font-size: 65px; !important; | ||
+ | } | ||
+ | |||
+ | #HQ_page p { | ||
+ | font-family:"Crimson Text", "Helvetica Neue", Helvetica, Arial, sans-serif; !important; | ||
+ | font-size: 16px; !important; | ||
+ | text-align: left; !important; | ||
+ | |||
+ | } | ||
+ | |||
+ | #HQ_page .bio-title { | ||
+ | font-size: 36px; !important; | ||
+ | } | ||
+ | |||
+ | #HQ_page .bio-subtitle { | ||
+ | font-size: 24px; !important; | ||
+ | } | ||
+ | |||
+ | #HQ_page .sponsors-title { | ||
+ | margin: 100px 0; !important; | ||
+ | text-align: center; !important; | ||
+ | font-size: 65px; !important; | ||
+ | } | ||
+ | |||
+ | a:visited { | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
<head> | <head> | ||
<meta charset="UTF-8"> | <meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
− | <title> | + | <title>Bios</title> |
− | <meta name="description" content=" | + | <meta name="description" content="Bios"> |
<meta name="viewport" content="width=device-width, initial-scale=1"> | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<!--Stylesheets--> | <!--Stylesheets--> | ||
<link rel="stylesheet" href="https://2017.igem.org/Team:Cornell/bootstrapCSS?action=raw&ctype=text/css"> | <link rel="stylesheet" href="https://2017.igem.org/Team:Cornell/bootstrapCSS?action=raw&ctype=text/css"> | ||
− | + | <link rel="stylesheet" href="https://2017.igem.org/Team:Cornell/styles?action=raw&ctype=text/css"> <!--For nav bar text--> | |
+ | <link rel="stylesheet" href="https://2017.igem.org/Team:Cornell/animateCSS?action=raw&ctype=text/css"> <!--For slide show text animation--> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:Cornell/slickCSS?action=raw&ctype=text/css"> | ||
<link rel="stylesheet" href="https://2017.igem.org/Team:Cornell/mainCSS?action=raw&ctype=text/css"> | <link rel="stylesheet" href="https://2017.igem.org/Team:Cornell/mainCSS?action=raw&ctype=text/css"> | ||
<!-- JavaScript Files--> | <!-- JavaScript Files--> | ||
− | <script src="https://2017.igem.org/Team:Cornell/jquerymin?action=raw&ctype=text/javascript" type="text/javascript" ></script> | + | <script src="https://2017.igem.org/Team:Cornell/jquerymin?action=raw&ctype=text/javascript" type="text/javascript"></script> |
+ | <script src="https://2017.igem.org/Team:Cornell/modernizrJS?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
+ | <script src="https://2017.igem.org/Team:Cornell/slickJS?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
+ | <script src="https://2017.igem.org/Team:Cornell/stellar?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
<script src="https://2017.igem.org/Team:Cornell/mainJS?action=raw&ctype=text/javascript" type="text/javascript"></script> | <script src="https://2017.igem.org/Team:Cornell/mainJS?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
</head> | </head> | ||
+ | <!------------------------NAV BAR------------------------> | ||
<body class="ex-layout"> | <body class="ex-layout"> | ||
− | + | <div class="main-nav-wrapper nav-wrapper-1-creative"> | |
− | + | <nav> | |
− | + | <div class="main-nav main-nav-1 creative-page nav-content-toggle"> | |
− | + | <div class="container"> | |
− | + | <div class="nav-logo"> | |
− | + | <a href="https://2017.igem.org/Team:Cornell"><img src="https://static.igem.org/mediawiki/2017/1/1d/CornellOxyponicsLogo.png" alt="Oxyponics"></a> | |
− | + | </div> <!--nav-logo--> | |
− | + | <ul class="nav-main-menu nav-content-item"> | |
− | + | <li><a href="https://2017.igem.org/Team:Cornell">HOME</a></li> | |
− | + | <li><a href="https://2017.igem.org/Team:Cornell/Description">ABOUT</a></li> | |
− | + | <li class="mega-menu menu-5-col"><a href="#">TOOLKIT</a> | |
− | + | <ul class="mega-menu-content"> | |
− | + | <li class="menu-title"><a href="#">WET LAB</a> | |
− | + | <ul> | |
− | + | <li><a href="https://2017.igem.org/Team:Cornell/Results">FOUNDATIONS</a></li> | |
− | + | <li><a href="https://2017.igem.org/Team:Cornell/Demonstrate">DEMONSTRATE</a></li> | |
− | + | <li><a href="https://2017.igem.org/Team:Cornell/Contribution">CONTRIBUTION</a></li> | |
− | + | <li><a href="https://2017.igem.org/Team:Cornell/Parts">PARTS</a></li> | |
− | + | <li><a href="https://2017.igem.org/Team:Cornell/Basic_Part">BASIC PARTS</a></li> | |
− | + | <li><a href="https://2017.igem.org/Team:Cornell/Protocol">PROTOCOLS</a></li> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</ul> | </ul> | ||
− | + | </li> | |
− | + | <li class="menu-title"><a href="#">PRODUCT DEVELOPMENT</a> | |
− | + | <ul> | |
− | + | <li><a href="https://2017.igem.org/Team:Cornell/Design">DESIGN PROCESS</a></li> | |
− | + | <li><a href="https://2017.igem.org/Team:Cornell/Applied_Design">APPLIED DESIGN</a></li> | |
− | + | <li><a href="https://2017.igem.org/Team:Cornell/Software">SOFTWARE</a></li> | |
− | + | <li><a href="https://2017.igem.org/Team:Cornell/Model">MODELING</a></li> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</ul> | </ul> | ||
− | + | </li> | |
− | + | <li class="menu-title"><a href="#">DOCUMENTATION</a> | |
− | + | <ul> | |
− | + | <li><a href="https://2017.igem.org/Team:Cornell/Notebook">NOTEBOOK</a></li> | |
− | + | <li><a href="https://2017.igem.org/Team:Cornell/Safety">SAFETY</a></li> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</ul> | </ul> | ||
− | + | </li> | |
− | <li><a href="#"> | + | </ul> |
− | + | </li> | |
− | + | <li><a href="#">HUMAN CENTERED DESIGN</a> | |
− | + | <ul> | |
+ | <li><a href="https://2017.igem.org/Team:Cornell/HP/Gold_Integrated">PRACTICES</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Policies">POLICIES</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Cornell/Entrepreneurship">ENTREPRENEURSHIP</a></li> | ||
</ul> | </ul> | ||
− | + | </li> | |
− | <li><a href="https://2017.igem.org/Team:Cornell/ | + | <li><a href="#">OUTREACH</a> |
− | + | <ul> | |
− | + | <li><a href="https://2017.igem.org/Team:Cornell/Collaborations">COLLABORATIONS</a></li> | |
− | + | <li><a href="https://2017.igem.org/Team:Cornell/Engagement">PUBLIC ENGAGEMENT</a></li> | |
− | + | </ul> | |
− | + | </li> | |
− | + | <li><a href="#">TEAM</a> | |
− | + | <ul> | |
− | + | <li><a href="https://2017.igem.org/Team:Cornell/Team">BIOS</a></li> | |
− | + | <li><a href="https://2017.igem.org/Team:Cornell/Sponsors">SPONSORS</a></li> | |
− | + | <li><a href="https://2017.igem.org/Team:Cornell/Attributions">ATTRIBUTIONS</a></li> | |
− | + | </ul> | |
− | + | </li> | |
− | < | + | </ul> <!--nav-content-item--> |
− | + | </div> <!--nav bar container--> | |
− | </ | + | </div> <!--main-nav--> |
− | + | </nav> | |
+ | </div> <!--main-nav-wrapper--> | ||
+ | <main> | ||
+ | <!------------------------END NAV BAR------------------------> | ||
+ | <!------------------------BANNER------------------------> | ||
+ | <div class="container-fluid solid-banner-wrapper"> | ||
+ | <svg width=100% height="300"> | ||
+ | <rect width=100% height="300" style="fill:rgb(86,113,81);fill-opacity:0.3;" /> | ||
+ | <text text-anchor="middle" alignment-baseline="middle" text-anchor="middle" x=50% y=50% style="font-family:Crimson Text" font-size="65">Attributions</text> | ||
+ | </svg> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | < | + | <!------------------------END BANNER------------------------> |
− | <div class=" | + | <!------------------------ATRIBUTION------------------------> |
− | < | + | <div class="content-wrapper"> |
− | <div | + | <div> |
− | + | As a team of only undergraduates, we conceived this concept on our own and have worked on it from start to finish. Our wet lab team cloned the redox-sensitive fluorescent proteins, ROS scavengers, and light-sensitive promoters and other redox-related proteins into pSB1C3. The team also tested the pDawn and pDusk system and characterized the redox-sensitive fluorescent proteins coupled with the ROS scavengers. Dry lab designed, 3D printed, and prototyped the camera system with the plastic planter cups filled with wet lab’s bacteria using materials and funding from Rev and Cornell’s College of Engineering. The team also tested our project in Cornell greenhouses and PureSpinach’s own plants. Policies and practices led and organized the numerous outreach programs directed to the youth and the wider public. The team met with and reached out to a diverse array of researchers, and hydroponics growers for ideation and implementation of our project. To understand how the the project fit into society, the team conducted surveys and met with lawmakers and educators. | |
+ | </div> | ||
+ | <div class = "space"></div> | ||
+ | <div>Cornell iGEM’s OxyPonics would not have been possible without the guidance and support of our many advisors and organizations that we have worked with:</div> | ||
+ | <div class = "space"></div> | ||
+ | <div>Our wet lab research was conducted in the Cornell Biomedical Instructional lab directed by Dr. Shivaun Archer. Dr. Archer provided us with all the necessary equipments including a gel imaging station, sterile hood, centrifuges, thermal-cyclers, and vortexes. She also oversaw lab safety and trained new members on lab safety measures.</div> | ||
+ | <div class = "space"></div> | ||
+ | <div>Dr. Jan Lammerding for advising our team and letting us use facilities in his lab for protein purification.</div> | ||
+ | <div class = "space"></div> | ||
+ | <div>Brian Bauer, Ken Rother, and Xanthe Matychak at Rev for funding OxyPonics and offering their space and mentorship at every step of the project. </div> | ||
+ | <div class = "space"></div> | ||
+ | <div>AmHydro, Bolton Farms, Vertical Harvest, Terrapin Farms, Intergrow, Karma Farms, Red Acres Hydroponics for their time and willingness to meet with us to provide their insight and experience for our project.</div> | ||
+ | <div class = "space"></div> | ||
+ | <div>Professors Neil Mattson, Adrienne Roeder, Yimon Aye, Miguel Pineros, Professor Paula Turkon, and Jed Sparks for providing their expertise in the myriad of fields necessary for the success of our project.</div> | ||
+ | <div class = "space"></div> | ||
+ | <div>In addition, we would like to thank the following for their help and guidance:</div> | ||
<ul id="attri-list"> | <ul id="attri-list"> | ||
− | + | <li>Integrated DNA Technologies for the generous base pair donation.</li> | |
− | + | <li>All our interviewees who took the time to give us feedback on our project. Your opinions are crucial to designing our product.</li> | |
− | + | <li>Rebecca MacDonald for helping us with team organization and business relations, and Cornell’s College of Engineering for providing us the platform to participate in iGEM.</li> | |
+ | </ul> | ||
</div> | </div> | ||
− | <!------------------------END ATTRIBUTION------------------------> | + | <!------------------------END ATTRIBUTION------------------------> |
<main> | <main> | ||
<!------------------------FOOTER------------------------> | <!------------------------FOOTER------------------------> | ||
− | + | <footer class="footer-preset-04 footer bgc-white"> | |
− | + | <div class="social-04"> | |
− | + | <a class="footerIconWrapper" href="https://www.facebook.com/cornelligem/"> | |
− | + | <div class="overlay"></div> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/0/0b/CornellFacebookIcon.png" alt="Facebook" height="20"></a> | |
− | + | <a class="footerIconWrapper" href="https://twitter.com/cugem"> | |
− | + | <div class="overlay"></div> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/5/50/CornellTwitterIcon.png" alt="Twitter" height="20"> | |
− | + | </a> | |
− | + | <a class="footerIconWrapper" href="https://www.instagram.com/cugem/"> | |
− | + | <div class="overlay"></div> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/3/36/CornellInstagramIcon.png" alt="Instagram" height="20"> | |
− | + | </a> | |
− | + | <a class="footerIconWrapper" href="https://www.youtube.com/channel/UCJt-5JfyoucUJXC1EsTllhg"> | |
− | + | <div class="overlay"></div> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/5/50/CornellYoutubeIcon.png" alt="Youtube" height="20"> | |
− | + | </a> | |
− | + | </div> | |
− | + | </footer> | |
<!------------------------END FOOTER------------------------> | <!------------------------END FOOTER------------------------> | ||
</main> | </main> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 17:57, 29 October 2017
<!DOCTYPE html>
As a team of only undergraduates, we conceived this concept on our own and have worked on it from start to finish. Our wet lab team cloned the redox-sensitive fluorescent proteins, ROS scavengers, and light-sensitive promoters and other redox-related proteins into pSB1C3. The team also tested the pDawn and pDusk system and characterized the redox-sensitive fluorescent proteins coupled with the ROS scavengers. Dry lab designed, 3D printed, and prototyped the camera system with the plastic planter cups filled with wet lab’s bacteria using materials and funding from Rev and Cornell’s College of Engineering. The team also tested our project in Cornell greenhouses and PureSpinach’s own plants. Policies and practices led and organized the numerous outreach programs directed to the youth and the wider public. The team met with and reached out to a diverse array of researchers, and hydroponics growers for ideation and implementation of our project. To understand how the the project fit into society, the team conducted surveys and met with lawmakers and educators.
Cornell iGEM’s OxyPonics would not have been possible without the guidance and support of our many advisors and organizations that we have worked with:
Our wet lab research was conducted in the Cornell Biomedical Instructional lab directed by Dr. Shivaun Archer. Dr. Archer provided us with all the necessary equipments including a gel imaging station, sterile hood, centrifuges, thermal-cyclers, and vortexes. She also oversaw lab safety and trained new members on lab safety measures.
Dr. Jan Lammerding for advising our team and letting us use facilities in his lab for protein purification.
Brian Bauer, Ken Rother, and Xanthe Matychak at Rev for funding OxyPonics and offering their space and mentorship at every step of the project.
AmHydro, Bolton Farms, Vertical Harvest, Terrapin Farms, Intergrow, Karma Farms, Red Acres Hydroponics for their time and willingness to meet with us to provide their insight and experience for our project.
Professors Neil Mattson, Adrienne Roeder, Yimon Aye, Miguel Pineros, Professor Paula Turkon, and Jed Sparks for providing their expertise in the myriad of fields necessary for the success of our project.
In addition, we would like to thank the following for their help and guidance:
- Integrated DNA Technologies for the generous base pair donation.
- All our interviewees who took the time to give us feedback on our project. Your opinions are crucial to designing our product.
- Rebecca MacDonald for helping us with team organization and business relations, and Cornell’s College of Engineering for providing us the platform to participate in iGEM.