Team:Tuebingen

From 2014.igem.org

(Difference between revisions)
 
(186 intermediate revisions not shown)
Line 1: Line 1:
 +
{{:Team:Tuebingen/Templates/TueWikiBase}}
 +
<html>
<html>
 +
<head>
<head>
 +
<style>
-
 
+
#TueContent table img {
-
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
+
  width: 250px;
-
 
+
  display: block;  
-
<script type="text/javascript" src="http://igemtuebingen.coffeecup.com/iGEM_2013/SvenB/jquery.smint.js"></script>
+
  margin-left: auto;  
-
 
+
   margin-right: auto;
-
 
+
   padding-bottom: 20px;
-
<script type="text/javascript">
+
-
+
-
 
+
-
$(document).ready( function() {
+
-
    $('.subMenu').smint({
+
-
    'scrollSpeed' : 1000
+
-
    });
+
-
});
+
-
 
+
-
 
+
-
</script>
+
-
 
+
-
 
+
-
<style type="text/css">
+
-
 
+
-
/* Droid Sans from Google Web fonts */
+
-
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
+
-
 
+
-
/* Open Sans from Google Web fonts */
+
-
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
+
-
 
+
-
 
+
-
/* hide various iGEM-elements */
+
-
 
+
-
h1.firstHeading {
+
-
   background-color: red;
+
-
   display: none;
+
}
}
-
.firstHeading {
+
#squareLogo img {
-
   display: none;
+
   width: 120px !important;
}
}
-
#top-section {
+
table {
-
   margin-left: 1em auto;
+
   valign: middle;
-
   width: 77em !important;
+
   justify: center;
-
  border: none;
+
-
  height: 1.2em;
+
-
  background-color: white;
+
-
}
+
-
#catlinks {
 
-
  display: none !important;
 
}
}
-
/* disable search-controls (top right corner) */
+
#TueContent img {
-
#search-controls {
+
    display: block;
-
  display: none !important;  
+
    margin-left: auto;
 +
    margin-right: auto;
 +
    width: 100%;
}
}
-
#searchInput {
+
</style>
-
  display: none !important;
+
-
}
+
-
.searchButton {
 
-
  display: none !important;
 
-
}
 
-
/* change the menubar (top menu) */
 
-
#menubar {
 
-
display: table-cell;
 
-
background: transparent !important;
 
-
}
 
-
 
-
#menubar.right-menu {
 
-
text-align: right;
 
-
}
 
-
 
-
#menubar * {
 
-
color: transparent !important;
 
-
background: transparent !important;
 
-
}
 
-
 
-
#top-section:hover #menubar * {
 
-
color: black !important;
 
-
        background: white !important;
 
-
}
 
-
 
-
/* Disable Table Of Contents */
 
-
table#toc {
 
-
  display: none;
 
-
  float: right;
 
-
  margin: 0em;
 
-
}
 
-
 
-
#footer-box {
 
-
  margin-left: auto;
 
-
  width: 1000px;
 
-
  border: none;
 
-
  position: relative;
 
-
  padding: 5px !important;
 
-
  background-color: white;
 
-
}
 
-
 
-
#footer-box a{
 
-
  color: black;
 
-
  text-decoration: none;
 
-
}
 
-
#footer-box a:hover {
 
-
  color: grey;
 
-
  text-decoration: underline;
 
-
}
 
-
#footer-box a:active {
 
-
  color: red;
 
-
  text-decoration: underline;
 
-
}
 
-
 
-
/* main heading */
 
-
h1 {
 
-
  border: 0;
 
-
}
 
-
 
-
/* edit links on headings */
 
-
span.editsection {
 
-
  font-size: .5em;
 
-
  color: lightgrey;
 
-
}
 
-
span.editsection a {
 
-
  color: black;
 
-
}
 
-
#p-logo {
 
-
  display: none;
 
-
}
 
-
 
-
 
-
/* actual styling */
 
-
/* ---------------------------------------------------------------------------------------- */
 
-
body {
 
-
  background-color: white;
 
-
  font-family: 'Open Sans', Arial, sans-serif;
 
-
  font-size: 9pt;
 
-
}
 
