Team:Bilkent UNAM Turkey

From 2011.igem.org

(Difference between revisions)
(Prototype team page)
 
(485 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 *** -->
 
-
 
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<link href='https://2011.igem.org/Team:Bilkent_UNAM_Turkey/css/tabbedContent.css?action=raw&amp;ctype=text/css' rel='stylesheet' type='text/css'/>
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js'></script>
-
This is a template page. READ THESE INSTRUCTIONS.
+
<script type="text/javascript" src="https://2011.igem.org/Team:Bilkent_UNAM_Turkey/js/dropdowncontent.js?action=raw&amp;ctype=text/css\"></script>
-
</div>
+
<script type="text/javascript" src="https://2011.igem.org/Team:Bilkent_UNAM_Turkey/wordlist.js?action=raw&amp;ctype=text/css\"></script>
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
-
You are provided with this team page template with which to start the iGEM season. You 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>.
+
<script type="text/javascript">
 +
 
 +
//tab effects
 +
 
 +
 
 +
var TabbedContent = {
 +
init: function() {
 +
 +
$(".tab_item").mouseenter(function() {
 +
 +
var background = $(this).parent().find(".moving_bg");
 +
 +
$(background).stop().animate({
 +
left: $(this).position()['left']
 +
}, {
 +
duration: 300
 +
});
 +
 +
$(this).find(".sliding_menu:hidden").slideDown(300);
 +
TabbedContent.slideContent($(this));
 +
 +
});
 +
$(".tab_item").mouseleave(function() {
 +
$(this).find(".sliding_menu").slideUp(300);
 +
});
 +
$(".sliding_item").mouseenter(function() {
 +
$(".tab_item").stop();
 +
});
 +
},
 +
 +
slideContent: function(obj) {
 +
 +
var margin = $(obj).parent().parent().find(".slide_content").width();
 +
margin = margin * ($(obj).prevAll().size() - 1);
 +
margin = margin * -1;
 +
 +
$(obj).parent().parent().find(".tabslider").stop().animate({
 +
marginLeft: margin + "px"
 +
}, {
 +
duration: 300
 +
});
 +
}
 +
}
 +
 
 +
$(document).ready(function() {
 +
TabbedContent.init();
 +
});
 +
</script>
 +
 
 +
<style type="text/css">
 +
#effect560621{
 +
position:fixed;
 +
z-index:24;
 +
}
 +
#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='tabbed_content'>
 +
<div class='tabs'>
 +
<div class='moving_bg'>
 +
&nbsp;
 +
</div>
 +
 +
<span class='tab_item'>
 +
PROJECT
 +
                        <div class='sliding_menu'>
 +
<span class='sliding_item'>
 +
<a href="https://2011.igem.org/Team:Bilkent_UNAM_Turkey/Project_Overview">Background</a>
 +
</span>
 +
                                        <span class='sliding_item'>
 +
<a href="https://2011.igem.org/Team:Bilkent_UNAM_Turkey/Project_Description">Project_Description</a>
 +
</span>
 +
                        </div>
 +
              </span>
 +
<span class='tab_item'>
 +
TEAM
 +
<div class='sliding_menu'>
 +
<span class='sliding_item'>
 +
<a href="https://2011.igem.org/Team:Bilkent_UNAM_Turkey/Gallery">Gallery</a>
 +
</span>
 +
                                        <span class='sliding_item'>
 +
<a href="https://2011.igem.org/Team:Bilkent_UNAM_Turkey/Team">Team_Page</a>
 +
</div>
 +
</span>
 +
<span class='tab_item'>
 +
LABWORKS
 +
<div class='sliding_menu'>
 +
<span class='sliding_item'>
 +
<a href="https://2011.igem.org/Team:Bilkent_UNAM_Turkey/Protocols">Protocols</a>
 +
</span>
 +
<span class='sliding_item'>
 +
<a href="https://2011.igem.org/Team:Bilkent_UNAM_Turkey/Experiment">Experiment</a>
 +
</span>
 +
                                <span class='sliding_item'>
 +
                                        <a href="https://2011.igem.org/Team:Bilkent_UNAM_Turkey/Safety">Lab Safety</a>
 +
                                </span>
 +
</div>
 +
</span>
 +
<span class='tab_item'>
 +
