Template:Team:Waterloo/JS/WaterlooTeam
From 2014.igem.org
(Difference between revisions)
Super.suzie (Talk | contribs) |
Super.suzie (Talk | contribs) |
||
(19 intermediate revisions not shown) | |||
Line 7: | Line 7: | ||
var htmlStr = '<img class="profile" src="'.concat(loc.url.toString(),'"><br><h2>',loc.name.toString(),'</h2><h3><br>',loc.teams.toString(),'</h3><div style="text-align: left;">',loc.description.toString(),'</div>'); | var htmlStr = '<img class="profile" src="'.concat(loc.url.toString(),'"><br><h2>',loc.name.toString(),'</h2><h3><br>',loc.teams.toString(),'</h3><div style="text-align: left;">',loc.description.toString(),'</div>'); | ||
} | } | ||
- | else if (hashName == ' | + | else if (hashName == 'all_teams'){ |
- | var loc = | + | var loc = all_teams[num]; |
var htmlStr = '<img class="profile" src="'.concat(loc.url.toString(),'"><br><h2>',loc.name.toString(),'</h2><br><div style="text-align: left;">',loc.description.toString(),'</div>'); | var htmlStr = '<img class="profile" src="'.concat(loc.url.toString(),'"><br><h2>',loc.name.toString(),'</h2><br><div style="text-align: left;">',loc.description.toString(),'</div>'); | ||
} | } | ||
Line 14: | Line 14: | ||
} | } | ||
- | var | + | var all_teams = [ |
{ | { | ||
- | name: ' | + | name: '', |
- | url: '', | + | url: 'https://static.igem.org/mediawiki/2014/f/f2/Waterloo_iGEM_logo_black.jpg', |
- | description: '' | + | description: '<p>The University of Waterloo iGEM team is composed of undergraduate students spanning the Faculties of Science, Engineering, and Mathematics. Every year, the team members imagine, explore, and research into the field of synthetic biology. The members have total creative freedom in executing a project from start to finish.</p><br /><p><b>Learn about our sub-teams</b>: <a onclick="showInfo(\'all_teams\', \'1\')">Lab and Design</a>, <a onclick="showInfo(\'all_teams\', \'2\')">Human Practices</a> and <a onclick="showInfo(\'all_teams\', \'3\')">Mathematical Modelling</a> or check out our <a href="https://2014.igem.org/Team:Waterloo/Gallery">Gallery</a> for some photographs of our adventures over the past year.</p><h3>You can also click on our beautiful faces to learn more about each team member.</h3>' |
}, | }, | ||
{ | { | ||
- | name: 'Lab | + | name: 'Lab and Design', |
- | url: '', | + | url: 'https://static.igem.org/mediawiki/2014/f/f2/Waterloo_iGEM_logo_black.jpg', |
- | description: 'The Lab and Design team begins each year by investigating current problems facing our society and trying to produce a solution for them using synthetic biology. This design phase has a two-fold function, which requires intensive research to formulate the theoretical and practical basis of the project. After the design of the project is complete, the Lab and Design team brings their theoretical ideas to the laboratory.' | + | description: '<p>The Lab and Design team begins each year by investigating current problems facing our society and trying to produce a solution for them using synthetic biology. This design phase has a two-fold function, which requires intensive research to formulate the theoretical and practical basis of the project. After the design of the project is complete, the Lab and Design team brings their theoretical ideas to the laboratory.</p><br/><p><b>Learn about our sub-teams</b>: <a onclick="showInfo(\'all_teams\', \'0\')">Waterloo Team</a>, <a onclick="showInfo(\'all_teams\', \'2\')">Human Practices</a> and <a onclick="showInfo(\'all_teams\', \'3\')">Mathematical Modelling</a> or check out our <a href="https://2014.igem.org/Team:Waterloo/Gallery">Gallery</a> for some photographs of our adventures over the past year.</p><h3>You can also click on our beautiful faces to learn more about each team member.</h3>' |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
}, | }, | ||
{ | { | ||
name: 'Human Practices Team', | name: 'Human Practices Team', | ||
- | url: '', | + | url: 'https://static.igem.org/mediawiki/2014/f/f2/Waterloo_iGEM_logo_black.jpg', |
- | description: 'The University of Waterloo iGEM Human Practices team works to strengthen the bridge between the community and their knowledge of synthetic biology. The team uses various activities, events, and media to educate and inform the public about this field of research and how it affects the world around us.' | + | description: '<p>The University of Waterloo iGEM Human Practices team works to strengthen the bridge between the community and their knowledge of synthetic biology. The team uses various activities, events, and media to educate and inform the public about this field of research and how it affects the world around us.</p><br/><p><b>Learn about our sub-teams</b>: <a onclick="showInfo(\'all_teams\', \'0\')">Waterloo Team</a>, <a onclick="showInfo(\'all_teams\', \'1\')">Lab and Design</a> and <a onclick="showInfo(\'all_teams\', \'3\')">Mathematical Modelling</a> or check out our <a href="https://2014.igem.org/Team:Waterloo/Gallery">Gallery</a> for some photographs of our adventures over the past year.</p><h3>You can also click on our beautiful faces to learn more about each team member.</h3>' |
}, | }, | ||
{ | { | ||
name: 'Math Modeling Team', | name: 'Math Modeling Team', | ||
- | url: '', | + | url: 'https://static.igem.org/mediawiki/2014/f/f2/Waterloo_iGEM_logo_black.jpg', |
- | description: 'Biological systems are complex and difficult to predict. Despite this, careful consideration of the components of a biological system can be used to produce mathematical models that provide insight into its dynamics. Increasingly, mathematical models are being used to predict behaviour of engineered genetic systems to inform design decisions. This “model-based design” approach is the goal of the Waterloo iGEM mathematical modelling team.' | + | description: '<p>Biological systems are complex and difficult to predict. Despite this, careful consideration of the components of a biological system can be used to produce mathematical models that provide insight into its dynamics. Increasingly, mathematical models are being used to predict behaviour of engineered genetic systems to inform design decisions. This “model-based design” approach is the goal of the Waterloo iGEM mathematical modelling team.</p><br/><p><b>Learn about our sub-teams</b>: <a onclick="showInfo(\'all_teams\', \'0\')">Waterloo Team</a>, <a onclick="showInfo(\'all_teams\', \'1\')">Lab and Design</a> and <a onclick="showInfo(\'all_teams\', \'2\')">Human Practices</a> or check out our <a href="https://2014.igem.org/Team:Waterloo/Gallery">Gallery</a> for some photographs of our adventures over the past year.</p><h3>You can also click on our beautiful faces to learn more about each team member.</h3>' |
} | } | ||
]; | ]; | ||
Line 69: | Line 64: | ||
{ | { | ||
name: 'Julia Manalil', | name: 'Julia Manalil', | ||
- | url: 'https://static.igem.org/mediawiki/2014/ | + | url: 'https://static.igem.org/mediawiki/2014/b/bb/Julia_Manalil_alt..png', |
- | teams: 'Lab & Design Team | + | teams: 'Lab & Design Team Lead', |
description: 'Julia is the go-to person when it comes to anything related to Lab & Design. She was responsible for formulating the plan of attack on this years project and organized the teams to carry out their parts. When she’s not busy preparing for meetings and assigning lab duties, she’s in the lab, constructing and characterizing as many things as possible. <br>About me: Although my life for the past two years has become consumed with iGEM, I still make room for friends, movies, and cut outs of Johnny Depp. ' | description: 'Julia is the go-to person when it comes to anything related to Lab & Design. She was responsible for formulating the plan of attack on this years project and organized the teams to carry out their parts. When she’s not busy preparing for meetings and assigning lab duties, she’s in the lab, constructing and characterizing as many things as possible. <br>About me: Although my life for the past two years has become consumed with iGEM, I still make room for friends, movies, and cut outs of Johnny Depp. ' | ||
}, | }, | ||
Line 81: | Line 76: | ||
}, | }, | ||
{ | { | ||
- | name: 'Sonya | + | name: 'Sonya Pihura', |
url: 'https://static.igem.org/mediawiki/2014/b/b4/Waterloo_Sonya_.jpg', | url: 'https://static.igem.org/mediawiki/2014/b/b4/Waterloo_Sonya_.jpg', | ||
teams: 'Lab & Design Team Member', | teams: 'Lab & Design Team Member', | ||
Line 109: | Line 104: | ||
url: 'https://static.igem.org/mediawiki/2014/c/c1/Waterloo_LindaYang.jpg', | url: 'https://static.igem.org/mediawiki/2014/c/c1/Waterloo_LindaYang.jpg', | ||
teams: 'Human Practices & Outreach Team Member', | teams: 'Human Practices & Outreach Team Member', | ||
- | description: 'Over the summer, Linda | + | description: 'Over the summer, Linda worked to help come up with ethics-related questions to address our project. She has also helped in the lab with construction of parts. <br>About me: In my third year with Waterloo iGEM, I feel so privileged to have worked with such talented people in all my roles on the team. I am in my final year of studying Biomedical Sciences with a Minor in Psychology, a Minor in East Asian Studies, and a Global Experience Certificate. When I’m not buried in schoolwork, I enjoy playing the piano, dancing, and reading; I am also always up for a good hike!' |
}, | }, | ||
{ | { | ||
Line 180: | Line 175: | ||
}, | }, | ||
{ | { | ||
- | name: 'Robert | + | name: 'Robert Milenkovski', |
url: 'https://static.igem.org/mediawiki/2014/a/a4/Waterloo_RobertMilenkovski.jpeg', | url: 'https://static.igem.org/mediawiki/2014/a/a4/Waterloo_RobertMilenkovski.jpeg', | ||
teams: 'Human Practices Team Member', | teams: 'Human Practices Team Member', | ||
Line 232: | Line 227: | ||
name: 'Gabriela Morgenshtern', | name: 'Gabriela Morgenshtern', | ||
url: 'https://static.igem.org/mediawiki/2014/b/b0/Waterloo_GabrielaMorgenshtern.jpg', | url: 'https://static.igem.org/mediawiki/2014/b/b0/Waterloo_GabrielaMorgenshtern.jpg', | ||
- | teams: 'Math Modeling Team', | + | teams: 'Math Modeling Team Member', |
- | description: '' | + | description: 'As a first year member and first-year university student, Gabi tried really hard to grasp all the connections between biology and math that had just been revealed to her. She has worked on the team poster, collaborating the modeling and lab teams’ findings into a cohesive, visual presentation. <br> About me: As a dual Molecular Genetics and Computer Science student, I really enjoys those moments where everything I have been studying becomes interconnected. In her spare time Gabi tries to sleep, but usually ends up listening to the Arctic Monkeys, jogging, or reading.' |
}, | }, | ||
{ | { | ||
name: 'Samantha Hirniak', | name: 'Samantha Hirniak', | ||
url: 'https://static.igem.org/mediawiki/2014/1/1c/Waterloo_SamanthaHirniak.jpg', | url: 'https://static.igem.org/mediawiki/2014/1/1c/Waterloo_SamanthaHirniak.jpg', | ||
- | teams: 'Math Modeling Team', | + | teams: 'Math Modeling Team Member', |
- | description: '' | + | description: 'Samantha has been working hard on multiple projects within the modeling team. She assisted the uOttawa iGEM team as part of this year’s collaboration, ran sensitivity analysis on the sRNA model, as well as teamed up with Jama on the construction of the mecA network diagram. <br/>About me: When not in a school term, you can probably find me training horses in my hometown, grooming the family sheepdog or hiking in the mountains of Banff.' |
}, | }, | ||
{ | { | ||
name: 'Brandon Fung', | name: 'Brandon Fung', | ||
url: 'https://static.igem.org/mediawiki/2014/d/dc/Waterloo_BrandonFung.jpg', | url: 'https://static.igem.org/mediawiki/2014/d/dc/Waterloo_BrandonFung.jpg', | ||
- | teams: 'Math Modeling Team', | + | teams: 'Math Modeling Team Member', |
description: '' | description: '' | ||
}, | }, | ||
Line 250: | Line 245: | ||
name: 'Jonathan Manson-Hennig', | name: 'Jonathan Manson-Hennig', | ||
url: 'https://static.igem.org/mediawiki/2014/a/a2/Waterloo_JonathanMH.png', | url: 'https://static.igem.org/mediawiki/2014/a/a2/Waterloo_JonathanMH.png', | ||
- | teams: 'Math Modeling Team', | + | teams: 'Math Modeling Team Member', |
description: '' | description: '' | ||
}, | }, | ||
Line 256: | Line 251: | ||
name: 'Jeff Barrett', | name: 'Jeff Barrett', | ||
url: 'https://static.igem.org/mediawiki/2014/4/46/Waterloo_JeffBarrett.jpg', | url: 'https://static.igem.org/mediawiki/2014/4/46/Waterloo_JeffBarrett.jpg', | ||
- | teams: 'Math Modeling Team', | + | teams: 'Math Modeling Team Member', |
description: '' | description: '' | ||
}, | }, | ||
Line 262: | Line 257: | ||
name: 'John Drake', | name: 'John Drake', | ||
url: 'https://static.igem.org/mediawiki/2014/d/db/Waterloo_JohnDrake.jpg', | url: 'https://static.igem.org/mediawiki/2014/d/db/Waterloo_JohnDrake.jpg', | ||
- | teams: 'Math Modeling Team', | + | teams: 'Math Modeling Team Member', |
description: '' | description: '' | ||
} | } | ||
]; | ]; | ||
+ | |||
+ | |||
+ | $( document ).ready(function() { | ||
+ | showInfo('all_teams', '0') | ||
+ | }); | ||
+ | |||
</script> | </script> | ||
</html> | </html> |
Latest revision as of 23:36, 17 October 2014