Team:Carnegie Mellon/Achievements

From 2014.igem.org

(Difference between revisions)
 
(57 intermediate revisions not shown)
Line 1: Line 1:
<html lang="en">
<html lang="en">
   <head>
   <head>
-
    <meta charset="utf-8">
+
 
 +
  <meta charset="utf-8">
     <title>Carousel Template &middot; Bootstrap</title>
     <title>Carousel Template &middot; Bootstrap</title>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
Line 9: Line 10:
     <!-- Le styles -->
     <!-- Le styles -->
     <link href="http://getbootstrap.com/2.3.2/assets/css/bootstrap.css" rel="stylesheet">
     <link href="http://getbootstrap.com/2.3.2/assets/css/bootstrap.css" rel="stylesheet">
-
     <link href="http://getbootstrap.com/2.3.2/assets/css/bootstrap-responsive.css" rel="stylesheet">
+
     <link href="https://2014.igem.org/Template:CarnegieMellon:CarnegieMellon/CSS?action=raw&ctype=text/css" rel="stylesheet">
-
    <style>
+
-
    /* GLOBAL STYLES
 
-
    -------------------------------------------------- */
 
-
    /* Padding below the footer and lighter body text */
 
-
 
-
    body {
 
-
      padding-bottom: 40px;
 
-
      color: #5a5a5a;
 
-
background: #008AE6;
 
-
  font-size: 12px;
 
-
    }
 
-
 
-
 
-
    /* CUSTOMIZE THE NAVBAR
 
-
    -------------------------------------------------- */
 
-
 
-
    /* Special class on .container surrounding .navbar, used for positioning it into place. */
 
-
    .navbar-wrapper {
 
-
      position: absolute;
 
-
      top: 50;
 
-
      left: 0;
 
-
      right: 0;
 
-
      z-index: 100;
 
-
      margin-top: -69px;
 
-
      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
 
-
    }
 
-
    .navbar-wrapper .navbar {
 
-
 
-
    }
 
-
 
-
    /* Remove border and change up box shadow for more contrast */
 
-
    .navbar .navbar-inner {
 
-
width:80%;
 
-
      border: 0;
 
-
      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
 
-
        -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
 
-
              box-shadow: 0 2px 10px rgba(0,0,0,.25);
 
-
    }
 
-
 
-
    /* Downsize the brand/project name a bit */
 
-
    .navbar .brand {
 
-
      padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
 
-
      font-size: 16px;
 
-
      font-weight: bold;
 
-
      text-shadow: 0 -1px 0 rgba(0,0,0,.5);
 
-
    }
 
-
 
-
    /* Navbar links: increase padding for taller navbar */
 
-
    .navbar .nav > li > a {
 
-
      padding: 15px 20px;
 
-
    }
 
-
 
-
    /* Offset the responsive button for proper vertical alignment */
 
-
    .navbar .btn-navbar {
 
-
      margin-top: 10px;
 
-
    }
 
-
 
-
 
-
 
-
   
 
-
 
-
 
-
    /* Featurettes
 
-
    ------------------------- */
 
-
 
-
    .featurette-divider {
 
-
width:100%;
 
-
 
-
      margin: 80px 0; /* Space out the Bootstrap <hr> more */
 
-
    }
 
-
    .featurette {
 
-
width:100%;
 
-
 
-
      padding-top: 200px; /* Vertically center images part 1: add padding above and below text. */
 
-
      overflow: hidden; /* Vertically center images part 2: clear their floats. */
 
-
    }
 
-
    .featurette-image {
 
-
      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
 
-
    }
 
-
 
-
    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
 
-
    .featurette-image.pull-left {
 
-
      margin-right: 40px;
 
-
    }
 
-
    .featurette-image.pull-right {
 
-
      margin-left: 40px;
 
-
    }
 
-
 
-
    /* Thin out the marketing headings */
 
-
    .featurette-heading {
 
-
      font-size: 50px;
 
-
      font-weight: 300;
 
-
      text align: center;
 
-
      line-height: 1;
 
-
      letter-spacing: -1px;
 
-
    }
 
-
 
