Team:ATOMS-Turkiye

From 2013.igem.org

(Difference between revisions)
(Prototype team page)
 
(14 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
{{:Team:ATOMS-Turkiye/Templates/Style}}
 +
{{:Team:ATOMS-Turkiye/Templates/Head}}
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
  <head>
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
  </head>
-
This is a template page. READ THESE INSTRUCTIONS.
+
  <script>
-
</div>
+
    function openPage(pg){
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
      item = $("#slideshow items").children("div").eq(pg-1);
-
You are provided with this team page template with which to start the iGEM seasonYou may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki. You can find some examples <a href="https://2009.igem.org/Help:Template/Examples">HERE</a>.
+
      content=$("#slideshow #right");
-
</div>
+
      content.stop();
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
      content.fadeOut(200);
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified. PLEASE keep all of your pages within your teams namespace.   
+
      content.html(item.find("#text").html());
-
</div>
+
      content.fadeIn(200);
-
</div>
+
      image = item.find("#image");
-
</html>
+
      image.css("position","relative");
 +
      imagebox = $("#slideshow").find( "#imagebox");
 +
      imagebox.stop(200);
 +
      imagebox.fadeOut(200);
 +
      //image.width(imagebox.width());
 +
      image.height(imagebox.height());
 +
      imagebox.html(image.clone());
 +
      imagebox.fadeIn(200);
 +
    }
 +
    function initSlideShow(a){
 +
      items=a.children("items");
 +
      l = items.children("div").length;
 +
      pager = a.find("#pager");
 +
      pages="<ul class='slide-pager'>";
 +
      for( i=1;i<=l;i++ )
 +
        pages+="<li onclick='openPage("+i+");' ><a href='#' class='no-action'>"+i+"</a></li> ";
 +
      pages+="</ul>"
 +
      pages = $(pages);
 +
      pages.children("li").hover(function(){openPage(parseInt($(this).text()));});
 +
      pager.html(pages);
 +
      openPage(1);
 +
    }
 +
   
 +
  initBillboard=function (a){
 +
  a.find("li").first().addClass("rui-billboard-current");
 +
  a.find(".rui-billboard-button-prev").click(function(e){
 +
    b= a.find(".rui-billboard-current");
 +
    if(b.is(':animated'))
 +
      return;
 +
    b.css("left",0);
 +
    b.animate({
 +
        left: a.outerWidth(true)
 +
    },function(){$(this).removeClass("rui-billboard-current");});
 +
    b=b.prev("li");
 +
    if(b.length<1)
 +
    b=a.find("li").last();
 +
    b.addClass("rui-billboard-current");
 +
    b.css("left",-a.outerWidth(true));
 +
    b.animate({
 +
        left: 0
 +
    });
 +
  });
 +
  a.find(".rui-billboard-button-next").click(function(e){
 +
    b= a.find(".rui-billboard-current");
 +
    if(b.is(':animated'))
 +
      return;
 +
    b.stop();
 +
    b.css("left",0);
 +
    b.animate({
 +
        left: -a.outerWidth(true)
 +
    },function(){$(this).removeClass("rui-billboard-current");});
 +
    //b.removeClass("rui-billboard-current");
 +
    b=b.next("li");
 +
    if(b.length<1)
 +
    b=a.find("li").first();
 +
    b.stop();
 +
    b.addClass("rui-billboard-current");
 +
    b.css("left",a.outerWidth(true));
 +
    b.animate({
 +
    left: 0
 +
    });
 +
  });
 +
  }
 +
    $(document).ready(function(){
 +
      initSlideShow( $("#slideshow") );
 +
      $(".no-action").click(function (e){e.preventDefault();return true;});
 +
      initBillboard( $(".rui-billboard"));
 +
    });
-
<!-- *** End of the alert box *** -->
+
  </script>
 +
<div style="margin:4em;"width:50%;>
 +
<div id="slideshow" class="box" style="width:100%;height:300px;">
 +
      <items class='no-print'>
 +
        <div>
 +
          <image id="image" src="https://static.igem.org/mediawiki/2013/6/66/Oncoli-diagram-2.jpg"  />
 +
          <div id="text">
 +
            <p class='infocard'><b>Welcome to our model of Oncoli.</b><br/> The genetically engineered Nissle 1917 bacteria present in the lumen produce nanofactories which are responsible of recognizing and inducing the apoptosis mechanism of cancer cells.</p>
 +
          </div>
 +
        </div>
 +
        <div>
 +
          <image id="image" src="https://static.igem.org/mediawiki/2013/c/cb/Oncoli-diagram-3.jpg" />
 +
          <div id="text">
 +
            <p class='infocard'>The nanofactory complex produced by our bacteria is formed by three parts. These are: Anti-EpCAM , Protein G and our enzymes Luxs-pfs and His-link-enzyme. These nanofactories are released from bacteria into the lumen via signal peptides. Once the Anti-EpCAM’s present on the nanofactories bind to the EpCAM antigens present on the surface of epithelial cells, the enzymes Luxs-pfs and His-link-enzyme present within the nanofactories begin to use SAH in the lumen to produce AI-2: Quorum sensing material. </p>
 +
          </div>
 +
        </div>
 +
        <div>
 +
          <image id="image" src="https://static.igem.org/mediawiki/2013/2/26/Oncoli-diagram-4.jpg" />
 +
          <div id="text">
 +
            <p class='infocard'>Compared to normal cells, EpCAM antigens are expressed 100 times more on a cancer cell. Therefore the concentration of bound nanofactories on a cancer cell is 100 times greater.</p>
 +
          </div>
 +
        </div>
 +
        <div>
 +
          <image id="image" src="https://static.igem.org/mediawiki/2013/5/52/Oncoli-diagram-6.jpg" />
 +
          <div id="text">
 +
            <p class='infocard'>The AI-2 substance produced in the lumen by our nanofactories act like a chemo-attractant which trigger our Nissle 1917 bacteria to motions toward the cancer cells via the quorum sensing technique.</p>
 +
          </div>
 +
        </div>
 +
        <div>
 +
          <image id="image" src="https://static.igem.org/mediawiki/2013/b/b2/Oncoli-diagram-7.jpg" />
 +
          <div id="text">
 +
            <p class='infocard'>TAT-Apoptin: our killer protein is controlled by an inducible promoter called LsrR-lsrk. LsrR-lsrk is induced by AI-2 which is formed when our nanofactories bind to the cancer cells. Our bacteria build up around cancer cells and release our killer protein: TAT-Apoptin. </p>
 +
          </div>
 +
        </div>
 +
        <div>
 +
          <image id="image" src="https://static.igem.org/mediawiki/2013/5/58/Oncoli-diagram-11.jpg" />
 +
          <div id="text">
 +
            <p class='infocard'>The secreted TAT-APOPTIN complex, binds to the cancer cells and normal cells, penetrating into the membrane without causing any damage. When apoptin reaches a specific concentration in the cytoplasm of cancer cells, the period of apoptosis begins and the cancer cells are destroyed. However the normal cells remain unaffected as apoptin is cancer specific. </p>
 +
          </div>
 +
        </div>
 +
      </items>
 +
      <div id="left" style="position:relative;float:left;width:57.7%;height:100%;">
 +
        <div id="imagebox" style="position:relative;text-align:center;width:100%;height:100%;overflow:hidden;">
 +
          image here
 +
        </div>
 +
        <div id="pager" style="position:absolute;bottom:0;width:100%;">
 +
        </div>
 +
      </div>
 +
     
 +
      <div class="boxin" style="float:left;width:42.3%;height:100%;overflow:hidden;background: #233447;">
 +
        <div id="right" style="width:100%;height:100%;">
 +
          content here
 +
      </div>
 +
    </div>
 +
  </div>
 +
  </div>
 +
 
 +
<div class="tourview" style="background:url('https://static.igem.org/mediawiki/2013/thumb/e/e3/Oncoli-tour-main.png/800px-Oncoli-tour-main.png');-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;">
 +
  <div style="padding-left:130px;padding-right:170px;padding-left:130px;padding-top:100px;padding-bottom:55px;height:135px;">
 +
  <a href="https://2013.igem.org/Team:ATOMS-Turkiye/Project"Take a tour"></a>
 +
  <a href="https://2013.igem.org/Team:ATOMS-Turkiye/HumanPractice/Overview"></a>
 +
  <a href="https://2013.igem.org/Team:ATOMS-Turkiye/HumanPractice/Safety"></a>
 +
  <a href="https://2013.igem.org/Team:ATOMS-Turkiye/Achievements"></a>
 +
  </div>
 +
</div>
 +
-
{|align="justify"
+
</html>
-
|You can write a background of your team here.  Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
+
-
|[[Image:ATOMS-Turkiye_logo.png|200px|right|frame]]
+
-
|-
+
-
|
+
-
''Tell us more about your project.  Give us background.  Use this as the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
+
-
|[[Image:ATOMS-Turkiye_team.png|right|frame|Your team picture]]
+
-
|-
+
-
|
+
-
|align="center"|[[Team:ATOMS-Turkiye | Team ATOMS-Turkiye]]
+
-
|}
+
-
 
+
-
<!--- The Mission, Experiments --->
+
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
{{:Team:ATOMS-Turkiye/Sponsors}}
-
!align="center"|[[Team:ATOMS-Turkiye|Home]]
+
-
!align="center"|[[Team:ATOMS-Turkiye/Team|Team]]
+
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=ATOMS-Turkiye Official Team Profile]
+
-
!align="center"|[[Team:ATOMS-Turkiye/Project|Project]]
+
-
!align="center"|[[Team:ATOMS-Turkiye/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:ATOMS-Turkiye/Modeling|Modeling]]
+
-
!align="center"|[[Team:ATOMS-Turkiye/Notebook|Notebook]]
+
-
!align="center"|[[Team:ATOMS-Turkiye/Safety|Safety]]
+
-
!align="center"|[[Team:ATOMS-Turkiye/Attributions|Attributions]]
+
-
|}
+

