Difference between revisions of "Team:Lambert GA/Collaborations"

(Prototype team page)
 
 
(160 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Lambert_GA}}
 
 
<html>
 
<html>
 +
<head>
 +
<style>
 +
 +
#sideMenu { display:none; }
  
 +
a:hover {
 +
text-decoration: none;
 +
}
  
<div class="column full_size judges-will-not-evaluate">
+
#mainContainer{
<h3>★  ALERT! </h3>
+
    background-color: #7A7A79;
<p>This page is used by the judges to evaluate your team for the <a href="https://2017.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2017.igem.org/Judging/Awards"> award listed above</a>. </p>
+
    width: 100%;
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2017.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
}
 +
#main{
 +
    width: 100%;
 +
margin: auto;
 +
    padding: 0px;
 +
    background-color: #7A7A79;
 +
}
 +
 
 +
body {margin: auto; padding: 0px; width: 100%;}
 +
 
 +
a.drplink {
 +
color:white;
 +
}
 +
a.drplink:hover {
 +
color:dimgray;
 +
}
 +
 
 +
 
 +
div {
 +
color: white;
 +
}
 +
 
 +
#content {
 +
margin: 0px auto;
 +
margin-top: -15px;
 +
background-color: #7A7A79;
 +
width: 100%;
 +
padding: 0px;
 +
}
 +
 
 +
 
 +
.logo_2017 {display:none;}
 +
 
 +
 
 +
.column full_size {width: 100%;
 +
height: 700px;
 +
position: center; }
 +
 
 +
 
 +
p {
 +
margin: auto;
 +
width: 75%;
 +
color: gray;
 +
}
 +
 
 +
#firstHeading {
 +
font-size: 16px;
 +
color: #9D0EC8;}
 +
 
 +
a {
 +
opacity: 1.0;
 +
}
 +
 
 +
a:visited {
 +
color: #D49AE6;
 +
}
 +
 
 +
a.HeaderLinks {
 +
height: 50px;
 +
position: center;
 +
border: none;
 +
color: #D49AE6;
 +
text-align: center;
 +
text-decoration: none;
 +
font-size: 16px;
 +
}
 +
 
 +
 
 +
#top_title {
 +
background-color: white;
 +
}
 +
 
 +
 
 +
#MainTitle {
 +
padding-top: 50px;
 +
padding-bottom: 20px;
 +
font-size: 45px;
 +
color: #D49AE6;
 +
}
 +
 
 +
 
 +
 
 +
.firstHeading{
 +
    display: none;
 +
}
 +
 
 +
 
 +
body{
 +
font-size:15px;
 +
}
 +
 
 +
 
 +
header h1{
 +
text-align:center;
 +
color: dimgray;
 +
}
 +
 
 +
h2{
 +
color: #D49AE6;
 +
}
 +
 
 +
 
 +
#headerLinks {
 +
position: fixed;
 +
text-decoration: none;
 +
color: #42413C;
 +
width: 100%;
 +
height: 50px;
 +
line-height: 50px;
 +
background-color: #555554;
 +
margin: auto;
 +
text-align:center;
 +
opacity: 0.9;
 +
}
 +
 
 +
 
 +
.header{
 +
width: 100%;
 +
padding: 0;
 +
margin: 0 auto;
 +
top: 0px;
 +
background-color: rgba(255,255,255,0.0);
 +
}
 +
 
 +
 
 +
#text{
 +
width: 900px;
 +
    padding: 0px;
 +
display: block;
 +
margin: 0px auto;
 +
}
 +
 
 +
#space{
 +
height:50px;
 +
}
 +
 
 +
 
 +
#sponsors-bottom{
 +
width: 100%;
 +
margin: 0px auto;
 +
text-align: center;
 +
display: block;
 +
}
 +
 
 +
 
 +
#sponsors-bottom a{
 +
margin: auto;
 +
width: 50%
 +
display: inline-block;
 +
}
 +
 
 +
 
 +
#space2{
 +
height:100px;
 +
}
 +
 
 +
