Team:Penn/Sponsors

From 2013.igem.org

(Difference between revisions)
 
(104 intermediate revisions not shown)
Line 1: Line 1:
-
<html>
+
<html lang="en">
-
  <head>
+
<head>
-
    <title>Sponsors</title>
+
-
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
-
    <!-- Bootstrap -->
+
-
    <link href="https://googledrive.com/host/0B4ZBZOYYKBzEeUFaR1lNWFZWMnc" rel="stylesheet" media="screen">
+
-
        <link href="https://googledrive.com/host/0B4ZBZOYYKBzEYUtsRS1ZWHM2bTQ" type="text/css" rel="stylesheet"/>
+
 +
    <title>Penn iGEM</title>
 +
    <link href="https://googledrive.com/host/0B4ZBZOYYKBzEVHRaZEdUVGo5cjA" type="text/css" rel="stylesheet"/> <!--css-->
 +
 +
<script src="https://googledrive.com/host/0B4ZBZOYYKBzETkFqdnhMeV9fMzA" ></script> <!--jquery-->
      
      
-
     <style>
+
<script>
-
         /*fonts/headings*/
+
        $(document).ready(function($) {
 +
 
 +
$('.nav_wrap').load('https://googledrive.com/host/0B4ZBZOYYKBzEclFHMmpZcVlydmc');
 +
  });
 +
     </script>
 +
 
 +
<style>
 +
          
 +
/*Page specific*/
 +
        /*fonts/headings*/
         h4 {
         h4 {
             text-align: center;
             text-align: center;
Line 16: Line 24:
/*logos*/
/*logos*/
 +
.span4 {
 +
    background-color: white; /*background color white and slightly transparent*/
 +
    width: 200px;
 +
    height: 400px;
 +
    padding: 10px;
 +
        display: inline-block;
 +
            overflow: hidden;
 +
            margin: 10px;
 +
}
.span4 img {
.span4 img {
border-radius: 0px;
border-radius: 0px;
bottom: 0px;
bottom: 0px;
-
 
}
}
 +
#break {
#break {
Line 43: Line 60:
margin-top: 0px;
margin-top: 0px;
background-size: 200px;
background-size: 200px;
-
background-position: bottom;
+
background-position: center;
background-repeat: no-repeat;
background-repeat: no-repeat;
}
}
        
        
-
.span4 {
+
 
-
text-align: left;
+
-
}
+
/*fix margins on button (lines them up better)*/
/*fix margins on button (lines them up better)*/
Line 57: Line 72:
-
       
 
-
       
 
-
       
 
-
            /* CUSTOMIZE THE NAVBAR
 
-
    -------------------------------------------------- */
 
-
 
-
    /* Special class on .container surrounding .navbar, used for positioning it into place. */
 
