Difference between revisions of "Team:Lethbridge HS/Team"

 
(45 intermediate revisions by 4 users not shown)
Line 770: Line 770:
 
         <script type="text/javascript">
 
         <script type="text/javascript">
 
             $(document).ready(function(){
 
             $(document).ready(function(){
 +
 +
 +
$('.profilePicBox img').mouseenter(function(){
 +
                    var parent = $(this).parent();
 +
                    var infoBoxPopUp = $(parent).next();
 +
                    var selected_member = $(this).data('type');
 +
                    $('.profileInfoBox.'+selected_member+'').addClass('showInfoBox');
 +
                   
 +
                    $('.profilePicBox img').each(function(){
 +
                        if ($(this).data('type')==selected_member){
 +
                               
 +
                        }
 +
                            else{
 +
                                $(this).addClass('makeGray');
 +
                            }
 +
                    });
 +
                });
 +
                $('.profilePicBox img').mouseleave(function(){
 +
                    var parent = $(this).parent();
 +
                    var infoBoxPopUp = $(parent).next();
 +
                    var selected_member = $(this).data('type');
 +
                    $('.profileInfoBox.'+selected_member+'').removeClass('showInfoBox');
 +
                    $('.profilePicBox img').removeClass('makeGray');
 +
                });
 +
 
                 $('#blooddrop').addClass('delay-2000 animated pulse');
 
                 $('#blooddrop').addClass('delay-2000 animated pulse');
 
                 var s = $(".menu");
 
                 var s = $(".menu");
Line 804: Line 829:
 
                         <span class="icon-bar"></span>
 
                         <span class="icon-bar"></span>
 
                     </button>
 
                     </button>
                     <a class="navbar-brand" href="#" style="color:#CC141C; margin-top:20%;"><img src="https://static.igem.org/mediawiki/2016/5/50/T—lethbridgehs--whitelogo_and.png" width="70"></a>
+
                     <a class="navbar-brand" href="https://2016.igem.org/Team:Lethbridge_HS" style="color:#CC141C; margin-top:20%;"><img src="https://static.igem.org/mediawiki/2016/5/50/T—lethbridgehs--whitelogo_and.png" width="70"></a>
 
                 </div>
 
                 </div>
 
                  
 
                  
Line 817: Line 842:
 
                                     <a href="https://2016.igem.org/Team:Lethbridge_HS/Description">DESCRIPTION</a>
 
                                     <a href="https://2016.igem.org/Team:Lethbridge_HS/Description">DESCRIPTION</a>
 
                                     <a href="https://2016.igem.org/Team:Lethbridge_HS/Design">DESIGN</a>
 
                                     <a href="https://2016.igem.org/Team:Lethbridge_HS/Design">DESIGN</a>
 +
<a href="https://2016.igem.org/Team:Lethbridge_HS/Prototype">PROTOTYPE</a>
 +
<a href="https://2016.igem.org/Team:Lethbridge_HS/Proof">PROOF OF CONCEPT</a>
 
                                     <a href="https://2016.igem.org/Team:Lethbridge_HS/Experiments">EXPERIMENTS</a>
 
                                     <a href="https://2016.igem.org/Team:Lethbridge_HS/Experiments">EXPERIMENTS</a>
 
                                     <a href="https://2016.igem.org/Team:Lethbridge_HS/Results">RESULTS</a>
 
                                     <a href="https://2016.igem.org/Team:Lethbridge_HS/Results">RESULTS</a>
 +
<a href="https://2016.igem.org/Team:Lethbridge_HS/Achievements">ACHIEVEMENTS</a>
 
                                 </li>
 
                                 </li>
 
                             </ul>     
 
                             </ul>     
Line 829: Line 857:
 
                                     <a href="https://2016.igem.org/Team:Lethbridge_HS/Basic_Part">BASIC PARTS</a>
 
                                     <a href="https://2016.igem.org/Team:Lethbridge_HS/Basic_Part">BASIC PARTS</a>
 
                                     <a href="https://2016.igem.org/Team:Lethbridge_HS/Composite_Part">COMPOSITE PARTS</a>
 
                                     <a href="https://2016.igem.org/Team:Lethbridge_HS/Composite_Part">COMPOSITE PARTS</a>
                                    <a href="https://2016.igem.org/Team:Lethbridge_HS/Part_Collection">PART COLLECTION</a>
 
 
                                 </li>
 
                                 </li>
 
                             </ul>     
 
                             </ul>     
Line 841: Line 868:
 
                                 <li>
 
                                 <li>
 
                                     <a href="https://2016.igem.org/Team:Lethbridge_HS/Human_Practices">HUMAN PRACTICES</a>
 
                                     <a href="https://2016.igem.org/Team:Lethbridge_HS/Human_Practices">HUMAN PRACTICES</a>
 +
<a href="https://2016.igem.org/Team:Lethbridge_HS/HP/Silver">SILVER</a>
 +
  <a href="https://2016.igem.org/Team:Lethbridge_HS/HP/Gold">GOLD</a>
 
                                     <a href="https://2016.igem.org/Team:Lethbridge_HS/Integrated_Practices">INTEGRATED HUMAN PRACTICES</a>
 
                                     <a href="https://2016.igem.org/Team:Lethbridge_HS/Integrated_Practices">INTEGRATED HUMAN PRACTICES</a>
 
<a href="https://2016.igem.org/Team:Lethbridge_HS/Engagement">ENGAGEMENT</a>
 
<a href="https://2016.igem.org/Team:Lethbridge_HS/Engagement">ENGAGEMENT</a>
Line 850: Line 879:
  
  
                        <li><a href="https://2016.igem.org/Team:Lethbridge_HS/Notebook" style="" class="menuitem" style="margin:0; padding:0;">NOTEBOOK</a></li>
+
 
 +
 
 +
<li class= "dropdown">
 +
                            <a href="#" class="dropdown-toggle" data-toggle = "dropdown">NOTEBOOK<b class="caret"></b></a>
 +
                            <ul class="dropdown-menu">
 +
                                <li>
 +
                                    <a href="https://2016.igem.org/Team:Lethbridge_HS/Notebook">NOTEBOOK</a>
 +
<a href="https://2016.igem.org/Team:Lethbridge_HS/Methods">METHODS</a>
 +
 
 +
                                </li>
 +
                            </ul>   
 +
                        </li>
 +
 
 +
 
 +
 
 
                         <li><a href="https://2016.igem.org/Team:Lethbridge_HS/Safety" style="" class="menuitem" style="margin:0; padding:0; ">SAFETY</a></li>
 
                         <li><a href="https://2016.igem.org/Team:Lethbridge_HS/Safety" style="" class="menuitem" style="margin:0; padding:0; ">SAFETY</a></li>
 
                                                  
 
                                                  
Line 866: Line 909:
 
                         </li>
 
                         </li>
 
                          
 
                          
                         <li><a href="#" style="" class="menuitem" style="margin:0; padding:0 ">IGEM</a></li>
+
                         <li><a href="https://igem.org/Main_Page" style="" class="menuitem" style="margin:0; padding:0 ">IGEM</a></li>
 
                     </ul>
 
                     </ul>
 
                 </div>
 
                 </div>
Line 874: Line 917:
 
         <div class="jumbotron slide" id="slide0" style="">
 
         <div class="jumbotron slide" id="slide0" style="">
 
<div class="container-fluid" style="margin-left:10%;">
 
<div class="container-fluid" style="margin-left:10%;">
             <h1 id="firsttitle" style=""> <b>Description</b>Coli</h1>
+
             <h1 id="firsttitle" style=""> <b>TEAM</b></h1>
 
             <!--<div style="position:relative;">
 
             <!--<div style="position:relative;">
 
             <video width="100%" autoplay muted loop style="float:left; position:absolute; z-index:5;">
 
             <video width="100%" autoplay muted loop style="float:left; position:absolute; z-index:5;">
Line 886: Line 929:
 
    
 
    
  
         <div class="container-fluid">
+
         <div class="container-fluid" style="margin-left:10%; margin-right:10%;">
           
+
             <a name="students"></a>
             <div class="subHeaderContainer">
+
 
             <h1>Students </h1>
 
             <h1>Students </h1>
            </div>
 
 
             <div class="row">
 
             <div class="row">
 
                 <div class="col-md-3">
 
                 <div class="col-md-3">
 
                     <div class="profilePicBox">
 
                     <div class="profilePicBox">
                         <img data-type="member-Dinula" src="images/Team/dinula1.jpg" onmouseover="this.src='images/Team/dinula2.jpg'"  onmouseout="this.src='images/Team/dinula1.jpg'" width="100%">
+
                         <img data-type="member-Dinula" src="https://static.igem.org/mediawiki/2016/6/67/T—lethbridgehs--dinula1_and.jpeg" onmouseover="this.src='https://static.igem.org/mediawiki/2016/6/67/T—lethbridgehs--dinula1_and.jpeg'"  onmouseout="this.src='https://static.igem.org/mediawiki/2016/6/67/T—lethbridgehs--dinula1_and.jpeg'" width="100%">
 
                     </div>
 
                     </div>
 
                     <div class="profileInfoBox member-Dinula">
 
                     <div class="profileInfoBox member-Dinula">
Line 903: Line 944:
 
                 <div class="col-md-3">
 
                 <div class="col-md-3">
 
                     <div class="profilePicBox">
 
                     <div class="profilePicBox">
                         <img data-type="member-Dinulasssss" src="images/Team/dinula1.jpg" width="100%">
+
                         <img data-type="member-Nimaya" src="https://static.igem.org/mediawiki/2016/9/9b/T%E2%80%94lethbridgehs--nimaya2_and.png" width="100%">
 
                     </div>
 
                     </div>
                     <div class="profileInfoBox member-Dinulasssss">
+
                     <div class="profileInfoBox member-Nimaya">
                         <h3>Dinula De Silva</h3>
+
                         <h3>Nimaya De Silva</h3>
                         <p>Blah blah blah</p>
+
                         <p>Hello! My name is Nimaya De Silva, and I go to Winston Churchill High School. I am 16 years old and this is my first year of iGEM. I joined iGEM to gain more experience in the lab, and to venture more into the world of biology. But I have also found myself working on human practices as well and have been thoroughly enjoying it!  Besides iGEM, I love to read anything and everything to do with dystopia and Harry Potter! I also take piano lessons, and love to recreate pop songs on the piano!</p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
 
                 <div class="col-md-3">
 
                 <div class="col-md-3">
 
                     <div class="profilePicBox">
 
                     <div class="profilePicBox">
                         <img data-type="member-Dinulasss" src="images/Team/dinula1.jpg" width="100%">
+
                         <img data-type="member-Anileen" src="https://static.igem.org/mediawiki/2016/2/22/T%E2%80%94lethbridgehs--anileen3_and.png" width="100%">
 
                     </div>
 
                     </div>
                     <div class="profileInfoBox member-Dinulasss">
+
                     <div class="profileInfoBox member-Anileen">
                         <h3>Dinula De Silva</h3>
+
                         <h3>Anileen Pageni</h3>
                         <p>Blah blah blah</p>
+
                         <p>Hey everyone! My name is Anileen and I am going to be graduating this year from Winston Churchill High School. I will be joining the Physiology program in the University of Alberta this fall! I enjoy every aspect of iGem, but especially love getting involved in the lab and human practices. I joined iGem to further my interest in science and be around like-minded people, which is why this is my second year in iGem. Other than iGem, I enjoy making people laugh, traveling, watching movies and trying out new recipes!</p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
 
                 <div class="col-md-3">
 
                 <div class="col-md-3">
 
                     <div class="profilePicBox">
 
                     <div class="profilePicBox">
                         <img data-type="member-Dinulass" src="images/Team/dinula1.jpg" width="100%">
+
                         <img data-type="member-Marissa" src="https://static.igem.org/mediawiki/2016/9/90/T%E2%80%94lethbridgehs--marissa_and.png" width="100%">
 
                     </div>
 
                     </div>
                     <div class="profileInfoBox member-Dinulass">
+
                     <div class="profileInfoBox member-Marissa">
                         <h3>Dinula De Silva</h3>
+
                         <h3>Marissa King</h3>
                         <p>Blah blah blah</p>
+
                         <p>Hello, my name is Marissa King. I am 17 years old and am a grade 12 student at Winston Churchill High School. In the fall I will begin university here in Lethbridge where I will be studying biological sciences. This is my second year being involved in iGEM and i love every aspect of it but my favourite part would have to be working in the lab. I initially joined iGEM to because of my interest in synthetic biology and to gain more experience. Other than iGEM i enjoy travelling, reading, taking photos and spending time with my friends and family.
 +
</p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
 
             </div>
 
             </div>
 
             <div class="row">
 
             <div class="row">
                <div class="col-md-3">
+
<div class="col-md-3">
 
                     <div class="profilePicBox">
 
                     <div class="profilePicBox">
                         <img src="images/Team/dinula1.jpg" width="100%">
+
                         <img data-type="member-Ross" src="https://static.igem.org/mediawiki/2016/6/6c/T%E2%80%94lethbridgehs--rossand.png" width="100%">
 
                     </div>
 
                     </div>
                     <div class="profileInfoBox">
+
                     <div class="profileInfoBox member-Ross">
                         <h3>Dinula De Silva</h3>
+
                         <h3>Ross Oliver</h3>
                         <p>Blah blah blah</p>
+
                         <p>Hello I'm Ross and I am a grade 11 student at Winston Churchill High School. I was interested in re-joining iGEM because of the opportunities and knowledge that it has provide me. Prior to joining iGEM I had no lab experience, and had very limited knowledge about synthetic biology. In my free time I enjoy learning new things,cooking and traveling.</p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
                <div class="col-md-3">
+
              <div class="col-md-3">
 
                     <div class="profilePicBox">
 
                     <div class="profilePicBox">
                         <img src="images/Team/dinula1.jpg" width="100%">
+
                         <img data-type="member-Ronja" src="https://static.igem.org/mediawiki/2016/b/bc/700.png" width="100%">
 +
                    </div>
 +
                    <div class="profileInfoBox member-Ronja">
 +
                        <h3>Ronja Kothe</h3>
 +
                        <p>Hello! My name is Ronja. I am 18 years old and in my final year at Winston Churchill High School. In the
 +
 
 +
fall I will be attending the University of Alberta in the Immunology &amp; Infection program. This is my third
 +
 
 +
year in iGEM and I have really enjoyed my experience both in the lab and outside of it. In addition to
 +
 
 +
iGEM, I enjoy playing the clarinet and I’m also a proud Girl Guide. One of my favourite foods are granola
 +
 
 +
bars, partly because they’re great for camping, which, as a Girl Guide, I also love to do.</p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
 
                 <div class="col-md-3">
 
                 <div class="col-md-3">
 
                     <div class="profilePicBox">
 
                     <div class="profilePicBox">
                         <img src="images/Team/dinula1.jpg" width="100%">
+
                         <img data-type="member-Mason" src="https://static.igem.org/mediawiki/2016/3/32/T%E2%80%94lethbridgehs--masonprofile_and.png" width="100%">
 
                     </div>
 
                     </div>
                </div>
+
                    <div class="profileInfoBox member-Mason">
                <div class="col-md-3">
+
                        <h3>Mason Mierzewski</h3>
                    <div class="profilePicBox">
+
                         <p>Hi, my name is Mason Mierzewski, and I am a 16 year old student that will be going into grade twelve at Catholic Central High School ensuing the summer. This is my first year participating in iGem, and I have found it to be a very enlightening experience. In my free time, I enjoy playing sports casually or competitively as well as just hanging out with my friends. I am also a fervent fan of music, as I listen to it daily and use it to help me with many tasks. So far, my iGem experience has been congenial and I am very excited to see our project come to its completion.
                         <img src="images/Team/dinula1.jpg" width="100%">
+
</p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
 +
   
 
             </div>
 
             </div>
 +
 +
            <a name="advisors"></a>
 +
 +
<h1>Advisors </h1>
 
             <div class="row">
 
             <div class="row">
 
                 <div class="col-md-3">
 
                 <div class="col-md-3">
 
                     <div class="profilePicBox">
 
                     <div class="profilePicBox">
                         <img src="images/Team/dinula1.jpg" width="100%">
+
                         <img data-type="member-Chris" src="https://static.igem.org/mediawiki/2016/5/53/T%E2%80%94lethbridgehs--chris2_and.png" width="100%">
 
                     </div>
 
                     </div>
                     <div class="profileInfoBox">
+
                     <div class="profileInfoBox member-Chris">
                         <h3>Dinula De Silva</h3>
+
                         <h3>Chris Issac</h3>
                         <p>Blah blah blah</p>
+
                         <p>Hi there. I’m Chris. This year the title of codemeister has been thrust upon me and I hope that by the time the website is done, you’ll be able to be here reading this. For now, I’m working on finishing up my B.Sc. and splitting my time between work, iGEM, and pursing a career as a purveyor of terrible jokes.
 +
 
 +
</p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
 
                 <div class="col-md-3">
 
                 <div class="col-md-3">
 
                     <div class="profilePicBox">
 
                     <div class="profilePicBox">
                         <img src="images/Team/dinula1.jpg" width="100%">
+
                         <img data-type="member-Sydnee" src="https://static.igem.org/mediawiki/2016/8/83/T%E2%80%94lethbridgehs--sydnee_and.png" width="100%">
 +
                    </div>
 +
                    <div class="profileInfoBox member-Sydnee">
 +
                        <h3>Sydnee</h3>
 +
                        <p>Hello, I’m Sydnee! Once upon a time I thought I was going to be a psychologist, but then I decided science was a lot more fun. This is my second year being involved with iGEM and I am enjoying my time working on human practices.
 +
 
 +
</p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
 
                 <div class="col-md-3">
 
                 <div class="col-md-3">
 
                     <div class="profilePicBox">
 
                     <div class="profilePicBox">
                         <img src="images/Team/dinula1.jpg" width="100%">
+
                         <img data-type="member-Kieran" src="https://static.igem.org/mediawiki/2016/0/07/T%E2%80%94lethbridgehs--kieran_and.png" width="100%">
 +
                    </div>
 +
                    <div class="profileInfoBox member-Kieran">
 +
                        <h3>Kieran</h3>
 +
                        <p>Hello, my name is Kieran McCormack. I am currently finished my second year of Biochemistry at the University of Lethbridge, which allows for a nice contrast between the normal science world and the more defined synthetic biology world. I enjoy doing new activities and have found great joy from being an adviser on the team; whether that be through new friendships, communications or spread of knowledge. I have enjoyed learning about myself throughout this year, and hopefully I can continue to do so into the future.
 +
</p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
 
                 <div class="col-md-3">
 
                 <div class="col-md-3">
 
                     <div class="profilePicBox">
 
                     <div class="profilePicBox">
                         <img src="images/Team/dinula1.jpg" width="100%">
+
                         <img data-type="member-Brian" src="https://static.igem.org/mediawiki/2015/d/db/LethHS2015_brian1.jpg" width="100%">
 +
                    </div>
 +
                    <div class="profileInfoBox member-Brian">
 +
                        <h3>Brian</h3>
 +
                        <p>I am a Structural Biochemist and new to Synthetic Biology and iGEM. I love the idea of being able to make whatever I want in the lab. Previously I have used NMR and X-ray crystallography to look at protein-protein interactions. My wife is a Biochemist also, which makes dinner conversation interesting (for us anyways).
 +
</p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
 
             </div>
 
             </div>
        </div>
+
            <div class="row">
 +
<div class="col-md-3">
 +
                    <div class="profilePicBox">
 +
                        <img data-type="member-HJ" src="https://static.igem.org/mediawiki/2015/1/19/LethHS2015_hj.jpg" width="100%">
 +
                    </div>
 +
                    <div class="profileInfoBox member-HJ">
 +
                        <h3>HJ</h3>
 +
                        <p>Originally from Germany I moved to Canada in 2005 to start a research group on the structure and function of the bacterial protein synthesis machinery, a cellular process targeted by over 50% of the known antibiotics. I am intrigued by the molecular design and function of this essential bio-nanomachine. I try to unravel the underlying design principles in order to enable the rational design and engineering of novel bio-nanomachines. I am essentially asking the question if such novel bio-machines can be constructed from simple and fundamental principles or are these assemblies just to complex. Well and that’s why it was extremely easy to rope me into doing iGEM.
 +
</p>
 +
                    </div>
 +
                </div>
 +
             
 +
                </div>
 +
                <a name="sponsors"></a>
  
<div class="container-fluid" style="margin-left:10%; margin-right:10%;">   
+
<h1>Sponsors </h1>
<div class="row">
+
<img src="https://static.igem.org/mediawiki/2016/9/91/T--Lethbridge_HS--sponsors.jpg" width="100%">
<div class="col-md-2">
+
<ul class="sidebar">
+
<li><a href="#first">First title</a></li>
+
<li><a href="#first">First title</a></li>
+
<li><a href="#first">First title</a></li>
+
<li><a href="#first">First title</a></li>
+
<li><a href="#first">First title</a></li>
+
</ul>
+
</div>
+
<div class="col-md-10">
+
<h3>sample title 1</h3>
+
<a name="first"></a>
+
<p>"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat."</p>
+
<h3>sample title 1</h3>
+
<p>"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat."</p>
+
<h3>sample title 1</h3>
+
<a name="second"></a>
+
<p>"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat."</p>
+
</div>
+
  
  
</div>
+
            </div>
 +
 
 +
 
 +
 
 +
 
 +
        </div>
 +
 
 
          
 
          
 
     </body>
 
     </body>
 
</html>
 
</html>

Latest revision as of 02:59, 20 October 2016

Lethbridge HS iGEM 2016

TEAM

Students

Dinula De Silva

I am a grade 12 student at Winston Churchill High School. I enjoy programming, playing the guitar, and watching movies. When I’m not stuck indoors, I like going running and biking. I joined iGEM because the feats of synthetic biology fascinated me and I wanted to learn more about the processes involved. I additionally wanted to develop my computer programming skills by working on the wiki and software aspect of the competition.

Nimaya De Silva

Hello! My name is Nimaya De Silva, and I go to Winston Churchill High School. I am 16 years old and this is my first year of iGEM. I joined iGEM to gain more experience in the lab, and to venture more into the world of biology. But I have also found myself working on human practices as well and have been thoroughly enjoying it! Besides iGEM, I love to read anything and everything to do with dystopia and Harry Potter! I also take piano lessons, and love to recreate pop songs on the piano!

Anileen Pageni

Hey everyone! My name is Anileen and I am going to be graduating this year from Winston Churchill High School. I will be joining the Physiology program in the University of Alberta this fall! I enjoy every aspect of iGem, but especially love getting involved in the lab and human practices. I joined iGem to further my interest in science and be around like-minded people, which is why this is my second year in iGem. Other than iGem, I enjoy making people laugh, traveling, watching movies and trying out new recipes!

Marissa King

Hello, my name is Marissa King. I am 17 years old and am a grade 12 student at Winston Churchill High School. In the fall I will begin university here in Lethbridge where I will be studying biological sciences. This is my second year being involved in iGEM and i love every aspect of it but my favourite part would have to be working in the lab. I initially joined iGEM to because of my interest in synthetic biology and to gain more experience. Other than iGEM i enjoy travelling, reading, taking photos and spending time with my friends and family.

Ross Oliver

Hello I'm Ross and I am a grade 11 student at Winston Churchill High School. I was interested in re-joining iGEM because of the opportunities and knowledge that it has provide me. Prior to joining iGEM I had no lab experience, and had very limited knowledge about synthetic biology. In my free time I enjoy learning new things,cooking and traveling.

Ronja Kothe

Hello! My name is Ronja. I am 18 years old and in my final year at Winston Churchill High School. In the fall I will be attending the University of Alberta in the Immunology & Infection program. This is my third year in iGEM and I have really enjoyed my experience both in the lab and outside of it. In addition to iGEM, I enjoy playing the clarinet and I’m also a proud Girl Guide. One of my favourite foods are granola bars, partly because they’re great for camping, which, as a Girl Guide, I also love to do.

Mason Mierzewski

Hi, my name is Mason Mierzewski, and I am a 16 year old student that will be going into grade twelve at Catholic Central High School ensuing the summer. This is my first year participating in iGem, and I have found it to be a very enlightening experience. In my free time, I enjoy playing sports casually or competitively as well as just hanging out with my friends. I am also a fervent fan of music, as I listen to it daily and use it to help me with many tasks. So far, my iGem experience has been congenial and I am very excited to see our project come to its completion.

Advisors

Chris Issac

Hi there. I’m Chris. This year the title of codemeister has been thrust upon me and I hope that by the time the website is done, you’ll be able to be here reading this. For now, I’m working on finishing up my B.Sc. and splitting my time between work, iGEM, and pursing a career as a purveyor of terrible jokes.

Sydnee

Hello, I’m Sydnee! Once upon a time I thought I was going to be a psychologist, but then I decided science was a lot more fun. This is my second year being involved with iGEM and I am enjoying my time working on human practices.

Kieran

Hello, my name is Kieran McCormack. I am currently finished my second year of Biochemistry at the University of Lethbridge, which allows for a nice contrast between the normal science world and the more defined synthetic biology world. I enjoy doing new activities and have found great joy from being an adviser on the team; whether that be through new friendships, communications or spread of knowledge. I have enjoyed learning about myself throughout this year, and hopefully I can continue to do so into the future.

Brian

I am a Structural Biochemist and new to Synthetic Biology and iGEM. I love the idea of being able to make whatever I want in the lab. Previously I have used NMR and X-ray crystallography to look at protein-protein interactions. My wife is a Biochemist also, which makes dinner conversation interesting (for us anyways).

HJ

Originally from Germany I moved to Canada in 2005 to start a research group on the structure and function of the bacterial protein synthesis machinery, a cellular process targeted by over 50% of the known antibiotics. I am intrigued by the molecular design and function of this essential bio-nanomachine. I try to unravel the underlying design principles in order to enable the rational design and engineering of novel bio-nanomachines. I am essentially asking the question if such novel bio-machines can be constructed from simple and fundamental principles or are these assemblies just to complex. Well and that’s why it was extremely easy to rope me into doing iGEM.

Sponsors