Difference between revisions of "Team:OLS Canmore AB CA/Team"

(Prototype team page)
 
 
(56 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{OLS_Canmore_AB_CA}}
+
{{Template_All_Teams}}
 +
 
 +
<!-- Declare that you are going to use html code instead of wiki code -->
 
<html>
 
<html>
  
<h2>Team</h2>
+
<!-- Start of CSS-->
 +
<style type="text/css">
  
<p>In this page you can introduce your team members, instructors, and advisors. </p>
+
@import url(font-awesome.min.css);
 +
        @import url("http://fonts.googleapis.com/css?family=Roboto:500,300");
  
 +
#top_menu_inside {
 +
width: 1020px;
 +
margin: 0px auto;
 +
}
  
 +
/* since the background is dark, we change the color of the text and links so they are visible on "show preview" mode */
  
 +
p, #content {
 +
color:#808284;
 +
                        margin: 0 auto;
 +
}
  
 +
a, a:visited {
 +
color:#22BCB9;
 +
}
  
<h4>Inspiration</h4>
 
<p>You can look at what other teams did to get some inspiration! <br />
 
Here are a few examples:</p>
 
<ul>
 
<li><a href="https://2014.igem.org/Team:METU_Turkey_team">METU Turkey </a></li>
 
<li><a href="https://2014.igem.org/Team:Colombia/Members">Colombia</a></li>
 
<li><a href="https://2014.igem.org/Team:Stony_Brook/Team">Stony Brook</a></li>
 
<li><a href="https://2014.igem.org/Team:OUC-China/Team">OUC-China</a></li>
 
</ul>
 
  
<h5>What should this page contain?</h5>
 
<ul>
 
<li> Include pictures of your teammates, don’t forget instructors and advisors! </li>
 
<li>You can add a small biography or a few words from each team member, to tell us what you like, and what motivated you to participate in iGEM.</li>
 
<li>Take team pictures! Show us your school, your lab and little bit of your city.</li>
 
<li>Remember that image galleries can help you showcase many pictures while saving space.</li>
 
</ul>
 
  
 +
/* PAGE LAYOUT */
  
 +
 +
/* Set up a width, height and color of the body wrapper*/
 +
body {
 +
background-color: #29221F;
 +
              width: 1020px;
 +
              margin: 0 auto;
 +
                font-family: "Roboto", Helvetica, sans-serif;
 +
font-size: 14 pt;
 +
font-weight: 300;
 +
 +
 +
}
 +
 +
/* Creates a container that will wrap all of the content inside your wiki pages. */
 +
#mainContainer { 
 +
width: 980px;
 +
overflow:hidden;
 +
float:left;
 +
margin-left:20px;
 +
margin-bottom: 15px;
 +
background-color: #fff;
 +
border-bottom: 8px solid #153b68;
 +
}
 +
 +
/* Creates the container for the menu */
 +
#menuContainer  {
 +
float:left;
 +
width: 150px;
 +
padding: 20px 0px;
 +
background-color: #0879ae;
 +
border-top: 8px solid #153b68;
 +
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 +
}
 +
 +
/* Creates the container for the content */
 +
#contentContainer {
 +
padding-top: 0px;
 +
padding-right:10px;
 +
margin-bottom: 20px;
 +
width: 800px;
 +
padding-left: 20px;
 +
float: left;
 +
border-top: 8px solid #153b68;
 +
background-color: #fff;
 +
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 +
}
 +
 +
 +
/*Set up height place holder for the banner*/
 +
#bannerContainer {
 +
margin-top: 0px;
 +
text-align: center;
 +
color: #40aadb;
 +
}
 +
 +
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
 +
 +
/*Change the styling of text for everything inside main container*/
 +
#mainContainer p {
 +
font-size: 14px;
 +
color: #000000;
 +
}
 +
 +
/*This changes the color and font family */
 +
#contentContainer h1, h2, h3, h4, h5, h6 {
 +
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 +
color: #29221F;
 +
border-bottom: none;
 +
 +
margin-top:10px;
 +
}
 +
 +
/*Style of the links - links are different inside the menu */
 +
#contentContainer a {
 +
font-weight: ;
 +
color: #40aadb;
 +
}
 +
 +
  /* Styling links on hover- links are different inside the menu */
 +