-
    .navbar-wrapper {
 
-
      position: absolute;
 
-
      top: 0;
 
-
      left: 0;
 
-
      right: 0;
 
-
      z-index: 10;
 
-
      margin-top: 20px;
 
-
      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 {
 
-
      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;
 
-
    }
 
-
/*change color of banner thing*/
 
-
.jumbotron {
 
-
  position: relative;
 
-
  padding: 40px 0;
 
-
  color: #fff;
 
-
  text-align: center;
 
-
  text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
 
-
  background: #020031; /* Old browsers */
 
-
  background: -moz-linear-gradient(45deg,  #020031 0%, #ceea73 100%); /* FF3.6+ */
 
-
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#240080), color-stop(100%,#ceea73)); /* Chrome,Safari4+ */
 
-
  background: -webkit-linear-gradient(45deg,  #020031 0%,#ceea73 100%); /* Chrome10+,Safari5.1+ */
 
-
  background: -o-linear-gradient(45deg,  #020031 0%,#ceea73 100%); /* Opera 11.10+ */
 
-
  background: -ms-linear-gradient(45deg,  #020031 0%,#ceea73 100%); /* IE10+ */
 
-
  background: linear-gradient(45deg,  #020031 0%,#ceea73 100%); /* W3C */
 
-
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020031', endColorstr='#6d3353',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 
-
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
 
-
    -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
 
-
          box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
 
-
}
 
-
 
-
/*make the banner take up more space*/
 
-
.container {
 
-
min-height: 600px;
 
-
}
 
-
 
-
/*give some space after the jumbotron*/
 
-
.four {
 
-
margin-top: 100px;
 
-
}
 
     </style>
     </style>
-
  </head>
+
</head>
-
  <body>
+
<body>
-
   
+
-
   
+
-
     
+
-
      <div class="navbar-wrapper">
+
-
      <!-- Wrap the .navbar in .container to center it within the absolutely positioned parent. -->
+
-
      <div class="container">
+
-
        <div class="navbar navbar-inverse navbar-fixed-top">
+
<body>
-
          <div class="navbar-inner">
+
<div id = "banner_wrap">
-
            <!-- Responsive Navbar Part 1: Button for triggering responsive navbar (not covered in tutorial). Include responsive CSS to utilize. -->
+
<div class = "banner"></div>
-
            <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+
</div>
-
              <span class="icon-bar"></span>
+
<div id = "nav_holder">
-
              <span class="icon-bar"></span>
+
<div class = "nav_wrap"></div>
-
              <span class="icon-bar"></span>
+
</div>
-
            </button>
+
</div>
-
          <!-- <a class="brand" style="color: white; padding-left: 11%;" href="https://2013.igem.org/Team:Penn">Penn iGEM</a>-->
+
<div id="text">
-
            <!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. -->
+
<div class = "textwrap">
-
            <div class="nav-collapse collapse">
+
          
-
              <ul class="nav">
+
-
             
+
-
                <li><a href="https://2013.igem.org/Team:Penn">Penn iGEM</a></li>
+
-
                <li class="dropdown">
+
-
                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">About <b class="caret"></b></a>
+
-
                  <ul class="dropdown-menu">
+
-
                    <li><a href="https://2013.igem.org/Team:Penn/Team">Team</a></li>
+
-
                    <li><a href="https://2013.igem.org/Team:Penn/Sponsors">Sponsors</a></li>
+
-
                    <li><a href="https://igem.org/Team.cgi?id=1128">Official Team Profile</a></li>
+
-
                    <!--<li class="divider"></li>
+
-
                    <li class="nav-header">Nav header</li>
+
-
                    <li><a href="#">Separated link</a></li>
+
-
                    <li><a href="#">One more separated link</a></li>-->
+
-
                  </ul>
+
-
                </li>
+
-
                <li><a href="https://2013.igem.org/Team:Penn/HumanPractices">Human Practices</a></li>
+
-
<li><a href="https://2013.igem.org/Team:Penn/Notebook">Notebook</a></li>
+
-
                <li class="dropdown">
+
-
                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">Project <b class="caret"></b></a>
+
-
                  <ul class="dropdown-menu">
+
-
                 
+
-
                    <li><a href="https://2013.igem.org/Team:Penn/Project">Project</a></li>
+
-
                    <li><a href="https://2013.igem.org/Team:Penn/Parts">Parts</a></li>
+
-
                    <li><a href="https://2013.igem.org/Team:Penn/Modeling">Modeling</a></li>
+
-
                    <li><a href="https://2013.igem.org/Team:Penn/Safety">Safety</a></li>
+
-
                  </ul>
+
-
                </li>
+
-
              </ul>
+
-
            </div><!--/.nav-collapse -->
+
-
          </div><!-- /.navbar-inner -->
+
-
         </div><!-- /.navbar -->
+
-
      </div> <!-- /.container -->
+
<h1> <center><b>Thank you to all of our sponsors!</b></center> </h1>
-
    </div><!-- /.navbar-wrapper -->
+
      <!-- <div class="container marketing" style="margin-top: -20px; padding: 30px;">-->
-
 
+
-
 
+
<!-- BLOCK OF 3 SPONSORS-->
-
 
+
-
 
+
-
<div class="four">
+
-
<div class="container marketing">
+
<!--MACK INSTITUTE-->  
<!--MACK INSTITUTE-->  
-
       <div class="row" id = "row">
+
       <div class="row">
-
         <div class="span4">
+
         <div class="span4" style="float: left;">
-
         <div class="img-wrap" style="background-image: url('http://afterbroadband.com/hyperconnect/wp-content/uploads/2012/10/mack-wharton.png');">  
+
         <div class="img-wrap" style="background-image: url('https://dl.dropboxusercontent.com/sh/11iqct3rfv0z3i8/gtn68O7nLE/PNG%20-%20Onscreen%20and%20PDF/large/L_mackinstitute_stacked_color.png?token_hash=AAFVJoJ_oJ-6AVIVHnQ76irVa73dyAs_2KYKcdrLBbjt6w');">  
                                   </div>
                                   </div>
           <h2>William and Phyllis Mack Institute</h2>
           <h2>William and Phyllis Mack Institute</h2>
           <p>In 2011, and again in 2013, the Mack Institute has co-sponsored the University of Pennsylvania’s undergraduate student team in the annual International Genetically Engineered Machine competition (iGEM).
           <p>In 2011, and again in 2013, the Mack Institute has co-sponsored the University of Pennsylvania’s undergraduate student team in the annual International Genetically Engineered Machine competition (iGEM).
-
<a class="btn" id="wrap-btn" href="http://mackinstitute.wharton.upenn.edu/2013/its-not-all-in-the-dna-penn-team-benefits-from-mack-institute-sponsorship-in-synthetic-biology-competition/">Read the Article</a></p>
+
<a class="btn" id="wrap-btn" href="http://mackinstitute.wharton.upenn.edu/2013/its-not-all-in-the-dna-penn-team-benefits-from-mack-institute-sponsorship-in-synthetic-biology-competition/"></a></p>
-
           <p><a class="btn" href="http://mackinstitute.wharton.upenn.edu/">Mack Institute &raquo;</a></p>
+
            
         </div><!-- /.span4 -->
         </div><!-- /.span4 -->
-
         <div class="span4">
+
       
 +
        <!--NEB-->
 +
         <div class="span4" style="margin-left: 50px;">
 +
        <div class="img-wrap" style="background-image: url('https://static.igem.org/mediawiki/2012/d/d6/Austin_Texas_NEB_logo.jpeg');"></div>
 +
          <h2> NEB</h2>
 +
          <p>New England Biolabs has been more than generous with our team this year (as in previous years) and we are extremely appreciative of their support!</p>
 +
       
 +
        </div><!-- /.span4 -->
 +
       
 +
        <div class="span4" style="margin-left: 50px;">
<!--ADDGENE-->
<!--ADDGENE-->
       <div class="img-wrap" style="background-image: url('http://dmsbulletin.hms.harvard.edu/images/NovDec11/addgene.jpg')"></div>
       <div class="img-wrap" style="background-image: url('http://dmsbulletin.hms.harvard.edu/images/NovDec11/addgene.jpg')"></div>
           <h2>Addgene</h2>
           <h2>Addgene</h2>
-
           <p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
+
           <p>We are thrilled to have Addgene supporting our team this year, they have been a great resource for our project.</p>
-
           <p><a class="btn" href="http://www.addgene.org">Addgene &raquo;</a></p>
+
            
         </div><!-- /.span4 -->
         </div><!-- /.span4 -->
 +
</div>
-
<!--NEB-->
+
<!----END OF BLOCK-->
-
        <div class="span4">
+
 
-
        <div class="img-wrap" style="background-image: url('https://static.igem.org/mediawiki/2012/d/d6/Austin_Texas_NEB_logo.jpeg');"></div>
+
<!--textwrap-->
-
          <h2> NEB</h2>
+
     
-
          <p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
+
<div class="text-wrap">
-
          <p><a class="btn" href="www.neb.com/">NEB &raquo;</a></p>
+
 
-
        </div><!-- /.span4 --> </div>
+
     
 +
         
<!--PENN M&T-->
<!--PENN M&T-->
   <div class="row">
   <div class="row">
-
<div class="span4">
+
<div class="span4" style = "float: left;">
       <div class="img-wrap" style="background-image: url('https://si0.twimg.com/profile_images/799689415/m_t_logo_stackedcopy.jpg'); background-position: 0px 10px"></div>
       <div class="img-wrap" style="background-image: url('https://si0.twimg.com/profile_images/799689415/m_t_logo_stackedcopy.jpg'); background-position: 0px 10px"></div>
           <h2> Penn M&T </h2>
           <h2> Penn M&T </h2>
-
           <p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
+
           <p>Penn's M&T department has been very generous to support our team for several years now, we hope that they continue to support us in the future.</p>
-
          <p><a class="btn" href="http://www.upenn.edu/fisher/">Penn M&T &raquo;</a></p>
+
       
-
         </div><!-- /.span4 -->
+
         </div><!-- /.span4 --></div>
 +
 
  <!--Penn CURF-->
  <!--Penn CURF-->
-
<div class="span4">
+
<div class="span4" style="margin-left: 50px;">
           <div class="img-wrap" style="background-image: url('https://secure.www.upenn.edu/themeyear/proof/images/stories/curf.jpg')"></div>
           <div class="img-wrap" style="background-image: url('https://secure.www.upenn.edu/themeyear/proof/images/stories/curf.jpg')"></div>
           <h2> Penn CURF </h2>
           <h2> Penn CURF </h2>
-
           <p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
+
           <p>CURF has offered our team numerous outreach opportunities and financial support, we are happy that they connect with our mission of educating the community about synthetic biology.</p>
-
          <p><a class="btn" href="http://www.upenn.edu/curf/">Penn CURF &raquo;</a></p>
+
       
         </div><!-- /.span4 -->
         </div><!-- /.span4 -->
<!--IDT-->
<!--IDT-->
-
<div class="span4">
+
<div class="span4" style="margin-left: 50px;">
         <div class="img-wrap" style="background-image: url('http://bitesizebio.s3.amazonaws.com/content/uploads/2011/04/IDT-Logo-2010_3-578x240.jpg')"></div>
         <div class="img-wrap" style="background-image: url('http://bitesizebio.s3.amazonaws.com/content/uploads/2011/04/IDT-Logo-2010_3-578x240.jpg')"></div>
           <h2> IDT </h2>
           <h2> IDT </h2>
-
           <p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
+
           <p>IDT's service and support has been a cornerstone of our team for years, we truly appreciate their corporate sponsorship.</p>
-
          <p><a class="btn" href="http://www.idtdna.com/site">IDT &raquo;</a></p>
+
     
-
         </div><!-- /.span4 -->
+
          
        
        
-
       </div>
+
       </div></div>
-
</div>
+
                   
-
</div>
+
<div class="text-wrap">
 +
</div><!-- /.span4 -->
 +
 
 +
<!--Biomatters-->
 +
<div class="span4" style="float: left;">
 +
        <div class="img-wrap" style="background-image: url('http://s10.postimg.org/twfinment/geneiouslogo.png')"></div>
 +
          <h2> Biomatters</h2>
 +
          <p>For the duration of iGEM 2013 competition Biomatters has provided us with a license to use Geneious for every team-member. This software has been crucial to our team for designing and simulating experiments in silico.</p>
 +
     
 +
        </div><!-- /.span4 -->
 +
 
 +
<!--Penn-->
 +
<div class="span4" style="margin-left:50px;">
 +
        <div class="img-wrap" style="background-image: url('http://s8.postimg.org/w4oxbbcj9/penn_logo.jpg')"></div>
 +
          <h2> The University of Pennsylvania</h2>
 +
          <p>We would like to thank the University of Pennsylvania for providing monetary support for the team.</p>
 +
     
 +
        </div><!-- /.span4 -->
 +
 
 +
<!--Penn Engineering-->
 +
<div class="span4" style="margin-left:50px;">
 +
        <div class="img-wrap" style="background-image: url('https://fling.seas.upenn.edu/~edab/dynamic/edab/wordpress/wp-content/uploads/2012/09/pennEngFrontPage-960x400.png')"></div>
 +
          <h2> Penn Engineering</h2>
 +
          <p>We would like to thank the SEAS for providing monetary support for the team.</p>
 +
     
 +
        </div><!-- /.span4 -->
 +
 
 +
<!--pgfi-->
 +
<div class="span4" style="float: left;">
 +
        <div class="img-wrap" style="background-image: url('http://published.genomics.upenn.edu/2009/PGFI_logo_2008-12-11-small.png')"></div>
 +
          <h2> PGFI</h2>
 +
          <p>We would like to thank the PGFI for providing training support for the team.</p>
 +
     
 +
        </div><!-- /.span4 -->
 +
 
 +
 
 +
 
 +
<!--Penn Epigenetics-->
 +
<div class="span4" style="margin-left:50px;">
 +
        <div class="img-wrap" style="background-image: url('https://static.igem.org/mediawiki/2013/1/1f/Perelman_Logo.jpg')"></div>
 +
          <h2> Penn Epigenetics</h2>
 +
          <p>We would like to thank the Penn Epigenetics department, specifically the Bartomlei and Simmons labs, for providing reagents, advice, and support for the team.</p>
 +
     
 +
        </div><!-- /.span4 -->
 +
 
 +
 
 +
 
 +
<!--Qiagen-->
 +
<div class="span4" style="margin-left:50px;">
 +
        <div class="img-wrap" style="background-image: url('https://static.igem.org/mediawiki/2013/5/51/QLogo.jpg')"></div>
 +
          <h2>Qiagen</h2>
 +
          <p>We would like to thank Qiagen for providing reagents and support for the team.</p>
 +
     
 +
        </div><!-- /.span4 -->
 +
 
 +
 
 +
 
 +
       
 +
    </div>-->
</div>
</div>
 +
 +
 +
       
 +
    <!--here is where you would add another sponsor.
 +
        Copy the formatting starting from span4 to /span4
 +
        So something like:
 +
       
 +
    <div class="span4">
 +
        <div class="img-wrap" style="background-image: url('image.jpg)"/>
 +
        <h2>Title</h2>
 +
        <p>description</p>
 +
        <p><a href="link">read more &raquo;</a>
 +
    </div>-->
 +
      
      
 +
    <!--make sure your new sponsors go before these /divs-->
 +
      </div><!--/row-->
 +
  </div><!--text-wrap-->
 +
 
 +
  <!-- if you have to add more than 2 sponsors, wrap the new sponsors like this:
      
      
-
     <script src="https://googledrive.com/host/0B4ZBZOYYKBzETkFqdnhMeV9fMzA" ></script>
+
     <div class="text-wrap">
-
    <script src="https://googledrive.com/host/0B4ZBZOYYKBzEZTdBSFdUV19LYjQ"></script>
+
      <div class="row" style="margin-top: 35px;">
-
   
+
        <div class="span4">  
-
    <script src="../assets/js/jquery.js"></script>
+
        ~~~up to 3 sponsors can go in here~~~
-
    <script src="../assets/js/bootstrap-transition.js"></script>
+
     </div>
-
    <script src="../assets/js/bootstrap-alert.js"></script>
+
</div>-->
-
    <script src="../assets/js/bootstrap-modal.js"></script>
+
-
    <script src="../assets/js/bootstrap-dropdown.js"></script>
+
-
    <script src="../assets/js/bootstrap-scrollspy.js"></script>
+
-
     <script src="../assets/js/bootstrap-tab.js"></script>
+
-
    <script src="../assets/js/bootstrap-tooltip.js"></script>
+
-
    <script src="../assets/js/bootstrap-popover.js"></script>
+
-
    <script src="../assets/js/bootstrap-button.js"></script>
+
-
    <script src="../assets/js/bootstrap-collapse.js"></script>
+
-
    <script src="../assets/js/bootstrap-carousel.js"></script>
+
-
    <script src="../assets/js/bootstrap-typeahead.js"></script>
+
-
    <script>
+
-
      !function ($) {
+
-
        $(function(){
+
-
          // carousel demo
+
-
          $('#myCarousel').carousel()
+
          
          
-
          
+
         <!-- BLOCK OF 3 SPONSORS-->
-
      }(window.jQuery)
+
 
-
     </script>
+
 
-
    <script src="../assets/js/holder/holder.js"></script>
+
 
-
   </body>
+
 
 +
 
 +
 
 +
     </div>
 +
   
 +
<div id ="pagefooter">
 +
<br>
 +
<br>
 +
<center><a href = "https://2013.igem.org/Team:Penn"> Home  </a> <a href = "https://static.igem.org/mediawiki/2013/e/e5/Spec_Sheet.pdf" >Spec Sheet</a> <a href = "https://2013.igem.org/Team:Penn/sitemap" >Sitemap</a>
 +
</center>
 +
<br>
 +
Penn iGem &copy; 2013
 +
</div>
 +
    
 +
</body>
</html>
</html>

Latest revision as of 03:58, 29 October 2013

Penn iGEM

Thank you to all of our sponsors!

William and Phyllis Mack Institute

In 2011, and again in 2013, the Mack Institute has co-sponsored the University of Pennsylvania’s undergraduate student team in the annual International Genetically Engineered Machine competition (iGEM).

NEB

New England Biolabs has been more than generous with our team this year (as in previous years) and we are extremely appreciative of their support!

Addgene

We are thrilled to have Addgene supporting our team this year, they have been a great resource for our project.

Penn M&T

Penn's M&T department has been very generous to support our team for several years now, we hope that they continue to support us in the future.

Penn CURF

CURF has offered our team numerous outreach opportunities and financial support, we are happy that they connect with our mission of educating the community about synthetic biology.

IDT

IDT's service and support has been a cornerstone of our team for years, we truly appreciate their corporate sponsorship.

Biomatters

For the duration of iGEM 2013 competition Biomatters has provided us with a license to use Geneious for every team-member. This software has been crucial to our team for designing and simulating experiments in silico.

The University of Pennsylvania

We would like to thank the University of Pennsylvania for providing monetary support for the team.

Penn Engineering

We would like to thank the SEAS for providing monetary support for the team.

PGFI

We would like to thank the PGFI for providing training support for the team.

Penn Epigenetics

We would like to thank the Penn Epigenetics department, specifically the Bartomlei and Simmons labs, for providing reagents, advice, and support for the team.

Qiagen

We would like to thank Qiagen for providing reagents and support for the team.

-->

Retrieved from "http://2013.igem.org/Team:Penn/Sponsors"