-
 
-
 
-
    /* RESPONSIVE CSS
 
-
    -------------------------------------------------- */
 
-
 
-
    @media (max-width: 979px) {
 
-
 
-
      .container.navbar-wrapper {
 
-
        margin-bottom: 0;
 
-
        width: auto;
 
-
      }
 
-
      .navbar-inner {
 
-
        border-radius: 0;
 
-
        margin: -20px 0;
 
-
      }
 
-
 
-
 
-
 
-
      .featurette {
 
-
        height: auto;
 
-
        padding: 0;
 
-
      }
 
-
      .featurette-image.pull-left,
 
-
      .featurette-image.pull-right {
 
-
        display: block;
 
-
        float: none;
 
-
        max-width: 20%;
 
-
        margin: 0 auto 20px;
 
-
      }
 
-
    }
 
-
 
-
 
-
    @media (max-width: 767px) {
 
-
 
-
      .navbar-inner {
 
-
        margin: -20px;
 
-
      }
 
-
 
-
      .marketing .span4 + .span4 {
 
-
        margin-top: 40px;
 
-
      }
 
-
h2 {text-align:center}
 
-
 
-
      .featurette-heading {
 
-
        text-align: center;
 
-
        font-size: 25px;
 
-
      }
 
-
      .featurette .lead {
 
-
        font-size: 20%;
 
-
        line-height: 1.5;
 
-
      }
 
-
 
-
    }
 
-
    </style>
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
Line 177: Line 27:
   <body>
   <body>
-
 
Line 202: Line 51:
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Project_Description">Project Description</a></li>
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Project_Description">Project Description</a></li>
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Our_Sensor">Our Sensor</a></li>
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Our_Sensor">Our Sensor</a></li>
-
                    <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Colaborations">Collaborations</a></li>
 
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Achievements">Achievements</a></li>
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Achievements">Achievements</a></li>
-
                    <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Future_Plans">Future Plans</a></li>
 
                   </ul>
                   </ul>
                 </li>                <li class="dropdown">
                 </li>                <li class="dropdown">
Line 213: Line 60:
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Attributions">Attributions</a></li>
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Attributions">Attributions</a></li>
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Sponsors">Sponsors</a></li>
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Sponsors">Sponsors</a></li>
-
                    <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Gallery">Gallery</a></li>
 
                   </ul>
                   </ul>
                 </li>
                 </li>
<li class="dropdown">
<li class="dropdown">
-
                   <a href="#" class="dropdown-toggle" data-toggle="dropdown">Outreach <b class="caret"></b></a>
+
                   <a href="#" class="dropdown-toggle" data-toggle="dropdown">Policies & Practices <b class="caret"></b></a>
                   <ul class="dropdown-menu">
                   <ul class="dropdown-menu">
-
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Overview">Overview</a></li>
+
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Our_Projects">Our Projects</a></li>
-
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/DNA_Extraction">DNA Extraction</a></li>
+
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Gallery">Gallery</a></li>
-
                    <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Creature_Feature">Creature Feature</a></li>
+
                   </ul>
                   </ul>
                 </li>
                 </li>
Line 229: Line 74:
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Weeks">Week by Week</a></li>
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Weeks">Week by Week</a></li>
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Sensor">Sensor</a></li>
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Sensor">Sensor</a></li>
-
                    <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/InterLab">Inter Lab Study</a></li>
 
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Protein">Fluorescent Protein Evaluation</a></li>
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Protein">Fluorescent Protein Evaluation</a></li>
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Superoxide">Superoxide Generator Improvement</a></li>
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Superoxide">Superoxide Generator Improvement</a></li>
 +
                    <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/InterLab">Interlab Study</a></li>
                   </ul>
                   </ul>
                 </li>
                 </li>
Line 263: Line 108:
       <div class="featurette">
       <div class="featurette">
-
<img class="featurette-image center" src="https://static.igem.org/mediawiki/2014/6/6e/Dreamstime-Estrogen-Molecule.jpg">
+
<center><img src="https://static.igem.org/mediawiki/2014/7/7e/Medals1-2154401.jpg" width= "500"  height= "400"></center>
          
          
       </div>
       </div>
       <hr class="featurette-divider">  
       <hr class="featurette-divider">  
