Team:Kyoto/Human Practice/Lectures

From 2011.igem.org

(Difference between revisions)
(Human Practice Lecture)
 
(27 intermediate revisions not shown)
Line 2: Line 2:
{{Kyoto_Foreground|active_page=consideration}}
{{Kyoto_Foreground|active_page=consideration}}
{{Kyoto_WikiDesign}}
{{Kyoto_WikiDesign}}
 +
 +
<html><style type="text/css">
 +
.photo {
 +
    float: left;
 +
    width: 50%;
 +
}
 +
</style></html>
=Human Practice Lecture=
=Human Practice Lecture=
Line 9: Line 16:
-
We used these slides in order to teach synthetic biology.<br/>
+
We used these slides in order to teach synthetic biology.
-
        <div id="backpanel">
+
[[Lecture/jp | Lecture slides in Japanese]]
-
        <div id="album">
+
-
<!-- start album -->
+
-
            <div id="album_base">
+
-
                <div class="album_panel">[[File:kyoto_lec_1.png]]</div>
+
-
                <div class="album_panel">[[File:kyoto_lec_2.png]]</div>
+
-
                <div class="album_panel">[[File:kyoto_lec_3.png]]</div>
+
-
                <div class="album_panel">[[File:kyoto_lec_4.png]]</div>
+
-
                <div class="album_panel">[[File:kyoto_lec_5.png]]</div>
+
-
                <div class="album_panel">[[File:kyoto_lec_6.png]]</div>
+
-
                <div class="album_panel">[[File:kyoto_lec_7.png]]</div>
+
-
                <div class="album_panel">[[File:kyoto_lec_8.png]]</div>
+
-
                <div class="album_panel">[[File:kyoto_lec_9.png]]</div>
+
-
                <div class="album_panel">[[File:kyoto_lec_10.png]]</div>
+
-
                <div class="album_panel">[[File:kyoto_lec_11.png]]</div>
+
-
                <div class="album_panel">[[File:kyoto_lec_12.png]]</div>
+
-
                <div class="album_panel">[[File:kyoto_lec_13.png]]</div>
+
-
                <div class="album_panel">[[File:kyoto_lec_14.png]]</div>
+
-
                <div class="album_panel">[[File:kyoto_lec_15.png]]</div>
+
-
                <div class="album_panel">[[File:kyoto_lec_16.png]]</div>
+
-
                <div class="album_panel">[[File:kyoto_lec_17.png]]</div>
+
-
                <div class="album_panel">[[File:kyoto_lec_18.png]]</div>
+
-
                <div class="album_panel">[[File:kyoto_lec_19.png]]</div>
+
-
                <div class="album_panel">[[File:kyoto_lec_20.png]]</div>
+
-
                <div class="album_panel">[[File:kyoto_lec_21.png]]</div>
+
-
                <div class="album_panel">[[File:kyoto_lec_22.png]]</div>
+
-
            </div>
+
-
        </div>
+
-
<!-- end album -->
+
-
        </div>
+
-
<html>
+
-
        <div id="control">
+
-
            <input type="button" value="prev" onclick="prev()"></input>
+
-
            <input type="button" value="next" onclick="next()"></input>
+
-
        </div>
+
-
    </div>
+
-
<script src="http://code.jquery.com/jquery-latest.js"></script>
+
[[Lecture/en | Lecture slides in English]]
-
<script type="text/javascript">
+
-
    var x_0 = 0;
+
-
    var x_max = 0;
+
-
function init_album() {
 
-
    var parent = $("#album_base");
 
-
    var children = $("#album_base").children();
 
-
    x_max = (children.length-1) * children.outerWidth();
 
-
    parent.css("width",x_max+children.outerWidth());
 
-
}
 
-
function prev() {
+
==Toudaiji gakuen ==
-
    var base = $("#album_base");
+
-
    if (base.position().left >= x_0) return;
+
-
    var panel = base.children();
+
-
    base.animate({
+
-
        "left" : base.position().left+panel.outerWidth()
+
-
    },500,function(){});
+
-
}
+
-
function next() {
+
<div class="photo">[[file:toudai-ji1.jpg|350px]]</div>
-
    var base = $("#album_base");
+
<div class="photo">[[File:Toudaizi2.JPG|350px]]</div>
-
    if (base.position().left <= -x_max) return;
+
<div class="photo">[[File:Toudaizi3.JPG|350px]]</div>
-
    var panel = base.children();
+
<div class="photo">[[File:Toudaizi4.JPG|350px]]</div>
-
    base.animate({
+
<br/>
-
        "left" : base.position().left-panel.outerWidth()
+
-
    },500,function(){});
+
-
}
+
-
init_album();
+
-
</script>
+
-
<style type="text/css">
+
-
#backpanel {
+
-
    width: 700px;
+
-
    height: 525px;
+
-
    margin: 0px auto;
+
-
    padding: 10px;
+
-
    background-color: #eeeeee;
+
-
}
+
-
#album {
+
==Rakunan==
-
    position: absolute;
+
-
    width: 700px;
+
-
    height: 525px;
+
-
    margin: 0px;
+
-
    padding: 0px;
+
-
    overflow: hidden;
+
-
}
+
-
#album_base {
 
-
    position: absolute;
 
-
    width: 700px;
 
-
    height: 525px;
 
-
    background-color: #ffffff;
 
-
}
 
-
.album_panel {
+
<div class="photo">[[file:Rakunan4.JPG|350px]]</div>
-
    width: 700px;
+
<div class="photo">[[File:Rakunan.JPG|350px]]</div>
-
    height: 525px;
+
<div class="photo">[[File:rakunan2.JPG|350px]]</div>
-
    margin: 0px;
+
<div class="photo">[[File:rakunan3.JPG|350px]]</div>
-
    padding: 0px;
+
<br/>
-
    float: left;
+
==hibiya==
-
}
+
-
#control {
 
-
    margin: 0px auto;
 
-
    width: 350px;
 
-
    text-align: center;
 
-
}
 
-
</style>
 
-
</html>
 
 +
<div class="photo">[[File:Igem hibiya.jpg|350px]]</div>
 +
<div class="photo">[[File:Igem bhibiya.jpg|350px]]</div>
 +
<br/>
 +
==rakusei==
 +
 +
<div class="photo">[[File:らくせい.jpg|350px]]</div>
 +
<div class="photo">[[File:らくせい1.jpg|350px]]</div>
 +
<div class="photo">[[File:らくせい3.jpg|350px]]</div>
 +
<div class="photo">[[File:らくせい4.jpg|350px]]</div>
 +
<br/>
 +
==ELCAS==
-
[[file:toudai-ji1.jpg|350px]]
+
<div class="photo">[[File:elcas.jpg|350px]]</div>
 +
<div class="photo">[[File:elcas2.jpg|350px]]</div>
 +
<br/>

Latest revision as of 00:49, 6 October 2011

Contents

Human Practice Lecture

We went to four high school and ELCAS, a special course of science aimed at high school students.
All Lectures were big successes.


We used these slides in order to teach synthetic biology.

Lecture slides in Japanese

Lecture slides in English


Toudaiji gakuen

Toudai-ji1.jpg
Toudaizi2.JPG
Toudaizi3.JPG
Toudaizi4.JPG


Rakunan

Rakunan4.JPG
Rakunan.JPG
Rakunan2.JPG
Rakunan3.JPG


hibiya

Igem hibiya.jpg
Igem bhibiya.jpg


rakusei

らくせい.jpg
らくせい1.jpg
らくせい3.jpg
らくせい4.jpg


ELCAS

Elcas.jpg
Elcas2.jpg