HUMAN PRACTICE
 +
<div class='sliding_menu'>
 +
<span class='sliding_item'>
 +
<a href="https://2011.igem.org/Team:Bilkent_UNAM_Turkey/BBQ_Party">BBQ Party</a>
 +
</span>
 +
<span class='sliding_item'>
 +
<a href="https://2011.igem.org/Team:Bilkent_UNAM_Turkey/Team_Meetup">Team Meetup</a>
 +
                                </span>
 +
<span class='sliding_item'>
 +
                                        <a href="https://2011.igem.org/Team:Bilkent_UNAM_Turkey/iGEM_Everywhere">iGEM Everywhere</a>
 +
</span>
 +
<span class='sliding_item'>
 +
<a href="https://2011.igem.org/Team:Bilkent_UNAM_Turkey/Collaboration">Collaboration</a>
 +
</span>
 +
</div>
 +
</span>
 +
<span class='tab_item'>
 +
BIOBRICK PARTS
 +
</span>
 +
<span class='tab_item'>
 +
ATTRIBUTIONS
 +
</span>
 +
 
 +
 
 +
 
 +
 
 +
</div>
 +
 
 +
<div class='slide_content'>
 +
<div class='tabslider'>
 +
 
 +
<!-- content goes here -->
 +
 +
 
 +
<ul>
 +
 +
 +
 
 +
 
 +
<p><b style=3D'mso-bidi-font-weight:normal'><span lang=3DTR>Biodegradation of TNT and TNT derivatives by <i>nfsI</i>-transfected <i>Chlamydomonas_reinhardtii</i><o:p></o:p></span></b></p>
 +
 
 +
<p><b style=3D'mso-bidi-font-weight:normal'><span lang=3DTR>Abstract<o:p></
 +
o:p></span></b></p>
 +
 
 +
<table width="880" height="225" cellpadding="5" cellspacing="0" style="background:transparent !important;">
 +
<tr>
 +
      <td rowspan="2"> <img src="https://static.igem.org/mediawiki/2011/5/54/But.png" width="370" height="340"></td>
 +
 
 +
<td><img src="https://static.igem.org/mediawiki/2011/e/eb/Nbt1201-1168-F1.gif" width="400"></td>
 +
</tr>
 +
 +
    <tr><td>
 +
Our aim is to modify the unicellular microalga <i>Chlamydomonas reinhardtii</i> for effective trinitrotoluene (TNT) biodegradation by expression of Enterobacter cloacae nitroreductase gene nfsI.  <i>C. reinhardtii</i> is a ubiquitous species capable of thriving in soil, freshwater and marine environments, making this alga a suitable choice for removal of TNT from a wide variety of biomes. We have opted for the use of nfsI as the gene in question is a well-characterized nitroreductase with a known sequence. Our experimental procedure involves (a) development of a synthetic nfsI gene with flanking prefix and suffixes of standard Biobricks, (b) ligation of this sequence to the C. heinhardtii expression vector pRbcBRL, (c) transfection of <i>C. reinhardtii</i> with the recombinant plasmid and (d) TNT tolerance and biodegradation capacity assessment of the modified alga.
 +
        </td>
 +
      </tr>
 +
     
 +
        </table>
 +
 
 +
 
 +
</li>
 +
</ul>
 +
<ul>
 +
<li>
 +
        <table width="880" height="225" cellpadding="5" cellspacing="0" style="background:transparent !important;">
 +
        <td><img src="https://static.igem.org/mediawiki/2011/a/a1/Untitled.png" width="400" height="380"></td>
 +
<td>
 +
 +
</li>
 +
        <li>Bilkent UNAM Turkey team established in January 2011 and member list has grown and changed in time. We shared a lot by that time and are extremely thankful to our former members. We did many brainstorming meetings, some of them was inconclusive. Team went through several problems that cause slightly negative impact on team. For a team to join from Turkey, money always becomes a problem. That’s why we are just able to send just two of our members to the regional jamboree. Moreover, laboratory equipment shipping takes very much time, even a restriction enzyme received one month after the ordering. Our team survive those restrictions and did its best. The force that always give impetus to ourselves is the friendship that we have.
 +
        </li>
 +
        </td>
 +
        </tr>
 +
        </table>
 +
</ul>
 +
<ul>
 +
<li>
 +
