Team:Bilkent UNAM Turkey/Collaboration

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
<html>
 +
<script type="text/javascript" src="https://2011.igem.org/Team:Bilkent_UNAM_Turkey/js/dropdowncontent.js?action=raw&amp;ctype=text/css\"></script>
 +
<link href='https://2011.igem.org/Team:Bilkent_UNAM_Turkey/css/tabbedContent.css?action=raw&amp;ctype=text/css' rel='stylesheet' type='text/css'/>
 +
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js'></script>
 +
<script type="text/javascript" src="https://2011.igem.org/Team:Bilkent_UNAM_Turkey/wordlist.js?action=raw&amp;ctype=text/css\"></script>
 +
 +
<style type="text/css">
 +
#menubar li a {
 +
color: white;
 +
}
 +
#menubar.right-menu {
 +
margin-top: -15px;
 +
}
 +
#menubar.left-menu {
 +
top:0;
 +
}
 +
.right-menu ul {
 +
border: none;
 +
}
 +
#menubar {
 +
top: 12px;
 +
z-index: 25;
 +
}
 +
.left-menu noprint{
 +
top:0;
 +
}
 +
* html body {
 +
overflow: hidden;
 +
}
 +
#content {
 +
background-color: transparent;
 +
height: 550px;
 +
}
 +
.anchor{
 +
text-decoration: underline
 +
}
 +
.pops{
 +
position:absolute;
 +
visibility: hidden;
 +
border: 9px solid black;
 +
background: url(https://static.igem.org/mediawiki/2011/5/56/B.jpg) repeat-x left top;
 +
width: 300px;
 +
padding: 8px;
 +
-webkit-border-radius: 8px;
 +
-moz-border-radius: 8px;
 +
border-radius: 8px;
 +
 +
}
 +
body {
 +
width: 100%;
 +
margin: 0 auto;
 +
padding: 0;
 +
overflow: hidden;
 +
font: trebuchet, verdana, arial, times new roman;
 +
}
 +
#home {overflow:auto;}
 +
img[src*="/wiki/skins/common/images/wiki.png"] {
 +
width: 0;
 +
height:0px;
 +
}
 +
 +
.firstHeading {
 +
border: none;
 +
display:none;
 +
}
 +
#catlinks {
 +
display: none;
 +
}
 +
#search-controls {
 +
display: none;
 +
}
 +
#footer-box {
 +
bottom: 3px;
 +
background-color: black;
 +
padding:0px -15px -2px -15px;
 +
z-index:999;
 +
}
 +
#globalWrapper {
 +
width: 100%;
 +
height: 100%;
 +
padding-right: 0pt;
 +
padding-left: 0pt;
 +
padding-bottom: 10px;
 +
background-color: white;
 +
background: url(https://static.igem.org/mediawiki/2011/5/56/B.jpg) repeat-x left top;
 +
        /*-webkit-background-size: cover;
 +
        -moz-background-size: cover;
 +
        -o-background-size: cover;
 +
        background-size: cover;
 +
background-attachment: fixed;
 +
background-position:center top;
 +
        background-repeat:no-repeat;*/
 +
font: 13px Tahoma, Arial, Helvetica, sans-serif;
 +
position: absolute;
 +
overflow: shown;
 +
margin: 0 auto;
 +
color: white;
 +
}
 +
#banner{
 +
position:fixed;
 +
z-index:24;
 +
}
 +
 +
</style>
 +
 +
<div class='slide_content'>
 +
 +
 +
https://2011.igem.org/Team:Bilkent_UNAM_Turkey/Collaboration
https://2011.igem.org/Team:Bilkent_UNAM_Turkey/Collaboration
Line 10: Line 119:
We planned to use these vectors for ''B. subtilis'' project but these vectors could not be used because we have not much time to work both ''C. reinhardtii'' and ''B. subtilis'' projects. We continue with ''C. reinhardtii''.
We planned to use these vectors for ''B. subtilis'' project but these vectors could not be used because we have not much time to work both ''C. reinhardtii'' and ''B. subtilis'' projects. We continue with ''C. reinhardtii''.
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
<!-- up to here  -->
 +
 +
 +
 +
</div>
 +
<div class='popingProblem' id='popingProblem' >There is a problem with poping up if you see this note.</div>  <!-- dont delete this line, it is mandatory for poping up -->
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
<script type="text/javascript">
 +
for(var i =0;i<list.length;i++){
 +
var temp=list[i];
 +
$("div.slide_content").html($("div.slide_content").html().replace( temp, "<a class=\"anchor\" href=\"https://2011.igem.org/Team:Bilkent_UNAM_Turkey/"+temp+"\" id=\"searchlink"+i+"\" rel=\"subcontent"+i+"\" rev=\"https://2011.igem.org/Team:Bilkent_UNAM_Turkey/pops/"+temp+"?action=raw&amp;ctype=text/css\">"+temp+"</a>" )); 
 +
 +
}
 +
 +
 +