-
 
-
#content {                /* ----------------------------------------------------- #CONTENT */
 
-
  background-color: white !important;
 
-
  margin: 0px auto !important;
 
-
  border: none !important;
 
-
  padding: 0px !important;
 
-
  position: relative;
 
-
  width: 1000px;
 
-
  height: auto;
 
-
}
 
-
 
-
div#bodyContent {        /* ------------------------------------------------- #BODYCONTENT */
 
-
  background-color: white;
 
-
  width: 960px;
 
-
  position: relative;
 
-
  margin: auto;
 
-
  height: auto;
 
-
}
 
-
 
-
#teamLogoBox {
 
-
  width: 60.25em;
 
-
  height: 17em;
 
-
  background-color: #AAAAAA;
 
-
  color: white;
 
-
  overflow: hidden;
 
-
  font-size: 16px;
 
-
  background-size: cover;
 
-
}
 
-
 
-
#actualContent {
 
-
  position: relative;
 
-
  font-size: 14pt;
 
-
  width: auto;
 
-
  height: auto;
 
-
  margin-top: 10px;
 
-
  background-color: white;
 
-
  padding-top: 0em;
 
-
  text-align: justify;
 
-
}
 
-
 
-
#actualContent p {
 
-
  line-height: 26px;
 
-
  margin-bottom: 16px;
 
-
}
 
-
 
-
 
-
/* ----------------------------------------------------------------------------- SMINT Style */
 
-
 
-
* {margin: 0; padding: 0; outline: 0;}
 
-
 
-
p#headText {
 
-
        position: absolute;
 
-
        font-size: 20pt;
 
-
        margin-top: 105px;
 
-
        font-family: Helvetica, 'Open Sans', sans-serif;
 
-
        left: 320px;
 
-
}
 
-
 
-
.menuBtn {
 
-
background: center center no-repeat transparent;
 
-
background: #000;
 
-
display: block;
 
-
width: 40px;
 
-
height: 40px;
 
-
position: absolute;
 
-
top: 0;
 
-
left: 10px;
 
-
 
-
}
 
-
 
-
.active {
 
-
background: #C31E1B;
 
-
}
 
-
 
-
a.active {
 
-
color: C31E1B;
 
-
text-decoration: none;
 
-
}
 
-
 
-
.clear {
 
-
clear: both;
 
-
}
 
-
.wrap {
 
-
width: 100%;
 
-
max-width: 1140px;
 
-
min-width: 960px;
 
-
z-index: 10;
 
-
position: relative;
 
-
margin: 0 auto;
 
-
padding: 0;
 
-
}
 
-
 
-
.inner {
 
-
width: 960px;
 
-
margin: 0 auto;
 
-
position: relative;
 
-
min-height: 50px;
 
-
padding:30px 0;
 
-
font-size: 16px;
 
-
font-family: 'Open Sans', sans-serif;
 
-
font-weight: 300;
 
-
padding:30px 0;
 
-
        text-align: justify;
 
-
}
 
-
 
-
.section a {
 
-
  color: #A51E37;
 
-
  text-decoration: underline;
 
-
}
 
-
 
-
.section a:hover {
 
-
  color: black;
 
-
  text-decoration: underline;
 
-
}
 
-
 
-
.section a:active {
 
-
  color: #A51E37;
 
-
  text-decoration: none;
 
-
}
 
-
 
-
 
-
/* This is the selector I used for my menu, it needs to be set as position:absolute; */
 
-
.subMenu {
 
-
position: absolute;
 
-
top: 620px;
 
-
height: 50px;
 
-
z-index: 1000;
 
-
width: 100%;
 
-
width: 960px;
 
-
background: white;
 
-
 
-
}
 
-
 
-
.subMenu .inner {
 
-
padding-left: 25px;
 
-
margin-top: -40px;
 
-
font-weight: 400;
 
-
}
 
-
 
-
.subNavBtn {
 
-
display: block;
 
-
height: 35px;
 
-
width: 12%;
 
-
float: left;
 
-
margin: 0px 0px 0 0;
 
-
text-decoration: none;
 
-
font-size: 16px;
 
-
font-weight: 600;
 
-
padding: 15px 2% 0 2%;
 
-
text-align: center;
 
-
color: #fff;
 
-
}
 
