Team:Warsaw/Project/introduction

From 2009.igem.org

(Difference between revisions)
 
(9 intermediate revisions not shown)
Line 1: Line 1:
-
{{WarHead1}}
+
{{WarHead1|project=block|team=none|modelling=none|lab=none}}
 +
 
 +
<html>
 +
<style>
 +
 
 +
div.komHide { background-repeat:no-repeat; position:absolute; visibility:hidden; }
 +
 
 +
.komVisible { background-repeat:no-repeat; position:absolute; cursor:pointer; visibility:visible; }
 +
 
 +
.text {text-align: justify;}
 +
.textHide { visibility: hidden;}
 +
.textVisible { visibility: visible;}
 +
 
 +
.blacknwhite { background-repeat:no-repeat; position:absolute; cursor:pointer; visibility:visible;}
 +
 
 +
#imgHide {display: none;}
 +
 
 +
</style>
 +
 
 +
 
 +
<script>
 +
 
 +
function showTip(thisText)
 +
{
 +
  isShowing = true;
 +
  document.getElementById("tekscik").style.left = mouseX+10+"px";
 +
  document.getElementById("tekscik").style.top = mouseY+10+document.body.scrollTop+"px";
 +
  document.getElementById("tekscik").innerHTML = thisText;
 +
  document.getElementById("tekscik").style.display = "block";
 +
}
 +
 
 +
function hideTip()
 +
{
 +
  document.getElementById("tekscik").style.display = "none";
 +
  isShowing = false;
 +
}
 +
 
 +
function tipPosition(callingEvent)
 +
{
 +
  if (!callingEvent) callingEvent = window.event;
 +
  mouseX = callingEvent.layerX;
 +
  mouseY = callingEvent.layerY-1;
 +
  if (isShowing)
 +
  {
 +
document.getElementById("tekscik").style.left = mouseX+10+"px";
 +
document.getElementById("tekscik").style.top = (!is_safari) ? mouseY+10+document.body.scrollTop+"px" : mouseY+10+"px" ;
 +
  }
 +
}
 +
 
 +
 
 +
 
 +
function changeDivBackground (thisArea, thisURL) {
 +
 
 +
document.getElememtById(thisArea).style.backgroundImage = "url("+ thisURL + ")";
 +
 
 +
}
 +
 
 +
 
 +
function toggleOn(thisArea,thisText) {
 +
    clearHighlights();
 +
    document.getElementById(thisArea).className = "komVisible";
 +
    showTip(thisText);
 +
    document.getElementById("kom_main").style.backgroundImage = "url(https://static.igem.org/mediawiki/2009/0/02/Kom_dark.png)";
 +
}
 +
 
 +
function toggleOff() {
 +
  document.getElementById("kom_main").style.backgroundImage = "url(https://static.igem.org/mediawiki/2009/5/5f/Kom_colour.png)";
 +
hideTip();
 +
}
 +
 
 +
function toggleOff1(thisArea) {
 +
    document.getElementById(thisArea).className = "komHide";
 +
}
 +
 
 +
function clearHighlights()
 +
{
 +
  document.getElementById("kom4b").className = "komHide";
 +
  document.getElementById("kom1").className = "komHide";
 +
  document.getElementById("kom2").className = "komHide";
 +
  document.getElementById("kom3a").className = "komHide";
 +
  document.getElementById("kom3b").className = "komHide";
 +
 
 +
}
 +
 
 +
document.onmousemove = tipPosition;
 +
 
 +
</script>
 +
