Difference between revisions of "Team:UCSF/Collaborations"

 
(139 intermediate revisions by one other user not shown)
Line 5: Line 5:
 
<head>
 
<head>
  
</head>
+
<script>
  
<body>
+
$(document).ready(function() {
 +
var currentPosition = 0;
 +
var slideWidth = 640;
 +
var slides = $('.slide');
 +
var numberOfSlides = slides.length;
 +
var slideShowInterval;
 +
var speed = 4000;
 +
 +
slideShowInterval = setInterval(changePosition, speed);
 +
slides.wrapAll('<div id="slidesHolder"></div>')
 +
slides.css({ 'float' : 'left' });
 +
 +
$('#slidesHolder').css('width', slideWidth * numberOfSlides);
 +
 +
function changePosition() {
 +
  if(currentPosition == numberOfSlides - 1) {
 +
    currentPosition = 0;
 +
    manageNav(currentPosition);
 +
  }
 +
  else {
 +
    currentPosition++;
 +
    manageNav(currentPosition);
 +
  }
 +
  moveSlide();
 +
 +
 +
function moveSlide() {
 +
  $('#slidesHolder').animate({'marginLeft' : slideWidth*(-currentPosition)});
 +
}
  
<div class="main-container">
+
$('#slideshow')
 +
  .prepend('<span class="nav" id="leftNav">Move Left</span>')
 +
  .append('<span class="nav" id="rightNav">Move Right</span>');
  
<div class="divider"></div>
+
function manageNav(position) {
 +
  if(position==0){ $('#leftNav').hide() }
 +
  else { $('#leftNav').show() }
 +
  if(position==numberOfSlides-1){ $('#rightNav').hide() }
 +
  else { $('#rightNav').show() }
 +
}
  
  <div class="main-content">
+
manageNav(currentPosition);
  
    <p class="headerTeam">COLLABORATIONS</p>
+
$('.nav').bind('click', function() {
 +
  currentPosition = ($(this).attr('id')=='rightNav')
 +
  ? currentPosition+1 : currentPosition-1;
 +
 +
  manageNav(currentPosition);
 +
  clearInterval(slideShowInterval);
 +
  slideShowInterval = setInterval(changePosition, speed);
 +
  moveSlide();
 +
});
  
    <div class="headerBreak"></div>
+
});
  
    <p class="content1">
+
</script>
In addition to working on our project, our team also assisted and collaborated with various other iGEM Teams. These interactions allowed us to form stronger connections in the iGEM community and ultimately benefited the projects of all parties involved.
+
    </p>
+
  
    <div class="headerBreak"></div>
+
<style>
  
    </br>
+
.nav {
    </br>
+
display:block;
 +
position:absolute;
 +
text-indent:-10000px;
 +
cursor:pointer;
 +
}
  
    <p class="headerTeamSub">ELEANOR AMIDEI</p>
+
#leftNav {
 +
top:175px;
 +
left:0px;
 +
width:62px;
 +
height:123px;
 +
background-image:url(https://static.igem.org/mediawiki/2015/4/4a/UCSF_Arrows_Slideshow_Back.png);
 +
background-repeat:no-repeat;
 +
z-index:999;
 +
}
  
    <div class="headerBreakSub"></div>
+
#rightNav {
    </br>
+
top:175px;
 +
left:579px;
 +
width:61px;
 +
height:123px;
 +
background-image:url(https://static.igem.org/mediawiki/2015/f/f4/UCSF_Arrows_Slideshow_Next.png);
 +
background-repeat:no-repeat;
 +
z-index:999;
 +
}
  
    <p class="content1">
+
</style>
Inset Information about Collaboration Here
+
    </p>
+
  
    </br>
+
</head>
  
    <p class="headerTeamSub">ERIKA CAGAMPAN</p>
+
<body>
  
    <div class="headerBreakSub"></div>
+
<div class="main-container">
    </br>
+
  
    <p class="content1">
+
<div class="divider"></div>
  
    <img style="float:right;margin-right:100px;margin-top:-70px" src="https://static.igem.org/mediawiki/2015/thumb/8/88/UCSF_Erika.png/800px-UCSF_Erika.png" alt="Erika Cagampan" height="267" width="400">
+
  <div class="main-content">
   
+
      <ul class="content1">
+
  
        <li>Constructed terminator sequences.
+
    <p class="headerHumanPractices">COLLABORATIONS</p>
        </li>
+
  
        <li>Constructed signal degradation circuits.
+
    <div class="headerBreak"></div>
        </li>
+
  
        <li>Social Media Correspondent.
+
    <p class="content1">
        </li>
+
In addition to working on our project, our team also assisted and collaborated with various other iGEM Teams. These interactions allowed us to form stronger connections in the iGEM community and ultimately benefited the projects of all parties involved.
 +
    </p>
  
        <li>Captain of Wiki Flicks.
+
    <div class="headerBreak"></div>
        </li>
+
 
+
        <li>Policy and practices Co-­Captain.
+
        </li>
+
 
+
        <li>Constructed mathematical modeling simulations.
+
        </li>
+
 
+
        <li>Constructed and organized team member biographies.
+
        </li>
+
 
+
      </ul>
+
 
+
    </p>
+
  
 
     </br>
 
     </br>
  
     <p class="headerTeamSub">HUNTER COLLINS</p>
+
     <p class="headerHumanPracticesSub"><img src="https://static.igem.org/mediawiki/2015/5/56/UCSF_UGA_Logo.PNG" width="62" height="50" style="margin-top:-20px;padding:0;margin-right:5px;">UNIVERSITY OF GEORGIA</p>
  
     <div class="headerBreakSub"></div>
+
     <div class="headerBreakSub" style="width:45%"></div>
 
     </br>
 
     </br>
  
 
     <p class="content1">
 
     <p class="content1">
 
+
Our main collaboration was with the University of Georgia iGEM Team’s Archaea Collaboration. This team’s goal is to help incorporate archaeal chassis into iGEM, so they asked several teams to help them characterize a ribosome binding site (RBS) library they had prepared. Our team was asked to compare mCherry fluorescence readings from 28 archaeal cell extract samples that they provided, each with different RBS point mutations.
    <img style="float:right;margin-right:100px;margin-top:-70px" src="https://static.igem.org/mediawiki/2015/thumb/f/fe/UCSF_Hunter.png/800px-UCSF_Hunter.png" alt="Hunter Collins" height="267" width="400">
+
</br>
   
+
</br>
      <ul class="content1">
+
As each participating lab’s instrumentation is different, we had to develop our own protocols for measuring these values based on a standard set of guidelines provided by UGA. We used a fluorescence plate reader to measure the values, first setting a standard curve using their highest samples. We then had to calculate dilutions that put each of their samples in the linear detection range for this device, so we diligently ran two dilutions for each of the 28 samples. We reported our data to them, and also took a survey about our experience and an additional, more minor experiment in which they asked us to report how much dry ice was left in the package that they sent (from the above experiment). This helped them optimize their large study for amount of dry that was needed based on locations were packages were sent.
 
+
        <li>Constructed basic circuit.
+
        </li>
+
 
+
        <li>Cloned parts for parts registry.
+
        </li>
+
 
+
        <li>Created pages for new parts in parts registry.
+
        </li>
+
 
+
        <li>Presented project at Reno Synbio Symposium.
+
        </li>
+
        </br>
+
        </br>
+
        </br>
+
 
+
      </ul>
+
 
+
 
     </p>
 
     </p>
  
 
     </br>
 
     </br>
 
    <p class="headerTeamSub">ERIK LAMP</p>
 
 
    <div class="headerBreakSub"></div>
 
 
     </br>
 
     </br>
 
    <p class="content1">
 
 
    <img style="float:right;margin-right:100px;margin-top:-70px" src="https://static.igem.org/mediawiki/2015/thumb/b/bc/UCSF_Erik.png/800px-UCSF_Erik.png" alt="Erik Lamp" height="267" width="400">
 
   
 
      <ul class="content1">
 
 
        <li>Constructed positive feedback circuit.
 
        </li>
 
 
        <li>Cloned parts for parts registry.
 
        </li>
 
 
        <li>Created pages for new parts in parts registry.
 
        </li>
 
 
        <li>Medal Requirement Captain.
 
        </li>
 
 
        <li>Presented project at Reno Synbio Symposium.
 
        </li>
 
        </br>
 
        </br>
 
 
      </ul>
 
 
    </p>
 
 
 
     </br>
 
     </br>
  
     <p class="headerTeamSub">SAMANTHA LEE</p>
+
     <p class="headerHumanPracticesSub"><img src="https://static.igem.org/mediawiki/2015/1/1c/UCSF_Tuebingen_Logo.png" width="148" height="80" style="margin-top:-60px;padding:0;margin-right:10px;">TÜBINGEN UNIVERSITY</p>
  
     <div class="headerBreakSub"></div>
+
     <div class="headerBreakSub" style="width:50%"></div>
 
     </br>
 
     </br>
  
 
     <p class="content1">
 
     <p class="content1">
 
+
We also provided the Tübingen University iGEM team with a construct previously used by the UCSF team. We sent them an E-Cadherin construct in a plasmid that targets the protein for surface display (pCTCON2). This part is a calcium dependent adhesion transmembrane protein, which plays a vital role in the formation of tissue, epithelial cell behavior, as well as the suppression of cancerous cells. We are excited to see how they used it!
    <img style="float:right;margin-right:100px;margin-top:-70px" src="https://static.igem.org/mediawiki/2015/thumb/3/3f/UCSF_Samantha.png/800px-UCSF_Samantha.png" alt="Samantha Lee" height="267" width="400">
+
   
+
      <ul class="content1">
+
 
+
        <li>Constructed positive feedback circuit.
+
        </li>
+
 
+
        <li>Graphic Design Co-Captain.
+
        </li>
+
 
+
        <li>Safety Form and Documentation Captain.
+
        </li>
+
 
+
        <li>Judging Form Captain.
+
        </li>
+
 
+
        <li>Designed team t-shirts.
+
        </li>
+
        </br>
+
        </br>
+
 
+
      </ul>
+
 
+
 
     </p>
 
     </p>
  
 
     </br>
 
     </br>
  
     <p class="headerTeamSub">JOSHUA NOWAK</p>
+
     <p class="headerHumanPracticesSub"><img src="https://static.igem.org/mediawiki/2015/d/df/UCSF_WikiFlicks_Logo_Transparent.png" width="62" height="50" style="margin-top:-20px;padding:0;margin-right:5px;">WIKI FLICKS</p>
  
 
     <div class="headerBreakSub"></div>
 
     <div class="headerBreakSub"></div>
Line 183: Line 150:
  
 
     <p class="content1">
 
     <p class="content1">
 +
To go above and beyond in terms of our policy and practices, we have introduced our innovative program WikiFlicks (please see more on our <a style="color:#44C2CC" href="https://2015.igem.org/Team:UCSF/Wiki_Flicks" target="_blank">Wiki Flicks Page</a>).This feature acts as an extension of the annually required team Wiki pages which aims to bring science to a level in which everyone can understand.
 +
</br>
 +
</br>
 +
The teams involved this year were:
  
    <img style="float:right;margin-right:100px;margin-top:-70px" src="https://static.igem.org/mediawiki/2015/thumb/f/f1/UCSF_Josh.png/800px-UCSF_Josh.png" alt="Joshua Nowak" height="267" width="400">
+
<div id="collaborationsContainer">
   
+
      <ul class="content1">
+
  
        <li>Constructed signal degradation circuits.
+
<ul class="collaborations content2">
        </li>
+
  <li><a style="color:white" href="https://2015.igem.org/Team:Mingdao" target="_blank"><img src="https://static.igem.org/mediawiki/2015/1/1a/UCSF_Mingdao_Logo.png" width="150" height="150" alt="Mingdao Logo">MINGDAO iGEM</a>
 +
  </li>
 +
  <li><a style="color:white" href="https://2015.igem.org/Team:UCSF" target="_blank"><img src="https://static.igem.org/mediawiki/2015/e/e6/UCSF_iGEM_Logo_Resize.png" width="150" height="150" alt="UCSF Logo">UCSF iGEM</br><span style="opacity:0">stuff</span></a>
 +
  </li>
 +
  <li><a style="color:white" href="https://2015.igem.org/Team:Heidelberg" target="_blank"><img src="https://static.igem.org/mediawiki/2015/4/4f/UCSF_Heidelberg_Logo_Resize.png" width="150" height="150" alt="Hiedelberg Logo">HIEDELBERG iGEM</a>
 +
  </li>
 +
  <li><a style="color:white" href="https://2015.igem.org/Team:TU_Delft" target="_blank"><img src="https://static.igem.org/mediawiki/2015/2/2e/UCSF_TU_Delft_Logo_Resize.png" width="150" height="150" alt="Tu Delft Logo">TU DELFT iGEM</a>
 +
  </li>
 +
</ul>
 +
<ul class="collaborations content2">
 +
  <li><a style="color:white" href="https://2015.igem.org/Team:Bordeaux" target="_blank"><img src="https://static.igem.org/mediawiki/2015/a/a9/UCSF_Bordeaux_logo_Resize.png" width="150" height="150" alt="Bordeaux Logo">BORDEAUX iGEM</a>
 +
  </li>
 +
  <li><a style="color:white" href="https://2015.igem.org/Team:Hong_Kong-CUHK" target="_blank"><img src="https://static.igem.org/mediawiki/2015/7/76/UCSF_CUHK_Logo.png" width="150" height="150" alt="Hong Kong CUHK Logo">HONG KONG-CUHK iGEM</a>
 +
  </li>
 +
  <li><a style="color:white" href="https://2015.igem.org/Team:METU_Turkey" target="_blank"><img src="https://static.igem.org/mediawiki/2015/6/61/UCSF_Metuigem_logo.png" width="150" height="150" alt="METU Turkey Logo">METU TURKEY iGEM</a>
 +
  </li>
 +
  <li><a style="color:white" href="https://2015.igem.org/Team:TU_Dresden" target="_blank"><img src="https://static.igem.org/mediawiki/2015/f/fe/UCSF_Team_TU_Dresden_Logo.png" width="150" height="150" alt="TU Dresden Logo">TU DRESDEN iGEM</a>
 +
  </li>
 +
</ul>
 +
<ul class="collaborations content2">
 +
  <li><a style="color:white" href="https://2015.igem.org/Team:BGU_Israel" target="_blank"><img src="https://static.igem.org/mediawiki/2015/5/5a/UCSF_BGU_Logo_Resize.png" width="150" height="150" alt="Israel Logo">BGU, ISRAEL iGEM</a>
 +
  </li>
 +
  <li><a style="color:white" href="https://2015.igem.org/Team:Vilnius-Lithuania" target="_blank"><img src="https://static.igem.org/mediawiki/2015/9/94/UCSF_Vilnius_Logo_Resize.png" width="150" height="150" alt="Vilnius Logo">VILNIUS iGEM</br><span style="opacity:0">stuff</span></a>
 +
  </li>
 +
  <li><a style="color:white" href="https://2015.igem.org/Team:Uniandes_Colombia" target="_blank"><img src="https://static.igem.org/mediawiki/2015/9/91/UCSF_Columbia_Logo.png" width="150" height="150" alt="Columbia Logo">COLUMBIA iGEM</a>
 +
  </li>
 +
  <li><a style="color:white; font-size:.9em" href="https://2015.igem.org/Team:ATOMS-Turkiye" target="_blank"><img src="https://static.igem.org/mediawiki/2015/5/54/UCSF_Atoms_Logo_Transparent.png" width="150" height="150" alt="Atoms Türkiye Logo">ATOMS TÜRKIYE iGEM</a>
 +
  </li>
 +
</ul>
 +
<ul class="collaborations content2">
 +
  <li><a style="color:white" href="https://2015.igem.org/Team:UCSC" target="_blank"><img src="https://static.igem.org/mediawiki/2015/1/15/UCSF_UCSC_Logo_Resize.png" width="150" height="150" alt="UCSC Logo">UCSC iGEM</br><span style="opacity:0">stuff</span></a>
 +
  </li>
 +
  <li><a style="color:white" href="https://2015.igem.org/Team:Birkbeck" target="_blank"><img src="https://static.igem.org/mediawiki/2015/7/7e/UCSF_Team_Birkbeck_Logo_2.png" width="150" height="150" alt="Birkbeck Logo">BIRKBECK iGEM</a>
 +
  </li>
 +
  <li><a style="color:white" href="https://2015.igem.org/Team:Dundee" target="_blank"><img src="https://static.igem.org/mediawiki/2015/7/7a/UCSF_Dundee_Logo.png" width="150" height="150" alt="Dundee Logo">DUNDEE iGEM</br><span style="opacity:0">stuff</span></a>
 +
  </li>
 +
  <li><a style="color:white; font-size:.9em" href="https://2015.igem.org/Team:IIT_Kharagpur" target="_blank"><img src="https://static.igem.org/mediawiki/2015/b/b4/UCSF_IIT_Kharagpur_Logo.png" width="150" height="150" alt="IIT Kharagpur Logo">IIT KHARAGPUR iGEM</a>
 +
  </li>
 +
</ul>
  
        <li>Computer Programming and Wiki Captain.
+
</div>
        </li>
+
   
 +
    </p>
  
        <li>Constructed mathematical modeling simulations.
+
  </div>
        </li>
+
  
        <li>Presented project at Reno Synbio Symposium.
+
<div class="divider"></div>
        </li>
+
        </br>
+
        </br>
+
        </br>
+
  
      </ul>
+
  <div class="main-content">
  
     </p>
+
     <p class="headerHumanPractices">NORCAL iGEM MEET UP</p>
  
    </br>
+
     <div class="headerBreak"></div>
 
+
    <p class="headerTeamSub">STANLEE QUACH</p>
+
 
+
     <div class="headerBreakSub"></div>
+
    </br>
+
  
 
     <p class="content1">
 
     <p class="content1">
 
+
Our team organized and gathered the local northern California iGEM teams at a Meetup from August 29-30 in Reno, NV. Teams participating were Stanford-Brown, UC Santa Cruz, Santa Clara University, SF Bay Area DIY Bio, and ourselves. We had the opportunity to present our work through talks and posters, and even had time to socialize and hang out!
    <img style="float:right;margin-right:100px;margin-top:-70px" src="https://static.igem.org/mediawiki/2015/thumb/3/36/UCSF_Stanlee.png/800px-UCSF_Stanlee.png" alt="Stanlee Quach" height="267" width="400">
+
   
+
      <ul class="content1">
+
 
+
        <li>Constructed positive feedback circuit.
+
        </li>
+
 
+
        <li>Designed team hoodies.
+
        </li>
+
 
+
        <li>Created wiki framework.
+
        </li>
+
 
+
        <li>Gathered data on yeast strains.
+
        </li>
+
 
+
        <li>Presented project at Reno Synbio Symposium.
+
        </li>
+
 
+
        <li>Designed team banner.
+
        </li>
+
 
+
        <li>Animated Wiki Flicks video.
+
        </li>
+
 
+
      </ul>
+
 
+
 
     </p>
 
     </p>
  
    </br>
+
<a id="page_collaborations_slideshow"></a>
 
+
    <p class="headerTeamSub">JASMINE SIMS</p>
+
 
+
    <div class="headerBreakSub"></div>
+
    </br>
+
 
+
    <p class="content1">
+
  
    <img style="float:right;margin-right:100px;margin-top:-70px" src="https://static.igem.org/mediawiki/2015/thumb/2/23/UCSF_Jasmine.png/800px-UCSF_Jasmine.png" alt="Jasmine Sims" height="267" width="400">
+
<div id="slideshow">
 +
    <div id="slideshowWindow">
 
      
 
      
      <ul class="content1">
+
        <div class="slide">
 +
            <img src="https://static.igem.org/mediawiki/2015/d/df/UCSF_Slideshow_1.jpg" width="640" height="480">
 +
        </div>
 +
       
 +
        <div class="slide">
 +
            <img src="https://static.igem.org/mediawiki/2015/7/78/UCSF_Slideshow_2.jpg" width="640" height="480">
 +
        </div>
 +
       
 +
        <div class="slide">
 +
            <img src="https://static.igem.org/mediawiki/2015/9/9a/UCSF_Slideshow_3.jpg" width="640" height="480">
 +
        </div>
  
         <li>Constructed basic circuit.
+
         <div class="slide">
         </li>
+
            <img src="https://static.igem.org/mediawiki/2015/0/01/UCSF_Slideshow_4.jpg" width="640" height="480">
 +
         </div>
  
         <li>Attributions Captain.
+
         <div class="slide">
         </li>
+
            <img src="https://static.igem.org/mediawiki/2015/b/bd/UCSF_Slideshow_5.jpg" width="640" height="480">
 +
         </div>
  
         <li>Collaborations Captain.
+
         <div class="slide">
         </li>
+
            <img src="https://static.igem.org/mediawiki/2015/e/e1/UCSF_Slideshow_6.jpg" width="640" height="480">
 +
         </div>
  
         <li>Presented project at Reno Synbio Symposium
+
         <div class="slide">
        </li>
+
            <img src="https://static.igem.org/mediawiki/2015/a/a8/UCSF_Slideshow_7.jpg" width="640" height="480">
        </br>
+
         </div>
        </br>
+
         </br>
+
  
      </ul>
+
        <div class="slide">
 +
            <img src="https://static.igem.org/mediawiki/2015/9/93/UCSF_Slideshow_8.jpg" width="640" height="480">
 +
        </div>
  
    </p>
+
        <div class="slide">
 +
            <img src="https://static.igem.org/mediawiki/2015/4/49/UCSF_Slideshow_9.jpg" width="640" height="480">
 +
        </div>
  
    </br>
+
        <div class="slide">
 +
            <img src="https://static.igem.org/mediawiki/2015/a/a2/UCSF_Slideshow_10.jpg" width="640" height="480">
 +
        </div>
  
    <p class="headerTeamSub">JEFFREY SHU</p>
+
        <div class="slide">
 +
            <img src="https://static.igem.org/mediawiki/2015/2/20/UCSF_Slideshow_11.jpg" width="640" height="480">
 +
        </div>
  
    <div class="headerBreakSub"></div>
+
        <div class="slide">
    </br>
+
            <img src="https://static.igem.org/mediawiki/2015/e/e9/UCSF_Slideshow_12.jpg" width="640" height="480">
 +
        </div>
  
    <p class="content1">
+
        <div class="slide">
 +
            <img src="https://static.igem.org/mediawiki/2015/2/2d/UCSF_Slideshow_13.jpg" width="640" height="480">
 +
        </div>
  
    <img style="float:right;margin-right:100px;margin-top:-70px" src="https://static.igem.org/mediawiki/2015/thumb/5/5e/UCSF_Jeffrey.png/800px-UCSF_Jeffrey.png" alt="Jeffrey Shu" height="267" width="400">
+
        <div class="slide">
   
+
            <img src="https://static.igem.org/mediawiki/2015/4/44/UCSF_Slideshow_14.jpg" width="640" height="480">
      <ul class="content1">
+
        </div>
  
 +
        <div class="slide">
 +
            <img src="https://static.igem.org/mediawiki/2015/8/84/UCSF_Slideshow_15.jpg" width="640" height="480">
 +
        </div>
  
         <li>Constructed initial circuit.
+
         <div class="slide">
         </li>
+
            <img src="https://static.igem.org/mediawiki/2015/5/51/UCSF_Slideshow_16.jpg" width="640" height="480">
 +
         </div>
  
         <li>Constructed clustering circuit.
+
         <div class="slide">
         </li>
+
            <img src="https://static.igem.org/mediawiki/2015/b/b1/UCSF_Slideshow_17.jpg" width="640" height="480">
 +
         </div>
  
         <li>Constructed mathematical modeling simulations.
+
         <div class="slide">
         </li>
+
            <img src="https://static.igem.org/mediawiki/2015/6/6f/UCSF_Slideshow_18.jpg" width="640" height="480">
 +
         </div>
  
         <li>Assisted other team members with lab work.
+
         <div class="slide">
         </li>
+
            <img src="https://static.igem.org/mediawiki/2015/b/ba/UCSF_Slideshow_21.jpg" width="640" height="480">
 +
         </div>
  
         <li>Presented project at Reno Synbio Symposium.
+
         <div class="slide">
         </li>
+
            <img src="https://static.igem.org/mediawiki/2015/9/97/UCSF_Slideshow_19.jpg" width="640" height="480">
 +
         </div>
  
         <li>Designed team poster.
+
         <div class="slide">
        </li>
+
            <img src="https://static.igem.org/mediawiki/2015/4/40/UCSF_Slideshow_20.jpg" width="640" height="480">
 
+
        </div>
        <li>Organized content for wiki.
+
       
        </li>
+
     </div><!--/slideshowWindow-->
 
+
</div><!--/slideshow-->
      </ul>
+
 
+
    </p>
+
 
+
    </br>
+
 
+
    <p class="headerTeamSub">NICHOLAS SUEN</p>
+
 
+
     <div class="headerBreakSub"></div>
+
    </br>
+
  
 
     <p class="content1">
 
     <p class="content1">
 
+
This Meetup was part of a larger conference, the Sierra Systems and SynBio Symposium, which our group integrally co-organized with the University of Nevada, Reno (UNR) and Synberc (see more on our <a style="color:#44C2CC" href="https://2015.igem.org/Team:UCSF/Practices" target="_blank">Practices Page</a>). This two-day event gave the chance for undergraduate students from various class levels to present their findings and network with local iGEM teams. Students in lab positions (not related to iGEM) were also part of this opportunity. During this symposium, session
    <img style="float:right;margin-right:100px;margin-top:-70px" src="https://static.igem.org/mediawiki/2015/thumb/8/8a/UCSF_Nick.png/800px-UCSF_Nick.png" alt="Nicholas Suen" height="267" width="400">
+
topics ranged widely from “protein structure and degradation” and “drug interactions and genomics,” to “biosynthesis and metabolism.” We even set up a four-person graduate school panel for students to open a forum for questions and inspire the students to continue their education. Since there was ample time for us to communicate and spend time with other iGEMers, we were able to share ideas, help each other with concepts, and deepen our understanding of life around us.
   
+
      <ul class="content1">
+
 
+
        <li>Constructed basic circuit.
+
        </li>
+
 
+
        <li>Cloned parts for parts registry.
+
        </li>
+
 
+
        <li>Created pages for new parts in parts registry.
+
        </li>
+
 
+
        <li>Created finalized circuit.
+
        </li>
+
 
+
        <li>Characterized parts.
+
        </li>
+
 
+
        <li>Flow­-Cytometry Captain.
+
        </li>
+
 
+
        <li>Presented project at Reno Synbio Symposium.
+
        </li>
+
 
+
      </ul>
+
 
+
 
     </p>
 
     </p>
 
    </br>
 
  
 
   </div>
 
   </div>
Line 362: Line 319:
 
   <div class="main-content">
 
   <div class="main-content">
  
     <p class="headerTeam">SUPERVISION</p>
+
     <p class="headerHumanPractices" style="font-size:4em">SURVEYS AND DATA FORMS COMPLETED</p>
  
 
     <div class="headerBreak"></div>
 
     <div class="headerBreak"></div>
 
    <p class="headerTeamSub">GENERAL SUPPORT</p>
 
 
    <div class="headerBreakSub"></div>
 
    </br>
 
  
 
     <p class="content1">
 
     <p class="content1">
General support was provided by Kara Helmke our team advisor and coordinator. Lab procedures and daily activities were done under her supervision and she helped keep us focused and organized. Kara also provided assistance when necessary.
+
Over the summer we provided several teams with information to help them complete their projects and
 +
human practices studies!
 
</br>
 
</br>
Additionally, all of our mentors regularly provided feedback and advice on our progress and presentations at weekly meetings.
+
</br>
    </p>
+
This year we helped:
 
+
</br>
    <p class="headerTeamSub">MODELING SUPPORT</p>
+
  <ol class="content1">
 
+
    <li>University of Minnesota Biobricks Survey
    <div class="headerBreakSub"></div>
+
     </li>
     </br>
+
     <li>Michigan Software
 
+
     </li>
     <p class="content1">
+
    <li>Nankai iShare
Modeling support was provided by Kevin Hartman and Weiyue Ji. They gave weekly lessons on using our modeling software, MATLAB, and assisted us in creating our modeling equations.
+
    </li>
     </p>
+
    <li>Stanford-Brown on Bacterial Transformation
 
+
    </li>
  </div>
+
    <li>Tec-Monterrey on Customs
 
+
    </li>
<div class="divider"></div>
+
     <li>Vanderbilt on Mutations
 
+
    </li>
  <div class="main-content">
+
     <li>UI_Indonesia: BaContraception
 
+
    </li>
     <p class="headerTeam">OTHER ACKNOWLEDGEMENTS</p>
+
     <li>Yale on Gender and Sexuality in iGEM
 
+
    </li>
     <div class="headerBreak"></div>
+
  </ol>
 
+
     <p class="content1">
+
Our project concept about cellular divergence drew heavy inspiration from the UCSF UCB 2014 iGEM Team's project on cellular convergence. We based our initial circuit off of their design and modified it downstream to suit our needs. Our wiki was also inspired by both the UCSF UCB 2014 team and the LMU-Munich 2014 team. We drew inspiration from UCSF UCB's crisp clean design and navigation along with LMU-Munich's use of a large skyline image for their homepage. We would also like to give special thanks to Russell Gordley for allowing us to use his LexADBD transcription factor and LexAOps promoter. Additionally, we are thankful for the Lim Lab's generous support in providing lab space and materials. Lastly, we would like to thank our sponsors for their support and funding that made this research possible.
+
 
     </p>
 
     </p>
  
 
   </div>
 
   </div>
  
<div class="pagePrevious"><a href="https://2015.igem.org/Team:UCSF/Team">
+
<div class="pagePrevious"><a href="https://2015.igem.org/Team:UCSF/Wiki_Flicks">
 
         <img id="pagePreviousArrow" src="https://static.igem.org/mediawiki/2015/6/68/UCSF_Read_More_Arrow.png" alt="Previous Arrow" width="90" height="90">
 
         <img id="pagePreviousArrow" src="https://static.igem.org/mediawiki/2015/6/68/UCSF_Read_More_Arrow.png" alt="Previous Arrow" width="90" height="90">
 
         </br>
 
         </br>
Line 408: Line 358:
 
       </div>
 
       </div>
  
       <div class="pageNext"><a href="https://2015.igem.org/Team:UCSF/Team_Sub#pageSponsors">
+
       <div class="pageNext"><a href="https://2015.igem.org/Team:UCSF/Notebook_Sub">
 
         <img id="pageNextArrow" src="https://static.igem.org/mediawiki/2015/6/68/UCSF_Read_More_Arrow.png" alt="Next Arrow" width="90" height="90">
 
         <img id="pageNextArrow" src="https://static.igem.org/mediawiki/2015/6/68/UCSF_Read_More_Arrow.png" alt="Next Arrow" width="90" height="90">
 
         </br>
 
         </br>
Line 430: Line 380:
 
               <h3 class="hoverProject"><a href="https://2015.igem.org/Team:UCSF/Project_Sub">PROJECT</a></h3>
 
               <h3 class="hoverProject"><a href="https://2015.igem.org/Team:UCSF/Project_Sub">PROJECT</a></h3>
 
               <li><a href="https://2015.igem.org/Team:UCSF/Description">DESCRIPTION</a></li>
 
               <li><a href="https://2015.igem.org/Team:UCSF/Description">DESCRIPTION</a></li>
              <li><a href="https://2015.igem.org/Team:UCSF/Design">DESIGN</a></li>
 
 
               <li><a href="https://2015.igem.org/Team:UCSF/Modeling">MODELING</a></li>
 
               <li><a href="https://2015.igem.org/Team:UCSF/Modeling">MODELING</a></li>
              <li><a href="https://2015.igem.org/Team:UCSF/Experiments">EXPERIMENTS</a></li>
 
 
               <li><a href="https://2015.igem.org/Team:UCSF/Results">RESULTS</a></li>
 
               <li><a href="https://2015.igem.org/Team:UCSF/Results">RESULTS</a></li>
 
               <li><a href="https://2015.igem.org/Team:UCSF/Parts">PARTS</a></li>
 
               <li><a href="https://2015.igem.org/Team:UCSF/Parts">PARTS</a></li>
Line 440: Line 388:
 
               <li><a href="https://2015.igem.org/Team:UCSF/Medal_Requirements">MEDAL</br>REQUIREMENTS</a></li>
 
               <li><a href="https://2015.igem.org/Team:UCSF/Medal_Requirements">MEDAL</br>REQUIREMENTS</a></li>
 
               <li><a href="https://2015.igem.org/Team:UCSF/Safety">SAFETY</a></li>
 
               <li><a href="https://2015.igem.org/Team:UCSF/Safety">SAFETY</a></li>
              <li><a href="https://2015.igem.org/Team:UCSF/Implications">IMPLICATIONS</a></li>
 
 
             </ul>
 
             </ul>
 
             <ul id="hoverHumanPracticesSections">
 
             <ul id="hoverHumanPracticesSections">
Line 451: Line 398:
 
               <h3 class="hoverNotebooks"><a href="https://2015.igem.org/Team:UCSF/Notebook_Sub">NOTEBOOKS</a></h3>
 
               <h3 class="hoverNotebooks"><a href="https://2015.igem.org/Team:UCSF/Notebook_Sub">NOTEBOOKS</a></h3>
 
               <li><a href="https://2015.igem.org/Team:UCSF/Notebook">NOTEBOOKS</a></li>
 
               <li><a href="https://2015.igem.org/Team:UCSF/Notebook">NOTEBOOKS</a></li>
               <li><a href="https://2015.igem.org/Team:UCSF/Experiments">PROTOCOLS</a></li>
+
               <li><a href="https://2015.igem.org/Team:UCSF/Protocols">PROTOCOLS</a></li>
 
             </ul>
 
             </ul>
 
             <ul id="hoverTeamSections">
 
             <ul id="hoverTeamSections">
Line 465: Line 412:
 
               <li><a href="https://twitter.com/iGEM_UCSF"><img src="https://static.igem.org/mediawiki/2015/3/33/UCSF_Twitter_Logo.png" alt="Twitter Logo" width="30" height="30"> @IGEM_UCSF</a></li>
 
               <li><a href="https://twitter.com/iGEM_UCSF"><img src="https://static.igem.org/mediawiki/2015/3/33/UCSF_Twitter_Logo.png" alt="Twitter Logo" width="30" height="30"> @IGEM_UCSF</a></li>
 
               <li><a href="https://www.facebook.com/pages/UCSF-IGEM/290769630936213"><img src="https://static.igem.org/mediawiki/2015/a/a1/UCSF_Facebook_Logo.png" alt="Twitter Logo" width="30" height="30"> UCSF IGEM</a></li>
 
               <li><a href="https://www.facebook.com/pages/UCSF-IGEM/290769630936213"><img src="https://static.igem.org/mediawiki/2015/a/a1/UCSF_Facebook_Logo.png" alt="Twitter Logo" width="30" height="30"> UCSF IGEM</a></li>
               <li><a href="https://2015.igem.org/Team:UCSF"><img src="https://static.igem.org/mediawiki/2015/8/82/Email_Logo.png" alt="Email Logo" width="30" height="30"> syssynbio@ucsf.edu</a></li>
+
               <li><a href="mailto:syssynbio@ucsf.edu"><img src="https://static.igem.org/mediawiki/2015/8/82/Email_Logo.png" alt="Email Logo" width="30" height="30"> syssynbio@ucsf.edu</a></li>
 
             </ul>
 
             </ul>
 
           </div>
 
           </div>

Latest revision as of 00:57, 19 September 2015

COLLABORATIONS

In addition to working on our project, our team also assisted and collaborated with various other iGEM Teams. These interactions allowed us to form stronger connections in the iGEM community and ultimately benefited the projects of all parties involved.


UNIVERSITY OF GEORGIA


Our main collaboration was with the University of Georgia iGEM Team’s Archaea Collaboration. This team’s goal is to help incorporate archaeal chassis into iGEM, so they asked several teams to help them characterize a ribosome binding site (RBS) library they had prepared. Our team was asked to compare mCherry fluorescence readings from 28 archaeal cell extract samples that they provided, each with different RBS point mutations.

As each participating lab’s instrumentation is different, we had to develop our own protocols for measuring these values based on a standard set of guidelines provided by UGA. We used a fluorescence plate reader to measure the values, first setting a standard curve using their highest samples. We then had to calculate dilutions that put each of their samples in the linear detection range for this device, so we diligently ran two dilutions for each of the 28 samples. We reported our data to them, and also took a survey about our experience and an additional, more minor experiment in which they asked us to report how much dry ice was left in the package that they sent (from the above experiment). This helped them optimize their large study for amount of dry that was needed based on locations were packages were sent.




TÜBINGEN UNIVERSITY


We also provided the Tübingen University iGEM team with a construct previously used by the UCSF team. We sent them an E-Cadherin construct in a plasmid that targets the protein for surface display (pCTCON2). This part is a calcium dependent adhesion transmembrane protein, which plays a vital role in the formation of tissue, epithelial cell behavior, as well as the suppression of cancerous cells. We are excited to see how they used it!


WIKI FLICKS


To go above and beyond in terms of our policy and practices, we have introduced our innovative program WikiFlicks (please see more on our Wiki Flicks Page).This feature acts as an extension of the annually required team Wiki pages which aims to bring science to a level in which everyone can understand.

The teams involved this year were:

NORCAL iGEM MEET UP

Our team organized and gathered the local northern California iGEM teams at a Meetup from August 29-30 in Reno, NV. Teams participating were Stanford-Brown, UC Santa Cruz, Santa Clara University, SF Bay Area DIY Bio, and ourselves. We had the opportunity to present our work through talks and posters, and even had time to socialize and hang out!

This Meetup was part of a larger conference, the Sierra Systems and SynBio Symposium, which our group integrally co-organized with the University of Nevada, Reno (UNR) and Synberc (see more on our Practices Page). This two-day event gave the chance for undergraduate students from various class levels to present their findings and network with local iGEM teams. Students in lab positions (not related to iGEM) were also part of this opportunity. During this symposium, session topics ranged widely from “protein structure and degradation” and “drug interactions and genomics,” to “biosynthesis and metabolism.” We even set up a four-person graduate school panel for students to open a forum for questions and inspire the students to continue their education. Since there was ample time for us to communicate and spend time with other iGEMers, we were able to share ideas, help each other with concepts, and deepen our understanding of life around us.

SURVEYS AND DATA FORMS COMPLETED

Over the summer we provided several teams with information to help them complete their projects and human practices studies!

This year we helped:

  1. University of Minnesota Biobricks Survey
  2. Michigan Software
  3. Nankai iShare
  4. Stanford-Brown on Bacterial Transformation
  5. Tec-Monterrey on Customs
  6. Vanderbilt on Mutations
  7. UI_Indonesia: BaContraception
  8. Yale on Gender and Sexuality in iGEM