Team:UCSF/Home1

From 2013.igem.org

(Difference between revisions)
(Blanked the page)
Line 1: Line 1:
 +
<!--{Team:HokkaidoU Japan/Index/Slideshow-->
 +
<html>
 +
<script type="text/javascript" src="Slideshow.js"></script>
 +
<style type="text/css">
 +
@charset "utf-8";
 +
/* CSS Document */
 +
.lof-slidecontent, .lof-slidecontent a {
 +
color:#FFF;
 +
}
 +
.lof-slidecontent a.readmore{
 +
color:#58B1EA;
 +
font-size:95%;
 +
 +
}
 +
.lof-slidecontent{
 +
position:relative;
 +
overflow:hidden;
 +
border:#F4F4F4 solid 1px;
 +
margin: 0 auto 30px auto;
 +
border-radius: 4px;
 +
}
 +
.lof-slidecontent .preload{
 +
height:100%;
 +
width:100%;
 +
position:absolute;
 +
top:0;
 +
left:0;
 +
z-index:100000;
 +
text-align:center;
 +
background:#FFF
 +
}
 +
.lof-slidecontent .preload div{
 +
height:100%;
 +
width:100%;
 +
background:transparent url(https://static.igem.org/mediawiki/2011/5/5d/IGEM_HokkaidoU_Index_Slideshow_Load-indicator.gif) no-repeat scroll 50% 50%;
 +
}
 +
.lof-main-outer{
 +
position:relative;
 +
height:100%;
 +
width:900px;
 +
z-index:3px;
 +
overflow:hidden;
 +
}
 +
 +
/*******************************************************/
 +
.lof-main-item-desc{
 +
z-index:100px;
 +
position:absolute;
 +
bottom:55px;
 +
left:0px;
 +
background:url(https://static.igem.org/mediawiki/2011/e/eb/IGEM_HokkaidoU_Index_Slideshow_Bg_trans.png);
 +
height:1.5em;
 +
/* filter:0.7(opacity:60) */
 +
padding:10px;
 +
overflow: hidden;
 +
}
 +
.lof-main-item-desc p{
 +
margin:0 8px;
 +
padding:0 0;
 +
font-size: small;
 +
line-height: 1.2em;
 +
}
 +
.lof-main-item-desc h3{
 +
padding:0;
 +
margin:0;
 +
color: #fff;
 +
font-size: small;
 +
border-left: none;
 +
}
 +
.lof-main-item-desc h2{
 +
padding:0;
 +
margin:15px 0 0 0;
 +
color: #fff;
 +
border-bottom: none;
 +
font-weight:bold;
 +
}
 +
.lof-main-item-desc h3 a{
 +
margin:0;
 +
background:#C01F25;
 +
font-size:75%;
 +
padding:2px 3px;
 +
font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
 +
text-transform:uppercase;
 +
text-decoration:none
 +
}
 +
.lof-main-item-desc h3 a:hover{
 +
 +
text-decoration:underline;
 +
}
 +
.lof-main-item-desc h3 i {
 +
font-size:70%;
 +
}
 +
 +
/* main flash */
 +
ul.lof-main-wapper{
 +
/* margin-right:auto; */
 +
overflow:hidden;
 +
background:transparent url(https://static.igem.org/mediawiki/2011/5/5d/IGEM_HokkaidoU_Index_Slideshow_Load-indicator.gif) no-repeat scroll 50% 50%;
 +
padding:0px;
 +
margin:0;
 +
position:absolute;
 +
overflow:hidden;
 +
}
 +
 +
ul.lof-main-wapper li{
 +
overflow:hidden;
 +
padding:0px;
 +
margin:0px;
 +
float:left;
 +
position:relative;
 +
}
 +
.lof-opacity  li{
 +
position:absolute;
 +
top:0;
 +
left:0;
 +
float:inherit;
 +
}
 +
ul.lof-main-wapper li img{
 +
padding:0px;
 +
}
 +
 +
/* item navigator */
 +
.lof-navigator-wapper {
 +
position:absolute;
 +
bottom:10px;
 +
right:10px;
 +
background:url(https://static.igem.org/mediawiki/2011/b/b8/IGEM_HokkaidoU_Index_Slideshow_Transparent_bg.png) repeat;
 +
padding:5px 0px;
 +
}
 +
.lof-navigator-outer{
 +
position:relative;
 +
z-index:100;
 +
height:180px;
 +
width:310px;
 +
overflow:hidden;
 +
color:#FFF;
 +
float:left
 +
}
 +
ul.lof-navigator{
 +
top:0;
 +
padding:0;
 +
margin:0;
 +
position:absolute;
 +
width:100%;
 +
}
 +
ul.lof-navigator li{
 +
cursor:hand;
 +
cursor:pointer;
 +
list-style:none;
 +
padding:0;
 +
margin-left:0px;
 +
overflow:hidden;
 +
float:left;
 +
display:block;
 +
 +
text-align:center;
 +
 +
}
 +
ul.lof-navigator li img{
 +
border:#666 solid 3px;
 +
}
 +
ul.lof-navigator li.active img, ul.lof-navigator li:hover img {
 +
border:#A8A8A8 solid 3px;
 +
}
 +
.lof-navigator-wapper .lof-next,  .lof-navigator-wapper .lof-previous{
 +
display:block;
 +
width:22px;
 +
height:30px;
 +
color:#FFF;
 +
cursor:pointer;
 +
 +
}
 +
.lof-navigator-wapper .lof-next {
 +
float:left;
 +
text-indent:-999px;
 +
margin-right:5px;
 +
background:url(https://static.igem.org/mediawiki/2011/9/9c/IGEM_HokkaidoU_Index_Slideshow_Arrow-l.png) no-repeat right center;
 +
}
 +
.lof-navigator-wapper .lof-previous {
 +
float:left;
 +
text-indent:-999px;
 +
margin-left:5px;
 +
background:url(https://static.igem.org/mediawiki/2011/9/98/IGEM_HokkaidoU_Index_Slideshow_Arrow-r.png) no-repeat left center;
 +
}
 +
</style></html>
 +
 +
 +
<html>
 +
<script type="text/javascript">
 +
    $(document).ready(function () {
 +
        var buttons = {
 +
            previous: $('#lofslidercontent45 .lof-previous'),
 +
            next: $('#lofslidercontent45 .lof-next')
 +
        };
 +
        $obj = $('#lofslidecontent45').lofJSidernews({
 +
            interval: 5000,
 +
            direction: 'opacitys',
 +
            easing: 'easeInOutExpo',
 +
            duration: 1200,
 +
            auto: true,
 +
            maxItemDisplay: 7,
 +
            startItem: 0,
 +
            navPosition: 'horizontal', // horizontal
 +
            navigatorHeight: 32,
 +
            navigatorWidth: 80,
 +
            mainWidth: 780,
 +
            buttons: buttons
 +
        });
 +
    });
 +
</script>
 +
 +
<html>
 +
</div>
 +
<div id="hokkaidou-right-content">
 +
    <div id="lofslidecontent45" class="lof-slidecontent">
 +
        <div style="display: none;" class="preload"><div></div></div>
 +
            <div class="lof-main-outer" style="width:900px; height:340px;">
 +
            <ul style="left: -4200px; width: 6300px;" class="lof-main-wapper">
 +
                <li>
 +
                    <img src="https://static.igem.org/mediawiki/2011/6/64/IGEM_HokkaidoU_Index_Slideshow_7.jpg">         
 +
                    <div class="lof-main-item-desc">
 +
                        <h2>HokkaidoU_Japan 2011</h2>
 +
                    </div>
 +
                </li>
 +
                <li>
 +
                    <img src="https://static.igem.org/mediawiki/2011/8/8a/IGEM_HokkaidoU_Index_Slideshow_1.jpg">         
 +
                    <div class="lof-main-item-desc">
 +
                        <h2>Welcome to the BIOxART Gallery!!</h2>
 +
                    </div>
 +
                </li>
 +
                <li>
 +
                    <img src="https://static.igem.org/mediawiki/2011/b/b5/IGEM_HokkaidoU_Index_Slideshow_2.jpg">         
 +
                    <div class="lof-main-item-desc">
 +
                        <h2>Be careful not to contaminate...</h2>
 +
                    </div>
 +
                </li>
 +
                <li>
 +
                    <img src="https://static.igem.org/mediawiki/2011/0/01/IGEM_HokkaidoU_Index_Slideshow_3.jpg">           
 +
                    <div class="lof-main-item-desc">
 +
                        <h2>Meeting, meeting and MEETING!</h2>
 +
                    </div>
 +
                </li>
 +
                <li>
 +
                    <img src="https://static.igem.org/mediawiki/2011/d/d1/IGEM_HokkaidoU_Index_Slideshow_4.jpg">           
 +
                    <div class="lof-main-item-desc">
 +
                        <h2>Dr. <i>E. coli</i> get ready for the job</h2>
 +
                    </div>
 +
                </li>
 +
                <li>
 +
                    <img src="https://static.igem.org/mediawiki/2011/0/06/IGEM_HokkaidoU_Index_Slideshow_5.jpg">           
 +
                    <div class="lof-main-item-desc">
 +
                        <h2>BIOxART, please feel free to look around</h2>
 +
                    </div>
 +
                </li>
 +
                <li>
 +
                    <img src="https://static.igem.org/mediawiki/2011/7/74/IGEM_HokkaidoU_Index_Slideshow_6.jpg">           
 +
                    <div class="lof-main-item-desc">
 +
                        <h2>Experiment, experiment and EXPERIMENT!</h2>
 +
                    </div>
 +
                </li>
 +
            </ul>   
 +
        </div>
 +
        <div class="lof-navigator-wapper">
 +
            <div style="width: 320px; height: 32px;" class="lof-navigator-outer">
 +
                <ul style="width: 54px; left: -160px;" class="lof-navigator">
 +
                    <li class="" style="height: 32px; width: 80px;"><img src="https://static.igem.org/mediawiki/2011/8/81/IGEM_HokkaidoU_Index_Slideshow_Thumb_7.jpg"></li>
 +
                    <li class="" style="height: 32px; width: 80px;"><img src="https://static.igem.org/mediawiki/2011/f/f3/IGEM_HokkaidoU_Index_Slideshow_Thumb_1.jpg"></li>
 +
                    <li class="" style="height: 32px; width: 80px;"><img src="https://static.igem.org/mediawiki/2011/a/aa/IGEM_HokkaidoU_Index_Slideshow_Thumb_2.jpg"></li>
 +
                    <li class="" style="height: 32px; width: 80px;"><img src="https://static.igem.org/mediawiki/2011/f/fb/IGEM_HokkaidoU_Index_Slideshow_Thumb_3.jpg"></li>
 +
                    <li class="" style="height: 32px; width: 80px;"><img src="https://static.igem.org/mediawiki/2011/e/e2/IGEM_HokkaidoU_Index_Slideshow_Thumb_4.jpg"></li>
 +
                    <li class="" style="height: 32px; width: 80px;"><img src="https://static.igem.org/mediawiki/2011/9/93/IGEM_HokkaidoU_Index_Slideshow_Thumb_5.jpg"></li>
 +
                    <li class="" style="height: 32px; width: 80px;"><img src="https://static.igem.org/mediawiki/2011/2/21/IGEM_HokkaidoU_Index_Slideshow_Thumb_6.jpg"></li>
 +
                </ul>
 +
            </div>
 +
        </div>
 +
    </div>
 +
    <h2>Abstract</h2>
 +
    <p>We further developed "Dr. E. coli": our project of iGEM 2010. Last year, we showed that Type 3 Secretion System (T3SS) works in E. coli by injecting GFP into RK13 cells. T3SS is a syringe like organelle found in bacterium such as Salmonella which uses it to inject virulence effector proteins into a target eukaryotic cell. We think this system can be applied to direct reprogramming of somatic cells among many other things.</p>
 +
    <p>We tested T3SS performance and tried to make it more convenient. For this purpose we designed a plasmid backbone which can instantly produce ready-to-inject fusion proteins from ordinary biobrick part. Using it, we tried to further characterize this system by injecting a library of protein domains.</p>
 +
    <p>In Science Gallery we exhibited awesome photographs related with biotechnology in public. We tried to catch the pedestrians’ interest in current synthetic biology and explore their thoughts.</p>
 +
 +
    <h2>BioArt</h2>
 +
    <iframe id="hokkaidou-bioart-youtube" width="680" height="360" src="http://www.youtube.com/embed/nOP0YIUSj-s" frameborder="0" allowfullscreen></iframe>
 +
    <style type="text/css">
 +
        iframe#hokkaidou-bioart-youtube{ margin-bottom: 30px; }
 +
    </style>
 +
 +
    <p>We held the new type science art gallery "Bio Art" at the center of Sapporo city.</p>
 +
    <p>This gallery is not only for our team.You can also enjoy Bio Art on this Web page.
 +
    You can watch more detail in <a href="https://2011.igem.org/Team:HokkaidoU_Japan/HumanPractice">Human Practice</a> page.</p>
 +
 +
</html>

Revision as of 09:19, 8 August 2013


  • HokkaidoU_Japan 2011

  • Welcome to the BIOxART Gallery!!

  • Be careful not to contaminate...

  • Meeting, meeting and MEETING!

  • Dr. E. coli get ready for the job

  • BIOxART, please feel free to look around

  • Experiment, experiment and EXPERIMENT!

Abstract

We further developed "Dr. E. coli": our project of iGEM 2010. Last year, we showed that Type 3 Secretion System (T3SS) works in E. coli by injecting GFP into RK13 cells. T3SS is a syringe like organelle found in bacterium such as Salmonella which uses it to inject virulence effector proteins into a target eukaryotic cell. We think this system can be applied to direct reprogramming of somatic cells among many other things.

We tested T3SS performance and tried to make it more convenient. For this purpose we designed a plasmid backbone which can instantly produce ready-to-inject fusion proteins from ordinary biobrick part. Using it, we tried to further characterize this system by injecting a library of protein domains.

In Science Gallery we exhibited awesome photographs related with biotechnology in public. We tried to catch the pedestrians’ interest in current synthetic biology and explore their thoughts.

BioArt

We held the new type science art gallery "Bio Art" at the center of Sapporo city.

This gallery is not only for our team.You can also enjoy Bio Art on this Web page. You can watch more detail in Human Practice page.