.transparency {
 +
    opacity: 0.4;
 +
transition: opacity 0.5s ease-in-out;
 +
filter: alpha(opacity=40);
 +
-webkit-backface-visibility: hidden;
 +
}
 +
 
 +
 
 +
.transparency:hover {
 +
    opacity: 1;
 +
    filter: alpha(opacity=100);
 +
    width = 100px;
 +
-webkit-backface-visibility: hidden;
 +
}
 +
 
 +
 
 +
 
 +
.img-right{
 +
width: 50%;
 +
float: right;
 +
text-align: center;
 +
}
 +
 
 +
 
 +
.img-left{
 +
width: 50%;
 +
float: left;
 +
text-align: center;
 +
}
 +
 
 +
 
 +
.display-block{
 +
width: 100%;
 +
margin: 0 auto;
 +
}
 +
 
 +
 
 +
.display-block img{
 +
display: block;
 +
}
 +
 
 +
#globalWrapper{
 +
background-color: #7A7A79;
 +
padding: 0px;
 +
 
 +
 
 +
}
 +
 
 +
/* Dropdown Button */
 +
.dropbtn {
 +
  margin: auto;
 +
  position: left; 
 +
  height: 100%;
 +
  width: 100%;
 +
  color: #D49AE6;
 +
  padding: 14px;
 +
  font-size: 20px;
 +
  text-align: left;
 +
  border: none;
 +
  cursor: pointer;
 +
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
 +
}
 +
 
 +
 
 +
/* The container <div> - needed to position the dropdown content */
 +
.dropdown {
 +
    position: relative;
 +
    display: inline-block;
 +
}
 +
 
 +
/* Dropdown Content (Hidden by Default) */
 +
.dropdown-content {
 +
    display: none;
 +
    opacity: 0.0;
 +
    position: absolute;
 +
    background-color: #CFB9F7;
 +
    min-width: 200px;
 +
    text-align: left;
 +
    box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.2);
 +
    transition: opacity 0.5s ease-in-out;
 +
}
 +
 
 +
 
 +
/* Links inside the dropdown */
 +
.dropdown-content a {
 +
    color:  white;
 +
    opacity: 0.0;
 +
    padding: 0px 10px;
 +
    font-size: 20px;
 +
    text-decoration: none;
 +
    display: block;
 +
    transition: opacity 0.5s ease-in-out;
 +
}
 +
 
 +
/* Change color of dropdown links on hover */
 +
.dropdown-content a:hover {background-color: #D49AE6;
 +
color: #4A555C;}
 +
 
 +
/* Show the dropdown menu on hover */
 +
.dropdown:hover .dropdown-content {
 +
    display: block;
 +
    opacity: 1.0;
 +
}
 +
 
 +
.dropdown:hover .dropdown-content a {
 +
  opacity: 1.0;
 +
}
 +
 
 +
/* Change the background color of the dropdown button when the dropdown content is shown*/
 +
.dropbtn:hover {
 +
    background-color: #D49AE6;
 +
    color:  #4A555C;
 +
}
 +
 
 +
 
 +
#mainbanner{
 +
text-align: center;
 +
}
 +
 
 +
#mainbanner{
 +
    display: block;
 +
    margin: auto;;
 +
}
 +
#logo{
 +
height: 50px;
 +
opacity:0.4;
 +
}
 +
 
 +
 
 +
</style>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
</head>
 +
 
 +
<body>
 +
 
 +
 
 +
 
 +
<header>
 +
<div id="headerLinks">
 +
<a href="https://2017.igem.org/Team:Lambert_GA" class="dropbtn">Home</a><!--
 +
--><li class="dropdown" >
 +
      <a href="https://2017.igem.org/Team:Lambert_GA/Team" class="dropbtn">Team</a>
 +
      <div class="dropdown-content">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Team">Team</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Collaborations">Collaborations</a>
 +
    </div>
 +
  </li><!--
 +
--><li class="dropdown">
 +
  <a href="https://2017.igem.org/Team:Lambert_GA/Description" class="dropbtn">Project</a>
 +
    <div class="dropdown-content" style="transition: display 0.5s ease-in-out;">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Description">Description</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Design">Design</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Experiments">Experiments</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Notebook">Notebook</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/InterLab">InterLab</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Results">Results</a><a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Demonstrate">Demonstrate</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Attributions">Attributions</a>
 +
     
 +
     
 +
    </div>
 +
  </li><!--
 +