#contentContainer a:hover {
 +
color: #0885c0;
 +
}
 +
 +
/*Change the styling of tables */
 +
        #contentContainer table {
 +
    border: 0px solid #29221F;
 +
    border-collapse: collapse;
 +
    margin: auto;
 +
    margin-bottom: 15px;
 +
    margin-top: 15px;
 +
    margin-right: 10px;
 +
    margin-left: 10px;
 +
    }
 +
 +
/*Change the styling of table cells*/
 +
    #contentContainer  td {
 +
    background-color: #fff;
 +
    padding: 10px;
 +
    border: 0px solid #29221F;
 +
    border-collapse: collapse;
 +
   
 +
    }
 +
 +
 +
/*Change the styling of table headers */
 +
    #contentContainer th {
 +
    background-color: #F4F0D8;
 +
    padding: 10px;
 +
    border: 0px solid #29221F;
 +
    border-collapse: collapse;
 +
    vertical-align: text-top;
 +
    }
 +
 +
 +
 +
 +
/*MENU STYLING */
 +
 +
/*Styling for the links in the menu */
 +
#menuContainer a {
 +
color: #fff;
 +
text-decoration:none;
 +
font-weight: ;
 +
}
 +
 +
/* Sets the style for lists inside menuContainer  */
 +
#menuContainer ul {
 +
list-style: none;
 +
margin-left:0px;
 +
}
 +
 +
/*Styles the list items to become menu buttons */
 +
#menuContainer ul li {
 +
text-align: center;
 +
display: block;
 +
width: 100%;
 +
height:30px;
 +
padding-top:10px;
 +
}
 +
 +
/*For the menu buttons, changes the color when hovering*/
 +
#menuContainer li:hover {
 +
color:  #FFF;
 +
background-color: #0885c0;
 +
}
 +
 +
/*Submenus are not displayed as default*/
 +
#menuContainer li ul {
 +
display: none;
 +
padding-top:15px;
 +
margin-left: -19px;
 +
}
 +
 +
/*Submenus are displayed when hovering the menu button */
 +
#menuContainer li:hover ul {
 +
/*display: inline-block; */
 +
display: block;
 +
position: absolute;
 +
float:right;
 +
margin-left: 150px;
 +
margin-top:-42px;
 +
}
 +
 +
/*Style the submenu buttons*/
 +
#menuContainer li ul li{
 +
background-color: #1697d3;
 +
padding-left:20px;
 +
padding-right:20px;
 +
height:30px;
 +
                                font-color:#fff
 +
padding-top:10px;
 +
margin-top:-2px;
 +
color: #28221E;
 +
width: 170px;
 +
}
 +
 +
/*CLASSES */
 +
 +
/*Clear class for all the pages, adds spacing too*/
 +
.clear{
 +
clear:both;
 +
height: 10px;
 +
}
 +
 +
 +
/* highlight box for special messages */
 +
          .highlightBox {
 +
            width:500px;
 +
            margin:auto;
 +
            background-color: #F4F0D8;
 +
    margin-bottom: 15px;
 +
    margin-top: 15px;
 +
    padding: 15px;
 +
    padding-top: 5px;
 +
            }
 +
 +
 +
</style>
 +
<!-- End of CSS -->
 +
 +
 +
 +
<!-- Start of the template html elements. -->
 +
<div id ="mainContainer"><!--This div will close on the page.-->
 +
 +
 +
<div id="bannerContainer">
 +
<img src="https://static.igem.org/mediawiki/2015/4/43/Team_OLS_Canmore_AB_CA_Banner.jpeg" width:"980px" height:"200px"/>
 +
</div>
 +
 +
<!-- Start of menu -->
 +
<div id="menuContainer">
 +
 +
<!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
 +
<ul>
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA"><li>HOME</li></a>
 +
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Team"><li>TEAM</li></a>
 +
 +
<a href="#"><li>PROJECT
 +
            <ul>
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Description"><li>Description</li></a>
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Experiments"><li>Experiments & Protocols</li></a> 
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Results"><li>Results</li></a> 
 +
                                                        <a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Design"><li>Design</li></a> 
 +
</ul>
 +
</li></a>
 +
 +
