Team:Warsaw/Calendar-Main/23 June 2009

From 2009.igem.org

(Difference between revisions)
Line 1: Line 1:
-
{{WarNotebook}}
+
}; //koniec wewnętrznej funkcji
-
<!-- do not edit above me! -->
+
 
 +
req.open('GET', adresbase+nday, true);
 +
req.send(null);
 +
}
 +
 
 +
next_fil(tokeny[tokeny.length-1].replace('/ /g','_'));
 +
 
 +
 
 +
 
 +
function prev_fil(day)
 +
{
 +
 
 +
var pday=prevday(day);
 +
 
 +
document.getElementById("back_ajax").innerHTML=document.getElementById("back_ajax").innerHTML+"<br>Call: "+day;
 +
 
 +
if (window.XMLHttpRequest) { // Mozilla, Safari, Opera ...
 +
  var req = new XMLHttpRequest();
 +
} else if (window.ActiveXObject) { // IE
 +
  var req = new ActiveXObject("Microsoft.XMLHTTP");
 +
}
 +
var ans;
 +
if (window.overrideMimeType) req.overrideMimeType('text/xml');
 +
req.onreadystatechange = function() { //początek wewnętrznej funkcji
 +
if (req.readyState == 4) {
 +
            if (req.status == 200) {
 +
                ans=req.responseText;
 +
                if(ans.search(eday)>0) prev_fil(pday);
 +
                else
 +
                {
 +
                document.getElementById("back_ajax").innerHTML=document.getElementById("back_ajax").innerHTML+"<br>Back Hit: "+pday;
 +
                document.getElementById("prev_fil").href=adresbase+pday;
 +
                document.getElementById("prev_fil").style.display = 'block';
 +
                document.getElementById("prev_progress").style.display = 'none';
 +
                }
 +
            }
 +
}
 +
 
 +
}; //koniec wewnętrznej funkcji
 +
 
 +
req.open('GET', adresbase+pday, true);
 +
req.send(null);
 +
}
 +
 
 +
prev_fil(tokeny[tokeny.length-1].replace('/ /g','_'));
 +
 
 +
/* ]]> */</script>
 +
<br/>
 +
<start>
 +
 
 +
</p><p><br/>
 +
 
 +
 
<h3>Components of the secretion system</h3>
<h3>Components of the secretion system</h3>
<h4>Kuba</h4>
<h4>Kuba</h4>
Line 39: Line 91:
<p>pVDL9 was cut with NotI</p>
<p>pVDL9 was cut with NotI</p>
-
</li>
 
-
</ul>
 
<ul>
<ul>
<ul>
<ul>

Revision as of 01:15, 24 June 2009

}; //koniec wewnętrznej funkcji

req.open('GET', adresbase+nday, true); req.send(null); }

next_fil(tokeny[tokeny.length-1].replace('/ /g','_'));


function prev_fil(day) {

var pday=prevday(day);

document.getElementById("back_ajax").innerHTML=document.getElementById("back_ajax").innerHTML+"
Call: "+day;

if (window.XMLHttpRequest) { // Mozilla, Safari, Opera ...

  var req = new XMLHttpRequest();

} else if (window.ActiveXObject) { // IE

  var req = new ActiveXObject("Microsoft.XMLHTTP");

} var ans; if (window.overrideMimeType) req.overrideMimeType('text/xml'); req.onreadystatechange = function() { //początek wewnętrznej funkcji if (req.readyState == 4) {

           if (req.status == 200) {
               ans=req.responseText;
               if(ans.search(eday)>0) prev_fil(pday);
               else
               {
               document.getElementById("back_ajax").innerHTML=document.getElementById("back_ajax").innerHTML+"
Back Hit: "+pday; document.getElementById("prev_fil").href=adresbase+pday; document.getElementById("prev_fil").style.display = 'block'; document.getElementById("prev_progress").style.display = 'none'; } }

}

}; //koniec wewnętrznej funkcji

req.open('GET', adresbase+pday, true); req.send(null); }

prev_fil(tokeny[tokeny.length-1].replace('/ /g','_'));

/* ]]> */</script>
<start>

</p>


Components of the secretion system

Kuba


<p>Task:

  • Isolation and restriction analysis of the components of the hemolysin secretion system


The process

  • Plasmids pLG612-1 (containing hemolysin secretion signal) and pVDL9 (other components of the secretion system) were kindly provided by dr Guzman.

    plasmid isolation was preformed with the use of "Gel-out" kit (A&A Biotechnology)

    pLG612 was cut with EcoRI and HindIII