--><li class="dropdown" >
 +
      <a href="https://2017.igem.org/Team:Lambert_GA/Part Collection" class="dropbtn">Parts</a>
 +
      <div class="dropdown-content">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Part Collection">Part Collection</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;"
 +
href="https://2017.igem.org/Team:Lambert_GA/Updated_Part">Updated Parts</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Composite Part">Composite Parts</a>
 +
    </div>
 +
  </li><!--
 +
--><!--
 +
--><a  href="https://2017.igem.org/Team:Lambert_GA/Safety"class="dropbtn">Safety</a><!--
 +
--><li class="dropdown" >
 +
      <a href="https://2017.igem.org/Team:Lambert_GA/HP/Silver" class="dropbtn">Human Practices</a>
 +
      <div class="dropdown-content">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/HP/Silver">Silver HP</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/HP/Gold_Integrated">Integrated and Gold</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Engagement">Public Engagement</a>
 +
    </div>
 +
  </li><!--
 +
--><li class="dropdown" >
 +
      <a href="https://2017.igem.org/Team:Lambert_GA/Hardware" class="dropbtn">Awards</a>
 +
      <div class="dropdown-content">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Applied_Design">Applied Design</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Hardware">Hardware</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Software">Software</a>
 +
    </div>
 +
  </li>
 +
<a  href="https://igem.org/2017_Judging_Form?team=Lambert_GA"class="dropbtn">Judging Form</a>
 
</div>
 
</div>
  
 +
</header>
  
  
  
  
<div class="clear"></div>
+
<div class="column full_size" style="width:75%; margin:auto;" >
  
<div class="column full_size">
 
<h1>Collaborations</h1>
 
  
<p>
+
<script type="text/javascript"></script>
Sharing and collaboration are core values of iGEM. We encourage you to reach out and work with other teams on difficult problems that you can more easily solve together.
+
</p>
+
  
<h3>Silver Medal Criterion #2</h3>
 
<p>
 
Complete this page if you intend to compete for the silver medal criterion #2 on collaboration. Please see the <a href="https://2017.igem.org/Judging/Medals">2017 Medals Page</a> for more information.
 
</p>
 
  
<div class="column half_size">
+
<br>
 +
<center> <h1 id="MainTitle"><b> Collaborations </b></h1>
 +
<img src="https://static.igem.org/mediawiki/2017/b/bc/T--Lambert_GA--purpleline.png" style="width:18%; margin:auto;"> </center>
 +
<br>
 +
<center><p style="font-size: 20px; color: white; margin-left: 220px;">For more information, see our <a style="color:#D49AE6;" href="https://2017.igem.org/Team:Lambert_GA/HP/Silver">Silver Human Practices page</a>.</p>
 +
<br>
 +
<img src="https://static.igem.org/mediawiki/2017/b/bc/T--Lambert_GA--purpleline.png" style="width:18%; margin:auto;"> </center>
 +
<br>
 +
<section>
 +
<div class="container-fluid">
 +
<div class="row">
 +
<div class="col-md-12 col-sm-10">
 +
 
  
<h4> Which other teams can we work with? </h4>
 
<p>
 
You can work with any other team in the competition, including software, hardware, high school and other tracks. You can also work with non-iGEM research groups, but they do not count towards the iGEM team collaboration silver medal criterion.
 
</p>
 
  
<p>
+
<h2 style="text-align:center" color: #D49AE6>Gibson Ridge Software </h2>
In order to meet the silver medal criteria on helping another team, you must complete this page and detail the nature of your collaboration with another iGEM team.
+
<br><br>
 
</p>
 
</p>
 +
<div class="img-left">
 +
<table>
 +
<img  style="width:200px;" class="img-responsive" src="https://static.igem.org/mediawiki/2017/9/96/GibsonRidge.jpeg" >
 +
<br>
 +
