Difference between revisions of "Team:UMBC-Maryland/Team"

Line 1: Line 1:
{{Template_All_Teams}}
+
{{Team:UMBC-Maryland/TemplateTop}}
[[File:Team_UMBC-Maryland_banner.jpg|600px]]
+
 
<html>
 
<html>
 
+
<div class="divider-bar"></div>
<style type="text/css">
+
 
+
/* PAGE LAYOUT */
+
+
/* page background color*/
+
body {
+
background-color: #A7A9AB;
+
}
+
 
+
 
+
/* Creates a container that will wrap all of the content inside your wiki pages. */
+
#mainContainer { 
+
width: 980px;
+
overflow: hidden;
+
float:left;
+
margin-left: 20px;
+
background-color: #EEEDEA;
+
border-bottom: 6px solid #EE3e53;
+
}
+
 
+
/* Creates the container for the menu */
+
#menuContainer  {
+
float:right;
+
width: 150px;
+
background-color: #0e232f;
+
height: 100%;
+
border-top: 6px solid #EE3e53;
+
font-family: "Arial", Helvetica, sans-serif;
+
}
+
 
+
/* Creates the container for the content */
+
#contentContainer {
+
background-color: #EEEDEA;
+
width: 810px;
+
float: left;
+
padding: 10px;
+
border-top: 6px solid #EE3e53;
+
}
+
 
+
 
+
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
+
 
+
 
+
/*Change the styling of text for everything inside main container*/
+
#mainContainer p {
+
font-family: "Arial", Helvetica, sans-serif;
+
font-size: 12px;
+
color: #0e232f;
+
}
+
+
/*This changes the color and font family */
+
#contentContainer h1, h2, h3, h4, h5, h6 {
+
font-family: "Arial", Helvetica, sans-serif;
+
color: #0e232f;
+
border-bottom: none;
+
font-weight: bold;
+
+
}
+
 
+
/*Style of the links - links are different inside the menu */
+
#contentContainer a {
+
font-weight: bold;
+
color: #ee3e53;
+
}
+
 
+
  /* Styling links on hover- links are different inside the menu */
+
#contentContainer a:hover{
+
color: #f4b248;
+
}
+
 
+
/*Change the styling of tables */
+
        #contentContainer table {
+
    border: 1px solid #0e232f;
+
    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 #0e232f;
+
    border-collapse: collapse;
+
    vertical-align: text-top;
+
    background-color: #EEEDEA;
+
    }
+
 
+
/*Change the styling of table headers */
+
    #contentContainer th {
+
    padding: 10px;
+
    border: 1px solid #0e232f;
+
    border-collapse: collapse;
+
    vertical-align: text-top;
+
    background-color: #e8d5b7;
+
    }
+
 
+
 
+
/*MENU STYLING */
+
 
+
/*Styling for the links in the menu */
+
#menuContainer a {
+
color: #EEEDEA;
+
text-decoration:none;
+
font-weight: bold;
+
}
+
 
+
/* Sets the style for lists inside menuContainer  */
+
#menuContainer ul {
+
width:100%;
+
list-style: none;
+
margin: auto;
+
padding-top: 10px;
+
padding-bottom: 10px;
+
 
+
}
+
 
+
/*Styles the list items to become menu buttons */
+
#menuContainer ul li {
+
display: block;
+
position: relative;
+
padding: 10px;
+
margin-bottom:5px;
+
padding-left: -20px;
+
}
+
 
+
#menuContainer ul li:hover {
+
background: #F4B248;
+
color: #0e232f;
+
}
+
 
+
 
+
/*HIde the submenus and removes the padding */
+
#menuContainer li ul {
+
display: none;
+
padding-top:15px;
+
margin-left: -9px;
+
}
+
 
+
/*Shows the submenus once you hover*/
+
#menuContainer li:hover ul {
+
display: block;
+
}
+
 
+
/*style the submenu buttons*/
+
#menuContainer li ul li {
+
background: #0E232F;
+
width: 100%;
+
}
+
 
+
#menuContainer li ul li:hover {
+
background: #EE3E53;
+
color: #fff;
+
}
+
 
+
 
+
 