<table width="880" height="225" cellpadding="5" cellspacing="0" style="background:transparent !important;">
 +
<tr>
 +
<td><img src="https://static.igem.org/mediawiki/2011/e/ee/01089.jpg" width="440" height="300"></td>
 +
<td>
 +
<p>
 +
In this summer; we learned about iGEM, how it works, what the biggest part of competition is and how we can win a medallion.<p>
 +
When we were newbie, we organized a lot of meeting to find out our main project than we got idea for improving human welfare so we choose an idea from brainstorm results. We searched to get a gene to work on. As a result; lab works began.
 +
We added our protocols which are helpful to transform <i>Chlamydomonas reinhardtii</i> and <i>Escherichia coli</i>. Basic cloning protocols are available on our protocol page. Experiments and safety questions also available from link at the top section.
 +
</p>
 +
</td>
 +
</tr>
 +
</table>
 +
 
 +
 
 +
 
 +
 
 +
</li>
 +
</ul>
 +
<ul>
 +
<li>
 +
<p>
 +
 
 +
IGEM Project is our number one priority. As we worked really hard for our project it is important for us to make our dreams come true which is taking a gold medal. Questioning different items like experiment time, materials and methods and the efficiency of the experiments improved our skills and we started to look as a scientist to problems we faced. There were lots of challenging parts and sometimes we thought to quit but we listened to “Eye of The Tiger” and we did not give up from our experiments we delayed them yes, but we never gave up. <p>
 +
IGEM team- meet-up was a great opportunity for us to communicate with the other groups, understood their projects and share our ideas. As we had a chance for an interview with Anatolia Agency, we also used media power to get attention to our project, iGEM and the importance of synthetic biology. <p>
 +
Apart from that we did not forget having fun apart from our lab. As we planned a BBQ party, it was also a great chance for us to relax and gain some energy for our experiments, I did not even mention about the delicious foods and how joyful was our activities. Also like in iGEM team meeting up, we had a chance to introduce our project and main aim to other scientists and researchers in different areas.<p>
 +
Links at above lead you to specific event and its photos suppose to be at that link. If not, look at gallery link.
 +
Thanks and get great time.<p>
 +
</li>
 +
</ul>
 +
<ul>
 +
 +
 +
<a href="http://partsregistry.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2011&group=Bilkent_UNAM_Turkey"><img src="https://static.igem.org/mediawiki/2011/e/ea/Our_parts.png" width="700"> </img></a>
 +
 
 +
<p><b style=3D'mso-bidi-font-weight:normal'><span lang=3DTR>Favorite Parts<p></b>
 +
 
 +
 
 +
<p><b style=3D'mso-bidi-font-weight:normal'><span lang=3DTR>BBa_K596001<p></b>
 +
 
 +
<a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K596001"><img src="https://static.igem.org/mediawiki/2011/f/f3/BBa_K596001.JPG" width="700" height="300"> </img></a>
 +
 
 +
<p><b style=3D'mso-bidi-font-weight:normal'><span lang=3DTR>BBa_K596004<p></b>
 +
 
 +
 
 +
<a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K596004"><img src="https://static.igem.org/mediawiki/2011/0/05/Algae_protein_expression_vector_pAPEV.png" width="450" height="450"> </img></a>
 +
 
 +
<p><b style=3D'mso-bidi-font-weight:normal'><span lang=3DTR>DNA Submission to Registry<p></b>
 +
 
 +
<img src="https://static.igem.org/mediawiki/2011/9/9f/DNA_submission_to_registry.JPG" width="700"><p>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 +
</ul>
 +
<ul>
 +
<li>
 +
We find it our duty to thank Gulce Itir Percin, Aydan Torun and Ömer Faruk
 +
Sarıoglu for their valuable assistance in conducting the experiments
 +
within our project’s scope, without which we could scarcely have expected
 +
to complete our project in time. We must also extend our thanks to
 +
Sustainable Technologies Laboratory Manager Zeynep E. Ülger for providing
 +
the necessary instructions and training for the use of a wide variety of
 +
laboratory equipment. We would like to acknowledge Prof. Dr. Tayfun Özçelik and Prof. Dr. Engin Umut Akkaya for their sincere support on our team and efforts for getting finanical support from Bilkent University. We thank the Turkish National Nanotechnology
 +