<i style="font-size: 14px;">Mr. Gibson meeting with our hardware committee.</i>
 +
</table>
 +
</div>
 +
<table>
 +
Mr. Gibson, the CEO and Founder of Gibson Ridge Software, worked with the Lambert High School iGEM team, specifically with the Hardware/Software committee to provide advice and feedback on the Chrome-Q. He met with the team during each iteration of the design and helped troubleshoot the electronic circuit.  He also gave direction and feedback for developing the software.
 +
</table>
 +
<br><br><br><br><br>
 +
<h2 style="text-align:center" color: #D49AE6 > University of Georgia </h2>
 +
<br><br>
 +
<div class="img-right" style="width:70%;">
 +
<table>
 +
<img align:left;" hspace="20" style="width:300px" src="https://static.igem.org/mediawiki/2017/1/1b/Uga.png">
 +
<img align:right;" hspace="20" style="width:300px" src="https://static.igem.org/mediawiki/2017/6/6d/Ugacollab.png">
  
 +
<br>
 +
<i style="font-size: 14px;">Gaurav working with the plate reader at UGA.</i>
 +
</table>
 +
</div>
 +
<table>
 +
By collaborating with the University of Georgia’s iGEM team, Lambert iGEM was able to complete the interlab measurement experiments.  These were a series of detailed protocols involving the use of a plate reader to ensure accuracy within the fluorescence data. This allowed both teams to compare their data and openly discuss any unusual results that could have caused issues in the data analysis and interpretation.  Specific errors were discovered and both teams were able to improve upon the technique demonstrating inter-laboratory studies to create a similar, comparable method of GFP measurement.
 +
</table>
 +
<br><br><br><br>
 +
<h2 style="text-align:center" color: #D49AE6 > TAS Taipei </h2>
 +
<br><br>
 +
<div style="width:70%; float:left;">
 +
<table>
 +
<img style="width:300px; align:left;" hspace="20" src="https://static.igem.org/mediawiki/2017/a/ad/T--Lambert_GA--TASTaipei.jpeg">
 +
<img style="width:300px; align:right;" hspace="20" src="https://static.igem.org/mediawiki/2017/a/a9/Tastaipei.png" >
 +
<br>
 +
<i style="font-size: 14px;">Lambert iGEM team in a conference call with TAS Taipei</i>
 +
</table>
 +
</div>
 +
<div style="width:30%; float:right;">
 +
<table>
 +
Lambert iGEM sent Chrome-Q design files to TAS Taipei early in the design process.  A video conference call was held and subsequent communications took place to offer help and receive feedback. Specifically TAS Taipei gave Lambert some tips on integrating human practices. Lambert was able to share information about working in underfunded labs.
 +
</table>
 
</div>
 
</div>
 +
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
 +
<h2 style="text-align:center" color: #D49AE6 > Emory iGEM Team: Ethics Collaboration </h2>
 +
<br><br>
 +
<div class="img-right" style="width:70%;">
 +
<table>
 +
<img hspace="20" style="width:300px; align:left;" src="https://static.igem.org/mediawiki/2017/8/82/Emoryethicsconference.jpeg">
 +
<img hspace="20" style="width:300px; align:right;" src="https://static.igem.org/mediawiki/2017/3/34/Igemorycollab.png">
  
 +
<br>
 +
<i style="font-size: 14px;">Lambert iGEM team with the Emory iGEM team</i>
 +
</table>
 +
</div>
 +
<table>
 +
The Lambert iGEM team was able to collaborate with the Emory iGEM team to discuss the ethics about CRISPR Cas9 along with a group of other Emory students and professors. Through this discussion, they were able to gain knowledge about the different perspectives of genetic modification and to what extent people are willing to justify experiments as ethical. Also, the Emory iGEM team led a tour of their labs to demonstrate their daily lab workings, allowing both teams to grasp the overall purpose of each other’s projects.  Lambert used this ethics conference as a springboard for their own investigations into ethics.  As a result the team developed a simple flowchart for the synthetic biologists to use when considering the ethics of their own projects. Members of the team also attended a Business Ethics Experience held by the University of North Georgia. 
 +
</table>
 +
