|
|
(35 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
− | <!DOCTYPE html>
| + | DO NOT USE |
− | <html class="no-js">
| + | |
− | <style> /********************************* WIKI RESET ********************************/
| + | |
− | #sideMenu, #top_title {
| + | |
− | display:none;
| + | |
− | }
| + | |
− | #content {
| + | |
− | padding:0px;
| + | |
− | width:100% !important;
| + | |
− | margin-top:-26px;
| + | |
− | margin-left:0px ;
| + | |
− | font-family:"Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; !important;
| + | |
− | }
| + | |
− | body {
| + | |
− | background-color: black;
| + | |
− | font-family:"Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; !important;
| + | |
− | }
| + | |
− | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {
| + | |
− | font-family:"Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; !important;
| + | |
− | }
| + | |
− | </style>
| + | |
− | <head>
| + | |
− | <meta charset="UTF-8">
| + | |
− | <meta http-equiv="X-UA-Compatible" content="IE=edge">
| + | |
− | <title>Bios</title>
| + | |
− | <meta name="description" content="Bios">
| + | |
− | <meta name="viewport" content="width=device-width, initial-scale=1">
| + | |
− | <!--Stylesheets-->
| + | |
− | <link rel="stylesheet" href="styles/bootstrap.min.css">
| + | |
− | <link rel="stylesheet" href="styles/styles.css"> <!--For nav bar text-->
| + | |
− | <link rel="stylesheet" href="styles/main.css">
| + | |
− | <!-- JavaScript Files-->
| + | |
− | <script src="js/jquery-1.11.2.min.js" type="text/javascript"></script>
| + | |
− | <script src="js/main.js" type="text/javascript"></script>
| + | |
− | </head>
| + | |
− | | + | |
− | <body class="ex-layout">
| + | |
− | <!------------------------NAV BAR------------------------>
| + | |
− | <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="index.html"><img src="images/cornellOxyponicsLogo.png" alt="Oxyponics"></a>
| + | |
− | </div>
| + | |
− | <ul class="nav-main-menu nav-content-item">
| + | |
− | <li><a href="#">HOME</a></li>
| + | |
− | <li><a href="#">ABOUT</a>
| + | |
− | <ul>
| + | |
− | <li><a href="">PROJECT OVERVIEW</a></li>
| + | |
− | <li><a href="">PROJECT BACKGROUND</a></li>
| + | |
− | <li><a href="">FUTURE APPLICATIONS</a></li>
| + | |
− | </ul>
| + | |
− | </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="">OVERVIEW</a></li>
| + | |
− | <li><a href="">REDOX FLUORESENT PROTEINS</a></li>
| + | |
− | <li><a href="">LIGHT-SENSITIVE PROMOTERS</a></li>
| + | |
− | <li><a href="">INTEGRATED TESTING</a></li>
| + | |
− | <li><a href="">FUTURE WORK</a></li>
| + | |
− | <li><a href="">PARTS</a></li>
| + | |
− | <li><a href="">PROTOCOLS</a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li class="menu-title"><a href="#">PRODUCT DEVELOPMENT</a>
| + | |
− | <ul>
| + | |
− | <li><a href="">OVERVIEW</a></li>
| + | |
− | <li><a href="">OXYPONICS SYSTEM</a></li>
| + | |
− | <li><a href="">DASHBOARD</a></li>
| + | |
− | <li><a href="">DESIGN PROCESS</a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li class="menu-title"><a href="#">MATHEMATICAL MODELING</a>
| + | |
− | <ul>
| + | |
− | <li><a href="">MODELING</a></li>
| + | |
− | <li><a href="">ANIMATION</a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li class="menu-title"><a href="#">DOCUMENTATION</a>
| + | |
− | <ul>
| + | |
− | <li><a href="">NOTEBOOK</a></li>
| + | |
− | <li><a href="">SAFETY</a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li><a href="#">HUMAN CENTERED DESIGN</a>
| + | |
− | <ul>
| + | |
− | <li><a href="">PRACTICES</a></li>
| + | |
− | <li><a href="">POLICIES</a></li>
| + | |
− | <li><a href="">ENTREPRENEURSHIP</a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li><a href="#">OUTREACH</a>
| + | |
− | <ul>
| + | |
− | <li><a href="">CONNECTIONS</a></li>
| + | |
− | <li><a href="">PUBLIC ENGAGEMENT</a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li><a href="#">TEAM</a>
| + | |
− | <ul>
| + | |
− | <li><a href="">BIOS</a></li>
| + | |
− | <li><a href="">SPONSORS</a></li>
| + | |
− | <li><a href="">ATTRIBUTIONS</a></li>
| + | |
− | <li><a href="">OFFICIAL PROFILE</a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | </ul>
| + | |
− | <ul class="nav-main-menu small-screen">
| + | |
− | <li><a href="#">HOME</a></li>
| + | |
− | <li><a href="#">ABOUT</a>
| + | |
− | <ul>
| + | |
− | <li><a href="">PROJECT OVERVIEW</a></li>
| + | |
− | <li><a href="">PROJECT BACKGROUND</a></li>
| + | |
− | <li><a href="">FUTURE APPLICATIONS</a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li><a href="#">TOOLKIT</a>
| + | |
− | <ul>
| + | |
− | <li><a href="#">WET LAB</a>
| + | |
− | <ul>
| + | |
− | <li><a href="">OVERVIEW</a></li>
| + | |
− | <li><a href="">REDOX FLUORESENT PROTEINS</a></li>
| + | |
− | <li><a href="">LIGHT-SENSITIVE PROMOTERS</a></li>
| + | |
− | <li><a href="">INTEGRATED TESTING</a></li>
| + | |
− | <li><a href="">FUTURE WORK</a></li>
| + | |
− | <li><a href="">PARTS</a></li>
| + | |
− | <li><a href="">PROTOCOLS</a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li><a href="#">PRODUCT DEVELOPMENT</a>
| + | |
− | <ul>
| + | |
− | <li><a href="">OVERVIEW</a></li>
| + | |
− | <li><a href="">OXYPONICS SYSTEM</a></li>
| + | |
− | <li><a href="">DASHBOARD</a></li>
| + | |
− | <li><a href="">DESIGN PROCESS</a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li><a href="#">MATHEMATICAL MODELING</a>
| + | |
− | <ul>
| + | |
− | <li><a href="">MODELING</a></li>
| + | |
− | <li><a href="">ANIMATION</a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li><a href="#">DOCUMENTATION</a>
| + | |
− | <ul>
| + | |
− | <li><a href="">NOTEBOOK</a></li>
| + | |
− | <li><a href="">SAFETY</a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li><a href="#">HUMAN CENTERED DESIGN</a>
| + | |
− | <ul>
| + | |
− | <li><a href="">PRACTICES</a></li>
| + | |
− | <li><a href="">POLICIES</a></li>
| + | |
− | <li><a href="">ENTREPRENEURSHIP</a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li><a href="#">OUTREACH</a>
| + | |
− | <ul>
| + | |
− | <li><a href="">CONNECTIONS</a></li>
| + | |
− | <li><a href="">PUBLIC ENGAGEMENT</a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li><a href="#">TEAM</a>
| + | |
− | <ul>
| + | |
− | <li><a href="">BIOS</a></li>
| + | |
− | <li><a href="">SPONSORS</a></li>
| + | |
− | <li><a href="">ATTRIBUTIONS</a></li>
| + | |
− | <li><a href="">OFFICIAL PROFILE</a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | </ul>
| + | |
− | <div class="nav-hamburger-wrapper">
| + | |
− | <div class="cell-vertical-wrapper">
| + | |
− | <div class="cell-middle">
| + | |
− | <div class="nav-hamburger"><span></span></div>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </nav>
| + | |
− | </div>
| + | |
− | <!------------------------END NAV BAR------------------------>
| + | |
− | <!------------------------BANNER------------------------>
| + | |
− | <div class="container-fluid bios-banner-wrapper">
| + | |
− | <div class="bios-banner-caption-wrapper">
| + | |
− | <p class="bios-banner-caption">Our Team</p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <!------------------------END BANNER------------------------>
| + | |
− | | + | |
− | <!------------------------BIOS------------------------>
| + | |
− | <div class="container">
| + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/7/75/T--Cornell--Greg.jpg" alt="Greg" class="bio-image">
| + | |
− | </div>
| + | |
− | <div class="col-md-8 bio-info-wrapper right">
| + | |
− | <p class="bio-title">Greg Albano - Team Lead</p>
| + | |
− | <p class="bio-subtitle">Biological Engineering '19</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-8 bio-info-wrapper left">
| + | |
− | <p class="bio-title">Fion Chu - Co-Wet Lab Lead</p>
| + | |
− | <p class="bio-subtitle">Human Biology, Health, and Society '19</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/c/c3/Fion.jpg" alt="Fion" class="bio-image">
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/4/4f/T--Cornell--Carol.jpg" alt="Carol" class="bio-image">
| + | |
− | </div>
| + | |
− | <div class="col-md-8 bio-info-wrapper right">
| + | |
− | <p class="bio-title">Carol Hung - Co-Wet Lab Lead</p>
| + | |
− | <p class="bio-subtitle">Biomedical Engineering '19</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-8 bio-info-wrapper left">
| + | |
− | <p class="bio-title">Stephanie Yiu - Co-Product Development Lead</p>
| + | |
− | <p class="bio-subtitle">Chemical Engineering '18</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/2/28/T--Cornell--Stephanie.jpg" alt="Stephanie" class="bio-image">
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/7/7e/T--Cornell--Darren.jpg" alt="Darren" class="bio-image">
| + | |
− | </div>
| + | |
− | <div class="col-md-8 bio-info-wrapper right">
| + | |
− | <p class="bio-title">Darren Tsai - Co-Product Development Lead</p>
| + | |
− | <p class="bio-subtitle">Computer Science '20</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-8 bio-info-wrapper left">
| + | |
− | <p class="bio-title"Sneha Kabaria - Policy & Practices Lead</p>
| + | |
− | <p class="bio-subtitle">Chemical Engineering '19</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/3/35/T--Cornell--Sneha.jpg" alt="Sneha" class="bio-image">
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/5/51/T--Cornell--Amanda.jpg" alt="Amanda" class="bio-image">
| + | |
− | </div>
| + | |
− | <div class="col-md-8 bio-info-wrapper right">
| + | |
− | <p class="bio-title">Amanda Ong - Wiki & Design Lead</p>
| + | |
− | <p class="bio-subtitle">Information Science, Systems, and Technology '19</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-8 bio-info-wrapper left">
| + | |
− | <p class="bio-title">Rohit Bandaru - Business Lead</p>
| + | |
− | <p class="bio-subtitle">Electrical & Computer Engineering '19</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/0/08/T--Cornell--Rohit.jpg" alt="Rohit" class="bio-image">
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/1/17/T--Cornell--Grace.jpg" alt="Grace" class="bio-image">
| + | |
− | </div>
| + | |
− | <div class="col-md-8 bio-info-wrapper right">
| + | |
− | <p class="bio-title">Grace Chuang</p>
| + | |
− | <p class="bio-subtitle">Chemical Engineering '18</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-8 bio-info-wrapper left">
| + | |
− | <p class="bio-title">Yifan Chen</p>
| + | |
− | <p class="bio-subtitle">Biological Sciences '18</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/7/7e/T--Cornell--YiFan.jpg" alt="Yifan" class="bio-image">
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="images/cornellCristina.jpg" alt="Cristina" class="bio-image">
| + | |
− | </div>
| + | |
− | <div class="col-md-8 bio-info-wrapper right">
| + | |
− | <p class="bio-title">Cristina Zhao</p>
| + | |
− | <p class="bio-subtitle">Information Science, Systems, and Technology '19</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-8 bio-info-wrapper left">
| + | |
− | <p class="bio-title">Emily Lang</p>
| + | |
− | <p class="bio-subtitle">Biological Engineering '18</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/2/29/T--Cornell--Emily1.jpg" alt="Emily" class="bio-image">
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/8/85/T--Cornell--Maia.jpg" alt="Maia" class="bio-image">
| + | |
− | </div>
| + | |
− | <div class="col-md-8 bio-info-wrapper right">
| + | |
− | <p class="bio-title">Maia Mirchandani</p>
| + | |
− | <p class="bio-subtitle">Computer Science '19</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-8 bio-info-wrapper left">
| + | |
− | <p class="bio-title">Swathi Chakrapani</p>
| + | |
− | <p class="bio-subtitle">Computer Science '19</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/8/8a/T--Cornell--Swathi.jpg" alt="Swathi" class="bio-image">
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/4/4a/T--Cornell--Taylor.jpg" alt="Taylor" class="bio-image">
| + | |
− | </div>
| + | |
− | <div class="col-md-8 bio-info-wrapper right">
| + | |
− | <p class="bio-title">Taylor Song</p>
| + | |
− | <p class="bio-subtitle">Mechanical Engineering '18</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-8 bio-info-wrapper left">
| + | |
− | <p class="bio-title">Amith Punyala</p>
| + | |
− | <p class="bio-subtitle">Biological Sciences '19</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/6/69/T--Cornell--Amith.jpg" alt="Amith" class="bio-image">
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/f/fd/T--Cornell--Amy.jpg" alt="Amy" class="bio-image">
| + | |
− | </div>
| + | |
− | <div class="col-md-8 bio-info-wrapper right">
| + | |
− | <p class="bio-title">Amy Zhong</p>
| + | |
− | <p class="bio-subtitle">Computer Science '20</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-8 bio-info-wrapper left">
| + | |
− | <p class="bio-title">Anya Chopra</p>
| + | |
− | <p class="bio-subtitle">Computer Science '20'</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="images/cornellAnya.jpg" alt="Anya" class="bio-image">
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/4/48/T--Cornell--Ashwin.jpg" alt="Ashwin" class="bio-image">
| + | |
− | </div>
| + | |
− | <div class="col-md-8 bio-info-wrapper right">
| + | |
− | <p class="bio-title">Ashwin Viswanathan</p>
| + | |
− | <p class="bio-subtitle">Biological Sciences/Neurobiology '20</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-8 bio-info-wrapper left">
| + | |
− | <p class="bio-title">Avisha Kumar</p>
| + | |
− | <p class="bio-subtitle">Electrical Engineering '20</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/a/a1/T--Cornell--Avisha.jpg" alt="Avisha" class="bio-image">
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/3/33/T--Cornell--Isabella.jpg" alt="Isabella" class="bio-image">
| + | |
− | </div>
| + | |
− | <div class="col-md-8 bio-info-wrapper right">
| + | |
− | <p class="bio-title">Isabella Yang</p>
| + | |
− | <p class="bio-subtitle">Operation Research & Information Engineering '19</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-8 bio-info-wrapper left">
| + | |
− | <p class="bio-title">Isha Pradhan</p>
| + | |
− | <p class="bio-subtitle">Biomedical Engineering '20</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/5/52/T--Cornell--Isha.jpg" alt="Isha" class="bio-image">
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/f/f7/T--Cornell--Itai.jpg" alt="Itai" class="bio-image">
| + | |
− | </div>
| + | |
− | <div class="col-md-8 bio-info-wrapper right">
| + | |
− | <p class="bio-title">Itai Levin</p>
| + | |
− | <p class="bio-subtitle">Chemisty & Chemical Biology '19</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-8 bio-info-wrapper left">
| + | |
− | <p class="bio-title">Mason Dacus</p>
| + | |
− | <p class="bio-subtitle">Biomedical Engineering '20</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/6/67/T--Cornell--Mason.jpg" alt="Mason" class="bio-image">
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/e/e8/T--Cornell--Max.jpg" alt="Max" class="bio-image">
| + | |
− | </div>
| + | |
− | <div class="col-md-8 bio-info-wrapper right">
| + | |
− | <p class="bio-title">Max Zhou</p>
| + | |
− | <p class="bio-subtitle">Biological Engineering '19</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-8 bio-info-wrapper left">
| + | |
− | <p class="bio-title">Rahul Rambhatla</p>
| + | |
− | <p class="bio-subtitle">Chemical Engineering '20</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/7/73/T--Cornell--Rahul.jpg" alt="Rahul" class="bio-image">
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/a/a1/T--Cornell--Raymond.jpg" alt="Raymond" class="bio-image">
| + | |
− | </div>
| + | |
− | <div class="col-md-8 bio-info-wrapper right">
| + | |
− | <p class="bio-title">Raymond Zhang</p>
| + | |
− | <p class="bio-subtitle">Biological Sciences '20</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-8 bio-info-wrapper left">
| + | |
− | <p class="bio-title">Saachi Gopal</p>
| + | |
− | <p class="bio-subtitle">Computer Science '20</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/e/e6/T--Cornell--Saachi.jpg" alt="Saachi" class="bio-image">
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/b/b6/T--Cornell--Yannie.jpg" alt="Yannie" class="bio-image">
| + | |
− | </div>
| + | |
− | <div class="col-md-8 bio-info-wrapper right">
| + | |
− | <p class="bio-title">Yannie Mei</p>
| + | |
− | <p class="bio-subtitle">Biomedical Engineering '20</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-8 bio-info-wrapper left">
| + | |
− | <p class="bio-title">Yeojin Min</p>
| + | |
− | <p class="bio-subtitle">Chemical Engineering '20'</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/f/f8/T--Cornell--Yeojin.jpg" alt="Yeojin" class="bio-image">
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/f/f5/T--Cornell--Ping.jpg" alt="Ping" class="bio-image">
| + | |
− | </div>
| + | |
− | <div class="col-md-8 bio-info-wrapper right">
| + | |
− | <p class="bio-title">Yun Ping Tseng</p>
| + | |
− | <p class="bio-subtitle">Computer Science '20</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div class="row bio-wrapper">
| + | |
− | <div class="col-md-8 bio-info-wrapper left">
| + | |
− | <p class="bio-title">Zain Mehdi</p>
| + | |
− | <p class="bio-subtitle">Biology & English '20'</p>
| + | |
− | <p class="bio-body">Hello! My name is Saie Ganoo, and I am junior in Biological Engineering. I love the Ithacan outdoors and love this wonderful iGEM team of scientists, innovators, and connectors. Currently, I am involved with research on campus outside of the team as well as the Cornell Hindu Student Council as VP. You can find me on North Campus during the year as an Resident Advisor (RA) and napping outside on a quad during a lovely summer day! In the future, I would love to continue work in Biomedical Engineering and Materials Science Engineering research fields, and I plan on continuing my education in graduate school.</p>
| + | |
− | </div>
| + | |
− | <div class="col-md-4 bio-image-wrapper">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/6/64/T--Cornell--Zain.jpg" alt="Zain" class="bio-image">
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <!------------------------END BIOS------------------------>
| + | |
− | <main>
| + | |
− | <!------------------------FOOTER------------------------>
| + | |
− | <footer class="footer-preset-04">
| + | |
− | <div class="social-04">
| + | |
− | <a class="footerIconWrapper" href="https://www.facebook.com/cornelligem/">
| + | |
− | <div class="overlay"></div>
| + | |
− | <img src="images/cornellFacebookIcon.png" height="30px"></a>
| + | |
− | <a class="footerIconWrapper" href="https://twitter.com/cugem">
| + | |
− | <div class="overlay"></div>
| + | |
− | <img src="images/cornellTwitterIcon.png" height="30px">
| + | |
− | </a>
| + | |
− | <a class="footerIconWrapper" href="https://www.instagram.com/cugem/">
| + | |
− | <div class="overlay"></div>
| + | |
− | <img src="images/cornellInstagramIcon.png" height="30px">
| + | |
− | </a>
| + | |
− | <a class="footerIconWrapper" href="https://www.youtube.com/channel/UCGmkfjoDXGLms_9LyA93Dwg">
| + | |
− | <div class="overlay"></div>
| + | |
− | <img src="images/cornellYoutubeIcon.png" height="30px">
| + | |
− | </a>
| + | |
− | </div>
| + | |
− | </footer>
| + | |
− | <!------------------------END FOOTER------------------------>
| + | |
− | </main>
| + | |
− | </body>
| + | |
− | </html>
| + | |