//this is for banner
 +
 +
 +
var tr1 = document.createElement('tr');
 +
var table1 = document.createElement('table');
 +
table1.setAttribute('id','banner');
 +
 +
 +
var image1 = document.createElement('img');
 +
image1.setAttribute('src', 'https://static.igem.org/mediawiki/2011/a/a1/Unam.gif');
 +
image1.setAttribute('style','border:0;');
 +
 +
var image2 = document.createElement('img');
 +
image2.setAttribute('src', 'https://static.igem.org/mediawiki/2011/0/05/Igem.gif');
 +
image2.setAttribute('style','border:0;');
 +
 +
var image3 = document.createElement('img');
 +
image3.setAttribute('src', 'https://static.igem.org/mediawiki/2011/0/06/But.gif');
 +
image3.setAttribute('style','border:0;');
 +
 +
var image4 = document.createElement('img');
 +
image4.setAttribute('src', 'https://static.igem.org/mediawiki/2011/3/32/Bilkent.gif');
 +
image4.setAttribute('style','border:0;');
 +
 +
var href1 = document.createElement('a');
 +
href1.setAttribute('href','http://www.nano.org.tr/index1.html');
 +
 +
var href2 = document.createElement('a');
 +
href2.setAttribute('href','https://2011.igem.org/Main_Page');
 +
 +
var href3 = document.createElement('a');
 +
href3.setAttribute('href','https://2011.igem.org/Team:Bilkent_UNAM_Turkey');
 +
 +
var href4 = document.createElement('a');
 +
href4.setAttribute('href','http://www.bilkent.edu.tr');
 +
 +
var td1 = document.createElement('td');
 +
var td2 = document.createElement('td');
 +
var td3 = document.createElement('td');
 +
var td4 = document.createElement('td');
 +
var td5 = document.createElement('td');
 +
td5.setAttribute('width','110');
 +
td5.appendChild(document.createElement('g:plusone'));
 +
 +
 +
href1.appendChild(image1);
 +
href2.appendChild(image2);
 +
href3.appendChild(image3);
 +
href4.appendChild(image4);
 +
 +
td1.appendChild(href1);
 +
td2.appendChild(href2);
 +
td3.appendChild(href3);
 +
td4.appendChild(href4);
 +
 +
 +
tr1.appendChild(td1);
 +
tr1.appendChild(td5);
 +
tr1.appendChild(td2);
 +
tr1.appendChild(td3);
 +
tr1.appendChild(td4);
 +
 +
table1.appendChild(tr1);
 +
 +
 +
document.getElementById('top-section').appendChild(table1);
 +
 +
 +
//banner up to here
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
var popdiv=" ";
 +
for(var i =0;i<list.length;i++){
 +
popdiv +="<DIV id=\"subcontent"+i+"\" class=\"pops\"></DIV>";
 +
}
 +
$('.popingProblem').after(popdiv)
 +
for(var i=0 ;i<list.length;i++)
 +
dropdowncontent.init(("searchlink"+i), "right-bottom", 500, "mouseover");
 +
//Call dropdowncontent.init("anchorID", "positionString", glideduration, "revealBehavior") at the end of the page:
 +
$('div').remove('.popingProblem',function(){
 +
for(var i=0 ;i<list.length;i++)
 +
dropdowncontent.init(("searchlink"+i), "right-bottom", 500, "mouseover");
 +
//Call dropdowncontent.init("anchorID", "positionString", glideduration, "revealBehavior") at the end of the page:
 +
});
 +
 +
</script>
 +
 +
</html>

Revision as of 22:31, 21 September 2011

https://2011.igem.org/Team:Bilkent_UNAM_Turkey/Collaboration '''FATIH_TURKEY''' We helped the FATIH_TURKEY team by providing them with B.Subtilis and competent B.Subtilis which was needed in order for their project to proceed. We also gave materials such as LB, antibiotic and agar to accelarate their experiments before their orders come from companies whenever they need. This strain was obtained from one of lab members and prepared to be sent. They also gave us their biobrick vectors for ''B. subtilis'': - BBa_K541026 (Reflectin 1A (SacB) and LALF (LipA) protein for B.subtilis) - BBa_K090401 ( Gram-positive Shuttle Vector for Episomal Expression) - BBa_K090402 (B. subtilis Episomal Vector with Constitutive GFP) - BBa_K090403 (Gram-positive Shuttle Vector for Chromosomal Integration) We planned to use these vectors for ''B. subtilis'' project but these vectors could not be used because we have not much time to work both ''C. reinhardtii'' and ''B. subtilis'' projects. We continue with ''C. reinhardtii''.
There is a problem with poping up if you see this note.