Difference between revisions of "Team:Virginia/Team"
Line 51: | Line 51: | ||
$("#popup-dominic").fadeOut("medium"); | $("#popup-dominic").fadeOut("medium"); | ||
}); | }); | ||
− | $("#jingyuan-box"). | + | $("#jingyuan-box").mouseenter(function(){ |
$("#popup-jingyuan").fadeIn("medium"); | $("#popup-jingyuan").fadeIn("medium"); | ||
}); | }); | ||
Line 59: | Line 59: | ||
$("#liam-box").click(function(){ | $("#liam-box").click(function(){ | ||
$("#popup-liam").fadeIn("medium"); | $("#popup-liam").fadeIn("medium"); | ||
− | $("#popup-liam").removeClass(" | + | $("#popup-liam").removeClass(""); |
}); | }); | ||
$("#popup-liam").click(function(){ | $("#popup-liam").click(function(){ | ||
$("#popup-liam").fadeOut("medium"); | $("#popup-liam").fadeOut("medium"); | ||
− | $("#popup-liam").addClass(" | + | $("#popup-liam").addClass(""); |
}); | }); | ||
$("rena-box").click(function(){ | $("rena-box").click(function(){ | ||
$("#popup-rena").fadeIn("medium"); | $("#popup-rena").fadeIn("medium"); | ||
− | $("#popup-rena").removeClass(" | + | $("#popup-rena").removeClass(""); |
}); | }); | ||
$("#popup-rena").click(function(){ | $("#popup-rena").click(function(){ | ||
$("#popup-rena").fadeOut("medium"); | $("#popup-rena").fadeOut("medium"); | ||
− | $("#popup-rena").addClass(" | + | $("#popup-rena").addClass(""); |
}); | }); | ||
$("issac-box").click(function(){ | $("issac-box").click(function(){ | ||
$("#popup-issac").fadeIn("medium"); | $("#popup-issac").fadeIn("medium"); | ||
− | $("#popup-issac").removeClass(" | + | $("#popup-issac").removeClass(""); |
}); | }); | ||
$("#popup-issac").click(function(){ | $("#popup-issac").click(function(){ | ||
$("#popup-issac").fadeOut("medium"); | $("#popup-issac").fadeOut("medium"); | ||
− | $("#popup-issac").addClass(" | + | $("#popup-issac").addClass(""); |
}); | }); | ||
$("sean-box").click(function(){ | $("sean-box").click(function(){ | ||
$("#popup-sean").fadeIn("medium"); | $("#popup-sean").fadeIn("medium"); | ||
− | $("#popup-sean").removeClass(" | + | $("#popup-sean").removeClass(""); |
}); | }); | ||
$("#popup-sean").click(function(){ | $("#popup-sean").click(function(){ | ||
$("#popup-sean").fadeOut("medium"); | $("#popup-sean").fadeOut("medium"); | ||
− | $("#popup-sean").addClass(" | + | $("#popup-sean").addClass(""); |
}); | }); | ||
$("shiran-box").click(function(){ | $("shiran-box").click(function(){ | ||
$("#popup-shiran").fadeIn("medium"); | $("#popup-shiran").fadeIn("medium"); | ||
− | $("#popup-shiran").removeClass(" | + | $("#popup-shiran").removeClass(""); |
}); | }); | ||
$("#popup-shiran").click(function(){ | $("#popup-shiran").click(function(){ | ||
$("#popup-shiran").fadeOut("medium"); | $("#popup-shiran").fadeOut("medium"); | ||
− | $("#popup-shiran").addClass(" | + | $("#popup-shiran").addClass(""); |
}); | }); | ||
$("connor-box").click(function(){ | $("connor-box").click(function(){ | ||
$("#popup-connor").fadeIn("medium"); | $("#popup-connor").fadeIn("medium"); | ||
− | $("#popup-connor").removeClass(" | + | $("#popup-connor").removeClass(""); |
}); | }); | ||
$("#popup-connor").click(function(){ | $("#popup-connor").click(function(){ | ||
$("#popup-connor").fadeOut("medium"); | $("#popup-connor").fadeOut("medium"); | ||
− | $("#popup-connor").addClass(" | + | $("#popup-connor").addClass(""); |
}); | }); | ||
}); | }); | ||
Line 111: | Line 111: | ||
<!-- Pop-ups structural code --> | <!-- Pop-ups structural code --> | ||
<!-- Supraja’s popup structural code--> | <!-- Supraja’s popup structural code--> | ||
− | <div class="popup | + | <div class="popup " id="popup-supraja"> |
<div class="text-wrap"> | <div class="text-wrap"> | ||
<img src="/wiki/images/0/06/Virginia_supraja.jpg"></img> | <img src="/wiki/images/0/06/Virginia_supraja.jpg"></img> | ||
Line 121: | Line 121: | ||
</div> | </div> | ||
<!-- Dominic’s popup structural code--> | <!-- Dominic’s popup structural code--> | ||
− | <div class="popup | + | <div class="popup " id="popup-dominic"> |
<div class="text-wrap"> | <div class="text-wrap"> | ||
<img src="/wiki/images/a/af/Virginia_dominic.jpg"></img> | <img src="/wiki/images/a/af/Virginia_dominic.jpg"></img> | ||
Line 131: | Line 131: | ||
</div> | </div> | ||
<!-- Jingyuan’s popup structural code--> | <!-- Jingyuan’s popup structural code--> | ||
− | <div class="popup | + | <div class="popup " id="popup-jingyuan"> |
<div class="text-wrap"> | <div class="text-wrap"> | ||
<img src="/wiki/images/3/37/Virginia_jingyuan.jpg"></img> | <img src="/wiki/images/3/37/Virginia_jingyuan.jpg"></img> | ||
Line 141: | Line 141: | ||
</div> | </div> | ||
<!-- Liam’s popup structural code--> | <!-- Liam’s popup structural code--> | ||
− | <div class="popup | + | <div class="popup " id="popup-liam"> |
<div class="text-wrap"> | <div class="text-wrap"> | ||
<img src="/wiki/images/e/ef/Virginia_liam.jpg"></img> | <img src="/wiki/images/e/ef/Virginia_liam.jpg"></img> | ||
Line 151: | Line 151: | ||
</div> | </div> | ||
<!-- Rena’s popup structural code--> | <!-- Rena’s popup structural code--> | ||
− | <div class="popup | + | <div class="popup " id="popup-rena"> |
<div class="text-wrap"> | <div class="text-wrap"> | ||
<img src="/wiki/images/b/bd/Virginia_rena.jpg"></img> | <img src="/wiki/images/b/bd/Virginia_rena.jpg"></img> | ||
Line 161: | Line 161: | ||
</div> | </div> | ||
<!-- Issac’s popup structural code--> | <!-- Issac’s popup structural code--> | ||
− | <div class="popup | + | <div class="popup " id="popup-issac"> |
<div class="text-wrap"> | <div class="text-wrap"> | ||
<img src="/wiki/images/3/3b/Virginia_issac.jpg"></img> | <img src="/wiki/images/3/3b/Virginia_issac.jpg"></img> | ||
Line 171: | Line 171: | ||
</div> | </div> | ||
<!-- Sean’s popup structural code--> | <!-- Sean’s popup structural code--> | ||
− | <div class="popup | + | <div class="popup " id="popup-sean"> |
<div class="text-wrap"> | <div class="text-wrap"> | ||
<img src="/wiki/images/8/8b/Virginia_sean.jpg"></img> | <img src="/wiki/images/8/8b/Virginia_sean.jpg"></img> | ||
Line 181: | Line 181: | ||
</div> | </div> | ||
<!-- Shiran’s popup structural code--> | <!-- Shiran’s popup structural code--> | ||
− | <div class="popup | + | <div class="popup " id="popup-shiran"> |
<div class="text-wrap"> | <div class="text-wrap"> | ||
<img src="/wiki/images/8/8e/Virginia_shiran.jpg"></img> | <img src="/wiki/images/8/8e/Virginia_shiran.jpg"></img> | ||
Line 191: | Line 191: | ||
</div> | </div> | ||
<!-- Connor’s popup structural code--> | <!-- Connor’s popup structural code--> | ||
− | <div class="popup | + | <div class="popup" id="popup-connor"> |
<div class="text-wrap"> | <div class="text-wrap"> | ||
<img src="/wiki/images/0/03/Virginia_connor.jpg"></img> | <img src="/wiki/images/0/03/Virginia_connor.jpg"></img> | ||
Line 547: | Line 547: | ||
.active { | .active { | ||
display:block; | display:block; | ||
− | |||
− | |||
− | |||
} | } | ||
.team_profile_link{ | .team_profile_link{ |
Revision as of 18:46, 29 June 2015
Supraja Chittari
Poster and Presentation Coordinator & Biological Research Team Member
Class of 2018 - College of Arts & Sciences, Undeclared
Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.
Dominic Ritchey
Chief Financial Officer and Wiki Programmer
Class of 2018 - School of Engineering and Applied Sciences, Computer Science & Biology
Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.
Jingyuan Zhang
Laboratory Technician & Biological Research Team Member
Class of 2017 - School of Engineering and Applied Sciences, Biomedical Engineering
Text will go here. Text will go here. Text will go here. Text will go here.Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here.
Liam Wolf
Administrator, Policy and Practices, & Finance Team Member
Class of 2018 - School of Engineering and Applied Sciences, Systems Engineering
Text will go here. Text will go here. Text will go here. Text will go here.Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here.
Rena Yuan
Policy & Practices and Biology Research Team Member
Class of 2018 - College of Arts and Sciences, Biology and Statistics
Text will go here. Text will go here. Text will go here. Text will go here.Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here.
Issac Li
Head of Modelling, Policy & Practices Team Member and Biology Research Team Member
Class of 2016 - School of Engineering and Applied Sciences, Biomedical Engineering
Text will go here. Text will go here. Text will go here. Text will go here.Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here.
Sean Sequeira
Modelling Team Member, Policy and Practices Team Member, and Finance Team Member
Class of 2018 - School of Engineering and Applied Sciences, Biomedical Engineering
Text will go here. Text will go here. Text will go here. Text will go here.Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here.
Shiran Su
Laboratory Technician and Biological Research Team Member
Class of 2016 - School of Engineering and Applied Sciences, Biomedical Engineering
Text will go here. Text will go here. Text will go here. Text will go here.Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here.
Connor Jahelka
Head of Policy & Practices
Class of 2017 - College of Arts and Sciences, Biology
Text will go here. Text will go here. Text will go here. Text will go here.Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here.
University of Virginia 2015 iGEM Team Members
(click an image to learn more about any team member)
Supraja Chittari
Dominic Ritchey
Jingyuan Zhang
Liam Wolf
Rena Yuan
Issac Li
Sean Sequeira
Shiran Su
Connor Jahelka