Difference between revisions of "Team:BroadRun-NorthernVA/Team"

(Prototype team page)
 
 
(64 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{TeamTemplateA}}
+
{{BroadRun-NorthernVA}}
 
<html>
 
<html>
 +
<!-- Start of CSS-->
 +
<style type="text/css">
  
<h2>Team</h2>
+
/* PAGE LAYOUT */
  
<p>More details on the team members will be put here.</p>
+
/* Change Background color*/
 +
body {FFCC66
 +
background-color: #FFD699
 +
}
  
 +
/* Creates a container that will wrap all of the content inside your wiki pages. */
 +
#mainContainer { 
 +
width: 978px;
 +
overflow:hidden;
 +
float:left;
 +
margin-left:20px;
 +
margin-bottom: 10px;
 +
background-color: #FFE680;
 +
border-bottom: 214px solid #FFE680;
 +
border-right: 2px solid #000000;
 +
border-left: 2px solid #000000;
 +
border-top: 5px solid #000000;
 +
font-family: "Helvetica", Helvetica, sans-serif;
 +
}
 +
 +
/* Creates the container for the menu */
 +
#menuContainer  {
 +
float:left;
 +
width: 134px;
 +
padding: 20px 0px;
 +
border-top: 14px solid #7A0000;
 +
background-color: #7A0000;
 +
}
 +
 +
/* Creates the container for the content */
 +
#contentContainer {
 +
padding-top:20px;
 +
padding-right:10px;
 +
margin-bottom: 20px;
 +
width: 814px;
 +
padding-left: 20px;
 +
float: left;
 +
background-color: #FFE680;
 +
border-top: 14px solid #7A0000;
 +
font-family: "Georgia", Helvetica, sans-serif;
 +
}
 +
 +
/*Set up height place holder for the banner*/
 +
#bannerContainer {
 +
height:200px;
 +
margin:auto;
 +
text-align:center;
 +
color: #FFCC66;
 +
}
 +
 +
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
 +
 +
/*Change the styling of text for everything inside main container*/
 +
#mainContainer p {
 +
font-size: 13px;
 +
color: #000000;
 +
}
 +
 +
/*This changes the color and font family */
 +
#contentContainer h1, h2, h3, h4, h5, h6 {
 +
color: #000000;
 +
border-bottom: none;
 +
font-weight: bold;
 +
font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
margin-top:10px;
 +
}
 +
 +
/*Style of the links - links are different inside the menu */
 +
#contentContainer a {
 +
font-weight: bold;
 +
color: #000000;
 +
}
 +
 +
  /* Styling links on hover- links are different inside the menu */
 +
#contentContainer a:hover {
 +
color: #FFFFFF
 +
}
 +
 +
/*Change the styling of tables */
 +
        #contentContainer table {
 +
    border: 1px solid #000000;
 +
    border-collapse: collapse;
 +
    width: 90%
 +
    margin: auto;
 +
    margin-bottom: 15px;
 +
    margin-top: 15px;
 +
    margin-right: 10px;
 +
    margin-left: 10px;
 +
    }
 +
 +
/*Change the styling of table cells*/
 +
    #contentContainer  td {
 +
    padding: 10px;
 +
    border: 1px solid #00000;
 +
    border-collapse: collapse;
 +
    vertical-align: text-top;
 +
    }
 +
 +
/*Change the styling of table headers */
 +
    #contentContainer th {
 +
    background-color: #000000;
 +
    padding: 10px;
 +
    border: 1px solid #565656;
 +
    border-collapse: collapse;
 +
    vertical-align: text-top;
 +
    }
 +
 +
 +
 +
/*MENU STYLING */
 +
 +
/*Styling for the links in the menu */
 +
#menuContainer a {
 +
color: #FFFFFF;
 +
text-decoration:none;
 +
font-weight: bold;
 +
}
 +
 +
/* 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:  #FFFFFF;
 +
background-color: #000000;
 +
}
 +
 +
/*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: 134px;
 +
margin-top:-42px;
 +
}
 +
 +
/*Style the submenu buttons*/
 +
#menuContainer li ul li{
 +
background-color: #800000;
 +
padding-left:20px;
 +
padding-right:20px;
 +
height:30px;
 +
padding-top:10px;
 +
margin-top:-2px;
 +
color: #FFFFFF;
 +
width: 150px;
 +
}
 +
 +