-
 
-
a.subNavBtn{
 
-
color: black;
 
-
text-decoration: none;
 
-
}
 
-
 
-
.end {
 
-
margin: 0;
 
-
}
 
-
 
-
hr {
 
-
        width: 960px;
 
-
        height: 1px;
 
-
        color: white;
 
-
        margin-top: 50px;
 
-
        margin-bottom: 100px;
 
-
       
 
-
}
 
-
 
-
h3 {
 
-
      color: black;
 
-
      font-size: 24pt;
 
-
      font-family: Helvetica, 'Open Sans', sans-serif;
 
-
      padding-bottom: 30px;
 
-
}
 
-
 
-
.section {
 
-
width: 100%;
 
-
max-width: 1140px;
 
-
min-width: 960px;
 
-
        min-height: 600px;
 
-
        height: auto;
 
-
z-index: 10;
 
-
position: relative;
 
-
margin: 0 auto;
 
-
padding: 0 0 20px 0;
 
-
        background-color: white;
 
-
}
 
-
 
-
/* SECTIONS */
 
-
.sTop {
 
-
min-height: 300px;
 
-
        color: black;
 
-
background: white;
 
-
}
 
-
 
-
 
-
 
-
.s1 {
 
-
min-height: 500px;
 
-
        color: black;
 
-
}
 
-
 
-
 
-
.s2 {
 
-
min-height: 500px;
 
-
        color: black;
 
-
}
 
-
 
-
 
-
.s3 {
 
-
min-height: 500px;
 
-
        color: black;
 
-
}
 
-
 
-
 
-
.s4 {
 
-
min-height: 500px;
 
-
        color: black;
 
-
}
 
-
 
-
.s5 {
 
-
min-height: 500px;
 
-
        color: black;
 
-
}
 
-
 
-
</style>
 
</head>
</head>
 +
<body>
 +
<div id="TueContent">
-
<body>  
+
<h1>Tuebingen Erythrocyte Converter to O</h1>
-
<body onload="setTimeout(function() { window.scrollTo(0, 1) }, 100);">
+
<h4>Welcome to the Wiki of Team Tuebingen!</h4>
-
<div class="wrap">
+
<img src="https://static.igem.org/mediawiki/2014/e/e1/Tue2014_TECO_Abstract.jpg">
 +
<p id="picText">
 +
Erythrocytes (big red balls) have blood group antigens (colourful hexagons) on the surface of their membranes. These antigens consist of glycosilated proteins whereby there are different glycosilations for each blood group. The T-ECO system consists of three bacterial enzymes (blue Pac-Mans) that are able to cut off certain parts of the blood group glycosilations in order to create a blood group O antigen. The enzymes are covalently fused to a matrix (big yellow balls) via SNAP-Tag, SpyTag or inteins in order to prevent a mixing of blood and bacterial proteins.
 +
</p>
-
<div class="subMenu">
 
-
<div class="inner">
 
-
<a href="#" id="sTop" class="subNavBtn">Home</a>
 
-
<a href="#" id="s1" class="subNavBtn">Background</a>
 
-
<a href="#" id="s2" class="subNavBtn">Our Project</a>
 
-
<a href="#" id="s3" class="subNavBtn">Team</a>
 
-
<a href="#" id="s4" class="subNavBtn">Contact</a>
 
-
                                <a href="#" id="s5" class="subNavBtn">Sponsors</a>              
 
-
                        </div>
 
-
</div>
 
 +