Latest revision as of 22:43, 2 August 2014

Welcome to our model of Oncoli.
The genetically engineered Nissle 1917 bacteria present in the lumen produce nanofactories which are responsible of recognizing and inducing the apoptosis mechanism of cancer cells.

The nanofactory complex produced by our bacteria is formed by three parts. These are: Anti-EpCAM , Protein G and our enzymes Luxs-pfs and His-link-enzyme. These nanofactories are released from bacteria into the lumen via signal peptides. Once the Anti-EpCAM’s present on the nanofactories bind to the EpCAM antigens present on the surface of epithelial cells, the enzymes Luxs-pfs and His-link-enzyme present within the nanofactories begin to use SAH in the lumen to produce AI-2: Quorum sensing material.

Compared to normal cells, EpCAM antigens are expressed 100 times more on a cancer cell. Therefore the concentration of bound nanofactories on a cancer cell is 100 times greater.

The AI-2 substance produced in the lumen by our nanofactories act like a chemo-attractant which trigger our Nissle 1917 bacteria to motions toward the cancer cells via the quorum sensing technique.

TAT-Apoptin: our killer protein is controlled by an inducible promoter called LsrR-lsrk. LsrR-lsrk is induced by AI-2 which is formed when our nanofactories bind to the cancer cells. Our bacteria build up around cancer cells and release our killer protein: TAT-Apoptin.

The secreted TAT-APOPTIN complex, binds to the cancer cells and normal cells, penetrating into the membrane without causing any damage. When apoptin reaches a specific concentration in the cytoplasm of cancer cells, the period of apoptosis begins and the cancer cells are destroyed. However the normal cells remain unaffected as apoptin is cancer specific.

image here

Sponsors

Oncoli-s-tozal.png Oncoli-s-sigma.jpg Oncoli-s-sentegen.png