</html>
==Aims of the project==
==Aims of the project==
-
<div class="text">One of the most important challenges in the field of modern medicine is to invent the
+
<div class="text">One of the most important challenges in the field of modern medicine is to invent the efficacious anticancer therapy. The gene therapy appears to be the most effective strategy for metastasis remission without dangerous side effects, which are common disadvantages in the case of both radio and chemotherapy. Use of bare DNA particles is very inefficient, therefore new DNA delivery system is needed. The most common vectors used in genetic therapy are genetically altered viruses. However they generate problems that have not yet been solved. An integration into the host genome may lead to unpredictable side effects. Moreover this type of vector could cause acute immune response or symptoms of viral infection. Artificial systems of DNA or RNA delivery such as liposomes or alkaline polymers are characterized by low effectiveness and high toxicity.</div>
-
efficacious anticancer therapy. The gene therapy appears to be the most effective strategy for
+
<br>
-
metastasis remission without dangerous side effects, which are common disadvantages in the case
+
<div class="text">'''The main aim of our project is to design and make a model system based on genetically modified ''Escherichia coli'' bacteria capable of entering into eukaryotic cells'''. This approach is a new alternative for previously established methods. It has most of advantages of previously known viral vectors and, importantly, it does not induce negative changes in the patient’s genome. The created bacterial system will be applied to two problems. The first one is to create special bacterial strain, which is able to conjugate with the mitochondrion within the cytoplasm. It will enable effective DNA delivery in scientific or therapeutic approaches. The second strategy is to induce apoptosis of tumor cells by means of the proapoptotic proteins secreted to the cytoplasm by bacteria that exist within the cell. And the second one is a main approach we have concentrated on in our project.</div>
-
of both radioand chemotherapy. Use of bare DNA particles is very inefficient, therefore new DNA
+
<br>
-
delivery system is needed. The most common vectors used in genetic therapy are genetically altered
+
<div style="color: maroon; font-weight: bold; font-size: 18px; text-align: center;">Click on below image for details</div>
-
viruses. However they generate problems that have not been solved yet. An integration into the host genome may lead to unpredictable sideeffects and increases cancer risk. Moreover this type of vector could cause acute immune response or symptoms of viral infection. Artificial systems of DNA or RNA delivery such as liposomes or alkaline polymers are characterized by low effectiveness and high toxicity.</div>
+
<html>
 +
<div style="margin-left: 100px; text-align: center;">
 +
<div id="kom_main" style="width:450px; height:410px; background: url(https://static.igem.org/mediawiki/2009/5/5f/Kom_colour.png); position: relative; ">
 +
 
 +
<map name="komorka">
 +
 
 +
<area name="kom1" href="https://2009.igem.org/Team:Warsaw/Project/invasion" shape="poly" coords="9,162,28,201,50,211,113,136,81,68,70,77,67,93,44,98,8,161" onmouseover="toggleOn('kom1','invasion into eucaryotic cell<br>[click for details]')" onmouseout="toggleOff()">
 +
 
 +
<area name="kom2" href="https://2009.igem.org/Team:Warsaw/Project/endosome" shape="poly" coords="27,239,87,170,118,190,130,214,79,286,54,291,31,279,25,256,27,240"  onmouseover="toggleOn('kom2','endosome escape<br>[click for details]')" onmouseout="toggleOff()">
 +
 
 +
<area name="kom3a" href="https://2009.igem.org/Team:Warsaw/Project/conjugation" shape="poly" coords="139,216,104,260,99,322,121,337,223,351,265,322,187,244,143,219,139,217" onmouseover="toggleOn('kom3a','conjugation with mitochondria<br>[click for details]')" onmouseout="toggleOff()">
 +
 
 +
<area name="kom3b" href="https://2009.igem.org/Team:Warsaw/Project/cytoplasm" shape="poly" coords="231,221,278,280,339,275,388,193,186,144,266,148,254,191,235,220" onmouseover="toggleOn('kom3b','secretion of proteins<br>to the cytoplasm<br>[click for details]')" onmouseout="toggleOff()">
 +
 
 +
<area name="kom4b" href="https://2009.igem.org/Team:Warsaw/Project/cytoplasm" shape="poly" coords="245,66,262,110,307,132,370,153,394,147,387,102,356,64,304,42,245,67" onmouseover="toggleOn('kom4b','induction of apoptosis<br>[click for details]')" onmouseout="toggleOff()">
 +
 
 +
<area name="alls" shape="poly" coords="5,162,5,230,43,335,132,397,212,405,298,403,432,277,439,45,349,42,197,3,145,15,5,161" onmouseover="clearHighlights()" onmouseout="toggleOff()">
 +
 
 +
</map>
 +
 
 +
