(26 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
// Define the `waterloo` module | // Define the `waterloo` module | ||
var waterloo = angular.module('waterloo', []); | var waterloo = angular.module('waterloo', []); | ||
Line 39: | Line 38: | ||
}}) | }}) | ||
− | .controller('team', function team($scope){ | + | .controller('team', function team($scope, $timeout){ |
− | $scope. | + | $scope.showLeads = { |
− | + | lead : true, | |
− | + | notLead : true | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | $scope. | + | $scope.showTeams = { |
− | + | "Lab and Design" : true, | |
− | + | "Math Modelling" : true, | |
− | + | "Policy and Practices" : true, | |
− | + | "Business" : true | |
− | + | } | |
− | + | $scope.$watch("visiblePeople", function (value) {//I change here | |
− | lead | + | $timeout(function () { |
− | + | $('.urinacircle').each(function() { | |
− | } | + | $(this).css({'height':$(this).width()+'px'}); |
− | { | + | }); |
+ | }, 400); | ||
+ | |||
+ | }); | ||
+ | $scope.filterPeople = function() { | ||
+ | $scope.visiblePeople = $scope.team.filter(function (person) { | ||
+ | if (person.name == "Ayan Abukar") {return $scope.showLeads['lead'];} | ||
+ | if (person.lead) { | ||
+ | var lead = 'lead'; | ||
+ | } else { | ||
+ | var lead = 'notLead' | ||
+ | } | ||
+ | return $scope.showTeams[person.subteam] && $scope.showLeads[lead]; | ||
+ | }); | ||
+ | } | ||
+ | $scope.team = [ { | ||
name: "Ayan Abukar", | name: "Ayan Abukar", | ||
subteam: "Lab and Design", | subteam: "Lab and Design", | ||
− | bio: "", | + | bio: "Ayan is the Project Director for the Waterloo iGEM 2016 team. She had the privilege of leading a team of 34 incredible people in their quest to practice good science and build a project that they could all be proud of. Her responsibilities ranged from direct involvement with the idea generation and project development, to facilitating inter-sub-team connections, financial management and communication with our advisors. Aside from talking about, thinking about and dreaming about iGEM, Ayan occasionally tries to practice what others have told her is having a life (she is still unsure of the exact meaning of this phrase).", |
− | image: "", | + | image: "https://static.igem.org/mediawiki/2016/4/42/T--Waterloo--Ayan_2016.jpeg", |
lead: true, | lead: true, | ||
reveal: false, | reveal: false, | ||
Line 71: | Line 79: | ||
name: "Patricia Balbon", | name: "Patricia Balbon", | ||
subteam: "Policy and Practices", | subteam: "Policy and Practices", | ||
− | bio: " | + | bio: "So back to cats: Patricia is still enjoying the fruits of following-through curiosity, as this year's Policy and Practices Lead. Her subteam continues the work of safeguarding the continuity of responsible science and supervising the project's feasibility beyond the bench. Hopefully, somewhere, she was able to give back a fraction of what she experienced to new recruits and to the iGEM community. On behalf of all felines who cannot participate, Patricia tries to maximize the ability to collect knowledge and synthesize it into something potentially significant.", |
image: "https://static.igem.org/mediawiki/2016/4/4e/T--Waterloo--Patricia.jpg", | image: "https://static.igem.org/mediawiki/2016/4/4e/T--Waterloo--Patricia.jpg", | ||
lead: true, | lead: true, | ||
Line 95: | Line 103: | ||
name: "Zoë Humphries", | name: "Zoë Humphries", | ||
subteam: "Math Modelling", | subteam: "Math Modelling", | ||
− | bio: " | + | bio: "As the mathematical modelling lead this year, Zoë attended a lot of meetings (the scheduling of which turned her into a Doodle addict and then hater). She loved being able to help facilitate the collaboration within the team. Contributing to the content math sub-teams and learning from the math members was a challenging but incredibly rewarding experience. When her iGEM inspiration for mathematical modelling runs low, Zoë enjoys playing clarinet, pipetting, singing along to musicals, rock climbing, teaching dance, and identifying fungi.", |
image: "https://static.igem.org/mediawiki/2016/8/8f/T--Waterloo--Zoe.jpg", | image: "https://static.igem.org/mediawiki/2016/8/8f/T--Waterloo--Zoe.jpg", | ||
lead: true, | lead: true, | ||
Line 103: | Line 111: | ||
name: "Austin Boucinha", | name: "Austin Boucinha", | ||
subteam: "Lab and Design", | subteam: "Lab and Design", | ||
− | bio: "Deep from the depths of the Quantum Nano Centre rises a jack-of-all-trades in nanotechnology. He nanodrops at the speed of light, has the slickest of skills with a pipette, and rumours say he has a presence that bestows luck upon the entire laboratory. | + | bio: "Deep from the depths of the Quantum Nano Centre rises a jack-of-all-trades in nanotechnology. He nanodrops at the speed of light, has the slickest of skills with a pipette, and rumours say he has a presence that bestows luck upon the entire laboratory. It’s Austin! Austin is a Nanotechnology Engineering student at the University of Waterloo who just started his fourth year of studies. He’s been helping the lab and design team design and make our project's constructs. Outside of the lab, he’s best known for getting involved with the Engineering Society and other student initiatives around campus.", |
image: "https://static.igem.org/mediawiki/2016/1/1b/T--Waterloo--Austin.jpg", | image: "https://static.igem.org/mediawiki/2016/1/1b/T--Waterloo--Austin.jpg", | ||
lead: false, | lead: false, | ||
Line 111: | Line 119: | ||
name: "Andres Escobar", | name: "Andres Escobar", | ||
subteam: "Lab and Design", | subteam: "Lab and Design", | ||
− | bio: "Second year Biochemistry student with the fiery passion for syn bio; cause | + | bio: "Second year Biochemistry student with the fiery passion for syn bio; cause he is “fuego”. While in school, he’s been mainly working on making the Cup 1 and the Gal 1 constructs. In addition, he has conducted at least one of every type of experiment performed in the lab, minus flow cytometry, and helped in simple troubleshooting and designing of constructs. He hopes to eventually work on flow cytometry and CRISPR-Cas9 with sensei Patrick and improve his designing skills from grandmaster Alicia. His spare time is filled with sports, eating sushi, reading and learning how to be a Peter Hoang.", |
image: "https://static.igem.org/mediawiki/2016/0/08/T--Waterloo--Andres.jpg", | image: "https://static.igem.org/mediawiki/2016/0/08/T--Waterloo--Andres.jpg", | ||
lead: false, | lead: false, | ||
Line 119: | Line 127: | ||
name: "Vincent Halim", | name: "Vincent Halim", | ||
subteam: "Lab and Design", | subteam: "Lab and Design", | ||
− | bio: "iGEM provided the perfect opportunity to obtain valuable experience not found elsewhere, with its central theme of applying genetic engineering to solve real-world issues. As synthetic biology has always piqued | + | bio: "iGEM provided the perfect opportunity to obtain valuable experience not found elsewhere, with its central theme of applying genetic engineering to solve real-world issues. As synthetic biology has always piqued Vincent’s interest to explore the foundation of life from a genetic focus, it goes without saying what a unique experience it was to create constructs in theory and realizing it in the lab. Such opportunities include designing research plans to transform the system’s core mechanism into host cells and characterizing promoters with existing biobricks. Taking it further, Vincent explored the system’s gene retention to ensure continuing effect on real-life application.", |
image: "https://static.igem.org/mediawiki/2016/c/c0/T--Waterloo--Vincent.jpg", | image: "https://static.igem.org/mediawiki/2016/c/c0/T--Waterloo--Vincent.jpg", | ||
lead: false, | lead: false, | ||
Line 127: | Line 135: | ||
name: "Peter Hoang", | name: "Peter Hoang", | ||
subteam: "Lab and Design", | subteam: "Lab and Design", | ||
− | bio: " | + | bio: "An honorary mention for Peter Hoang by Alicia and Patrick for his contributions to the social dynamic of the team and the effort he put into the experiments.", |
− | image: "", | + | image: "https://static.igem.org/mediawiki/2016/f/fc/T--Waterloo--Peter_2016.jpeg", |
lead: false, | lead: false, | ||
reveal: false, | reveal: false, | ||
Line 135: | Line 143: | ||
name: "Gareth Holmes", | name: "Gareth Holmes", | ||
subteam: "Lab and Design", | subteam: "Lab and Design", | ||
− | bio: " | + | bio: "Gareth is in his third year of chemical engineering and was part of Waterloo iGEM’s Lab and Design team. It was great being a part of such a high-energy team that is so excited, if not sometimes overly so, about synthetic biology. Although he has had some experience before iGEM, he learned a lot about a myriad of topics and techniques related to the project. In addition to learning, iGEM afforded him the opportunity to teach, not only in the lab, but also when engaging high school students in synthetic biology at SHAD Valley.", |
− | image: "", | + | image: "https://static.igem.org/mediawiki/2016/9/9a/T--Waterloo--Gareth_2016.jpeg", |
lead: false, | lead: false, | ||
reveal: false, | reveal: false, | ||
Line 143: | Line 151: | ||
name: "Seneca Jackson Velling", | name: "Seneca Jackson Velling", | ||
subteam: "Lab and Design", | subteam: "Lab and Design", | ||
− | bio: "As part of the more elusive cave-dwelling phylum involved with iGEM this year, | + | bio: "As part of the more elusive cave-dwelling phylum involved with iGEM this year, Seneca’s time is drawn between many extracurricular and team adventures. iGEM is really an invaluable experience and a great social atmosphere. The guiding hands of our glorious leaders and jovial work environment is an amazing part of being with this team. Skills include ingestion of vast amounts of coffee, a few work-ups, nanodrop measurements, and consuming copious cornucopias of comestibles. Beyond iGEM and Waterloo, Seneca has a co-op at Harvard Wyss Institute and enjoys sailing, ski racing, and reading.", |
− | image: "", | + | image: "https://static.igem.org/mediawiki/2016/1/1e/T--Waterloo--Seneca_2016.jpeg", |
lead: false, | lead: false, | ||
reveal: false, | reveal: false, | ||
Line 151: | Line 159: | ||
name: "Natasha Poley", | name: "Natasha Poley", | ||
subteam: "Lab and Design", | subteam: "Lab and Design", | ||
− | bio: " | + | bio: "Natasha is a hard working, social justice based Waterloo student in Science and Business. She learned all about protocols such as PCR, digest, ligation, column purification, and others. She is president of Women in STEM while also working in the lab and balancing classes. She is one of a kind: a dedicated, ambitious, kind, and compassionate human being with a keen interest in biotechnology.", |
image: "https://static.igem.org/mediawiki/2016/3/3f/T--Waterloo--Natasha.jpg", | image: "https://static.igem.org/mediawiki/2016/3/3f/T--Waterloo--Natasha.jpg", | ||
lead: false, | lead: false, | ||
Line 175: | Line 183: | ||
name: "Max Reed", | name: "Max Reed", | ||
subteam: "Lab and Design", | subteam: "Lab and Design", | ||
− | bio: " | + | bio: "This is Max. He did a couple experiments, and some of them almost worked. He worked with making the constructs for the project, as opposed to testing them. He likes the classics, and drama, and science, and also other things. He also enjoy curling up into a ball and pretending he is a tomato because he envies the simple life of such a careless fruit.", |
− | image: "", | + | image: "https://static.igem.org/mediawiki/2016/c/c4/T--Waterloo--Max.jpg", |
lead: false, | lead: false, | ||
reveal: false, | reveal: false, | ||
}, | }, | ||
+ | |||
+ | { | ||
+ | name: "Cody Receno", | ||
+ | subteam: "Lab and Design", | ||
+ | |||
+ | bio: "As a reward for looking here I’d like to drop some knowledge. Did you know that octopuses (octopi/octopode okay?) lose an arm in order to give birth then die shortly after? Talk about commitment, right? Cody gets really excited about synthetic biology because it makes biology so much more interesting in that the possibilities are endless and can make anything happen! Harnessing the power of life in order to create the best 3D printer the universe has to offer. If you ever meet Cody, ask him if he’s a tree.", | ||
+ | image: "https://static.igem.org/mediawiki/2016/e/e6/T--Waterloo--zordon.jpg", | ||
+ | lead: false, | ||
+ | reveal: false, | ||
+ | }, | ||
+ | |||
{ | { | ||
name: "Adrian Van Dyk", | name: "Adrian Van Dyk", | ||
subteam: "Lab and Design", | subteam: "Lab and Design", | ||
− | bio: "After being on the Policy and Practices team last year, | + | bio: "After being on the Policy and Practices team last year, Adrian moved to the Lab team for this year where he gained important skills in designing experiments, wet-lab experiments, and troubleshooting. In moving from Policy and Practices to Lab he made sure to bring his policy experience with him and think about how his work within our lab would affect other labs and the public at large. Outside of iGEM, Adrian enjoys camping, hiking and canoeing.", |
image: "https://static.igem.org/mediawiki/2016/8/86/T--Waterloo--Adrian.jpg", | image: "https://static.igem.org/mediawiki/2016/8/86/T--Waterloo--Adrian.jpg", | ||
lead: false, | lead: false, | ||
Line 191: | Line 210: | ||
name: "Marina Drygala", | name: "Marina Drygala", | ||
subteam: "Math Modelling", | subteam: "Math Modelling", | ||
− | bio: " | + | bio: "An honorary mention for Marina Drygala for her interest in synthetic biology and considerable knowledge about mathematical models.", |
− | image: "", | + | image: "https://static.igem.org/mediawiki/2016/6/66/T--Waterloo--Marina_2016.jpeg", |
lead: false, | lead: false, | ||
reveal: false, | reveal: false, | ||
Line 199: | Line 218: | ||
name: "Isaac Ellmen", | name: "Isaac Ellmen", | ||
subteam: "Math Modelling", | subteam: "Math Modelling", | ||
− | bio: " | + | bio: "This was Isaac’s second year on Waterloo’s iGEM team. iGEM was Isaac's first introduction to (synthetic) biology and he thinks it is absurdly cool. Isaac also enjoys coding, acting, math and crying over The Leafs.", |
− | image: "", | + | image: "https://static.igem.org/mediawiki/2016/f/fc/T--Waterloo--Isaac_2016.jpeg", |
lead: false, | lead: false, | ||
reveal: false, | reveal: false, | ||
Line 207: | Line 226: | ||
name: "Azoacha Forchech", | name: "Azoacha Forchech", | ||
subteam: "Math Modelling", | subteam: "Math Modelling", | ||
− | bio: " | + | bio: "Azoacha is on the Protein Aggregation subteam, researching and investigating the growth of protein aggregation and factors controlling it. This is her first year on iGEM team, and seeing how she hasn’t blown up the lab yet, it’s been a great year. She’s excited about having had the chance to get a lot of insight into the field of biotechnology and the advances being made in it, as well as the applications of data analysis and modelling in synthetic biology. You can usually find her in her comfy chair contemplating life and pugs, or in the iGEM office thinking about pugs. She loves lifting, crocheting, reading and the tiny, wrinkly creatures known as pugs.", |
− | image: "", | + | image: "https://static.igem.org/mediawiki/2016/f/f9/T--Waterloo--Azoacha_2016.jpeg", |
lead: false, | lead: false, | ||
reveal: false, | reveal: false, | ||
Line 216: | Line 235: | ||
subteam: "Math Modelling", | subteam: "Math Modelling", | ||
bio: "Mumtahin is one of the members of Math Modeling team and is completing her third year of Science and Business degree with a specialization in Biotechnology. She has been involved with the Math Modelling team and contributed to the data analysis pertaining to a network research paper completed by the Policy and Practices team. Mumtahin has conducted hypothesis testings, linear regressions, and network analysis with team collaboration data of the various iGEM teams in 2015. The findings from her analysis has been used in the network research paper to find connections between social theories such as structural hole and social capital within the iGEM organization. Mumtahin is passionate about computational biology, coffee, reading, and going for runs.", | bio: "Mumtahin is one of the members of Math Modeling team and is completing her third year of Science and Business degree with a specialization in Biotechnology. She has been involved with the Math Modelling team and contributed to the data analysis pertaining to a network research paper completed by the Policy and Practices team. Mumtahin has conducted hypothesis testings, linear regressions, and network analysis with team collaboration data of the various iGEM teams in 2015. The findings from her analysis has been used in the network research paper to find connections between social theories such as structural hole and social capital within the iGEM organization. Mumtahin is passionate about computational biology, coffee, reading, and going for runs.", | ||
− | image: "", | + | image: "https://static.igem.org/mediawiki/2016/a/a5/T--Waterloo--Tahin_2016.jpeg", |
lead: false, | lead: false, | ||
reveal: false, | reveal: false, | ||
Line 223: | Line 242: | ||
name: "Justin Ng", | name: "Justin Ng", | ||
subteam: "Math Modelling", | subteam: "Math Modelling", | ||
− | bio: " | + | bio: "Justin was on the Stop Codon sub-team of Math Modelling this year and lent his knowledge to the Plasmid Loss sub-team. He helped research what happens when readthrough occurs. He has considerable knowledge and skills and hopes to learn how to apply them next year.", |
− | image: "", | + | image: "https://static.igem.org/mediawiki/2016/f/f8/T--Waterloo--Justin_2016.jpeg", |
lead: false, | lead: false, | ||
reveal: false, | reveal: false, | ||
}, | }, | ||
+ | |||
{ | { | ||
− | name: " | + | name: "Hannah Sennik", |
subteam: "Math Modelling", | subteam: "Math Modelling", | ||
− | bio: " | + | bio: "Hannah is a Systems Design engineering student and is part of the Plasmid Loss sub-team in Math Modelling this year. She contributed to researching and exploring the effects of metabolic load presented by plasmids. This led to the characterization of an equation that models plasmid loss and the relationship between number of plasmid-free vs. plasmid-bearing cells. When she’s not working on iGEM, she is running, drawing, or most probably playing with LEGO.", |
− | + | image: "https://static.igem.org/mediawiki/2016/1/1e/T--Waterloo--Hanah_2016.jpeg", | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
lead: false, | lead: false, | ||
reveal: false, | reveal: false, | ||
Line 247: | Line 259: | ||
name: "Laura Vaughan", | name: "Laura Vaughan", | ||
subteam: "Math Modelling", | subteam: "Math Modelling", | ||
− | bio: "Laura is on the Mathematical Modeling team, with a research focus on protein aggregation and Hsp104 dynamics. Within these subteams, she | + | bio: "Laura is on the Mathematical Modeling team, with a research focus on protein aggregation and Hsp104 dynamics. Within these subteams, she helped write a tool to optimize stop codon placement given any open reading frame and any set of context effects. In addition to also facilitating remote communications as the team liaison, she contributed to the graphic design of Waterloo’s wiki, creating this year's project logo and various aesthetic elements.", |
− | image: "", | + | image: "https://static.igem.org/mediawiki/2016/7/77/T--Waterloo--Laura_2016.jpeg", |
lead: false, | lead: false, | ||
reveal: false, | reveal: false, | ||
Line 255: | Line 267: | ||
name: "Hamza Wajid", | name: "Hamza Wajid", | ||
subteam: "Math Modelling", | subteam: "Math Modelling", | ||
− | bio: " | + | bio: "Hamza is a student in the Life Physics - Medical Physics Specialization program. Hamza is interested in the intersection of the fields of physics, biology and medicine. This has lead him to be interested in the mathematical modelling of biological systems. As a member of the math modelling team, he worked on the Stop codon and Plasmid loss mini projects.", |
− | image: "", | + | image: "https://static.igem.org/mediawiki/2016/8/89/T--Waterloo--Hamza_2016.jpeg", |
lead: false, | lead: false, | ||
− | reveal: false | + | reveal: false |
}, | }, | ||
{ | { | ||
name: "Emily Watson", | name: "Emily Watson", | ||
subteam: "Math Modelling", | subteam: "Math Modelling", | ||
− | bio: " | + | bio: "Emily is an cynical student (4th year chemical engineering), but she’s enjoyed the refreshing challenge of her second year on Waterloo’s iGEM team. She provided administrative support for the Math team this summer. She would like to thank 'google.ca' for helping her with all the complicated biology words.", |
− | image: "", | + | image: "https://static.igem.org/mediawiki/2016/9/9a/T--Waterloo--Emily_2016.jpeg", |
lead: false, | lead: false, | ||
reveal: false, | reveal: false, | ||
Line 271: | Line 283: | ||
name: "Joyce Zhang", | name: "Joyce Zhang", | ||
subteam: "Math Modelling", | subteam: "Math Modelling", | ||
− | bio: " | + | bio: "Joyce is a biomedical engineering major and am once again in Math Modelling for her second year with iGEM. She’s part of the Protein Aggregation subteam, investigating the growth of protein aggregation and factors controlling it. When she’s not working on iGEM, she likes to eat and find the spots for the best food, as well as keeping up a pretense of adulting correctly.", |
image: "https://static.igem.org/mediawiki/2016/3/3e/T--Waterloo--Joyce.jpg", | image: "https://static.igem.org/mediawiki/2016/3/3e/T--Waterloo--Joyce.jpg", | ||
lead: false, | lead: false, | ||
Line 279: | Line 291: | ||
name: "Emma Gaffney", | name: "Emma Gaffney", | ||
subteam: "Policy and Practices", | subteam: "Policy and Practices", | ||
− | bio: " | + | bio: "Emma is in her last year of biochemistry, dabbling in psychology. Her other interests involve plant-based food and obsessing over her pets (yes - she’s a crazy dog lady). Being part of the policies and practices sub-team allowed her to combine her two areas of study. One main project Emma was involved in was Shad Valley. Hosting synthetic biology workshops allowed for the introduction and expansion of synbio knowledge to individuals previously unaware. Increasing the number of individuals interested in synbio was one of the most exciting things that she accomplished this year. Another large project that she was part of was networking.", |
image: "https://static.igem.org/mediawiki/2016/6/6a/T--Waterloo--EmmaGaf.jpg", | image: "https://static.igem.org/mediawiki/2016/6/6a/T--Waterloo--EmmaGaf.jpg", | ||
lead: false, | lead: false, | ||
reveal: false, | reveal: false, | ||
}, | }, | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
{ | { | ||
name: "Tony Kappen", | name: "Tony Kappen", | ||
subteam: "Policy and Practices", | subteam: "Policy and Practices", | ||
bio: "This is Tony's first year at iGem and he absolutely loved it. As a Nanotechnology Engineering student at Waterloo, Tony loves that iGem lets him get a peek at what's at the frontier of applications in biotechnology. On the team, he is helping to collect data from past iGem teams to help create the final networks paper. He is also helping to write articles to include in the UW iGem blog. In his free time, Tony loves going for a run, reading, and stressing about the things he may be forgetting to do.", | bio: "This is Tony's first year at iGem and he absolutely loved it. As a Nanotechnology Engineering student at Waterloo, Tony loves that iGem lets him get a peek at what's at the frontier of applications in biotechnology. On the team, he is helping to collect data from past iGem teams to help create the final networks paper. He is also helping to write articles to include in the UW iGem blog. In his free time, Tony loves going for a run, reading, and stressing about the things he may be forgetting to do.", | ||
− | image: "", | + | image: "https://static.igem.org/mediawiki/2016/4/4d/T--Waterloo--Tony_2016.jpeg", |
lead: false, | lead: false, | ||
reveal: false, | reveal: false, | ||
Line 317: | Line 322: | ||
}, | }, | ||
{ | { | ||
− | name: " | + | name: "Jane Wang", |
subteam: "Policy and Practices", | subteam: "Policy and Practices", | ||
− | bio: " | + | bio: "Jane is in her second year of Nanotechnology Engineering, As part of the Policy and Practices team, she worked primarily on the iGEM collaboration networks project compiling collaboration data, researching social network theories, developing the codebook, and working on the paper. She also contributed to the team’s public engagement efforts by writing blog posts for the Waterloo iGEM website and helping create a Public Service Announcement related to the project. In her spare time she likes to sleep (!!!), hang out with friends, read, and pet big floofy cats.", |
− | image: "", | + | image: "https://static.igem.org/mediawiki/2016/a/ae/T--Waterloo--Jane.jpg", |
lead: false, | lead: false, | ||
reveal: false, | reveal: false, | ||
Line 327: | Line 332: | ||
name: "Melissa Prickaerts", | name: "Melissa Prickaerts", | ||
subteam: "Policy and Practices", | subteam: "Policy and Practices", | ||
− | bio: " | + | bio: "Although apprehensive at first, Melissa has grown to love her policy and practices family. When not on site at her co-op with Canadian Nuclear Labs, she could be found writing the networks paper and codebook, managing the team’s social media and website, or assessing the project in the context of human practices. Discovering the synthetic biology community and learning how this group continually and intentionally integrates policy and practices into scientific work, has been exciting to Melissa. If you are looking for Melissa, you can probably find her crocheting, or adding to her nail polish collection.", |
image: "https://static.igem.org/mediawiki/2016/e/e8/T--Waterloo--Melissa.jpg", | image: "https://static.igem.org/mediawiki/2016/e/e8/T--Waterloo--Melissa.jpg", | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
lead: false, | lead: false, | ||
reveal: false, | reveal: false, | ||
Line 347: | Line 344: | ||
lead: false, | lead: false, | ||
reveal: false, | reveal: false, | ||
− | } | + | }] |
− | + | $scope.visiblePeople = $scope.team; | |
− | + | }) | |
− | + | .controller('medals', function main($scope) { | |
− | + | $scope.active=""; | |
}) | }) |
Latest revision as of 03:22, 20 October 2016
// Define the `waterloo` module var waterloo = angular.module('waterloo', []);
// Define the `main` controller on the `waterloo` module waterloo.controller('main', function main($scope) {
$scope.host = "localhost:8000" $scope.things = [ { name: 'Waterloo', snippet: 'Yaaaay Waterloo' }, { name: 'iGEM', snippet: 'iGEM is awesome too!' }, { name: 'Prions', snippet: 'Let\'s figure them out' } ];
}) .controller('nav', function nav($scope){
$scope.clickety = false; $scope.subnav = "" $scope.hider = function(){ if ($scope.clickety == false){ $scope.subnav = ""; } else{ setTimeout(function(){$scope.subnav=""}, 5000) } }
})
.controller('protocols', function protocols($scope){
$scope.active = $scope.test = "HELLO, WORLD" $scope.testing = function(){ console.log('testing')
}})
.controller('team', function team($scope, $timeout){
$scope.showLeads = { lead : true, notLead : true } $scope.showTeams = { "Lab and Design" : true, "Math Modelling" : true, "Policy and Practices" : true, "Business" : true } $scope.$watch("visiblePeople", function (value) {//I change here $timeout(function () { $('.urinacircle').each(function() { $(this).css({'height':$(this).width()+'px'}); }); }, 400); }); $scope.filterPeople = function() { $scope.visiblePeople = $scope.team.filter(function (person) { if (person.name == "Ayan Abukar") {return $scope.showLeads['lead'];} if (person.lead) { var lead = 'lead'; } else { var lead = 'notLead' } return $scope.showTeams[person.subteam] && $scope.showLeads[lead]; }); } $scope.team = [ { name: "Ayan Abukar", subteam: "Lab and Design", bio: "Ayan is the Project Director for the Waterloo iGEM 2016 team. She had the privilege of leading a team of 34 incredible people in their quest to practice good science and build a project that they could all be proud of. Her responsibilities ranged from direct involvement with the idea generation and project development, to facilitating inter-sub-team connections, financial management and communication with our advisors. Aside from talking about, thinking about and dreaming about iGEM, Ayan occasionally tries to practice what others have told her is having a life (she is still unsure of the exact meaning of this phrase).", image: "", lead: true, reveal: false, },
{
name: "Patricia Balbon", subteam: "Policy and Practices", bio: "So back to cats: Patricia is still enjoying the fruits of following-through curiosity, as this year's Policy and Practices Lead. Her subteam continues the work of safeguarding the continuity of responsible science and supervising the project's feasibility beyond the bench. Hopefully, somewhere, she was able to give back a fraction of what she experienced to new recruits and to the iGEM community. On behalf of all felines who cannot participate, Patricia tries to maximize the ability to collect knowledge and synthesize it into something potentially significant.", image: "", lead: true, reveal: false, },
{
name: "Alicia Dubinski", subteam: "Lab and Design", bio: "This year, Alicia was one of the Lab and Design leads on the Waterloo iGEM team. She helped with the design of the project and the collaborations between the lab and math team, as well as financial matters in the lab. Alicia learned something new from every lab member and is truly honored to be one of the leads since she loves to teach and share her passion for synthetic biology. When Alicia isn’t in the lab she is usually reading scientific literature but if you catch her on a off day then she may be at the rink playing hockey.", image: "", lead: true, reveal: false, },
{
name: "Patrick Diep", subteam: "Lab and Design", bio: "As one of the Lab and Design leads, Patrick helped design the project and the collaborations between the lab and policy team. Organizing the subteam’s many socials has given him the opportunity to really get to know many of the lab members and is genuinely proud of all the growth they’ve made since joining. When he isn’t in the iGEM lab, he can be seen safely biking full-speed in crowds of students trying to juggle commitments to another lab researching virus/therapeutic protein production, the Campus Response Team where he provides first-aid coverage for events, and other responsibilities he both (slightly) regrets accepting and (absolutely) loves having.", image: "", lead: true, reveal: false, },
{
name: "Zoë Humphries", subteam: "Math Modelling", bio: "As the mathematical modelling lead this year, Zoë attended a lot of meetings (the scheduling of which turned her into a Doodle addict and then hater). She loved being able to help facilitate the collaboration within the team. Contributing to the content math sub-teams and learning from the math members was a challenging but incredibly rewarding experience. When her iGEM inspiration for mathematical modelling runs low, Zoë enjoys playing clarinet, pipetting, singing along to musicals, rock climbing, teaching dance, and identifying fungi.", image: "", lead: true, reveal: false, }, { name: "Austin Boucinha", subteam: "Lab and Design", bio: "Deep from the depths of the Quantum Nano Centre rises a jack-of-all-trades in nanotechnology. He nanodrops at the speed of light, has the slickest of skills with a pipette, and rumours say he has a presence that bestows luck upon the entire laboratory. It’s Austin! Austin is a Nanotechnology Engineering student at the University of Waterloo who just started his fourth year of studies. He’s been helping the lab and design team design and make our project's constructs. Outside of the lab, he’s best known for getting involved with the Engineering Society and other student initiatives around campus.", image: "", lead: false, reveal: false, },
{
name: "Andres Escobar", subteam: "Lab and Design", bio: "Second year Biochemistry student with the fiery passion for syn bio; cause he is “fuego”. While in school, he’s been mainly working on making the Cup 1 and the Gal 1 constructs. In addition, he has conducted at least one of every type of experiment performed in the lab, minus flow cytometry, and helped in simple troubleshooting and designing of constructs. He hopes to eventually work on flow cytometry and CRISPR-Cas9 with sensei Patrick and improve his designing skills from grandmaster Alicia. His spare time is filled with sports, eating sushi, reading and learning how to be a Peter Hoang.", image: "", lead: false, reveal: false, },
{
name: "Vincent Halim", subteam: "Lab and Design", bio: "iGEM provided the perfect opportunity to obtain valuable experience not found elsewhere, with its central theme of applying genetic engineering to solve real-world issues. As synthetic biology has always piqued Vincent’s interest to explore the foundation of life from a genetic focus, it goes without saying what a unique experience it was to create constructs in theory and realizing it in the lab. Such opportunities include designing research plans to transform the system’s core mechanism into host cells and characterizing promoters with existing biobricks. Taking it further, Vincent explored the system’s gene retention to ensure continuing effect on real-life application.", image: "", lead: false, reveal: false, },
{
name: "Peter Hoang", subteam: "Lab and Design", bio: "An honorary mention for Peter Hoang by Alicia and Patrick for his contributions to the social dynamic of the team and the effort he put into the experiments.", image: "", lead: false, reveal: false, },
{
name: "Gareth Holmes", subteam: "Lab and Design", bio: "Gareth is in his third year of chemical engineering and was part of Waterloo iGEM’s Lab and Design team. It was great being a part of such a high-energy team that is so excited, if not sometimes overly so, about synthetic biology. Although he has had some experience before iGEM, he learned a lot about a myriad of topics and techniques related to the project. In addition to learning, iGEM afforded him the opportunity to teach, not only in the lab, but also when engaging high school students in synthetic biology at SHAD Valley.", image: "", lead: false, reveal: false, },
{
name: "Seneca Jackson Velling", subteam: "Lab and Design", bio: "As part of the more elusive cave-dwelling phylum involved with iGEM this year, Seneca’s time is drawn between many extracurricular and team adventures. iGEM is really an invaluable experience and a great social atmosphere. The guiding hands of our glorious leaders and jovial work environment is an amazing part of being with this team. Skills include ingestion of vast amounts of coffee, a few work-ups, nanodrop measurements, and consuming copious cornucopias of comestibles. Beyond iGEM and Waterloo, Seneca has a co-op at Harvard Wyss Institute and enjoys sailing, ski racing, and reading.", image: "", lead: false, reveal: false, },
{
name: "Natasha Poley", subteam: "Lab and Design", bio: "Natasha is a hard working, social justice based Waterloo student in Science and Business. She learned all about protocols such as PCR, digest, ligation, column purification, and others. She is president of Women in STEM while also working in the lab and balancing classes. She is one of a kind: a dedicated, ambitious, kind, and compassionate human being with a keen interest in biotechnology.", image: "", lead: false, reveal: false, },
{
name: "Samuel Pop", subteam: "Lab and Design", bio: "S. Pop is a peculiar species localized to the small area of B1 377E of Waterloo, Ontario. He surprisingly survives on a diet where coffee and rice krispies go in and biobrick constructs come out. The creature can also be identified by its characteristic lack of sleep. The bags under his eyes ever dropping, yet never matching his nanodrop skills. When he isn’t transforming into yeast, he’s transforming the lives of those around him. Since just like a PCR, everything comes full cycle. Even so, he uses what he learned from flow cytometry and just goes with the flow.", image: "", lead: false, reveal: false, },
{
name: "Emma Rapley", subteam: "Lab and Design", bio: "Emma is in her final year of biochemistry. One day, she got lost trying to find a bathroom and wandered into the iGEM lab, where she was hypnotized by the streak plates. Since then she’s been a double agent working to overthrow the biotechnology industry for the E. coli resistance forces. When Waterloo iGEM found out about her treachery, there was a high speed car chase with pipettes instead of guns. Then we gave her some antibiotics and she was fine. These days she loves reading, drawing, and hanging out with her pet rats.", image: "", lead: false, reveal: false, }, { name: "Max Reed", subteam: "Lab and Design", bio: "This is Max. He did a couple experiments, and some of them almost worked. He worked with making the constructs for the project, as opposed to testing them. He likes the classics, and drama, and science, and also other things. He also enjoy curling up into a ball and pretending he is a tomato because he envies the simple life of such a careless fruit.", image: "", lead: false, reveal: false, },
{ name: "Cody Receno", subteam: "Lab and Design", bio: "As a reward for looking here I’d like to drop some knowledge. Did you know that octopuses (octopi/octopode okay?) lose an arm in order to give birth then die shortly after? Talk about commitment, right? Cody gets really excited about synthetic biology because it makes biology so much more interesting in that the possibilities are endless and can make anything happen! Harnessing the power of life in order to create the best 3D printer the universe has to offer. If you ever meet Cody, ask him if he’s a tree.", image: "", lead: false, reveal: false, },
{
name: "Adrian Van Dyk", subteam: "Lab and Design", bio: "After being on the Policy and Practices team last year, Adrian moved to the Lab team for this year where he gained important skills in designing experiments, wet-lab experiments, and troubleshooting. In moving from Policy and Practices to Lab he made sure to bring his policy experience with him and think about how his work within our lab would affect other labs and the public at large. Outside of iGEM, Adrian enjoys camping, hiking and canoeing.", image: "", lead: false, reveal: false, }, { name: "Marina Drygala", subteam: "Math Modelling", bio: "An honorary mention for Marina Drygala for her interest in synthetic biology and considerable knowledge about mathematical models.", image: "", lead: false, reveal: false, },
{
name: "Isaac Ellmen", subteam: "Math Modelling", bio: "This was Isaac’s second year on Waterloo’s iGEM team. iGEM was Isaac's first introduction to (synthetic) biology and he thinks it is absurdly cool. Isaac also enjoys coding, acting, math and crying over The Leafs.", image: "", lead: false, reveal: false, },
{
name: "Azoacha Forchech", subteam: "Math Modelling", bio: "Azoacha is on the Protein Aggregation subteam, researching and investigating the growth of protein aggregation and factors controlling it. This is her first year on iGEM team, and seeing how she hasn’t blown up the lab yet, it’s been a great year. She’s excited about having had the chance to get a lot of insight into the field of biotechnology and the advances being made in it, as well as the applications of data analysis and modelling in synthetic biology. You can usually find her in her comfy chair contemplating life and pugs, or in the iGEM office thinking about pugs. She loves lifting, crocheting, reading and the tiny, wrinkly creatures known as pugs.", image: "", lead: false, reveal: false, },
{
name: "Mumtahin Monzoor", subteam: "Math Modelling", bio: "Mumtahin is one of the members of Math Modeling team and is completing her third year of Science and Business degree with a specialization in Biotechnology. She has been involved with the Math Modelling team and contributed to the data analysis pertaining to a network research paper completed by the Policy and Practices team. Mumtahin has conducted hypothesis testings, linear regressions, and network analysis with team collaboration data of the various iGEM teams in 2015. The findings from her analysis has been used in the network research paper to find connections between social theories such as structural hole and social capital within the iGEM organization. Mumtahin is passionate about computational biology, coffee, reading, and going for runs.", image: "", lead: false, reveal: false, },
{
name: "Justin Ng", subteam: "Math Modelling", bio: "Justin was on the Stop Codon sub-team of Math Modelling this year and lent his knowledge to the Plasmid Loss sub-team. He helped research what happens when readthrough occurs. He has considerable knowledge and skills and hopes to learn how to apply them next year.", image: "", lead: false, reveal: false, },
{
name: "Hannah Sennik", subteam: "Math Modelling", bio: "Hannah is a Systems Design engineering student and is part of the Plasmid Loss sub-team in Math Modelling this year. She contributed to researching and exploring the effects of metabolic load presented by plasmids. This led to the characterization of an equation that models plasmid loss and the relationship between number of plasmid-free vs. plasmid-bearing cells. When she’s not working on iGEM, she is running, drawing, or most probably playing with LEGO.", image: "", lead: false, reveal: false, },
{
name: "Laura Vaughan", subteam: "Math Modelling", bio: "Laura is on the Mathematical Modeling team, with a research focus on protein aggregation and Hsp104 dynamics. Within these subteams, she helped write a tool to optimize stop codon placement given any open reading frame and any set of context effects. In addition to also facilitating remote communications as the team liaison, she contributed to the graphic design of Waterloo’s wiki, creating this year's project logo and various aesthetic elements.", image: "", lead: false, reveal: false, },
{
name: "Hamza Wajid", subteam: "Math Modelling", bio: "Hamza is a student in the Life Physics - Medical Physics Specialization program. Hamza is interested in the intersection of the fields of physics, biology and medicine. This has lead him to be interested in the mathematical modelling of biological systems. As a member of the math modelling team, he worked on the Stop codon and Plasmid loss mini projects.", image: "", lead: false, reveal: false },
{
name: "Emily Watson", subteam: "Math Modelling", bio: "Emily is an cynical student (4th year chemical engineering), but she’s enjoyed the refreshing challenge of her second year on Waterloo’s iGEM team. She provided administrative support for the Math team this summer. She would like to thank 'google.ca' for helping her with all the complicated biology words.", image: "", lead: false, reveal: false, },
{
name: "Joyce Zhang", subteam: "Math Modelling", bio: "Joyce is a biomedical engineering major and am once again in Math Modelling for her second year with iGEM. She’s part of the Protein Aggregation subteam, investigating the growth of protein aggregation and factors controlling it. When she’s not working on iGEM, she likes to eat and find the spots for the best food, as well as keeping up a pretense of adulting correctly.", image: "", lead: false, reveal: false, }, { name: "Emma Gaffney", subteam: "Policy and Practices", bio: "Emma is in her last year of biochemistry, dabbling in psychology. Her other interests involve plant-based food and obsessing over her pets (yes - she’s a crazy dog lady). Being part of the policies and practices sub-team allowed her to combine her two areas of study. One main project Emma was involved in was Shad Valley. Hosting synthetic biology workshops allowed for the introduction and expansion of synbio knowledge to individuals previously unaware. Increasing the number of individuals interested in synbio was one of the most exciting things that she accomplished this year. Another large project that she was part of was networking.", image: "", lead: false, reveal: false, },
{
name: "Tony Kappen", subteam: "Policy and Practices", bio: "This is Tony's first year at iGem and he absolutely loved it. As a Nanotechnology Engineering student at Waterloo, Tony loves that iGem lets him get a peek at what's at the frontier of applications in biotechnology. On the team, he is helping to collect data from past iGem teams to help create the final networks paper. He is also helping to write articles to include in the UW iGem blog. In his free time, Tony loves going for a run, reading, and stressing about the things he may be forgetting to do.", image: "", lead: false, reveal: false, },
{
name: "Raisa Ladha", subteam: "Policy and Practices", bio: "This is Raisa’s first year on the iGEM team! As a member of the Policies and Practices sub team, Raisa is involved in gathering Networks data, contributing to our Codebook and Networks Paper, and editing the Open Science paper. As well, Raisa manages our social media accounts and blog. She is also an active contributor to our blog and posts several entries! Aside from iGEM, Raisa is an Executive Member of the uWaterloo Pre-Medicine Club and a Lead for the Applied Health Sciences Mentorship Program. She also works at the University of Waterloo’s Student Success Office as a Peer Success Coach!", image: "", lead: false, reveal: false, },
{
name: "Colin Pierce", subteam: "Policy and Practices", bio: "Colin is in his third year of science and business specializing in biotechnology and this is his first year on the Waterloo iGEM team. He has been working within the Policy & Practices team to draft a networking research paper to gain a greater understanding of how iGEM teams collaborate and how it correlates to their success. Colin has also dedicated work towards understanding the stakeholders of neurodegenerative diseases and synthetic biology by creating a PSA that caters towards important issues such as ethics, safety, security and social justice. In his spare time, Colin enjoys playing piano, and Photoshopping other iGEM members into embarrassing photos.", image: "", lead: false, reveal: false, },
{
name: "Jane Wang", subteam: "Policy and Practices", bio: "Jane is in her second year of Nanotechnology Engineering, As part of the Policy and Practices team, she worked primarily on the iGEM collaboration networks project compiling collaboration data, researching social network theories, developing the codebook, and working on the paper. She also contributed to the team’s public engagement efforts by writing blog posts for the Waterloo iGEM website and helping create a Public Service Announcement related to the project. In her spare time she likes to sleep (!!!), hang out with friends, read, and pet big floofy cats.", image: "", lead: false, reveal: false, },
{
name: "Melissa Prickaerts", subteam: "Policy and Practices", bio: "Although apprehensive at first, Melissa has grown to love her policy and practices family. When not on site at her co-op with Canadian Nuclear Labs, she could be found writing the networks paper and codebook, managing the team’s social media and website, or assessing the project in the context of human practices. Discovering the synthetic biology community and learning how this group continually and intentionally integrates policy and practices into scientific work, has been exciting to Melissa. If you are looking for Melissa, you can probably find her crocheting, or adding to her nail polish collection.", image: "", lead: false, reveal: false, },
{
name: "Bill Lin", subteam: "Business", bio: "Bill is currently a third year Biotechnology and Chartered Professional Accountancy student. He worked primarily on team budgeting, financial analysis, and reimbursements for the iGEM team in addition to serving as a liaison between the team and the university’s finance departments. In his spare time, he likes to listen to music, go on runs, and crush people in rap battles.", image: "", lead: false, reveal: false, }]
$scope.visiblePeople = $scope.team;
}) .controller('medals', function main($scope) { $scope.active=""; })