Difference between revisions of "Team:Baltimore Bio-Crew/Team"

 
(54 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
{{Team:Baltimore Bio-Crew/JS}}
 
{{Team:Baltimore Bio-Crew/JS}}
 
{{Team:Baltimore Bio-Crew/templateReset}}
 
{{Team:Baltimore Bio-Crew/templateReset}}
 +
 
<html>
 
<html>
 
<head>
 
<head>
Line 7: Line 8:
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<title>Team Baltimore Bio-crew</title>
 
<title>Team Baltimore Bio-crew</title>
 
<link rel="stylesheet" type="text/css" href="main.css" />
 
 
<style>
 
<style>
  
.slideshow-container {
+
article {
 +
font-size: 16px;
 +
font-style: italic;
 +
padding-top: 10px;
 +
padding-bottom: 10px;
 +
font-family: 'Abel', san-serif;
 +
color: black;
 +
width: 50%;
 +
margin:0 auto;
 +
 
 +
}
 +
 
 +
h1{
 +
  font-size: 100px;
 +
  text-align: center;
 +
  color: black;
 +
  font-family: 'Saira', sans-serif;
 +
  padding-top: 40px;
 +
text-shadow: 4px 4px #3bb1e2;
 +
}
 +
 
 +
#footertext{
 +
  font-size: 18px;
 +
  font-style: italic;
 +
  text-align: center;
 +
  padding-top: 20px;
 +
  padding-bottom: 30px;
 +
  font-family: 'Abel', san-serif;
 +
  color: black;
 +
}
 +
 
 +
h4 {
 +
  font-size: 18px;
 +
  text-align: center;
 +
  padding-top: 20px;
 +
  padding-bottom: 30px;
 +
  font-family: 'Abel', san-serif;
 +
  color: black;
 +
}
 +
 
 +
 
 +
 
 +
#footerheader{
 +
  padding: 75px 0 0 0;
 +
  font-size: 36px;
 +
  font-style: normal;
 +
  font-family: 'Saira', sans-serif;
 +
  text-align: center;
 +
color: black;
 +
}
 +
 
 +
h2 {
 +
  font-style: normal;
 +
}
 +
 
 +
 
 +
 
 +
.container {
 
   max-width: 100%;
 
   max-width: 100%;
 
   max-height: 100vh;
 
   max-height: 100vh;
Line 18: Line 74:
 
}
 
}
  
.mySlides {
+
.slides {
 
width:100%;
 
width:100%;
height:100%;
+
 
max-height: inherit;
 
max-height: inherit;
 
display:none;
 
display:none;
 
}
 
}
  
