Team:StuyGem NYC/Team
From 2014hs.igem.org
(Difference between revisions)
Kelvinn1996 (Talk | contribs) (Undo revision 25840 by Jacky96Cheung (talk)) |
|||
Line 256: | Line 256: | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
+ | <div class="large-12 columns"> | ||
+ | <p id="p1" ></p> | ||
+ | </div> | ||
+ | <div class = "large-12 columns"> | ||
+ | <p> </p> | ||
+ | </div> | ||
+ | <div class="small-6 large-centered columns" onmouseover="n()" onmouseout="noff()"> | ||
+ | <img id = "picn" src="https://static.igem.org/mediawiki/2014hs/e/e8/CamillaBW.jpg" width="500" height="500"> | ||
+ | |||
+ | <div class="panel"> | ||
+ | <h5>Camilla Vincent</h5> | ||
+ | <h6 class="subheader">Student</h6> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="large-12 columns"> | ||
+ | <p id="n1" ></p> | ||
+ | </div> | ||
+ | <div class = "large-12 columns"> | ||
+ | <p> </p> | ||
+ | </div> | ||
<div class="small-6 large-centered columns" onmouseover="k()" onmouseout="koff()"> | <div class="small-6 large-centered columns" onmouseover="k()" onmouseout="koff()"> | ||
Line 467: | Line 488: | ||
document.getElementById("k1").innerHTML=""; | document.getElementById("k1").innerHTML=""; | ||
document.getElementById("pick").src="https://static.igem.org/mediawiki/2014hs/5/5d/MirandaBW.jpg"; | document.getElementById("pick").src="https://static.igem.org/mediawiki/2014hs/5/5d/MirandaBW.jpg"; | ||
+ | } | ||
+ | function n() { | ||
+ | document.getElementById("n1").innerHTML="Student"; | ||
+ | document.getElementById("n1").parentNode.style.backgroundColor="white"; | ||
+ | document.getElementById("n1").parentNode.style.borderRadius="25px"; | ||
+ | document.getElementById("n1").parentNode.style.color="black"; | ||
+ | document.getElementById("n1").parentNode.style.boxShadow="5px 8px 12px grey"; | ||
+ | document.getElementById("picn").src="https://static.igem.org/mediawiki/2014hs/8/8b/Camilla.jpg"; | ||
+ | } | ||
+ | |||
+ | function noff(){ | ||
+ | document.getElementById("n1").innerHTML=""; | ||
+ | document.getElementById("n1").parentNode.style.backgroundColor="transparent"; | ||
+ | document.getElementById("n1").parentNode.style.boxShadow=""; | ||
+ | document.getElementById("picn").src="https://static.igem.org/mediawiki/2014hs/e/e8/CamillaBW.jpg"; | ||
} | } | ||
function p(){ | function p(){ |
Revision as of 00:54, 21 June 2014
Jeffrey Horenstein
Instructor
Ellen Jorgensen
Advisor
Katty Wu
Student
Jacky Cheung
Student
Andrei Talaba
Student
Qiu Chang Wu
Student
Justin Chen
Student
Shi Hui Ng
Student
Jorge Reyes
Student
Kelvin Mei
Student
Camilla Vincent
Student
Miranda Halle
Student
Attributions
Wetlab Team
Performed lab protocols, such as inoculation, miniprep, digestion, PCR, ligation, transformation, gel extraction, and spectroscopy; these are documented on Synbiota. Katty Wu, Jacky Cheung, Andrei Talaba, Jorge Reyes, Qiu Chang Wu, Justin Chen, Shi Hui Ng, Miranda Halle
Coding Team
Kelvin Mei: He helped write the code for the wiki page by using HTML, CSS, and Java Script. Andrei Talaba: He organized how the content will be presented on the wiki page. Jorge Reyes: He helped to transfer the text onto the wiki page by using HTML and CSS.