<div id="kom1" class="komHide" style="width:230px; height:272px; background-image:url(https://static.igem.org/mediawiki/2009/c/c4/Kom1a.png); position: absolute; left:0px; top:0px; "></div>
 +
 
 +
<div id="kom2" class="komHide" style="width:290px; height:395px; background-image:url(https://static.igem.org/mediawiki/2009/8/8d/Kom2a.png); position: absolute; left:0px; top:0px;"></div>
 +
 
 +
<div id="kom3a" class="komHide" style="width:307px; height:261px; background-image:url(https://static.igem.org/mediawiki/2009/4/41/Kom3aa.png); position: absolute left; left:0px; top:150px;"></div>
 +
 
 +
 
 +
<div id="kom4b" class="komHide" style="width:270px; height:149px; background-image:url(https://static.igem.org/mediawiki/2009/9/9f/Kom4ba.png); position: relative; left:179px; top:0px;"></div>
 +
 
 +
<div id="kom3b" class="komHide" style="width:271px; height:267px; background-image:url(https://static.igem.org/mediawiki/2009/8/83/Kom3ba.png); position: relative; left:179px; top:-5px;"></div>
 +
 
 +
<div id="tekscik" style="display:none; position:absolute; top:20px; color:#FFFFFF; background-color:darkgreen; border:1px solid #DDDDDD; font-family:Arial, Helvetica, sans-serif; padding:3px; text-align:center; font-size:9px; border-bottom-color:#666666; border-right-color:#666666;">TEST</div>
 +
 
 +
 
 +
<img src="https://static.igem.org/mediawiki/2009/0/02/Kom_dark.png" id="imgHide">
 +
 
 +
<img id="komorka_main" src="https://static.igem.org/mediawiki/2009/c/cd/Pixel.gif" border=0 width="450" height="410" usemap="#komorka" style="position: absolute; top: 0px; left: 0px; width: 450px; height: 410px;"/>
 +
 
 +
</div>
 +
</div>
 +
<br><br>
 +
</html>
-
<div class="text">The main aim of this project is to design a model system based on genetically modified
 
-
''Escherichia coli'' bacteria able to invade eukaryotic cells. This approach is the new alternative for
 
-
established for years techniques. It has most of advantages of previously known viral vectors and,
 
-
importantly, it does not induce negative changes in the patient’s genome. The created bacterial
 
-
system will be applied to two problems. The first one is to create special bacterial strain, which is
 
-
able to conjugate with the mitochondrion within the cytoplasm. It will enable effective DNA
 
-
delivery in scientific or therapeutic approaches. The second strategy is to induce apoptosis of tumor
 
-
cells by means of the proapoptotic proteins secreted to the cytoplasm by bacteria that exist within
 
-
the cell.</div>
 
{{WarFoot1}}
{{WarFoot1}}

Latest revision as of 00:20, 22 October 2009

Aims of the project

One of the most important challenges in the field of modern medicine is to invent the efficacious anticancer therapy. The gene therapy appears to be the most effective strategy for metastasis remission without dangerous side effects, which are common disadvantages in the case of both radio and chemotherapy. Use of bare DNA particles is very inefficient, therefore new DNA delivery system is needed. The most common vectors used in genetic therapy are genetically altered viruses. However they generate problems that have not yet been solved. An integration into the host genome may lead to unpredictable side effects. Moreover this type of vector could cause acute immune response or symptoms of viral infection. Artificial systems of DNA or RNA delivery such as liposomes or alkaline polymers are characterized by low effectiveness and high toxicity.


The main aim of our project is to design and make a model system based on genetically modified Escherichia coli bacteria capable of entering into eukaryotic cells. This approach is a new alternative for previously established methods. It has most of advantages of previously known viral vectors and, importantly, it does not induce negative changes in the patient’s genome. The created bacterial system will be applied to two problems. The first one is to create special bacterial strain, which is able to conjugate with the mitochondrion within the cytoplasm. It will enable effective DNA delivery in scientific or therapeutic approaches. The second strategy is to induce apoptosis of tumor cells by means of the proapoptotic proteins secreted to the cytoplasm by bacteria that exist within the cell. And the second one is a main approach we have concentrated on in our project.


Click on below image for details