<a href="#"><li>PARTS
 +
            <ul>
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Parts"><li>Team Parts</li></a>
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Basic_Part"><li>Basic Parts</li></a> 
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Composite_Part"><li>Composite Parts</li></a>
 +
</ul>
 +
</li></a>
 +
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Notebook"><li>NOTEBOOK</li></a>
 +
     
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Attributions"><li>ATTRIBUTIONS</li></a>
 +
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Collaborations"><li>COLLABORATIONS</li></a>
 +
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Practices"><li>HUMAN PRACTICES</li></a>
 +
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Safety"><li>SAFETY</li></a>
 +
<a href="https://2015.igem.org/Team:OLS_Canmore_AB_CA/Faith"><li>FAITH</li></a>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
<li>  </li>
 +
 +
 +
</ul>
 +
</div>
 +
<!-- End of menu  -->
 +
 +
<!-- Start of content -->
 +
<div id="contentContainer">
 +
<h2><center><b>Our Team</b></center></h2>
 +
 +
<table width="750" border="0" cellpadding="0">
 +
  <tr>
 +
    <td align="justify">The Our Lady of the Snows Catholic Academy iGEM team is a Canadian team hailing from Canmore, Alberta, a small mountain town located 4296 feet above sea level, where it snows 11 months of the year and where bears, mountain goats, elk and other wildlife are common sights from our labs windows. Our principal regularly must chase elk off our field with a megaphone. This small Catholic school is home to just 70 high school students. This year, our team consists of five grade eleven students, one grade ten student and two tired teachers. Five of our six team members are female, with 3 team members returning for the second year in a row. Our team is dynamic and is made up of brains, athletes, basket cases, princesses and “criminals”.</td>
 +
  </tr>
 +
  <tr>
 +
    <td><img src="https://static.igem.org/mediawiki/2015/e/e4/AlienPictureForTeamPage-OLS.jpeg" width="750px" height="380px" align="center" /></td>
 +
</tr>
 +
</table>
 +
 +
<table width="750" border="0" cellpadding="0">
 +
<tr><td align="center">
 +
<h2><b>Student Team Members</b></h2>
 +
</td></tr>
 +
                                <tr>
 +
                                    <td><img src="https://static.igem.org/mediawiki/2015/5/52/TeamProfile-Alina.jpeg" width="257" height="302"  /></td>
 +
                                        <td><strong>Alina Arvisais</strong> - She's beauty, she's grace, and she almost fell on her face while taking this picture.  Apart from the fun with teammates, my favourite things about this project include learning just how much work science and computer work can be.  Because of iGEM I've had plenty of opportunities to do this through lab work, reasearch, safety, creating a poster, working on the wiki, making a logo, and much much more.  Apart from that, I spend my time rock climbing. </td>
 +
                                    </tr>
 +
                                    <tr>
 +
                                    <td><img src="https://static.igem.org/mediawiki/2015/7/79/TeamProfile-Maria.jpeg" width="257" height="241" /></td>
 +
                                        <td><strong>Maria Buchko</strong> - I am a grade 11 student at Our Lady of the Snows. I dance, play lots of sports, and I spend a lot of my life on the internet, and reading pick-up lines. I wish I was Adenine so I could be paired with U. I joined iGem so that I could learn more about science because everyone needs lots of science in their life. Also for the experiences. iGem is a great opportunity to learn new and unique skills, along with being able to connect with many different people. As a Canadian, I can vouch for the fact that we ride moose to school (but only in the winter) and we drink maple syrup all day every day</td>
 +
                                    </tr>
 +
                                    <tr>
 +
                                    <td><img src="https://static.igem.org/mediawiki/2015/6/60/TeamProfile-Talia.jpeg" width="258" height="316"/></td>
 +
                                        <td><b>Talia Dixon</b> Hello, my name is Talia Dixon. I am a grade 11 student at Our Lady Of The Snows Catholic Academy. I was born and raised in the small town of Canmore, Alberta, Canada. This is my second year participating in IGEM. My jobs in IGEM are poster, wiki, policies and practices, lab work, ethics, and outreach. My other pass-times include debate, student council, social justice, hockey and hand ball. I love IGEM for so many reasons - it has allowed me to learn more then I ever could have out of the curriculum, furthermore, iGEM has let me meet and grow close to the amazing people on and off my team.</td>
 +
                                    </tr>
 +
                                    <tr>
 +
                                    <td><img src="https://static.igem.org/mediawiki/2015/9/99/TeamProfile-Josh.jpeg" width="258" height="173" /></td>
 +
                                        <td><b>Joshua Lamb</b> -I am a grade 11 student who loves learning and applying science to the real world. This is why I joined iGem - I love science! This year I am taking all of the sciences in pursuit of the subject that i enjoy the most. I am also British and like to think that I have good fashion sense.</td>
 +
                                    </tr>
 +
                                    <tr>
 +
                                    <td><img src="https://static.igem.org/mediawiki/2015/e/e5/TeamProfile-Erika.jpeg" width="258" height="264"/></td>
 +
                                        <td><b>Erika Maier</b> -My name is Erika Maier.  I was born and raised here in Canmore.  I am 14 years old and in grade 10 - which makes me the youngest student on our iGEM team.  My hobbies consist of sports ranging from volleyball to track and field, and basketball to handball.  I am a nerd for math and enjoy reciting and memorizing digits of pi.</td>
 +
                                    </tr>
 +
                                    <tr>
 +
                                    <td><img src="https://static.igem.org/mediawiki/2015/b/b1/TeamProfile-Freya.jpeg" width="258" height="224" /></td>
 +
                                        <td><b>Freya Morgan</b> I am a grade 11 student from Britain that moved from the Motherland in 2009. I’ve been to 7 different schools, in 3 different countries. I have not lost my Britishness as I drink tea and eat crumpets everyday while watching Doctor Who and reading Harry Potter. I dance four nights a week, do Royal Academy of Dance Ballet exams, and tap dance everywhere. This is my second year in iGEM. I joined because science is my favourite subject at school (because it is super awesome), and because many opportunities can arise from this experience. I love iGEM because it is really cool getting to do really awesome lab work, and I can see what other people my age and university students around the world are doing. </td>
 +
                                    </tr>
 +
                                </table>
 +