<p>This year, our project - Tuebingen Erythrocyte Converter to O (T-ECO) - was all about blood and blood transfusions. You might not have known but donor blood is a really rare resource - not only in hospitals in countries with weak medical infrastructure or in crisis regions after natural disasters but also in ordinary Central European hospitals. Due to the fact that humans have at least four different blood groups and two different Rhesus factors - all antigens on erythrocytes - you cannot simply transfuse any blood you want to any random patient. Thus, hospitals do need to always keep an eye on their stocks lest they they are hit by shortages.</p>
-
<div class="section sTop">
+
<p>Therefore, we decided to create a practical and easy to use system for the enzymatic conversion of blood types - from blood types A, B and AB to O. Blood type O consists of erythrocytes that do not show any blood type antigens thus can be transfered to any patient and is usually used as emergency donor blood for exactly this reason.</p>
-
<div class="inner">
+
-
  <!-- <img src="https://static.igem.org/mediawiki/2014/1/14/Tue2014_RBC_Img_bearb.jpg" style="width: 1920px; margin-left:-490px; margin-top:-200px; position: relative;"> -->
+
-
                          <!-- <img src="https://static.igem.org/mediawiki/2014/e/e6/Tue2014_BackgroundBokeh_2.png" style="width: 1920px; margin-left:-490px; margin-top:-290px; position:relative"> -->
+
<p>Have a look around our wiki and find out more about our <a href="https://2014.igem.org/Team:Tuebingen/Project/Overview">project</a>, the <a href="https://2014.igem.org/Team:Tuebingen/Results/BioBricks">BioBricks</a> we have created, and how we have engaged the general public over the course of this summer!</p>
-
                                <img src="https://static.igem.org/mediawiki/2014/8/8d/Tue2014_BackgroundBokeh_3.jpg" style="width: 1920px; margin-left:-490px; margin-top:-250px; position:relative">
 
-
 
-
                                <a href="https://2014.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2014/6/6c/Tue2014_IGEM_basic_Logo_white_stylized_small.png" style="width:120px; top: 0px; right: 10px; position: absolute;"></a>
 
-
                         
 
-
                          <!-- <img src="https://static.igem.org/mediawiki/2014/a/a1/Tue2014_TeamLogo_Tropfen%25Schere_5.png" style="width: 300px; top: 0px; right: 50px; position: absolute;"> -->
 
-
                          <!-- <img src="https://static.igem.org/mediawiki/2014/7/78/Tue2014_TeamLogo_Tropfen%25Schere_6.png" style="width:800px; left: 70px; position: relative;"> -->
+
<h3>Sponsors</h3>
 +
<p>We want to warmly thank the following sponsors of our iGEM2014 project (in no particular order): </p>
-
                                <img src="https://static.igem.org/mediawiki/2014/a/ac/Tue2014_TeamLogo_Tropfen%25Schere_T-ECO_3.png" style="width:800px; left: 70px; top: 100px; position: absolute;">
+
<table>
 +
  <colgroup width="320" span="3"></colgroup>
 +
  <tr>
 +
    <td><a href="http://www.purimex.com/"><img src="https://static.igem.org/mediawiki/2014/7/7c/Tue2014_Purimex.png"></a>
 +
</td>
 +
    <td><a href="http://www.genscript.com/"><img src="https://static.igem.org/mediawiki/2014/e/e0/Tue2014_GenScript_Logo.png"></a></td>
 +
    <td><a href="http://www.serva.de/"><img src="https://static.igem.org/mediawiki/2014/2/22/Tue2014_SERVA_logo.jpg"></a></td>
 +
  </tr>
-
</div>
+
  <tr>
-
      <br class="clear">
+
    <td><a href="http://www.immatics.com/"><img src="https://static.igem.org/mediawiki/2014/3/3c/Tue2014_Immatics_logo.jpg"></a></td>
-
</div>
+
    <td><a href="http://www.biozym.com"><img src="https://static.igem.org/mediawiki/2014/7/74/Tue2014_Biozym.jpg"></a></td>
 +
    <td><a id="squareLogo" href="http://www.carlroth.com"><img src="https://static.igem.org/mediawiki/2014/9/9f/Tue2014_CarlRoth.jpg"></a></td>
 +
  </tr>
-
<div style="height: 20px">
+
  <tr>
-
</div>
+
    <td><a href="http://www.snapgene.com/"><img src="https://static.igem.org/mediawiki/2014/9/9e/Tue2014_Sponsors_SnapGene.png"></a></td>
-
 
+
    <td><a href="http://www.eurofins.de"><img src="https://static.igem.org/mediawiki/2014/8/8f/Tue2014_Eurofins_logo.png"></a></td>
