Team:Bonn/Team/about

From 2013.igem.org

(Difference between revisions)
(About Us)
Line 60: Line 60:
       <div class="subpage-head-link"><a href="javascript:history.back();">Back</a></br> Category: Team</div>
       <div class="subpage-head-link"><a href="javascript:history.back();">Back</a></br> Category: Team</div>
</html>
</html>
 +
<html>
 +
<script>
 +
function getMemberInfo(nam) {
 +
        var member = document.getElementById("aboutus-group");
 +
        switch(name) {
 +
                case "Kristina";
 +
                        member.name = "Kristina Klein";
 +
                        member.course = "Bachelor Molecular Biomedicine";
 +
                        member.semester = "2nd semester";
 +
                        member.tasks = "Labwork";
 +
                        break;
 +
        }
 +
}
 +
 +
function showMemberDetails(name) {
 +
        var details = document.getElementById("aboutus-group-details");
 +
        var detailsName = document.getElementById("aboutus-group-details-name");
 +
        var detailsName = document.getElementById("aboutus-group-details-course");
 +
        var detailsSemester = document.getElementById("aboutus-group-details-semester");
 +
        var detailsTasks = document.getElementById("aboutus-group-details-tasks");
 +
        details.style.display = "block";
 +
        getMemberInfo(name);
 +
        detailsName.innerHTML = member.name;
 +
        detailsCourse.innerHTML = member.course;
 +
        detailsSemester.innerHTML =  member.semester;
 +
        detailsTasks.innerHTML = member.tasks;
 +
}
 +
 +
function hideMemberDetails() {
 +
        var details = document.getElementById("aboutus-group-details");
 +
        details.style.display = "none";
 +
}
 +
</script>
 +
</html>
 +
= About Us =
= About Us =
<html>
<html>
         <div class="subpage-text">
         <div class="subpage-text">
           <div align="center">
           <div align="center">
-
             <div width:870px;height:485px;>
+
             <div width:870px; height:485px; id="aboutus-group" style="position:relative">
-
            <img src="https://static.igem.org/mediawiki/2013/e/e9/Teammod.jpg" width="870px">
+
              <img src="https://static.igem.org/mediawiki/2013/e/e9/Teammod.jpg" width="870px">
-
           
+
              <div id="aboutus-group-kristina" onmouseover=showMemberDetails("Kristina") onmouseout=hideMemberDetails() style="position:absolute;top:852;left:353;width:15px;height:15px;">
-
           
+
              </div>
-
             </div>
+
              <div id="aboutus-group-details" style="background-color:black;opacity:0.6;display:none;position:absolute;height:485px;width=400px;right:0px;border:1px solid black";>
 +
                <div id="aboutus-group-details-name">
 +
                </div>
 +
                <div id="aboutus-group-details-course">
 +
                </div>
 +
                <div id="aboutus-group-details-semester">
 +
                </div>
 +
                <div id="aboutus-group-details-tasks">
 +
                </div>
 +
              </div>
 +
             </div>  
 +
           </div>
           </div>
 +
        </div>

Revision as of 16:08, 3 October 2013

About Us

Thomas Berger
Bachelor Molecular Biomedicine
2nd semester
Sadrija Cukoski
Bachelor Molecular Biomedicine
4th semester
Dustin Dankelmann
Bachelor Biology
2nd semester
Katharina Düker
Bachelor Molecular Biomedicine
4th semester
Maria Gädeke
Bachelor Biology
2nd semester
Jan Hansen
Bachelor Molecular Biomedicine
2nd semester
Kristina Klein
Bachelor Molecular Biomedicine
2nd semester
Matthias Klumpp
Bachelor Molecular Biomedicine
4th semester
Franziska Kohl
Bachelor Molecular Biomedicine
4th semester
Sebastian Martin
Bachelor Molecular Biomedicine
4th semester
Miriam Melake
Bachelor Molecular Biomedicine
2nd semester
Nina Offermann
Bachelor Molecular Biomedicine
2nd semester
Oliver Rippel
Bachelor Molecular Biomedicine
2nd semester
Philipp Sander
Bachelor Molecular Biomedicine
4th semester
Florian Schäfer
Bachelor Mathematics
6th semester
Max Schelski
Bachelor Molecular Biomedicine
4th semester
Niklas Schmacke
Bachelor Molecular Biomedicine
4th semester
Corinna Schmalohr
Bachelor Molecular Biomedicine
2nd semester
Annika Schneider
Bachelor Molecular Biomedicine
2nd semester
Marc Schulte
Master Molecular Biotechnology
4th semester
Benjamin Syllwasschy
Bachelor Molecular Biomedicine
2nd semester
Pauline Ulmke
Bachelor Applied Biology
2nd semester
Leonie von Berlin
Bachelor Biology
2nd semester

Retrieved from "http://2013.igem.org/Team:Bonn/Team/about"