<br><br><br><br>
  
 +
<h2 style="text-align:center" color: #D49AE6 > Lambert High School: Engineering and MSA </h2>
 +
<br><br>
 +
<div class="img-left">
 +
<table>
 +
<img class="img-responsive" style="width:300px" src="https://static.igem.org/mediawiki/2017/f/f8/T--Lambert_GA--LHS.gif">
 +
</table>
 +
</div>
 +
<table>
 +
The Chrome-Q prototypes designed by the team were 3-D printed by the Lambert High School Engineering department. The final Chrome-Q prototype was ordered from Shapeways.  The engineering department printed the 3-D fuge designs obtained from the Prakash Lab from their Paperfuge project. An engineering student at Lambert High School, Sahil Jain, modified one of the 3-D fuge designs to improve ease of usability. This final model was used to process cells for the final data collection.
 +
</table>
 +
<br><br><br><br><br>
 +
<h2 style="text-align:center" color: #D49AE6 > iGEM Twitter Group </h2>
 +
<br><br>
 +
<div class="img-right">
 +
<table>
 +
<img class="img-responsive" style="width:300px" src="https://static.igem.org/mediawiki/2017/1/19/T--Lambert_GA--twitterlogo.png">
 +
</table>
 +
</div>
 +
<table>
 +
Thanks to Twitter, iGEM teams from all over the world are in a group chat where they can easily communicate and ask questions about iGEM, Jamboree, wiki, and much more! iGEM teams have easy access to other teams and can ask questions about their projects, send out surveys, or promote their apps/programs through this platform. A great and fun way to collaborate!
 +
</table>
 +
<br>
 +
<br><br><br><br><br>
 +
<h2 style="text-align:center" color: #D49AE6 >Chrome-Q</h2>
 +
<br><br>
 +
<div class="img-left">
 +
<table>
 +
<img class="img-responsive" style="width:300px" src="https://static.igem.org/mediawiki/2017/5/5e/T--Lambert_GA--PrettyWellPlate3.jpeg">
 +
</table>
 +
</div>
 +
<table>
 +
Lambert iGEM will continue to use the Chrome-Q instead of an expensive plate readers. Regardless of the project, the team will use chromoproteins as a reporter of the genetic sequences. As Lambert iGEM develops future projects, the team will improve the structure of the Chrome-Q. To add, the software will be further developed to be able to distinguish more color variations. To summarize, Lambert iGEM will expand the use of the Chrome-Q and app to accommodate the future projects.
 +
</table>
 +
<br><br><br><br><br>
 +
<h2 style="text-align:center" color: #D49AE6 >Future Collaborations</h2>
 +
<br>
 +
</div>
 +
<table>
 +
The Lambert iGEM will continue to improve the 2017 project. They will collaborate with microbiologists at Emory and CDC, so the team can improve the genetic constructs that were not able to function. To add, they will continue to talk with Gibson Ridge Software to finish the app. Lastly, it is a goal of the Lambert iGEM team to send out the Chrome-Q to numerous labs. Dr. Dana Boyd Barr has shown interest in using the hardware for her labs in Thailand, Rwanda, and Peru.
 +
</table>
 +
<br>
 +
</div></div></div></div>
 +
</section>
  
<div class="column half_size">
 
<p>
 
Here are some suggestions for projects you could work on with other teams:
 
 
</p>
 
</p>
  
<ul>
+
 
<li> Improve the function of another team's BioBrick Part or Device</li>
+
</div></div></div></div>
<li> Characterize another team's part </li>
+
</section>
<li> Debug a construct </li>
+
<div class="button_click"  onClick=" parent.location= 'https://2017.igem.org/Special:Upload '">
<li> Model or simulating another team's system </li>
+
 
<li> Test another team's software</li>
+
<!--<h2>2015 Lambert iGEM</h2>-->
<li> Help build and test another team's hardware project</li>
+
                <div id="officialLogo">
<li> Mentor a high-school team</li>
+
 
</ul>
+
                </div>
 +
            </footer>
 +
<div id="space2">
 
</div>
 
</div>
  
 +
<div id="sponsors-bottom">
 +
 +