<table width="750" border="0" cellpadding="0">
 +
<tr><td align="center">
 +
<h2><b>Teachers</b></h2>
 +
</td></tr>
 +
                                <tr>
 +
                                    <td><img src="https://static.igem.org/mediawiki/2015/c/ca/TeamProfile-MrArvisais.jpeg" width="260" height="231" /></td>
 +
                                        <td><b>Mr. Arvisais</b> &quot;Hair today gone tomorrow&quot; - that is pretty much our mission this year. Think of the millions of tons of chicken feathers and hair annually that could be broken down to a more resourceful state (closer to their amino acids). I think that this may be the first picture that I have ever worn a wig for. I probably should have put on a green wig to bring out the colour of my eyes through my 3D glasses.  Cheers in Boston!</td>
 +
                                    </tr>
 +
                                    <tr>
 +
                                    <td><img src="https://static.igem.org/mediawiki/2015/3/36/TeamProfile-MrsPuurunen.jpeg"/></td>
 +
                                        <td><b>Mrs. Puurunen</b> I'm a mother, biology/special education teacher, technology enthusiast, semi-pro (read: recreational) mountain biker, and a general grumpypants.  iGEM has been even more exciting and exhausting in year 2 - I feel like we have all learned so much!  Pretty soon we won't even need my chart paper drawings posted all over the lab.  I'm hoping our project works so well that I'm bald by the time we touchdown in Boston.</td>
 +
                                    </tr>
 +
                                </table>
 +
 +
 +
 +
 +
<p align="center">We would also like to thank our mentors: Dr. Magda Pop, Lisa Oberding, and Dan Ziemianowicz for all their help throughout the year.  Without them, our iGEM experience would not have been this positive, and we certainly would not have learned as much.</p>
 +
</div>
 
</div>
 
</div>
 +
<p font-color:"#fff"><center>Contact us at <strong>alinaarvisais@isidore.redeemer.ab.ca</strong> or <strong>taliadixon@isidore.redeemer.ab.ca</strong>, or even send a message to our facebook page: <a href="https://www.facebook.com/OLeSsence">https://www.facebook.com/OLeSsence</a></center><p>
 
</html>
 
</html>

Latest revision as of 20:07, 6 October 2015

Our Team

