18desilvni (Talk | contribs) |
18desilvni (Talk | contribs) |
||
Line 3: | Line 3: | ||
<html lang="en"> | <html lang="en"> | ||
<head> | <head> | ||
− | <style | + | <style> |
/*Wiki Style Reset (From U of C). | /*Wiki Style Reset (From U of C). | ||
Resets the wiki style by overriding with a reset stylesheet. The relevant wiki css rules are reset by using rules with higher priority. (Written by Florian Albrecht). Shoutout to the 2016 U of C wiki */ | Resets the wiki style by overriding with a reset stylesheet. The relevant wiki css rules are reset by using rules with higher priority. (Written by Florian Albrecht). Shoutout to the 2016 U of C wiki */ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | /* | + | /* Reset the wiki style by overriding with a reset stylesheet (written by Florian Albrecht) |
− | + | the relevant wiki css rules are reset by using rules with higher priority */ | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | |||
+ | /* Start general reset ================================================== */ | ||
+ | |||
+ | html body { | ||
+ | font-size: inherit; | ||
+ | font-family: inherit; | ||
+ | background-color: transparent; | ||
+ | color: inherit; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | div#globalWrapper { | ||
+ | font-size: inherit; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | position: static; | ||
+ | width: auto; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Start top-section reset ============================================== */ | ||
+ | |||
+ | div#top-section { | ||
+ | border: 0; | ||
+ | height: auto; | ||
+ | margin: 0; | ||
+ | position: static; | ||
+ | width: auto; | ||
+ | } | ||
+ | |||
+ | div#p-logo { | ||
+ | height: auto; | ||
+ | position: static; | ||
+ | width: auto; | ||
+ | z-index: auto; | ||
+ | } | ||
+ | |||
+ | div#p-logo a, div#p-logo a:hover { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | div#menubar { | ||
+ | font-family: inherit; | ||
+ | font-size: inherit; | ||
+ | line-height: inherit; | ||
+ | position: static; | ||
+ | top: 0px; | ||
+ | white-space: normal; | ||
+ | width: auto; | ||
+ | z-index: auto; | ||
+ | } | ||
+ | |||
+ | div.left-menu, div.left-menu a { | ||
+ | color: inherit; | ||
+ | left: 0; | ||
+ | text-align: left; | ||
+ | text-transform: none; | ||
+ | } | ||
+ | |||
+ | div#menubar ul { | ||
+ | color: inherit; | ||
+ | list-style: disc outside none; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | div#menubar li { | ||
+ | cursor: auto; | ||
+ | display: list-item; | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | position: static; | ||
+ | } | ||
+ | |||
+ | div.left-menu li a { | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | div.left-menu:hover { | ||
+ | color: inherit; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | div.left-menu:hover a { | ||
+ | color: inherit; | ||
+ | } | ||
+ | |||
+ | div.right-menu, div.right-menu a { | ||
+ | color: inherit; | ||
+ | right: 0; | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | div.right-menu li a { | ||
+ | background-color: transparent; | ||
+ | color: inherit; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | div.right-menu li a:hover { | ||
+ | color: inherit; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | div#search-controls { | ||
+ | background-color: transparent; | ||
+ | height: auto; | ||
+ | position: static; | ||
+ | right: 0; | ||
+ | text-align: left; | ||
+ | top: 0; | ||
+ | width: auto; | ||
+ | z-index: auto; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Start content reset ================================================== */ | ||
+ | |||
+ | div#content { | ||
+ | background: transparent; | ||
+ | border: 0; | ||
+ | color: inherit; | ||
+ | line-height: inherit; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | position: static; | ||
+ | width: auto; | ||
+ | z-index: auto; | ||
+ | } | ||
+ | |||
+ | body li { | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | body h1, body h2, body h3, body h4, body h5, body h6 { | ||
+ | background: transparent; | ||
+ | border: 0; | ||
+ | color: inherit; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | body .firstHeading { | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | div#contentSub { | ||
+ | color: inherit; | ||
+ | font-size: inherit; | ||
+ | line-height: inherit; | ||
+ | margin: 0; | ||
+ | width: auto; | ||
+ | } | ||
+ | |||
+ | div#catlinks { | ||
+ | background-color: transparent; | ||
+ | border: 0; | ||
+ | clear: both; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | /* Start footer reset =================================================== */ | ||
+ | |||
+ | div#footer-box { | ||
+ | background-color: transparent; | ||
+ | border: 0; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | width: auto; | ||
+ | } | ||
+ | |||
+ | div#footer { | ||
+ | color: inherit; | ||
+ | font-size: inherit; | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | div#f-poweredbyico, div#f-copyrightico { | ||
+ | float: none; | ||
+ | } | ||
+ | |||
+ | div#footer li { | ||
+ | margin: 0; | ||
+ | display: list-item; | ||
+ | } | ||
+ | </style> | ||
+ | <style> | ||
+ | #sideMenu{ | ||
+ | width: 200px; | ||
+ | position: absolute; | ||
+ | top: 20px; | ||
+ | left: 1020px; | ||
+ | z-index: 10; | ||
+ | padding-top: 0px; | ||
+ | padding-bottom: 15px; | ||
+ | padding-left: 15px; | ||
+ | padding-right: 15px; | ||
+ | background-color: white; | ||
+ | text-align: left; | ||
+ | display: none; | ||
+ | z-index: 9996; | ||
+ | } | ||
+ | #content{ | ||
+ | width: 100%; | ||
+ | padding: 0px; | ||
+ | margin-left: 0px; | ||
+ | } | ||
+ | #top_title{ | ||
+ | overflow: hidden; | ||
+ | display: none; | ||
+ | } | ||
+ | #top_menu_14{ | ||
+ | height: 20px; | ||
+ | } | ||
+ | #top_menu_under{ | ||
+ | height: 0px; | ||
+ | } | ||
+ | #globalWrapper{ | ||
+ | padding-bottom: 20px; | ||
+ | } | ||
+ | #HQ_page p { | ||
+ | font-size: 16px; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | <style> | ||
/*our stuff*/ | /*our stuff*/ | ||
Revision as of 02:25, 4 July 2017
Students
Advisors
NimayaHello! My name is Nimaya De Silva, and I go to Winston Churchill High School. I am 17 years old and this is my second 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! |
CandaceHello! My name is Candace Chan and I attend Winston Churchill High School. I joined iGEM because I thought it would be a good way to meet like-minded people from different schools. Particularly I enjoy the human practices aspect of iGEM as it is important to me that our work as a team has an impact on the local community. After high school, I plan on going to university most likely pursuing the science field as I have enjoyed these subjects throughout high school. In my limited spare time I enjoy listening and playing music. I have played piano for 10 years as music is a significant passion of mine. |
AutumnHello! My name is Autumn Schmidt, and I am a grade 10 student attending the Lethbridge Collegiate Institute. This is my first year of iGEM, and I joined because I was interested in learning more about biochemistry and synthetic biology. What I enjoy most about the program are the lab experiments that we do frequently, and seeing all the interesting projects that have been created years before. In my spare time, I enjoy sports, playing the piano, and art. |
RossHello I’m Ross and I am a grade 12 student at Winston Churchill High school. Currently i am in my third year of iGEM. I was interested in re-joining iGEM because of the opportunities and knowledge that it has provided 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, baking and traveling. |
KyleHello all my name is Kyle Bodell and I was in grade 12 at Winston Churchill high school at the beginning of the season. I joined iGEM because i am very interested in biology, my favorite part of iGEM is the biology and the science behind what we are doing. After high school and currently i am going to the University of Lethbridge and i am majoring in Biology (possibly switching into BioChemistry)! And in my very limited free time I like to go to Crossfit and play video games. |
KellyHello there! My name is Kelly Situ and I am in grade 10 at the Lethbridge Collegiate Institute. I joined iGEM because my passion is in the sciences, in specific, bio-chemistry. There are certain aspects of iGEM, like the human practices and lab component, that I enjoy. After high school, I want to pursue post-secondary in University. Fun fact: I don’t have a middle name! |
HallaHello! My name is Halla Wagner and I am a grade 11 student at the Lethbridge Collegiate Institute. This is my first year of iGEM, and I joined because it is an excellent opportunity to delve further into the world of biology and a great chance to gain experience working as a team. Although I am very interested in all aspects of iGEM, I most enjoy human practices and public outreach. After graduation, I plan to pursue a career in either a higher study of mathematics or within the realm of pharmaceuticals. I also like to spend my free time working as an actor. |
NimayaHello! My name is Nimaya De Silva, and I go to Winston Churchill High School. I am 17 years old and this is my second 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! |
NimayaHello! My name is Nimaya De Silva, and I go to Winston Churchill High School. I am 17 years old and this is my second 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! |
NimayaHello! My name is Nimaya De Silva, and I go to Winston Churchill High School. I am 17 years old and this is my second 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! |
NimayaHello! My name is Nimaya De Silva, and I go to Winston Churchill High School. I am 17 years old and this is my second 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! |
NimayaHello! My name is Nimaya De Silva, and I go to Winston Churchill High School. I am 17 years old and this is my second 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! |
Sydnee CalhounHi! My name is Sydnee and I am a third year biochemistry major at the University of Lethbridge. This is my third year of iGEM and my second year advising the high school team. While I have been involved with many aspects of iGEM, I really enjoy working on human practices and seeing how synthetic biology has an impact on the community. After I graduate, I hope to pursue a Master’s in genetic counselling. |
Erin KellyBSc 2017, Biochemistry MSc Candidate Biochemistry Alberta RNA Research and Training Institute My first High Schoo iGEM experience was actually when I was in grade 12 and participated on the Lethbridge High School iGEM team in 2012. I then went on to be an advisor to the high school team in 2013 when I started my undergraduate program. I am excited to be back instructing HS iGEM again! My favourite part about iGEM is designing genetic constructs because these molecular biology systems are so elegant. I shall pursue my MD after my MSc, and hopefully maintain an emphasis on biomedical research and engineering. |
NimayaHello! My name is Nimaya De Silva, and I go to Winston Churchill High School. I am 17 years old and this is my second 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! |
NimayaHello! My name is Nimaya De Silva, and I go to Winston Churchill High School. I am 17 years old and this is my second 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! |