<a href="http://www.forsyth.k12.ga.us/lhs"><img src="https://static.igem.org/mediawiki/2017/3/36/RevisedLambertLonghorn.png" style="height:100px;padding:20px;" class="transparency"></a>
 +
 +
</div>
  
 
</html>
 
</html>

Latest revision as of 14:18, 15 December 2017


Collaborations


For more information, see our Silver Human Practices page.



Gibson Ridge Software




Mr. Gibson meeting with our hardware committee.
Mr. Gibson, the CEO and Founder of Gibson Ridge Software, worked with the Lambert High School iGEM team, specifically with the Hardware/Software committee to provide advice and feedback on the Chrome-Q. He met with the team during each iteration of the design and helped troubleshoot the electronic circuit. He also gave direction and feedback for developing the software.





University of Georgia




Gaurav working with the plate reader at UGA.
By collaborating with the University of Georgia’s iGEM team, Lambert iGEM was able to complete the interlab measurement experiments. These were a series of detailed protocols involving the use of a plate reader to ensure accuracy within the fluorescence data. This allowed both teams to compare their data and openly discuss any unusual results that could have caused issues in the data analysis and interpretation. Specific errors were discovered and both teams were able to improve upon the technique demonstrating inter-laboratory studies to create a similar, comparable method of GFP measurement.




TAS Taipei




Lambert iGEM team in a conference call with TAS Taipei
Lambert iGEM sent Chrome-Q design files to TAS Taipei early in the design process. A video conference call was held and subsequent communications took place to offer help and receive feedback. Specifically TAS Taipei gave Lambert some tips on integrating human practices. Lambert was able to share information about working in underfunded labs.















Emory iGEM Team: Ethics Collaboration




Lambert iGEM team with the Emory iGEM team
The Lambert iGEM team was able to collaborate with the Emory iGEM team to discuss the ethics about CRISPR Cas9 along with a group of other Emory students and professors. Through this discussion, they were able to gain knowledge about the different perspectives of genetic modification and to what extent people are willing to justify experiments as ethical. Also, the Emory iGEM team led a tour of their labs to demonstrate their daily lab workings, allowing both teams to grasp the overall purpose of each other’s projects. Lambert used this ethics conference as a springboard for their own investigations into ethics. As a result the team developed a simple flowchart for the synthetic biologists to use when considering the ethics of their own projects. Members of the team also attended a Business Ethics Experience held by the University of North Georgia.




Lambert High School: Engineering and MSA



The Chrome-Q prototypes designed by the team were 3-D printed by the Lambert High School Engineering department. The final Chrome-Q prototype was ordered from Shapeways. The engineering department printed the 3-D fuge designs obtained from the Prakash Lab from their Paperfuge project. An engineering student at Lambert High School, Sahil Jain, modified one of the 3-D fuge designs to improve ease of usability. This final model was used to process cells for the final data collection.





iGEM Twitter Group



Thanks to Twitter, iGEM teams from all over the world are in a group chat where they can easily communicate and ask questions about iGEM, Jamboree, wiki, and much more! iGEM teams have easy access to other teams and can ask questions about their projects, send out surveys, or promote their apps/programs through this platform. A great and fun way to collaborate!






Chrome-Q



Lambert iGEM will continue to use the Chrome-Q instead of an expensive plate readers. Regardless of the project, the team will use chromoproteins as a reporter of the genetic sequences. As Lambert iGEM develops future projects, the team will improve the structure of the Chrome-Q. To add, the software will be further developed to be able to distinguish more color variations. To summarize, Lambert iGEM will expand the use of the Chrome-Q and app to accommodate the future projects.





Future Collaborations


The Lambert iGEM will continue to improve the 2017 project. They will collaborate with microbiologists at Emory and CDC, so the team can improve the genetic constructs that were not able to function. To add, they will continue to talk with Gibson Ridge Software to finish the app. Lastly, it is a goal of the Lambert iGEM team to send out the Chrome-Q to numerous labs. Dr. Dana Boyd Barr has shown interest in using the hardware for her labs in Thailand, Rwanda, and Peru.