<br>
<br>
-
<p><b>Team </b></br>
+
<p><b>We accomplished many things this summer... </b></br>
-
Formed the team! 3 engineers, 2 biologists, 1 business and 1 industrial design, 2 sophomores, 1 junior, and 4 seniors, 6 females and 1 male</br>
+
<ul "list-style-type:disc">
-
Obtained a SURG grant <a href="http://www.cmu.edu/uro/SURG/">Carnegie Mellon SURG</a>  </br>
+
<li>Formed and registered the <a href="https://2014.igem.org/Team:Carnegie_Mellon/Bios">team</a>. <ul>
-
Modeling collaboration with Pitt team</br>
+
<li>Obtained a Summer Undergraduate Research Grant<a href="http://www.cmu.edu/uro/SURG/"> (SURG)</a></li></ul>
-
Made a CMU iGEM Twitter </br>
+
<li>Submitted 35 parts to the Registry<ul>   
-
iGEM Meetup (September 6) </br></br>
+
<li>Documented new <a href="https://2014.igem.org/Team:Carnegie_Mellon/Superoxide">photosensitizers</a>, an estrogen <a href="https://2014.igem.org/Team:Carnegie_Mellon/Sensor"> biosensor</a> and a robust T7 RNA Polymerase reporter system</li>
 +
<li>Validated a new photosensitizer and improved another</li>
 +
<li>Improved the characterization of <a href="https://2014.igem.org/Team:Carnegie_Mellon/Protein">fluorescent proteins</a> and a T7 RNA Polymerase reporter system</li></ul>
 +
<li>Modeled our <a href="https://2014.igem.org/Team:Carnegie_Mellon/SensorModel">sensor</a> and the influence of estrogen on a <a href="https://2014.igem.org/Team:Carnegie_Mellon/Fish">fish</a> population</ul></br>
 +
<p><b>We collaborated extensively:</b></br>
 +
<ul "list-style-type:disc">
 +
<li>Participated in the iGEM <a href="https://2014.igem.org/Team:Carnegie_Mellon/InterLab">Interlab</a> Study </li>
 +
<li>Worked with <a href="https://2014.igem.org/Team:Pitt">Pitt iGEM</a> Team on modeling</li>
 +
<li>Made a <a href="https://twitter.com/cmuigem">CMU iGEM Twitter</a> </li>
 +
<li>Had a really great <a href="https://2014.igem.org/Meetups/September_Carnegie_Mellon">iGEM Meetup</a> (September 6) </li>
 +
<li>Worked with Ivy Tech to improve the DNA Extraction Kit</li></ul></br>
 +
<p><b>We spent lots of time with our community. </b></br>
 +
<ul "list-style-type:disc">
 +
<li>Reached 531 students, ages 10-18, total of 243 hours and 32 teachers</li>
 +
<li>Created Beyond the Bench[mark], an international iGEM initiative for improving scientific literacy
 +
<li>Designed synthetic biology kits for lending to middle school teachers through <a href="http://www.cmu.edu/cnast/outreach-dnazone/">DNAzone</a></li>
 +
<li>Tested <a href="https://2014.igem.org/Team:Carnegie_Mellon/SynBio">SynBio kits</a> for DNA Extraction and Creature Feature with students</li>
 +
<li>Children of CMU Faculty and Staff at <a href="http://www.cmu.edu/staff-council/news-archive/2013-2014-news/news-todsw-2014.html">Take Our Sons and Daughters to Work Day</a> (April 24)</li>
 +
<li><a href="http://www.environmentalcharterschool.org/">Environmental Charter School</a> Outreach (June 11)</li>
 +
<li><a href="http://admission.enrollment.cmu.edu/pages/diversity-sams">SAMS</a> (July 3)</li>
 +
<li><a href="http://www.tecbioreu.pitt.edu/">TechBio</a> and SysBio presentation with Pitt iGEM (July 11)</li>
 +