The Our Lady of the Snows Catholic Academy iGEM team is a Canadian team hailing from Canmore, Alberta, a small mountain town located 4296 feet above sea level, where it snows 11 months of the year and where bears, mountain goats, elk and other wildlife are common sights from our labs windows. Our principal regularly must chase elk off our field with a megaphone. This small Catholic school is home to just 70 high school students. This year, our team consists of five grade eleven students, one grade ten student and two tired teachers. Five of our six team members are female, with 3 team members returning for the second year in a row. Our team is dynamic and is made up of brains, athletes, basket cases, princesses and “criminals”.

Student Team Members

Alina Arvisais - She's beauty, she's grace, and she almost fell on her face while taking this picture. Apart from the fun with teammates, my favourite things about this project include learning just how much work science and computer work can be. Because of iGEM I've had plenty of opportunities to do this through lab work, reasearch, safety, creating a poster, working on the wiki, making a logo, and much much more. Apart from that, I spend my time rock climbing.
Maria Buchko - I am a grade 11 student at Our Lady of the Snows. I dance, play lots of sports, and I spend a lot of my life on the internet, and reading pick-up lines. I wish I was Adenine so I could be paired with U. I joined iGem so that I could learn more about science because everyone needs lots of science in their life. Also for the experiences. iGem is a great opportunity to learn new and unique skills, along with being able to connect with many different people. As a Canadian, I can vouch for the fact that we ride moose to school (but only in the winter) and we drink maple syrup all day every day
Talia Dixon Hello, my name is Talia Dixon. I am a grade 11 student at Our Lady Of The Snows Catholic Academy. I was born and raised in the small town of Canmore, Alberta, Canada. This is my second year participating in IGEM. My jobs in IGEM are poster, wiki, policies and practices, lab work, ethics, and outreach. My other pass-times include debate, student council, social justice, hockey and hand ball. I love IGEM for so many reasons - it has allowed me to learn more then I ever could have out of the curriculum, furthermore, iGEM has let me meet and grow close to the amazing people on and off my team.
Joshua Lamb -I am a grade 11 student who loves learning and applying science to the real world. This is why I joined iGem - I love science! This year I am taking all of the sciences in pursuit of the subject that i enjoy the most. I am also British and like to think that I have good fashion sense.
Erika Maier -My name is Erika Maier. I was born and raised here in Canmore. I am 14 years old and in grade 10 - which makes me the youngest student on our iGEM team. My hobbies consist of sports ranging from volleyball to track and field, and basketball to handball. I am a nerd for math and enjoy reciting and memorizing digits of pi.
Freya Morgan I am a grade 11 student from Britain that moved from the Motherland in 2009. I’ve been to 7 different schools, in 3 different countries. I have not lost my Britishness as I drink tea and eat crumpets everyday while watching Doctor Who and reading Harry Potter. I dance four nights a week, do Royal Academy of Dance Ballet exams, and tap dance everywhere. This is my second year in iGEM. I joined because science is my favourite subject at school (because it is super awesome), and because many opportunities can arise from this experience. I love iGEM because it is really cool getting to do really awesome lab work, and I can see what other people my age and university students around the world are doing.

Teachers

Mr. Arvisais "Hair today gone tomorrow" - that is pretty much our mission this year. Think of the millions of tons of chicken feathers and hair annually that could be broken down to a more resourceful state (closer to their amino acids). I think that this may be the first picture that I have ever worn a wig for. I probably should have put on a green wig to bring out the colour of my eyes through my 3D glasses. Cheers in Boston!
Mrs. Puurunen I'm a mother, biology/special education teacher, technology enthusiast, semi-pro (read: recreational) mountain biker, and a general grumpypants. iGEM has been even more exciting and exhausting in year 2 - I feel like we have all learned so much! Pretty soon we won't even need my chart paper drawings posted all over the lab. I'm hoping our project works so well that I'm bald by the time we touchdown in Boston.

We would also like to thank our mentors: Dr. Magda Pop, Lisa Oberding, and Dan Ziemianowicz for all their help throughout the year. Without them, our iGEM experience would not have been this positive, and we certainly would not have learned as much.

Contact us at alinaarvisais@isidore.redeemer.ab.ca or taliadixon@isidore.redeemer.ab.ca, or even send a message to our facebook page: https://www.facebook.com/OLeSsence