Institute (UNAM) for the administration of routine training sessions regarding
 +
laboratory safety, which allowed all our team members to operate without
 +
any personal danger throughout the experiments so far. We are also
 +
grateful to Assistant Professor Ayse Begum Tekinay and her laboratory for
 +
supplying much-needed reagents and assistance, both of which allowed our
 +
small team to work much faster than it otherwise could. And lastly we must
 +
thank our supervisor Turgay Tekinay for making this project possible and
 +
granting us a summer that was as entertaining as it was informative.
 +
<h1>Sponsors</h1>
 +
 
 +
<a href="http://www.bilkent.edu.tr"><img src="http://www.bilkent.edu.tr/~yayinbir/amblem/ing-amblem.jpg" height="100"></img></a>
 +
<a href="http://www.nano.org.tr/index1.html"><img src="http://www.nano.org.tr/files/Unam_logo.jpg" height="100"></img></a>
 +
<a href="http://www.sentegen.com/"><img src="https://static.igem.org/mediawiki/2011/8/8d/Sentegen_logo.jpg" width="150" height="100"></img></a>
 +
<h2>Share</h2>
 +
<span  class='st_email_large' ></span><span  class='st_facebook_large' ></span><span  class='st_twitter_large' ></span></span><span  class='st_yahoo_large' ></span><span  class='st_friendfeed_large' ></span><span  class='st_blogger_large' ></span><span  class='st_delicious_large' ></span><span  class='st_linkedin_large' ></span>
 +
<g:plusone></g:plusone>
 +
</li>
 +
</ul>
 +
 
 +
</div>
 +
</div>
</div>
</div>
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
<div class='popingProblem' id='popingProblem' >There is a problem with poping up if you see this note.</div> <!-- dont delete this line, it is for the sake of poping up -->
-
You <strong>MUST</strong> have a team description page, a project abstract, a complete project description, a lab notebook, and a safety page. PLEASE keep all of your pages within your teams namespace. 
+
-
</div>
+
-
</div>
+
-
</html>
+
-
<!-- *** End of the alert box *** -->
+
<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
-
{|align="justify"
 
-
|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:Bilkent_UNAM_Turkey_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:Bilkent_UNAM_Turkey_team.png|right|frame|Your team picture]]
 
-
|-
 
-
|
 
-
|align="center"|[[Team:Bilkent_UNAM_Turkey | Team Example]]
 
-
|}
 
-
<!--- The Mission, Experiments --->
+
var tr1 = document.createElement('tr');
 +
var table1 = document.createElement('table');
 +
table1.setAttribute('id','banner');
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
 