<li><a href="http://www.cmu.edu/bio/hhmi/sri/">SRI</a> presentation at CMU (July 11)</li>
 +
<li>Science Scavenger Hunt (July 18)</li>
 +
<li><a href="http://www.pittscienceoutreach.com/content/sciencepalooza-2014">Sciencepalooza</a> (July 31)</li>
 +
<li><a href="http://www.pps.k12.pa.us/site/default.aspx?PageID=1">Pittsburgh Public School</a> Professional Development (August 20)</li>
 +
<li>Interviews with <a href="https://2014.igem.org/Team:Carnegie_Mellon/Experts">experts</a></li>
 +
<li>Considered <a href="https://2014.igem.org/Team:Carnegie_Mellon/Ethics">ethics</a> and <a href="https://2014.igem.org/Team:Carnegie_Mellon/Policies">policies</a></li>
 +
<li>Investigated microfluidic chamber design, production and implementation</li></br>
 +
</br>
 +
 
-
<b>Biology and Engineering </b> </br>
 
-
Submitted X parts to the Registry</br>
 
-
Participated in the iGEM Interlab Study</br>
 
-
Evaluated signal/noise of blue, green, yellow, orange and red fluorescent proteins in two bacterial strains</br>
 
-
Killer Red Improvements, codon optimized and monomeric</br>
 
-
Constructed an improved LED photobleaching device</br>
 
-
Designed, cloned and tested an intein based biosensor for detecting estrogenic activity</br>
 
-
Microfluidics chamber design, production and implementation</br>
 
-
Meeting with Dr. Vanbriesen (July 2)</br>
 
-
Meeting with Dr. Gregory (July 17)</br></br>
 
-
<b>Synthetic Biology Outreach</b></br>
 
-
Reached X students, ages X-X, total of XX hours and XX teachers</br>
 
-
Kits for DNA Extraction and Creature Feature</br>
 
-
Designed synthetic biology kits for lending to middle school teachers</br>
 
-
Tested the kits with students</br>
 
-
CMU Take Our Sons and Daughters to Work Day (April 24)</br>
 
-
Environmental Charter School Outreach (June 11)</br>
 
-
SAMS (July 3)</br>
 
-
Sciencepalooza (July 31)</br>
 
-
Science Scavenger Hunt (July 18)</br>
 
-
Pittsburgh Public School Professional Development (August 20)</br></br>
 
-
<b>Awareness</b></br>
 
-
TechBio and SysBio presentation with Pitt iGEM (July 11)</br>
 
-
SRI presentation at CMU (July 11)</br>
 
-
Science Scavenger Hunt (July 18)</br>
 
-
</p>
 

Latest revision as of 03:52, 18 October 2014

Carousel Template · Bootstrap



We accomplished many things this summer...

  • Formed and registered the team.
    • Obtained a Summer Undergraduate Research Grant (SURG)
  • Submitted 35 parts to the Registry
    • Documented new photosensitizers, an estrogen biosensor and a robust T7 RNA Polymerase reporter system
    • Validated a new photosensitizer and improved another
    • Improved the characterization of fluorescent proteins and a T7 RNA Polymerase reporter system
  • Modeled our sensor and the influence of estrogen on a fish population

We collaborated extensively:


We spent lots of time with our community.

  • Reached 531 students, ages 10-18, total of 243 hours and 32 teachers
  • Created Beyond the Bench[mark], an international iGEM initiative for improving scientific literacy
  • Designed synthetic biology kits for lending to middle school teachers through DNAzone
  • Tested SynBio kits for DNA Extraction and Creature Feature with students
  • Children of CMU Faculty and Staff at Take Our Sons and Daughters to Work Day (April 24)
  • Environmental Charter School Outreach (June 11)
  • SAMS (July 3)
  • TechBio and SysBio presentation with Pitt iGEM (July 11)
  • SRI presentation at CMU (July 11)
  • Science Scavenger Hunt (July 18)
  • Sciencepalooza (July 31)
  • Pittsburgh Public School Professional Development (August 20)
  • Interviews with experts
  • Considered ethics and policies
  • Investigated microfluidic chamber design, production and implementation