Team:Tsinghua

From 2014.igem.org

(Difference between revisions)
(Replaced content with "{{Team:Tsinghua/css/slides_styles}} {{Team:Tsinghua/css/slides_styles-standard}} {{Team:Tsinghua/css/slides_styles_v2}}")
 
(35 intermediate revisions not shown)
Line 1: Line 1:
-
{{Team:Tsinghua/css/slides_styles}}
+
{{Team:Tsinghua/css/slides_styles_v4}}
-
{{Team:Tsinghua/css/slides_styles-standard}}
+
{{Team:Tsinghua/css/slides_animations}}
-
{{Team:Tsinghua/css/slides_styles_v2}}
+
{{Team:Tsinghua/css/jquery-1.10.1.min.js}}
 +
<html>
 +
<body onload=' location.href="#anchor1" '>
 +
<div class="container">
 +
<div id="sheet1">
 +
<a id='anchor1' href='#'></a>
 +
<div class="contentbox">
 +
<span>
 +
<div id="image1" class="floating">
 +
<img src="https://static.igem.org/mediawiki/2014/6/63/Tsinghua_Emoji-4.png" width="200" height="250"  alt=""/>
 +
</div>
 +
<div id="text1" class="slideLeft">
 +
<h1 class="customtext">Hi! We are <font color="990099">Team Tsinghua</font>. We present to you a <font color="990099">gene therapy</font> for Type 1 Diabetes Mellitus (T1DM).</h1>
 +
</div>
 +
</span>
 +
</div>
 +
<div class="arrow">
 +
<img src="https://static.igem.org/mediawiki/2014/f/f2/Tsinghua_arrow.png" width="22" height="27"  alt=""/>
 +
<p>Scroll down</p>
 +
</div>
 +
</div>
 +
<div id="sheet2">
 +
<div class="contentbox">
 +
<span>
 +
<div id="image2" class="tossing">
 +
<img src="https://static.igem.org/mediawiki/2014/2/23/Tsinghua_Emoji-2.png" width="200" height="250"  alt=""/>
 +
</div>
 +
<div id="text2">
 +
<h1 class="customtext"><font color="990099">T1DM</font> results from autoimmune destruction of pancreatic beta cells. Our approach converts somatic cells into regulated insulin-producing cells, thus eliminating the need for continuous insulin therapy.</h1>
 +
</div>
 +
</span>
 +
</div>
 +
<div class="arrow">
 +
<img src="https://static.igem.org/mediawiki/2014/f/f2/Tsinghua_arrow.png" width="22" height="27"  alt=""/>
 +
<p>Scroll down</p>
 +
</div>
 +
</div>
 +
<div id="sheet3">
 +
<div class="contentbox">
 +
<span>
 +
<div id="image3">
 +
<img src="https://static.igem.org/mediawiki/2014/4/4a/Tsinghua_Logo300x409.png" width="150" height="204.5"  alt=""/>
 +
</div>
 +
<div id="text3">
 +
<h1 class="customtext">We use <font color="990099">Adeno-associated virus (AAV)</font> as a transfection vector to introduce genes, which has proven to be safe… Well, that’s a whole other story, want to know more? </h1>
 +
</div>
 +
</span>
 +
</div>
 +
<div class="arrow">
 +
<img src="https://static.igem.org/mediawiki/2014/f/f2/Tsinghua_arrow.png" width="22" height="27"  alt=""/>
 +
<p>Scroll down</p>
 +
</div>
 +
</div>
 +
<div id="sheet4">
 +
<a href="https://2014.igem.org/Team:Tsinghua/Main_page">Get Started!</a>
 +
</div>
 +
</div>
 +
<script>
 +
$(window).scroll(function() {
 +
$('#text2').each(function(){
 +
var imagePos = $(this).offset().top;
 +
 
 +
var topOfWindow = $(window).scrollTop();
 +
if (imagePos < topOfWindow+400) {
 +
$(this).addClass("expandUp");
 +
}
 +
});
 +
});
 +
</script>
 +
<script>
 +
$(window).scroll(function() {
 +
$('#image3').each(function(){
 +
var imagePos = $(this).offset().top;
 +
 
 +
var topOfWindow = $(window).scrollTop();
 +
if (imagePos < topOfWindow+400) {
 +
$(this).addClass("expandOpen");
 +
}
 +
});
 +
});
 +
</script>
 +
<script>
 +
$(window).scroll(function() {
 +
$('#text3').each(function(){
 +
var imagePos = $(this).offset().top;
 +
 
 +
var topOfWindow = $(window).scrollTop();
 +
if (imagePos < topOfWindow+400) {
 +
$(this).addClass("bigEntrance");
 +
}
 +
});
 +
});
 +
</script>
 +
</body>
 +
</html>

Latest revision as of 18:20, 15 October 2014

Hi! We are Team Tsinghua. We present to you a gene therapy for Type 1 Diabetes Mellitus (T1DM).

Scroll down

T1DM results from autoimmune destruction of pancreatic beta cells. Our approach converts somatic cells into regulated insulin-producing cells, thus eliminating the need for continuous insulin therapy.

Scroll down

We use Adeno-associated virus (AAV) as a transfection vector to introduce genes, which has proven to be safe… Well, that’s a whole other story, want to know more?

Scroll down