Difference between revisions of "Team:Groningen/Parts"

Line 2: Line 2:
 
<html>
 
<html>
 
<body>
 
<body>
 
<header class="header">
 
    <div class="unique_header">
 
    <h2 class="header_title">PARTS</h2>
 
    </div>
 
</header>
 
  
 
<div class="main-col">
 
<div class="main-col">
Line 25: Line 19:
 
<groupparts>iGEM2017 Groningen</groupparts>
 
<groupparts>iGEM2017 Groningen</groupparts>
 
<html>
 
<html>
 
 
 
  
  
Line 46: Line 37:
 
}
 
}
  
table.tablesorter {
+
table {
font-family:raleway;
+
    color: #333;
width: 100%;
+
    //width: 640px;
text-align: left;
+
    border-collapse: collapse;
 +
    border-spacing: 0;
 +
    font-family:raleway;
 +
    width: 100%;
 +
    //text-align: left;
 
}
 
}
  
 +
td, th {
 +
    border: 1px solid transparent; /* No more visible border */
 +
    height: 30px;
 +
    transition: all 0.3s;  /* Simple transition for hover effect */
 +
}
 +
 +
th {
 +
    background: #DFDFDF;  /* Darken header a bit */
 +
    font-weight: bold;
 +
}
 +
td {
 +
    background: #FAFAFA;
 +
    text-align: center;
 +
}
 +
/*
 +
tr:nth-child(even) td { background: #F1F1F1; }
 +
tr:nth-child(odd) td { background: #FEFEFE; }
 +
 +
tr,td:hover { background: #666; color: #FFF; }
 +
*/
 
</style>
 
</style>
 +
 
<br>
 
<br>
 
<center>
 
<center>
 
<a class="button" style="text-decoration: none; color:white; margin-bottom:30px;" href="https://2017.igem.org/Team:Groningen/Collaborations">Next: Collaborations</a>
 
<a class="button" style="text-decoration: none; color:white; margin-bottom:30px;" href="https://2017.igem.org/Team:Groningen/Collaborations">Next: Collaborations</a>
 +
</center>
  
 
<div class="footer">
 
<div class="footer">

Revision as of 19:36, 1 November 2017


Parts

Our months of lab work contributed to the construction of several new parts. Please consult the registry for a more detailed explanation of our parts and the validation work that was performed for it.

Best Basic Part: dCas9 VRER

Our favorite part and the Groningen contender for Best New Basic part is dCas9 VRER. This variation on our improved spdCas9s for bacterial use, is adapted in such a way that it recognizes different PAM sites. These different sites ensure that the two Cas-complexes of our system do not compete for the binding sites of their counterpart. The difference in PAM sites ensures that the dCas9 VRER protein only binds to the sites which are specifically located on our pre-programmed reporter plasmid. It also prevent it from binding on the injected phage DNA. This also works the other way around as hCas9 only binds on the infecting phage DNA and not on the reporter plasmid, as it would cleave the plasmid upon binding to one of its sites.

Parts list
<groupparts>iGEM2017 Groningen</groupparts>

Next: Collaborations