Team:uOttawa CA/Team

From 2012.igem.org

(Difference between revisions)
 
(12 intermediate revisions not shown)
Line 1: Line 1:
{{Template:uOttawa_Header|nav=team}}
{{Template:uOttawa_Header|nav=team}}
<html>
<html>
-
<style type="text/css">
 
-
a { text-decoration: none; }
 
-
 
-
h1, h2 { border: none; }
 
-
 
-
td {
 
-
width: 90px;
 
-
height: 130px;
 
-
background-color: #00FF00;
 
-
}
 
-
 
-
td.change {
 
-
cursor: pointer;
 
-
height: 130px;
 
-
width: 96px;
 
-
}
 
-
 
-
td.middle { background-color: #0000FF; }
 
-
 
-
table.top td { vertical-align: top; }
 
-
img.fl {
 
-
float: left;
 
-
margin: 5px 10px 5px 5px;
 
-
}
 
-
 
-
#team-content { margin: 5px; }
 
-
 
-
.team-name {
 
-
background-color: #FF0000;
 
-
text-align: center;
 
-
position: absolute;
 
-
padding: 3px;
 
-
font-weight: bold;
 
-
margin-top: -16px;
 
-
width: 90px;
 
-
}
 
-
</style>
 
-
 
<script type="text/javascript">
<script type="text/javascript">
$(document).ready(function(){
$(document).ready(function(){
Line 45: Line 7:
$(".change").click(function(e) {
$(".change").click(function(e) {
var id = $(this).attr('id');
var id = $(this).attr('id');
-
 
+
if (id != 18) {
-
 
+
$("#team-content").html("<h2>" + $("#name" + id).html() +"</h2>" + $("#team-content" + id).html());
-
$("#team-content").html("<h1>" + $("#name" + id).html() +"</h1>" + $("#team-content" + id).html());
+
$("#team-td img").attr('src', $("#img" + id).attr('src')).attr('alt', $("#img" + id).attr('alt'));
-
$("#team-td img").attr('src', $("#img" + id).attr('src')).attr('alt', $("#img" + id).attr('alt'));
+
$("#team-td img").addClass("fl");
 +
} else {
 +
$("#team-td img").attr('src', "https://static.igem.org/mediawiki/2012/a/a9/Uottawa_Teampic.png");
 +
$("#team-td img").removeClass("fl");
 +
$("#team-content").html("");
 +
}
});
});
});
});
</script>
</script>
-
<table align="center" class="top" cellpadding="0" cellspacing="1" width="870">
+
 
 +
<table id="team" align="center" class="top" cellpadding="0" cellspacing="1" width="945">
<tr>
<tr>
-
<td class="change" id="1"><img id="img1" src="https://static.igem.org/mediawiki/2012/d/df/Uottawa_Kaern.png" width="96" alt="Dr. Kaern" /><div class="team-name" id="name1">Dr. Kaern</div></td>
+
<td class="change" id="1"><img id="img1" src="https://static.igem.org/mediawiki/2012/d/df/Uottawa_Kaern.png" width="104" alt="Dr. Kaern" /><div class="team-name" id="name1">Dr. Kaern</div></td>
-
<td class="change" id="2"><img id="img2" src="https://static.igem.org/mediawiki/2012/e/e8/Uottawa_Alex.png" width="96" alt="Alex" /><div class="team-name" id="name2">Alex</div></td>
+
<td class="change" id="2"><img id="img2" src="https://static.igem.org/mediawiki/2012/e/e8/Uottawa_Alex.png" width="104" alt="Alex" /><div class="team-name" id="name2">Alex</div></td>
-
<td class="change" id="3"><img id="img3" src="https://static.igem.org/mediawiki/2012/1/12/Uottawa_Zuhair.png" width="96" alt="Zuhair" /><div class="team-name" id="name3">Zuhair</div></td>
+
<td class="change" id="3"><img id="img3" src="https://static.igem.org/mediawiki/2012/1/12/Uottawa_Zuhair.png" width="104" alt="Zuhair" /><div class="team-name" id="name3">Zuhair</div></td>
-
<td class="change" id="4"><img id="img4" src="https://static.igem.org/mediawiki/2012/2/25/Uottawa_Ian.png" width="96" alt="Ian" /><div class="team-name" id="name4">Ian</div></td>
+
<td class="change" id="4"><img id="img4" src="https://static.igem.org/mediawiki/2012/2/25/Uottawa_Ian.png" width="104" alt="Ian" /><div class="team-name" id="name4">Ian</div></td>
-
<td class="change" id="5"><img id="img5" src="https://static.igem.org/mediawiki/2012/b/b7/Uottawa_Kyle.png" width="96" alt="Kyle" /><div class="team-name" id="name5">Kyle</div></td>
+
<td class="change" id="5"><img id="img5" src="https://static.igem.org/mediawiki/2012/b/b7/Uottawa_Kyle.png" width="104" alt="Kyle" /><div class="team-name" id="name5">Kyle</div></td>
-
<td class="change" id="6"><img id="img6" src="https://static.igem.org/mediawiki/2012/9/91/Uottawa_John.png" width="96" alt="John" /><div class="team-name" id="name6">John</div></td>
+
<td class="change" id="6"><img id="img6" src="https://static.igem.org/mediawiki/2012/9/91/Uottawa_John.png" width="104" alt="John" /><div class="team-name" id="name6">John</div></td>
-
<td class="change" id="7"><img id="img7" src="https://static.igem.org/mediawiki/2012/8/89/Uottawa_Wilson.png" width="96" alt="Wilson" /><div class="team-name" id="name7">Wilson</div></td>
+
<td class="change" id="7"><img id="img7" src="https://static.igem.org/mediawiki/2012/8/89/Uottawa_Wilson.png" width="104" alt="Wilson" /><div class="team-name" id="name7">Wilson</div></td>
-
<td class="change" id="8"><img id="img8" src="https://static.igem.org/mediawiki/2012/7/72/Uottawa_Fangshi.png" width="96" alt="Fangshi" /><div class="team-name" id="name8">Fangshi</div></td>
+
<td class="change" id="8"><img id="img8" src="https://static.igem.org/mediawiki/2012/7/72/Uottawa_Fangshi.png" width="104" alt="Fangshi" /><div class="team-name" id="name8">Fangshi</div></td>
-
<td class="change" id="9"><img id="img9" src="https://static.igem.org/mediawiki/2012/b/b2/Uottawa_Mike.png" width="96" alt="Mike" /><div class="team-name" id="name9">Mike</div></td>
+
<td class="change" id="9"><img id="img9" src="https://static.igem.org/mediawiki/2012/b/b2/Uottawa_Mike.png" width="104" alt="Mike" /><div class="team-name" id="name9">Mike</div></td>
</tr>
</tr>
<tr>
<tr>
-
<td class="change" id="10"><img id="img10" src="https://static.igem.org/mediawiki/2012/7/7b/Uottawa_Cory.png" width="96" alt="Cory" /><div class="team-name" id="name10">Cory</div></td>
+
<td class="change" id="10"><img id="img10" src="https://static.igem.org/mediawiki/2012/7/7b/Uottawa_Cory.png" width="104" alt="Cory" /><div class="team-name" id="name10">Cory</div></td>
<td id="team-td" colspan="7" rowspan="2">
<td id="team-td" colspan="7" rowspan="2">
-
<img class="fl" src="http://www.profased.com/igem/nohumans.jpg" alt="Dr. Mads Kaern" />
+
<img src="https://static.igem.org/mediawiki/2012/a/a9/Uottawa_Teampic.png" alt="" />
-
<div id="team-content"><h2>Dr. Mads Kaern</h2> Text.</div>
+
<div id="team-content"></div>
</td>
</td>
-
<td class="change" id="11"><img id="img11" src="https://static.igem.org/mediawiki/2012/e/e7/Uottawa_Caitlin.png" width="96" alt="Caitlin" /><div class="team-name" id="name11">Caitlin</div></td>
+
<td class="change" id="11"><img id="img11" src="https://static.igem.org/mediawiki/2012/e/e7/Uottawa_Caitlin.png" width="104" alt="Caitlin" /><div class="team-name" id="name11">Caitlin</div></td>
</tr>
</tr>
<tr>
<tr>
-
<td class="change" id="12"><img id="img12" src="https://static.igem.org/mediawiki/2012/1/1e/Uottawa_Bahareh.png" width="96" alt="Bahareh" /><div class="team-name" id="name12">Bahareh</div></td>
+
<td class="change" id="12"><img id="img12" src="https://static.igem.org/mediawiki/2012/1/1e/Uottawa_Bahareh.png" width="104" alt="Bahareh" /><div class="team-name" id="name12">Bahareh</div></td>
-
<td class="change" id="13"><img id="img13" src="https://static.igem.org/mediawiki/2012/f/fc/Uottawa_Katie.png" width="96" alt="Katie" /><div class="team-name" id="name13">Katie</div></td>
+
<td class="change" id="13"><img id="img13" src="https://static.igem.org/mediawiki/2012/f/fc/Uottawa_Katie.png" width="104" alt="Katie" /><div class="team-name" id="name13">Katie</div></td>
</tr>
</tr>
<tr>
<tr>
-
<td class="change" id="14"><img id="img14" src="https://static.igem.org/mediawiki/2012/7/7a/Uottawa_Nick.png" width="96" alt="Nicholas" /><div class="team-name" id="name14">Nicholas</div></td>
+
<td class="change" id="14"><img id="img14" src="https://static.igem.org/mediawiki/2012/7/7a/Uottawa_Nick.png" width="104" alt="Nicholas" /><div class="team-name" id="name14">Nicholas</div></td>
-
<td class="change" id="15"><img id="img15" src="http://www.profased.com/igem/nohumans.jpg" width="96" alt="Fares" /><div class="team-name" id="name15">Fares</div></td>
+
<td class="change" id="15"><img id="img15" src="https://static.igem.org/mediawiki/2012/f/fe/Uottawa_Fares.png" width="104" alt="Fares" /><div class="team-name" id="name15">Fares</div></td>
-
<td class="change" id="16"><img id="img16" src="https://static.igem.org/mediawiki/2012/d/d4/Uottawa_Huy.png" width="96" alt="Huy" /><div class="team-name" id="name16">Huy</div></td>
+
<td class="change" id="16"><img id="img16" src="https://static.igem.org/mediawiki/2012/d/d4/Uottawa_Huy.png" width="104" alt="Huy" /><div class="team-name" id="name16">Huy</div></td>
-
<td class="change" id="17"><img id="img17" src="http://www.profased.com/igem/nohumans.jpg" width="96" alt="Bushra" /><div class="team-name" id="name17">Bushra</div></td>
+
<td class="change" id="17"><img id="img17" src="https://static.igem.org/mediawiki/2012/e/ed/Uottawa_Bushra.png" width="104" alt="Bushra" /><div class="team-name" id="name17">Bushra</div></td>
-
<td class="change" id="18"><img id="img18" src="http://www.profased.com/igem/nohumans.jpg" width="96" alt="Elisabeth" /><div class="team-name" id="name18">Elisabeth</div></td>
+
<td class="change" id="18"><img id="img18" src="https://static.igem.org/mediawiki/2012/a/af/Uottawa_lastlogo.png" width="104" alt="Logo" /></td>
-
<td class="change" id="19"><img id="img19" src="http://www.profased.com/igem/nohumans.jpg" width="96" alt="Mohamad" /><div class="team-name" id="name19">Mohamad</div></td>
+
<td class="change" id="19"><img id="img19" src="https://static.igem.org/mediawiki/2012/5/57/Uottawa_Elizabeth.png" width="104" alt="Elisabeth" /><div class="team-name" id="name19">Elisabeth</div></td>
-
<td class="change" id="20"><img id="img20" src="http://www.profased.com/igem/nohumans.jpg" width="96" alt="Warren" /><div class="team-name" id="name20">Warren</div></td>
+
<td class="change" id="20"><img id="img20" src="https://static.igem.org/mediawiki/2012/8/8b/Uottawa_Mohamad.png" width="104" alt="Mohamad" /><div class="team-name" id="name20">Mohamad</div></td>
-
<td class="change" colspan="2" id="21"><img id="img21" src="http://www.profased.com/igem/nohumans.jpg" width="96" alt="Team" /><div class="team-name" id="name21">Team Photo</div></td>
+
<td class="change" id="21"><img id="img21" src="https://static.igem.org/mediawiki/2012/8/86/Uottawa_Warren.png" width="104" alt="Warren" /><div class="team-name" id="name21">Warren</div></td>
 +
<td class="change" id="22"><img id="img22" src="https://static.igem.org/mediawiki/2012/7/7b/Uottawa_Simon.png" width="104" alt="Simon" /><div class="team-name" id="name22">Simon</div></td>
</tr>
</tr>
</table>
</table>
<div class="hidden" id="team-content1">Dr. Mads Kaern</div>
<div class="hidden" id="team-content1">Dr. Mads Kaern</div>
-
<div class="hidden" id="team-content2">Alex Power</div>
+
<div class="hidden" id="team-content2">Alex Power is a graduate student, and all around nice guy. I mean, just look at him. If that's not a friendly face, what is?</div>
-
<div class="hidden" id="team-content3">Zuhair</div>
+
<div class="hidden" id="team-content3">I'm a 4th year honours student in Biomedical Sciences at the University of Ottawa. Our team has put in a lot of hard work for this year's iGEM competition and we're excited to see the outcome. iGEM has been a fantastic experience and I would really encourage others to join and get involved! </div>
<div class="hidden" id="team-content4">I'm a 4th year honours student in Biomedical Sciences at the University of Ottawa. This year I focused on using Barry White music to optimize yeast mating efficiency and I can proudly say that I have achieved my goals. Can't wait for the jamborees! </div>
<div class="hidden" id="team-content4">I'm a 4th year honours student in Biomedical Sciences at the University of Ottawa. This year I focused on using Barry White music to optimize yeast mating efficiency and I can proudly say that I have achieved my goals. Can't wait for the jamborees! </div>
<div class="hidden" id="team-content5">I'm a 3rd year Software Engineering student at the University of Ottawa. I breath PHP, MySQL, HTML, CSS and JavaScript every single day of the week. And I love it!</div>
<div class="hidden" id="team-content5">I'm a 3rd year Software Engineering student at the University of Ottawa. I breath PHP, MySQL, HTML, CSS and JavaScript every single day of the week. And I love it!</div>
Line 100: Line 69:
<div class="hidden" id="team-content9">Hi there, My name is Michael Xiang and this fall I will be starting my 3rd year at University of Ottawa studying Biochemistry and Computer Science. As part of this year's iGem team, I am in charge of the design section as well as the production of our documentary. "The Nature of Synthetic Biology" I hope you'll enjoy it and that it will insipire you all to become brilliant synthetic biologists =]</div>
<div class="hidden" id="team-content9">Hi there, My name is Michael Xiang and this fall I will be starting my 3rd year at University of Ottawa studying Biochemistry and Computer Science. As part of this year's iGem team, I am in charge of the design section as well as the production of our documentary. "The Nature of Synthetic Biology" I hope you'll enjoy it and that it will insipire you all to become brilliant synthetic biologists =]</div>
<div class="hidden" id="team-content10">My name is Cory Lefebvre and I'm a second year student in the B.Sc. of Biochemistry program. This is my first year on the iGem team and can say that I haven’t regretted it for one second. I was part of the Design Team this year and helped with the design of the logo and the t-shirt. I hope to finish my degree in biochemistry and enter medical school to earn my M.D. degree.</div>
<div class="hidden" id="team-content10">My name is Cory Lefebvre and I'm a second year student in the B.Sc. of Biochemistry program. This is my first year on the iGem team and can say that I haven’t regretted it for one second. I was part of the Design Team this year and helped with the design of the logo and the t-shirt. I hope to finish my degree in biochemistry and enter medical school to earn my M.D. degree.</div>
-
<div class="hidden" id="team-content11">Caitlin</div>
+
<div class="hidden" id="team-content11">Hi! My name is Caitlin Johnston and I'm a 3rd year Biochemistry student. As part of the iGEM team this year, I worked on planning and editing our documentary - The Nature of Synthetic Biology. I also enjoy biking and baking in my free time!</div>
<div class="hidden" id="team-content12">Hi, I'm Bahareh Manesh and my program is Biochemistry. I like track and field and I hope to get into neuroscience in the future.</div>
<div class="hidden" id="team-content12">Hi, I'm Bahareh Manesh and my program is Biochemistry. I like track and field and I hope to get into neuroscience in the future.</div>
<div class="hidden" id="team-content13">Katie</div>
<div class="hidden" id="team-content13">Katie</div>
Line 107: Line 76:
<div class="hidden" id="team-content16">Right now, I'm in my second year of Biomedical Sciences with an option in Med Chem. This is my first year with the iGEM team, helping out to design the website and t-shirts. Curious to see what my first of many jamborees will be like!</div>
<div class="hidden" id="team-content16">Right now, I'm in my second year of Biomedical Sciences with an option in Med Chem. This is my first year with the iGEM team, helping out to design the website and t-shirts. Curious to see what my first of many jamborees will be like!</div>
<div class="hidden" id="team-content17">This fall, I'll be starting my 4rd year of an Honours BSc. in Biomedical Science with a Minor in Psychology. I'm incredibly excited to be a part of the uOttawa iGEM team as it amalgamates my love for biology and the real-world applications of science. With a few years of research experience under my belt and a past history as a competitive public speaker, iGEM and I are a great fit as it caters to my need to learn new things and to be heard! This year, I will be assisting the team by conducting interviews with various professionals for our Human Practices documentary!</div>
<div class="hidden" id="team-content17">This fall, I'll be starting my 4rd year of an Honours BSc. in Biomedical Science with a Minor in Psychology. I'm incredibly excited to be a part of the uOttawa iGEM team as it amalgamates my love for biology and the real-world applications of science. With a few years of research experience under my belt and a past history as a competitive public speaker, iGEM and I are a great fit as it caters to my need to learn new things and to be heard! This year, I will be assisting the team by conducting interviews with various professionals for our Human Practices documentary!</div>
-
<div class="hidden" id="team-content18">Hi, I'm Elisabeth Hart McKittrick. I'm in my third year of an Honours BSc. in biology at the University of Ottawa. I'm interested primarily in animal physiology and behaviour, with a secondary interest in ecology and environmental issues. As a member of the Human Practices division of the uOttawa iGEM team, I contributed mainly to the development of this year's human practices documentary. When I'm not working with iGEM, I teach swimming, play volleyball, and make a mean chocolate zucchini bread.</div>
+
<div class="hidden" id="team-content19">Hi, I'm Elisabeth Hart McKittrick. I'm in my third year of an Honours BSc. in biology at the University of Ottawa. I'm interested primarily in animal physiology and behaviour, with a secondary interest in ecology and environmental issues. As a member of the Human Practices division of the uOttawa iGEM team, I contributed mainly to the development of this year's human practices documentary. When I'm not working with iGEM, I teach swimming, play volleyball, and make a mean chocolate zucchini bread.</div>
-
<div class="hidden" id="team-content19">Hi! I am a student at the University of Ottawa. I am currently pursuing a Biotechnology degree for my undergraduate studies which is double diploma in Chemical Engineering with a Biomedical Engineering option, and an Honours and Specialisation in Biochemistry. I have several research interests which include biological engineering with the objective of brain or nerve regeneration on the biochemistry and biotechnology side and refining petroleum or synthesizing a more efficient fuel on the chemical engineering side. Some of my hobbies include sports, reading and fashion.</div>
+
<div class="hidden" id="team-content20">Hi! I am a student at the University of Ottawa. I am currently pursuing a Biotechnology degree for my undergraduate studies which is double diploma in Chemical Engineering with a Biomedical Engineering option, and an Honours and Specialisation in Biochemistry. I have several research interests which include biological engineering with the objective of brain or nerve regeneration on the biochemistry and biotechnology side and refining petroleum or synthesizing a more efficient fuel on the chemical engineering side. Some of my hobbies include sports, reading and fashion.</div>
-
<div class="hidden" id="team-content20">Warren</div>
+
<div class="hidden" id="team-content21">Hey! My name is Warren, and I am currently in my third year at the University of Ottawa studying Biochemistry and Chemical Engineering. It is my first year on the uOttawa iGEM team, and I help out with designing the team website, t-shirts, poster, and presentation. Outside of nerding out six courses a term, I like to work up a sweat playing basketball and volleyball.</div>
-
<div class="hidden" id="team-content21">Team</div>
+
<div class="hidden" id="team-content22">Student at uOttawa, 1st year Medicine.<br />Simon is the French guy in the team. He collaborates and collaborated with sponsors to help find sponsorship such as reagents to minimize the costs and to help the project move forward. He is also helping the team to find new ideas such as website design and look. He enjoys cycling hundreds of kilometers a week and he has a lot of laboratory experience already having begun doing research before entering university.</div>
</html>
</html>
{{Template:uOttawa_Footer}}
{{Template:uOttawa_Footer}}

Latest revision as of 02:09, 4 October 2012

Dr. Kaern
Dr. Kaern
Alex
Alex
Zuhair
Zuhair
Ian
Ian
Kyle
Kyle
John
John
Wilson
Wilson
Fangshi
Fangshi
Mike
Mike
Cory
Cory
Caitlin
Caitlin
Bahareh
Bahareh
Katie
Katie
Nicholas
Nicholas
Fares
Fares
Huy
Huy
Bushra
Bushra
Logo Elisabeth
Elisabeth
Mohamad
Mohamad
Warren
Warren
Simon
Simon