-
!align="center"|[[Team:Bilkent_UNAM_Turkey|Home]]
+
var image1 = document.createElement('img');
-
!align="center"|[[Team:Bilkent_UNAM_Turkey/Team|Team]]
+
image1.setAttribute('src', 'https://static.igem.org/mediawiki/2011/a/a1/Unam.gif');
-
!align="center"|[https://igem.org/Team.cgi?year=2011&team_name=Bilkent_UNAM_Turkey Official Team Profile]
+
image1.setAttribute('style','border:0;');
-
!align="center"|[[Team:Bilkent_UNAM_Turkey/Project|Project]]
+
 
-
!align="center"|[[Team:Bilkent_UNAM_Turkey/Parts|Parts Submitted to the Registry]]
+
var image2 = document.createElement('img');
-
!align="center"|[[Team:Bilkent_UNAM_Turkey/Modeling|Modeling]]
+
image2.setAttribute('src', 'https://static.igem.org/mediawiki/2011/0/05/Igem.gif');
-
!align="center"|[[Team:Bilkent_UNAM_Turkey/Notebook|Notebook]]
+
image2.setAttribute('style','border:0;');
-
!align="center"|[[Team:Bilkent_UNAM_Turkey/Safety|Safety]]
+
 
-
!align="center"|[[Team:Bilkent_UNAM_Turkey/Attributions|Attributions]]
+
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');
 +
 
 +
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>
 +
<script type="text/javascript">var switchTo5x=true;</script><script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script><script type="text/javascript">stLight.options({publisher:'fc7a483f-b897-4a2e-9b57-bb2baf6e43da'});</script>
 +
</html>

Latest revision as of 03:44, 22 September 2011

    Biodegradation of TNT and TNT derivatives by nfsI-transfected Chlamydomonas_reinhardtii

    Abstract

    Our aim is to modify the unicellular microalga Chlamydomonas reinhardtii for effective trinitrotoluene (TNT) biodegradation by expression of Enterobacter cloacae nitroreductase gene nfsI. C. reinhardtii is a ubiquitous species capable of thriving in soil, freshwater and marine environments, making this alga a suitable choice for removal of TNT from a wide variety of biomes. We have opted for the use of nfsI as the gene in question is a well-characterized nitroreductase with a known sequence. Our experimental procedure involves (a) development of a synthetic nfsI gene with flanking prefix and suffixes of standard Biobricks, (b) ligation of this sequence to the C. heinhardtii expression vector pRbcBRL, (c) transfection of C. reinhardtii with the recombinant plasmid and (d) TNT tolerance and biodegradation capacity assessment of the modified alga.
  • Bilkent UNAM Turkey team established in January 2011 and member list has grown and changed in time. We shared a lot by that time and are extremely thankful to our former members. We did many brainstorming meetings, some of them was inconclusive. Team went through several problems that cause slightly negative impact on team. For a team to join from Turkey, money always becomes a problem. That’s why we are just able to send just two of our members to the regional jamboree. Moreover, laboratory equipment shipping takes very much time, even a restriction enzyme received one month after the ordering. Our team survive those restrictions and did its best. The force that always give impetus to ourselves is the friendship that we have.
  • In this summer; we learned about iGEM, how it works, what the biggest part of competition is and how we can win a medallion.

    When we were newbie, we organized a lot of meeting to find out our main project than we got idea for improving human welfare so we choose an idea from brainstorm results. We searched to get a gene to work on. As a result; lab works began. We added our protocols which are helpful to transform Chlamydomonas reinhardtii and Escherichia coli. Basic cloning protocols are available on our protocol page. Experiments and safety questions also available from link at the top section.

  • IGEM Project is our number one priority. As we worked really hard for our project it is important for us to make our dreams come true which is taking a gold medal. Questioning different items like experiment time, materials and methods and the efficiency of the experiments improved our skills and we started to look as a scientist to problems we faced. There were lots of challenging parts and sometimes we thought to quit but we listened to “Eye of The Tiger” and we did not give up from our experiments we delayed them yes, but we never gave up.

    IGEM team- meet-up was a great opportunity for us to communicate with the other groups, understood their projects and share our ideas. As we had a chance for an interview with Anatolia Agency, we also used media power to get attention to our project, iGEM and the importance of synthetic biology.

    Apart from that we did not forget having fun apart from our lab. As we planned a BBQ party, it was also a great chance for us to relax and gain some energy for our experiments, I did not even mention about the delicious foods and how joyful was our activities. Also like in iGEM team meeting up, we had a chance to introduce our project and main aim to other scientists and researchers in different areas.

    Links at above lead you to specific event and its photos suppose to be at that link. If not, look at gallery link. Thanks and get great time.

    Favorite Parts

    BBa_K596001

    BBa_K596004

    DNA Submission to Registry

  • We find it our duty to thank Gulce Itir Percin, Aydan Torun and Ömer Faruk Sarıoglu for their valuable assistance in conducting the experiments within our project’s scope, without which we could scarcely have expected to complete our project in time. We must also extend our thanks to Sustainable Technologies Laboratory Manager Zeynep E. Ülger for providing the necessary instructions and training for the use of a wide variety of laboratory equipment. We would like to acknowledge Prof. Dr. Tayfun Özçelik and Prof. Dr. Engin Umut Akkaya for their sincere support on our team and efforts for getting finanical support from Bilkent University. We thank the Turkish National Nanotechnology Institute (UNAM) for the administration of routine training sessions regarding laboratory safety, which allowed all our team members to operate without any personal danger throughout the experiments so far. We are also grateful to Assistant Professor Ayse Begum Tekinay and her laboratory for supplying much-needed reagents and assistance, both of which allowed our small team to work much faster than it otherwise could. And lastly we must thank our supervisor Turgay Tekinay for making this project possible and granting us a summer that was as entertaining as it was informative.

    Sponsors

    Share

There is a problem with poping up if you see this note.