+
/*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: #E8D5B7;
+
    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">
+
<br> <br>
+
+
</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:UMBC-Maryland"><li>HOME</li></a>
+
 
+
<a href="https://2015.igem.org/Team:UMBC-Maryland/Team"><li>TEAM</li></a>
+
 
+
 
+
<a href="#"><li>PROJECT
+
            <ul>
+
<a href="https://2015.igem.org/Team:UMBC-Maryland/Description"><li>Description</li></a>
+
<a href="https://2015.igem.org/Team:UMBC-Maryland/Experiments"><li>Experiments & Protocols</li></a> 
+
<a href="https://2015.igem.org/Team:UMBC-Maryland/Results"><li>Results</li></a> 
+
</ul>
+
</li></a>
+
 
+
<a href="#"><li>PARTS
+
            <ul>
+
<a href="https://2015.igem.org/Team:UMBC-Maryland/Parts"><li>Team Parts</li></a>
+
<a href="https://2015.igem.org/Team:UMBC-Maryland/Basic_Part"><li>Basic Parts</li></a> 
+
<a href="https://2015.igem.org/Team:UMBC-Maryland/Composite_Part"><li>Composite Parts</li></a>
+
<a href="https://2015.igem.org/Team:UMBC-Maryland/Part_Collection"><li>Part Collection</li></a> 
+
</ul>
+
</li></a>
+
 
+
<a href="https://2015.igem.org/Team:UMBC-Maryland/Notebook"><li>NOTEBOOK</li></a>
+
     
+
<a href="https://2015.igem.org/Team:UMBC-Maryland/Attributions"><li>ATTRIBUTIONS</li></a>
+
 
+
<a href="https://2015.igem.org/Team:UMBC-Maryland/Safety"><li>SAFETY</li></a>
+
 
+
+
</ul>
+
</div>
+
<!-- End of menu  -->
+
 
+
<!-- Start of content -->
+
<div id="contentContainer"><!--This div will close on the page.-->
+
</html>
+
<html>
+
 
+
 
<h2>Team</h2>
 
<h2>Team</h2>
  
Line 283: Line 50:
 
<h5 align = left> John "Richard" Jayman</h5>  
 
<h5 align = left> John "Richard" Jayman</h5>  
 
<p align = left> I am a senior biology major with aspirations of medical school. My lab experience involves testing novel molecular therapies for prostate cancer on a mouse model. In the iGEM arena, I am working with the UMBC team to take copper measurements and to prepare overnights for our engineered bacteria. </p>
 
<p align = left> I am a senior biology major with aspirations of medical school. My lab experience involves testing novel molecular therapies for prostate cancer on a mouse model. In the iGEM arena, I am working with the UMBC team to take copper measurements and to prepare overnights for our engineered bacteria. </p>
 
 
</div>
 
 
</html>
 
</html>
 +
{{Team:UMBC-Maryland/TemplateBottom}}

Revision as of 03:37, 7 September 2015

Team

MEET THE 2015 UMBC iGEM TEAM!

Our Advisors

Dr. Cynthia Wagner
CWagner.jpg

Phone: 410-455-1024

Email: cwagner@umbc.edu

Dr. Stephen Freeland
Stephen-Freeland.jpg

Email: freeland@umbc.edu

Team Members

Sam Keating

I have been on the UMBC iGEM team for two years and was co-president for one year. I am a senior biochemical engineer and I plan on going to graduate school next year. I help with a lot of the planning inside and outside of the lab and make sure that we have adequate resources and plans for our project. I helped to train new members at the beginning of the year. I also looked a lot at the gene sequences of our genes of interest and updated our entries on the wiki and the registry pages.

Pranesh Navarathna

Pranesh info

Mukta Bain

I am a senior at UMBC. My major is general biology BA. After BA I want to get my master in public health. I have previously worked in the lab for classes. My contribution to the team was helping with the wet lab and working side by side with other team members.

Pari Majethia

My major is Biology B.S. and I am a senior at UMBC. I had a great experience working on the iGEM project and learning about the effects of copper on the E.coli cells. I helped conduct the experiments

May Li

I am a senior Biochemistry major and will be pursuing a medical degree after graduation. My previous research experience is in the realm of computational biochemistry research and organic chemistry research. I am grateful to experience the biological aspect of research through iGEM, and have been involved in running/designing experiments, as well as other organizational tasks. I love being in lab with other iGEM members over the summer and am very proud of the work we've done.

Natithorn Bhusri

I am a senior at UMBC and my major is Biochemistry. As secretary of iGEM, I planned meetings and wet lab dates for our project. I also aided in updating our notebook and attributions on the wiki pages. I helped conduct the optical density(growth) experiments and processed the data as graphs. I plan to attend graduate school next year and further my studies in Toxicology.

Alex Kuznetsov

Alex info

Thomas Coard

Thomas info

William Angel
John "Richard" Jayman

I am a senior biology major with aspirations of medical school. My lab experience involves testing novel molecular therapies for prostate cancer on a mouse model. In the iGEM arena, I am working with the UMBC team to take copper measurements and to prepare overnights for our engineered bacteria.