Difference between revisions of "Team:SBS SH 112144"

 
(21 intermediate revisions by 3 users not shown)
Line 7: Line 7:
 
</head>
 
</head>
 
<style type="text/css">
 
<style type="text/css">
 +
html,body{
 +
font-family:Arial, Helvetica, sans-serif;
 +
}
 
.widthall{
 
.widthall{
 
margin:0 auto;
 
margin:0 auto;
width:71%;  
+
width:65%;  
 
text-align:center;
 
text-align:center;
 +
}
 +
.pcss{
 +
color:#959595; font-size:24px; text-align:justify;text-justify:newspaper;
 
}
 
}
 
</style>
 
</style>
 
<body>
 
<body>
  
<div class="widthall" style="background:#f7f7f7"><img src="http://siqint.com/img/index1.jpg" style="width:100%" /></div>
+
<div style=" width:100%;background:#f7f7f7; height:260px; text-align:center;">
<div class="widthall"><img src="http://siqint.com/img/index2.jpg" style="width:100%" /></div>
+
  <span style="font-size:48px; display:block; color:#222; padding-top:70px;" >OUR THEME</span>
<div class="widthall"><img src="http://siqint.com/img/index3.jpg" style="width:100%" /></div>
+
  <span style="color:#049d3f; border-bottom:4px solid #049d3f; display:block;height:4px; width:40px; margin:25px auto;"></span>
<div class="widthall"><img src="http://siqint.com/img/index4.jpg" style="width:50%; float:left;"  /><img src="http://siqint.com/img/index5.jpg" style="width:50%; float:right;"  /></div>
+
  <p class="widthall" style=" color:#959595; font-size:24px; text-align:left;">CyanoElimination: <b>The lysis of Cyanobacteria</b> in freshwater ecosystem using Cyanophage lysozyme and its <b>commercial implications.</b></p>
 +
</div>
 +
<div class="widthall" style="text-align:left">
 +
  <span style="font-size:36px; display:block; color:#222; padding-top:50px;padding-bottom:20px;" >Let us introduce you to....</span>
 +
  <p class="pcss"><b>The rampant growth of cyanobacteria </b>in freshwater ecosystem has become more than an environmental issue. Their incredible ability to multiply and voracious consumption of oxygen often make them a disturbing factor to natural systems. We realized during public outreach that although effective ways to gather and salvage cyanobacteria have been developed, there are barely any success in decomposing these bacteria.</p>
 +
  <p>
 +
  <img src="https://static.igem.org/mediawiki/2018/5/5c/T--SBS_SH_112144--index11.jpeg" width="100%" />
 +
  </p>
 +
  <p class="pcss"><b>Our team identified a cyanophagelysozyme, cp-OS lysozyme 1. </b>Alone with other chemicals such as bugbuster, this lysozyme in small reaction systems could lyse the cyanobacteria effectively. Through a series of experiments, we were able to acquire the recombinant protein from E. coli cells. Our modeling helped us to find the best experimental conditions for a prototype device which would contribute to a system of cyanobacteria elimination. Our research lays foundation for the utilization of cyanobacteria components in agricultural, bioenergetic, and even medical fields.</p>
 +
</div>
 +
<div class="widthall">
 +
<span style="font-size:48px; display:block; color:#222; padding-top:40px;" >VIDEO</span>
 +
<span style="color:#049d3f; border-bottom:4px solid #049d3f; display:block;height:4px; width:40px; margin:25px auto;"></span>
 +
  <p class="pcss" style="margin:0px 0px 20px 0px;"><nobr><center>Here we presents you with a minecraft video on the introduction to our project.</center></nobr></p>
 +
</div>
 +
<div class="widthall"><img src="http://siqint.com/img/index4.jpg" id="video1" style="width:50%; float:left; cursor:pointer;margin-right:-10px"  /><img id="video2" src="http://siqint.com/img/index5.jpg" style="width:50%; float:right;cursor:pointer;margin-right:-30px"  /></div>
  
 
<div style="height:200px; clear:both;"></div>
 
<div style="height:200px; clear:both;"></div>
 +
<div class="modal modal-video in" id="tour-video" tabindex="-1" role="dialog" aria-labelledby="videoModalLabel" aria-hidden="true" style="display:none; padding-right: 17px;">
 +
                        <div class="modal-dialog">
 +
                            <div class="modal-content">
 +
                                <div class="modal-header">
 +
                                    <button type="button" id="close" class="close" data-dismiss="modal" aria-hidden="true">×</button>
 +
                                    <h4 id="videoModalLabel" class="modal-title">Video</h4>
 +
                                </div>
 +
                                <div class="modal-body" style="margin-top:-40px">
 +
                                    <div class="video-container">
 +
                                        <center>
 +
                                        <div class="fluid-width-video-wrapper" style="padding-top:1.25%;">
 +
                                        <video id="videoone" src="https://static.igem.org/mediawiki/2018/e/ec/T--SBS_SH_112144--CyanoElimination_Part_1.mp4" controls="controls" style=" width:100%;height:450px;"></video>
 +
                                        <video  id="videotwo" src="https://static.igem.org/mediawiki/2018/6/60/T--SBS_SH_112144--CyanoElimination_Part_2.mp4" controls="controls" style=" width:100%;height:450px;"></video>
 +
                                        </div>
 +
                                        </center>
 +
                                    </div><!--//video-container-->
 +
                                </div><!--//modal-body-->
 +
                            </div><!--//modal-content-->
 +
                        </div><!--//modal-dialog-->
 +
                    </div>
 +
<script language="javascript">
 +
$(".modal-video").hide();
 +
$("button").click(function(){
 +
  $(".modal-video").slideToggle();
 +
});
 +
$("#video1").click(function(){
 +
  $(".modal-video").slideToggle();
 +
  $("#videoone").show();
 +
  $("#videotwo").hide();
 +
  $("#videoModalLabel").html("Part 1");
 +
});
 +
$("#video2").click(function(){
 +
  $(".modal-video").slideToggle();
 +
  $("#videoone").hide();
 +
  $("#videotwo").show();
 +
  $("#videoModalLabel").html("Part 2");
 +
});
 +
</script>
 
</body>
 
</body>
 
</html>
 
</html>

Latest revision as of 23:32, 17 October 2018

Header

Home
OUR THEME

CyanoElimination: The lysis of Cyanobacteria in freshwater ecosystem using Cyanophage lysozyme and its commercial implications.

Let us introduce you to....

The rampant growth of cyanobacteria in freshwater ecosystem has become more than an environmental issue. Their incredible ability to multiply and voracious consumption of oxygen often make them a disturbing factor to natural systems. We realized during public outreach that although effective ways to gather and salvage cyanobacteria have been developed, there are barely any success in decomposing these bacteria.

Our team identified a cyanophagelysozyme, cp-OS lysozyme 1. Alone with other chemicals such as bugbuster, this lysozyme in small reaction systems could lyse the cyanobacteria effectively. Through a series of experiments, we were able to acquire the recombinant protein from E. coli cells. Our modeling helped us to find the best experimental conditions for a prototype device which would contribute to a system of cyanobacteria elimination. Our research lays foundation for the utilization of cyanobacteria components in agricultural, bioenergetic, and even medical fields.

VIDEO

Here we presents you with a minecraft video on the introduction to our project.