-
<div class="section s1">
+
    <td><a href="http://www.thermoscientific.com"><img src="https://static.igem.org/mediawiki/2014/a/a0/Tue2014_ThermoScientific.jpg"></a></td>
-
  <div class="inner">
+
  </tr>
-
    <h3>Background Information</h3>
+
-
      <p>The advent of modern medicine has also created a growing need for blood transfusions. Many modern treatments for various diseases are only possible due to advanced transfusion medicine. Especially emergency medicine is heavily dependent on a constant supply of donor blood in order to save lives. </p>
+
-
 
+
-
      <p>There are many aspects of blood that need to be considered before a patient can receive a transfusion since erythrocytes (red blood cells) show various antigens on their surface that could be recognized by the receiver’s immune system and thereby cause complications. The ABO antigens are the most widely known antigens of erythrocytes and together with the Rhesus factor are the most relevant antigens for transfusions. When only considering the ABO system and Rhesus factor there are the blood types A, B, AB and O, either with or without the Rhesus factor antigen (Rhesus factor positive or negative). Generally, an individual always has antibodies against antigens that are not expressed on the surface of the own erythrocytes.</p>
+
-
      <p>The ABO antigens consist of glycosilated proteins on the erythrocyte’s surface. Individuals with blood types A or B both have a distinct glycosilation that serves as an antigen. Individuals with blood type AB have a mix of proteins: some are glycosilated analogous to blood type A and some are glycosilated analogous to blood type B. The blood type O antigen (“H antigen”) is a primitive glycosilation that serves as a basis for the glycosilations that then form type A or B. It is important to note here that there are no antibodies against the H antigen and the anti-A and anti-B antibodies do not interact with this very basic glycosilation. Thus, it is possible to transfer type O to individuals with any other blood group – type O is the universal donor.</p>
+
  <tr>
 +
    <td><a href="https://www.neb.com/"><img src="https://static.igem.org/mediawiki/2014/7/73/Tue2014_NEB.jpg"></a></td>
 +
    <td><a href="http://www.greinerbioone.com/en/start/"><img src="https://static.igem.org/mediawiki/2014/2/27/Logo_greiner.JPG"></a></td>
 +
    <td><a href="http://www.elicityl-oligotech.com/"><img src="https://static.igem.org/mediawiki/2014/7/77/Logo_elicityl.jpg"></a></td>
 +
  </tr>
-
      <p>Often, the blood type of patients needing emergency transfusions is unknown and tests would take too long or are not possible in the given situation. Thus, patients of unknown blood type receive the universal donor blood type O. This, however, creates a huge demand for blood of type O and clinics usually have to plan ahead carefully in order to always keep a sufficient stock of type O blood. Especially in crisis regions the stockpiling of type O blood is a difficult task.</p>
+
  <tr>
 +
    <td><a id="squareLogo" href="http://www.qiagen.com/"><img src="https://static.igem.org/mediawiki/2014/a/ae/Logo_qiagen.JPG"></a></td>
 +
    <td><a href="http://www.gatc-biotech.com/en/home.html"><img src="https://static.igem.org/mediawiki/2014/7/71/Logo_gatc_new.jpg"></a></td>
 +
    <td><a href="http://www.tl-stiftung.de/"><img src="https://static.igem.org/mediawiki/2014/d/d2/Tue2014_TL-Stiftung_Logo.jpg" style="width:230px;"></a></td>
 +
  </tr>
 +
</table>
   
   
-
  </div>
 
</div>
</div>
-
 
-
<div class="section s2">
 
-
  <div class="inner">
 
-
    <h3>Our Project</h3>
 
-
 
-
          <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p> 
 
-
 
-
      <p>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet,</p>
 
-
     
 
-
      <p>&nbsp;</p>
 
-
 
-
      <div style="text-align: center">
 
-
        <img src="https://static.igem.org/mediawiki/2014/7/74/Tue2014_conversion_scheme.png" style="width: 900px">
 
-
      </div>
 
-
 
-
  </div>
 
-
</div>
 
-
 
-
 
-
<div class="section s3">
 
-
  <div class="inner">
 
-
    <h3>Team</h3>
 