.mySlides img {
+
.slides img {
 
     height: inherit;
 
     height: inherit;
 
     max-height: inherit;
 
     max-height: inherit;
Line 33: Line 89:
  
  
.text {
+
.experiment {
   color: #f2f2f2;
+
    
  font-size: 15px;
+
  padding: 8px 12px;
+
 
   position: absolute;
 
   position: absolute;
   bottom: 50%;
+
   top: 7%;
 
   width: 100%;
 
   width: 100%;
 
   text-align: center;
 
   text-align: center;
Line 44: Line 98:
  
  
 
+
.fade {
+
  -webkit-animation-name: fade;
+
  -webkit-animation-duration: 1.5s;
+
  animation-name: fade;
+
  animation-duration: 1.5s;
+
}
+
 
+
@-webkit-keyframes fade {
+
  from {opacity: .4}
+
  to {opacity: 1}
+
}
+
 
+
@keyframes fade {
+
  from {opacity: .4}
+
  to {opacity: 1}
+
}
+
 
+
 
+
 
+
  
 
.profile {
 
.profile {
     box-shadow: 0 4px 8px 0 rgba(45, 132, 34, 1);
+
     box-shadow: 0 5px 10px 0 rgba(71, 232, 247, 1);
    transition: 0.3s;
+
     width: 35%;
     width: 40%;
+
     margin:0 auto;
     border-radius: 5px;
+
     margin-top: 50px;
margin-top: 50px;
+
     margin-bottom: 50px;
+
    margin-right: 50%;
+
    margin-left: 30%;
+
}
+
  
.profile:hover {
 
    box-shadow: 0 8px 16px 0 rgba(71, 232, 247, 1);
 
 
}
 
}
  
.BioCrew img {
 
    border-radius: 5px 5px 0 0;
 
}
 
  
.profile-container {
+
.BioCrew img{
     padding: 2px 16px;
+
display: block;
 +
     margin: 0 auto;
 +
max-width: 400px;
 +
    max-height: 400px;
 +
}
  
}
+
.BioCrew2 img{
 
+
display: block;
     .Ttopnav{
+
     margin: 0 auto;
background-color: #FF1493;
+
max-width: 500px;
 +
    max-height: 400px;
 +
}
  
 +
.footerSection{
 +
background-color:#a5f7c3;
 +
      margin-top: 300px;
 
}
 
}
.Ttopnav li {
 
    display: inline;
 
    float: right;
 
    text-align: center;
 
}
 
.Ttopnav ul {
 
    list-style-type: none;
 
    margin: 0;
 
    padding: 0;
 
    overflow: hidden;
 
height: 70px;
 
}
 
.Ttopnav li a {
 
    display: block;
 
    padding: 8px 20px;
 
  
    color: #000;
+
footer{
    text-decoration: none;
+
width:60%;
 +
margin-left:30%;
 
}
 
}
  
.Ttopnav li a:hover {
 
    background-color: #54d3f9;
 
}
 
  
html{
+
 
background color: white;
+
}
+
  
 
</style>
 
</style>
Line 128: Line 143:
  
 
<section>
 
<section>
     <header id="TeamHeader">
+
<div class="container">
 +
  <div class="slides ">
 +
     <img src="https://static.igem.org/mediawiki/2017/0/03/BioCrewTeam.jpeg">
 +
  <div class="experiment"><h1 style="font-size: 100px; overflow:visible; color:#f2f2f2"> Meet the Team</h1></div>
 +
  </div>
  
<div class="Ttopnav">
+
  <div class="slides">
<ul>
+
    <img src ="https://static.igem.org/mediawiki/2017/b/be/Baltimorebiocrew1234567.jpeg" >
  
<li> <a href="#Advisors">Advisors</a></li>
 
<li> <a href="#Students">Students</a></li>
 
</ul>
 
</div>
 
</header>
 
<div class="slideshow-container ">
 
  <div class="mySlides fade">
 
    <img src="https://static.igem.org/mediawiki/2017/0/03/BioCrewTeam.jpeg">
 
    <div class="text"><h1 style="font-size: 100px;"> Meet the Team</h1></div>
 
 
   </div>
 
   </div>
  
  <div class="mySlides fade">
+
<div class="slides">
     <img src="https://static.igem.org/mediawiki/2017/0/03/BioCrewTeam.jpeg" >
+
     <img src="https://static.igem.org/mediawiki/2017/a/a0/Baltimore-biocrewImetPresenation.jpeg" >
  
 
   </div>
 
   </div>
  
   <div class="mySlides fade">
+
   <div class="slides ">
     <img src="https://static.igem.org/mediawiki/2017/0/03/BioCrewTeam.jpeg" >
+
     <img src="https://static.igem.org/mediawiki/2017/1/10/BaltimoreBiocrePicTeam.jpeg" >
  
 
   </div>
 
   </div>
Line 156: Line 166:
  
 
</div>
 
</div>
 +
 +
 
 
</section>
 
</section>
  
 
<section id="Advisors" class="BioCrew">
 
<section id="Advisors" class="BioCrew">
     <h2 style= "font-size: 40px; text-align:center;">
+
     <h2 style= "font-size: 40px; text-align:center; margin-top:10px;">
 
         Advisors
 
         Advisors
 
     </h2>
 
     </h2>
 
         <div class="profile">
 
         <div class="profile">
   <img src="https://static.igem.org/mediawiki/2017/0/03/BioCrewTeam.jpeg" alt="picture" style="width:100%">
+
   <img src="https://static.igem.org/mediawiki/2016/4/48/T--Baltimore_BioCrew--Sarah.jpg" alt="picture">
 
   <div class="profile-container">
 
   <div class="profile-container">
 
     <h4  style="font-size: 30px; text-align:center;"><b>Sarah Laun</b></h4>
 
     <h4  style="font-size: 30px; text-align:center;"><b>Sarah Laun</b></h4>
     <p> We are evaluating our parts by verifying that they can be used to degrade PET plastic. We are setting up an experiment in which we will test for the the ability of E.coli bacteria engineered with each part to degrade PET plastic. Glass culture tubes were set up containing LB media and small squares of PET plastic that had been weighed beforehand. The approximate dimensions of the plastic squares were 20x15x0.5mm, and they weighed between 101 and 89 mg. After the bacteria with the gene have been added, the plastic will be weighed twice a week to check for lost material. Some tubes will be incubated at 30 degrees Celsius because that is the best growth temperature for the Ideonealla bacteria, and some will be incubated at 37 degrees Celsius because that is the best temperature for E. coli.</p>
+
     <p> Sarah Laun is the Lab and Program Manager at Baltimore Underground Science Space.I was born and raised in Baltimore, and have worked in Baltimore for the last 12 years in molecular biology.</p>
 
   </div>
 
   </div>
 
</div>
 
</div>
  
 
           <div class="profile">
 
           <div class="profile">
   <img src="https://static.igem.org/mediawiki/2017/0/03/BioCrewTeam.jpeg" alt="picture" style="width:100%">
+
   <img src="https://static.igem.org/mediawiki/2016/9/9b/T--Baltimore_BioCrew--Lisa.jpg" alt="picture">
 
   <div class="profile-container">
 
   <div class="profile-container">
 
     <h4  style="font-size: 30px; text-align:center;"><b>Lisa Schifele</b></h4>
 
     <h4  style="font-size: 30px; text-align:center;"><b>Lisa Schifele</b></h4>
     <p> We are evaluating our parts by verifying that they can be used to degrade PET plastic. We are setting up an experiment in which we will test for the the ability of E.coli bacteria engineered with each part to degrade PET plastic. Glass culture tubes were set up containing LB media and small squares of PET plastic that had been weighed beforehand. The approximate dimensions of the plastic squares were 20x15x0.5mm, and they weighed between 101 and 89 mg. After the bacteria with the gene have been added, the plastic will be weighed twice a week to check for lost material. Some tubes will be incubated at 30 degrees Celsius because that is the best growth temperature for the Ideonealla bacteria, and some will be incubated at 37 degrees Celsius because that is the best temperature for E. coli.</p>
+
     <p>Lisa Scheifele is a molecular biologist and geneticist and Associate Professor at Loyola University Maryland. She is a founder of Baltimore Underground Science Space and has lived in Baltimore for 13 years.</p>
 
   </div>
 
   </div>
 
</div>
 
</div>
Line 181: Line 193:
 
     </section>
 
     </section>
  
   <section id="Students" class="BioCrew">
+
   <section id="Students" class="BioCrew2">
         <h2 style= "font-size: 40px; text-align:center;">
+
         <h2 style= "font-size: 40px; text-align:center; margin-top:10px;">
 
         Students
 
         Students
 
     </h2>
 
     </h2>
  
 
         <div class="profile">
 
         <div class="profile">
   <img src="https://static.igem.org/mediawiki/2017/0/03/BioCrewTeam.jpeg" alt="picture" style="width:100%">
+
   <img src="https://static.igem.org/mediawiki/2017/b/b6/EllaColeman.jpeg" alt="change">
 
   <div class="profile-container">
 
   <div class="profile-container">
     <h4  style="font-size: 30px; text-align:center;"><b>Ella Coleman</b></h4>
+
     <h4  style="font-size: 30px; text-align:center; "><b>Ella Coleman</b></h4>
     <p> We are evaluating our parts by verifying that they can be used to degrade PET plastic. We are setting up an experiment in which we will test for the ability of E.coli bacteria engineered with each part to degrade PET plastic. Glass culture tubes were set up containing LB media and small squares of PET plastic that had been weighed beforehand. The approximate dimensions of the plastic squares were 20x15x0.5mm, and they weighed between 101 and 89 mg. After the bacteria with the gene have been added, the plastic will be weighed twice a week to check for lost material. Some tubes will be incubated at 30 degrees Celsius because that is the best growth temperature for the Ideonealla bacteria, and some will be incubated at 37 degrees Celsius because that is the best temperature for E. coli.</p>
+
     <p>Hello! My name is Ella Coleman and I’m a senior homeschool student. This is my second year of participating in the iGEM competition. I am very passionate about helping the environment, and I love learning about synthetic biology and working in the lab. I also like playing the guitar and practicing martial arts. I joined the Baltimore Bio-Crew after being inspired by another iGEM team's presentation at our community lab.</p>
 
   </div>
 
   </div>
 
</div>
 
</div>
  
 
         <div class="profile">
 
         <div class="profile">
   <img src="https://static.igem.org/mediawiki/2017/6/63/NaigeCorreal-Winters.png" alt="picture" style="width:100%;height:700px;">
+
   <img src="https://static.igem.org/mediawiki/2017/6/63/NaigeCorreal-Winters.png" alt="picture">
 
   <div class="profile-container">
 
   <div class="profile-container">
 
     <h4  style="font-size: 30px; text-align:center;"><b> Naige Correal-Winters</b></h4>
 
     <h4  style="font-size: 30px; text-align:center;"><b> Naige Correal-Winters</b></h4>
Line 203: Line 215:
  
 
         <div class="profile">
 
         <div class="profile">
   <img src="https://static.igem.org/mediawiki/2017/0/03/BioCrewTeam.jpeg" alt="picture" style="width:100%">
+
   <img src="https://static.igem.org/mediawiki/2017/5/5c/AleemPrince.jpeg" alt="picture">
 
   <div class="profile-container">
 
   <div class="profile-container">
 
     <h4  style="font-size: 30px; text-align:center;"><b>Aleem Prince</b></h4>
 
     <h4  style="font-size: 30px; text-align:center;"><b>Aleem Prince</b></h4>
Line 212: Line 224:
  
 
         <div class="profile">
 
         <div class="profile">
  <img src="https://static.igem.org/mediawiki/2017/0/03/BioCrewTeam.jpeg" alt="picture" style="width:100%">
+
<img src="https://static.igem.org/mediawiki/2017/3/3c/ZionSmith.jpeg" alt="picture">
 
   <div class="profile-container">
 
   <div class="profile-container">
 
     <h4  style="font-size: 30px; text-align:center;"><b>Zion Smith</b></h4>
 
     <h4  style="font-size: 30px; text-align:center;"><b>Zion Smith</b></h4>
Line 220: Line 232:
  
 
         <div class="profile">
 
         <div class="profile">
   <img src="https://static.igem.org/mediawiki/2017/0/03/BioCrewTeam.jpeg" alt="picture" style="width:100%">
+
   <img src="https://static.igem.org/mediawiki/2017/a/a3/ShateraMcnair.jpeg" alt="change" >
 
   <div class="profile-container">
 
   <div class="profile-container">
 
     <h4  style="font-size: 30px; text-align:center;"><b>Shatera McNair</b></h4>
 
     <h4  style="font-size: 30px; text-align:center;"><b>Shatera McNair</b></h4>
Line 229: Line 241:
  
 
         <div class="profile">
 
         <div class="profile">
   <img src="https://static.igem.org/mediawiki/2017/0/03/BioCrewTeam.jpeg" alt="picture" style="width:100%">
+
   <img src="https://static.igem.org/mediawiki/2017/a/ac/BaltimoreBicrewMercedesF.jpg" alt="picture" >
 
   <div class="profile-container">
 
   <div class="profile-container">
 
     <h4  style="font-size: 30px; text-align:center;"><b>Mercedes Ferandes</b></h4>
 
     <h4  style="font-size: 30px; text-align:center;"><b>Mercedes Ferandes</b></h4>
Line 238: Line 250:
  
 
         <div class="profile">
 
         <div class="profile">
   <img src="https://static.igem.org/mediawiki/2017/0/03/BioCrewTeam.jpeg" alt="picture" style="width:100%">
+
   <img src="https://static.igem.org/mediawiki/2017/5/5e/BaltimoreBicrewMercedesT.jpg" alt="picture">
 
   <div class="profile-container">
 
   <div class="profile-container">
 
     <h4  style="font-size: 30px; text-align:center;"><b>Mercedes Thompson</b></h4>
 
     <h4  style="font-size: 30px; text-align:center;"><b>Mercedes Thompson</b></h4>
     <p> We are evaluating our parts by verifying that they can be used to degrade PET plastic. We are setting up an experiment in which we will test for the ability of E.coli bacteria engineered with each part to degrade PET plastic. Glass culture tubes were set up containing LB media and small squares of PET plastic that had been weighed beforehand. The approximate dimensions of the plastic squares were 20x15x0.5mm, and they weighed between 101 and 89 mg. After the bacteria with the gene have been added, the plastic will be weighed twice a week to check for lost material. Some tubes will be incubated at 30 degrees Celsius because that is the best growth temperature for the Ideonealla bacteria, and some will be incubated at 37 degrees Celsius because that is the best temperature for E. coli.</p>
+
     <p> I'm Mercedes Thompson and I was born and raised in Baltimore. I have worked with the National Aquarium during the summer for over six years, so marine biology has always been a passion of mine, as is the Inner Harbor. I'm a senior at the Baltimore Polytechnic Institute, and I intend to study biology in college.</p>
 
   </div>
 
   </div>
 
</div>
 
</div>
Line 247: Line 259:
  
 
   </section>
 
   </section>
 +
 +
<section id="Footer" class="footerSection">
 +
 +
<h2 id="footerheader">
 +
Sponsors
 +
</h2>
 +
<h4>
 +
The Baltimore Bio-Crew thanks our sponsors for their generous support of our team that made our project and travel to the Jamboree possible. Thank you!
 +
</h4>
 +
 +
<footer>
 +
 +
<a href="http://www.bd.com/en-us">
 +
  <img src="https://upload.wikimedia.org/wikipedia/en/f/f8/Update_Color_BD_PNG_Logo.png" alt="BD Medical Technology, Advancing the World of Health - BD" style="width:100px; height:100px;">
 +
</a>
 +
<a href="http://familyleague.org/">
 +
  <img src="http://baltimoreattendance.org/wp-content/uploads/2015/08/flbcinc-360x230.png" alt="Family League of Baltimore" style="width:100px; height:100px;">
 +
</a>
 +
 +
                                      <a>
 +
  <img src="https://static.igem.org/mediawiki/2017/6/6c/T--Baltimore_Bio-Crew--fabian_kolker_small_icon.png" alt="Fabian Kolker Foundation" style="width:100px; height:100px;">
 +
</a>
 +
 +
<a href="http://vwrfoundation.org/">
 +
  <img src="https://static.igem.org/mediawiki/2016/1/1a/T--Baltimore_Biocrew--VWR_Foundation_LOGO.jpeg" alt="VWR Charitable Foundation" style="width:100px; height:100px;">
 +
</a>
 +
<a href="http://www.marylandrecyclingnetwork.org/">
 +
  <img src="https://media.licdn.com/mpr/mpr/shrink_200_200/AAEAAQAAAAAAAAI8AAAAJDY0ZDg0ZjlkLWVlMTItNGI1Mi1iNWEwLWYzMDVlYWMwMTZhZg.png" alt="Maryland Recycling Network" style="width:100px; height:100px;">
 +
</a>
 +
 +
<a href="https://www.rwdfoundation.org/">
 +
  <img src="https://static.igem.org/mediawiki/2016/6/65/T--Baltimore_BioCrew--DeutschFoundation.png" alt="The Robert W. Deutsch Foundation" style="width:100px; height:100px;">
 +
</a>
 +
 +
</footer>
 +
 +
</section>
  
 
</body>
 
</body>
 
<script>
 
<script>
var slideIndex = 0;
+
var index = 0;
showSlides();
+
      slideShow();
  
function showSlides() {
+
function slideShow() {
 
     var i;
 
     var i;
     var slides = document.getElementsByClassName("mySlides");
+
     var bySlides = document.getElementsByClassName("slides");
     for (i = 0; i < slides.length; i++) {
+
     for (i = 0; i < bySlides.length; i++) {
         slides[i].style.display = "none";
+
         bySlides[i].style.display = "none";
 
     }
 
     }
     slideIndex++;
+
     index++;
     if (slideIndex > slides.length) {slideIndex = 1}
+
     if (index > bySlides.length) {index = 1}
     slides[slideIndex-1].style.display = "block";
+
     bySlides[index-1].style.display = "block";
     setTimeout(showSlides, 2000); // Change image every 2 seconds
+
     setTimeout( slideShow, 3000);
 
}
 
}
  

Latest revision as of 19:36, 19 November 2017


Team Baltimore Bio-crew

Meet the Team

Advisors

picture

Sarah Laun

Sarah Laun is the Lab and Program Manager at Baltimore Underground Science Space.I was born and raised in Baltimore, and have worked in Baltimore for the last 12 years in molecular biology.

picture

Lisa Schifele

Lisa Scheifele is a molecular biologist and geneticist and Associate Professor at Loyola University Maryland. She is a founder of Baltimore Underground Science Space and has lived in Baltimore for 13 years.

Students

change

Ella Coleman

Hello! My name is Ella Coleman and I’m a senior homeschool student. This is my second year of participating in the iGEM competition. I am very passionate about helping the environment, and I love learning about synthetic biology and working in the lab. I also like playing the guitar and practicing martial arts. I joined the Baltimore Bio-Crew after being inspired by another iGEM team's presentation at our community lab.

picture

Naige Correal-Winters

Hi, my name is Naige Correal-Winters. I am a junior at Centennial High School. I am not quite sure what I want to do in the future. I joined the Baltimore Biocrew after finding BUGSS while working on a project with CRISPR, and I learned about the team and what they are doing to help Baltimore harbor.

picture

Aleem Prince

Sawadee Kha, my name is Aleem Prince. I am a senior at Patterson High school. In the future, I would like to become a computer programmer or a game designer. I visited BUGSS on a field trip with Building STEPS and I saw a presentation of the Baltimore Biocrew’s project. The project was focused on the Inner Harbor - the first place I visited when I came to America - hence, I decided to join. I wasn’t a big fan of biology. However, I want many people to enjoy and make memories at the Inner Harbor as I did.

picture

Zion Smith

Hey, my name is Zion Smith and I am a Junior at Baltimore City College High School. I would like to pursue Pre-medical studies in college and hopefully move on to medical school and become an acute care surgeon. I love science, health, and the environment and I am constantly looking for ways to contribute to my passions. BUGSS is a place where many issues within the environment and the health of Baltimore can be tackled. I joined the Baltimore Bio-Crew not only because I enjoy biology, but also because of the great work that is being done in the lab. I hope to continue working on ways to impact the environment of my city in a positive way!

change

Shatera McNair

Hello, my name is Shatera McNair, and I’m a full IB senior at The Baltimore City College. I aspire to be a family physician and to work in public health, but The Baltimore Biocrew’s project last year inspired me to join and explore the unfamiliar research aspect of health with the goal of eliminating the environmental negativity in the heart of our city. I never imagined I would have the privilege to have such a powerful and direct impact on my community while using the materials I learned in science and in the lab!

picture

Mercedes Ferandes

My name is Mercedes Ferandes and I am a junior at Bard High School Early College. I have aspirations of being a physician in the future, as well as advocating for those who face health disparities in my community. I joined the Baltimore BioCrew because I saw the harmful effects that plastic had on the citizens of Baltimore and knew that something should be done about it.

picture

Mercedes Thompson

I'm Mercedes Thompson and I was born and raised in Baltimore. I have worked with the National Aquarium during the summer for over six years, so marine biology has always been a passion of mine, as is the Inner Harbor. I'm a senior at the Baltimore Polytechnic Institute, and I intend to study biology in college.