/*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: #7A0000;
 +
margin-bottom: 15px;
 +
margin-top: 15px;
 +
padding: 15px;
 +
padding-top: 5px;
 +
    }
 +
 +
 +
</style>
 +
<!-- End of CSS -->
 +
</html>
 +
<html>
 +
 +
<h1><u><font size="6">Broad Run Northern VA Team</u></h1>
 +
 +
 +
<img src="https://static.igem.org/mediawiki/2015/8/8d/Marissa_Sumathipala_Headshot.jpg" alt=Marissa Sumathipala" style="width:190.8px;height:245px;">
 +
<br></br>
 +
<p><font size="4">
 +
<b>Captain and Founder</b>
 +
<br></br>
 +
Marissa Sumathipala is a sophomore at Broad Run High School, and founder of the Broad Run Northern VA iGEM team. She is a 2015 National BioGENEius Finalist and top winner at the National Junior Science and Humanities Symposium for her research on the long term epigenetics of agrochemicals and increased expression of FOXO transcription factor and high fat/sugar diets on age-related cardiac decline, both modeled in fruit flies. Marissa approaches science research with a rational mindset, reading, observing and constantly analyzing to advance herself and the world in this new and upcoming field. She is also a competitive freestyle skater. In her free time, Marissa enjoys, writing and reading novels, performing fruit fly heart surgeries, photography, and playing field hockey. 
 +
</span></li>
 +
 +
<br></br>
 +
Contact us at brhsigem@gmail.com
 +
<br></br>
 +
 +
 +
<img src="https://static.igem.org/mediawiki/2015/e/ef/Adriel_Headshot.jpg" alt=Adriel Sumathipala" style="width:217.5px;height:145.5px;">
 +
<br></br>
 +
<p><font size="4">
 +
<b>Vice Captain, Founder, and Business Liason</b>
 +
<br></br>Adriel Sumathipala is a senior at Broad Run High School and aspiring bioengineer. He has been honored as a 2015 Google Science Fair Global Finalist, a two time Intel ISEF finalist, a 2014 BioGENEius Challenge International Finalist, and a two time RSEF Grand Prize Winner, for his research in bioengineering on microfluidic diagnostic systems and miniaturized self-sustaining power sources for bioimplants. Adriel approaches synthetic biology with a critical mind, analyzing, observing and constantly learning more about this new and rapidly evolving field. In his free time Adriel enjoys watching old West Wing episodes, playing his bassoon, listening to history podcasts, and taking his dog Benny on long walks.
 +
 +
<br></br>
 +
 +
<img src="https://static.igem.org/mediawiki/2015/2/25/BRHS_IGEM.jpeg" alt=Fionn Desmond" style="width:190.8px;height:245px;">
 +
<br></br>
 +
<p><font size="4">Fionn Desmond is a sophomore at Broad Run High School and is a first year IGEM member. He runs Varsity Track and Cross Country at Broad Run and is a long time swimmer. He is also part of the DECA team at Broad Run.
 +
<br></br>
 +
<br></br>
 +
<p </p>
 +
<p </p>
 +
<img src="https://static.igem.org/mediawiki/2015/2/21/Alexandra_Scott.jpg" alt=Alexandra Scott" style="width:190.8px;height:275px;">
 +
 +
<br></br>
 +
<p><font size="4">Alexandra Scott is a sophomore at Oakton High School. She lead a scientific study on electromagnetic waves and the effects of grounding on various technical and household appliances. She has a passion for science, and a curious mind that is always looking at new information from various perspectives.  Alexandra was a volunteer leader of the science station at camp Funshine teaching basic scientific knowledge to elementary age children. She is a nationally ranked ice dancer competitor.  In her spare time she enjoys travel, hiking, learning new languages and working with children.
 +
 +
<br></br>
 +
<br></br>
 +
</html>
 +
[[File:Nicks_Photo.jpg|200 px]]
 +
<html>
 +
<p><font size="4">Nick Rozak is a senior at Middleton High School, where he leads a Bio-Engineering team that is searching for a solution to the sharp decrease in bee populations. Nick loves working as a volunteer EMT, a personal health trainer, and an SAT tutor. In his spare time, he enjoys playing guitar and drums, as well as cooking, surfing, snowboarding, hiking, and playing lacrosse.
 +
 +
<br></br>
 +
<br></br>
 +
 +
<b>Mentors</b>
 +
<p><font size="4"><b>Dr. Lisa Scheifele </b>is a professor at Loyola University, and was on the team that synthesized the very first yeast genome. She also volunteers as an instructor for the Build a Gene classes offered at the Baltimore Underground Science Space.
 +
 +
 +
<br></br>
 +
 +
<p><font size="4"><b>Dr. Tom Burkett </b>is the founder of the Baltimore Under Ground Science Space (BUGSS) and a professor of biology at the Community College of Baltimore County. His interests include increasing public access to science and science education, experiential learning, and environmental and industrial applications of synthetic biology and biotechnology. When not in the laboratory or classroom he can be found sailing and kayaking with his wife Sue and dog Glinda on the Chesapeake Bay.
 +
 +
 +
 +
<br></br>
 +
<b>Team Instructors</b>
 +
<p><font size="4">Nicole Kezmarsky is the Assistant Principal at Broad Run High School. With a bachelor's degree in the biological sciences, Ms. Kezmarsky strongly supports STEM education.
 +
 +
 +
<br></br>
 +
<p><font size="4">Dr. Nina Arendtsz is our primary instructor and coordinator of all team activities, including registration paperwork, organization of lab trips, and our trip to the Jamboree.
  
<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>
 
<ul>
<li> Include pictures of your teammates, don’t forget instructors and advisors! </li>
+
</p>
<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>
 
</ul>
 
+
</font>
  
 
</div>
 
</div>
 +
</html>
 +
<html>
 +
<head>
 +
 +
</head>
 +
<body>
 +
 +
 +
 +
</body>
 
</html>
 
</html>

Latest revision as of 18:41, 26 October 2015

{{BroadRun-NorthernVA}}



>

Broad Run Northern VA Team

Marissa

Captain and Founder

Marissa Sumathipala is a sophomore at Broad Run High School, and founder of the Broad Run Northern VA iGEM team. She is a 2015 National BioGENEius Finalist and top winner at the National Junior Science and Humanities Symposium for her research on the long term epigenetics of agrochemicals and increased expression of FOXO transcription factor and high fat/sugar diets on age-related cardiac decline, both modeled in fruit flies. Marissa approaches science research with a rational mindset, reading, observing and constantly analyzing to advance herself and the world in this new and upcoming field. She is also a competitive freestyle skater. In her free time, Marissa enjoys, writing and reading novels, performing fruit fly heart surgeries, photography, and playing field hockey.

Contact us at brhsigem@gmail.com

Adriel

Vice Captain, Founder, and Business Liason

Adriel Sumathipala is a senior at Broad Run High School and aspiring bioengineer. He has been honored as a 2015 Google Science Fair Global Finalist, a two time Intel ISEF finalist, a 2014 BioGENEius Challenge International Finalist, and a two time RSEF Grand Prize Winner, for his research in bioengineering on microfluidic diagnostic systems and miniaturized self-sustaining power sources for bioimplants. Adriel approaches synthetic biology with a critical mind, analyzing, observing and constantly learning more about this new and rapidly evolving field. In his free time Adriel enjoys watching old West Wing episodes, playing his bassoon, listening to history podcasts, and taking his dog Benny on long walks.

Fionn

Fionn Desmond is a sophomore at Broad Run High School and is a first year IGEM member. He runs Varsity Track and Cross Country at Broad Run and is a long time swimmer. He is also part of the DECA team at Broad Run.



Alexandra

Alexandra Scott is a sophomore at Oakton High School. She lead a scientific study on electromagnetic waves and the effects of grounding on various technical and household appliances. She has a passion for science, and a curious mind that is always looking at new information from various perspectives. Alexandra was a volunteer leader of the science station at camp Funshine teaching basic scientific knowledge to elementary age children. She is a nationally ranked ice dancer competitor. In her spare time she enjoys travel, hiking, learning new languages and working with children.



Nicks Photo.jpg

Nick Rozak is a senior at Middleton High School, where he leads a Bio-Engineering team that is searching for a solution to the sharp decrease in bee populations. Nick loves working as a volunteer EMT, a personal health trainer, and an SAT tutor. In his spare time, he enjoys playing guitar and drums, as well as cooking, surfing, snowboarding, hiking, and playing lacrosse.



Mentors

Dr. Lisa Scheifele is a professor at Loyola University, and was on the team that synthesized the very first yeast genome. She also volunteers as an instructor for the Build a Gene classes offered at the Baltimore Underground Science Space.

Dr. Tom Burkett is the founder of the Baltimore Under Ground Science Space (BUGSS) and a professor of biology at the Community College of Baltimore County. His interests include increasing public access to science and science education, experiential learning, and environmental and industrial applications of synthetic biology and biotechnology. When not in the laboratory or classroom he can be found sailing and kayaking with his wife Sue and dog Glinda on the Chesapeake Bay.

Team Instructors

Nicole Kezmarsky is the Assistant Principal at Broad Run High School. With a bachelor's degree in the biological sciences, Ms. Kezmarsky strongly supports STEM education.

Dr. Nina Arendtsz is our primary instructor and coordinator of all team activities, including registration paperwork, organization of lab trips, and our trip to the Jamboree.