-
      <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
 
-
  </div>
 
-
</div>
 
-
 
-
 
-
<div class="section s4">
 
-
  <div class="inner">
 
-
    <h3>Contact</h3>
 
-
      <p>&nbsp;</p>
 
-
      <p style="font-weight: bold">Write us a letter!</p>
 
-
      <div style="position: relative; left: 60px">
 
-
        <p>iGEM Team Tuebingen</p>
 
-
        <p>AG Jansen</p>
 
-
        <p>Interfakultaeres Institut für Biochemie</p>
 
-
        <p>Hoppe-Seyler-Strasse 4</p>
 
-
        <p>72076 Tuebingen</p>
 
-
        <p>Germany</p>
 
-
        <p style="font-size: 12px"><a href="https://www.google.de/maps/place/IFIB+Interfaculty+Institute+of+Biochemistry,+University+of+T%C3%BCbingen/@48.5309039,9.0384477,17z/data=!4m2!3m1!1s0x0:0x8947a625867a39e">see in GoogleMaps</a></p>
 
-
      </div>
 
-
 
-
      <p>&nbsp;</p>
 
-
      <p style="font-weight: bold">Write us an e-mail!</p>
 
-
      <div style="position: relative; left: 60px">
 
-
        <p><a href="mailto:igem.tuebingen@gmail.com">igem.tuebingen@gmail.com</a></p>
 
-
      </div>
 
-
 
-
  </div>
 
-
</div>
 
-
 
-
<div class="section s5">
 
-
  <div class="inner">
 
-
    <h3>Sponsors</h3>
 
-
      <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
 
-
  </div>
 
-
</div>
 
-
 
-
 
-
<p>&nbsp;</p>
 
-
<p style="color: black; font-size: 12pt; float: right;">This site was created using <a href="http://outyear.co.uk/smint/" style="color: #A51E37;">SMINT</a> by Robert McCracken!</p>
 
-
 
-
<p>&nbsp;</p>
 
-
 
-
</div>
 
</body>
</body>
-
</html>
 
-
 
-
 
-
<!-- google analytics -->
 
-
<html>
 
-
<script type="text/javascript">
 
-
 
-
  var _gaq = _gaq || [];
 
-
  _gaq.push(['_setAccount', 'UA-39523076-1']);
 
-
  _gaq.push(['_trackPageview']);
 
-
 
-
  (function() {
 
-
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 
-
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 
-
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 
-
  })();
 
-
</script>
 
</html>
</html>

Latest revision as of 03:52, 18 October 2014


Tuebingen Erythrocyte Converter to O

Welcome to the Wiki of Team Tuebingen!

Erythrocytes (big red balls) have blood group antigens (colourful hexagons) on the surface of their membranes. These antigens consist of glycosilated proteins whereby there are different glycosilations for each blood group. The T-ECO system consists of three bacterial enzymes (blue Pac-Mans) that are able to cut off certain parts of the blood group glycosilations in order to create a blood group O antigen. The enzymes are covalently fused to a matrix (big yellow balls) via SNAP-Tag, SpyTag or inteins in order to prevent a mixing of blood and bacterial proteins.

This year, our project - Tuebingen Erythrocyte Converter to O (T-ECO) - was all about blood and blood transfusions. You might not have known but donor blood is a really rare resource - not only in hospitals in countries with weak medical infrastructure or in crisis regions after natural disasters but also in ordinary Central European hospitals. Due to the fact that humans have at least four different blood groups and two different Rhesus factors - all antigens on erythrocytes - you cannot simply transfuse any blood you want to any random patient. Thus, hospitals do need to always keep an eye on their stocks lest they they are hit by shortages.

Therefore, we decided to create a practical and easy to use system for the enzymatic conversion of blood types - from blood types A, B and AB to O. Blood type O consists of erythrocytes that do not show any blood type antigens thus can be transfered to any patient and is usually used as emergency donor blood for exactly this reason.

Have a look around our wiki and find out more about our project, the BioBricks we have created, and how we have engaged the general public over the course of this summer!

Sponsors

We want to warmly thank the following sponsors of our iGEM2014 project (in no particular order):