Difference between revisions of "Team:UMaryland/Team"
Line 1: | Line 1: | ||
− | {{Template_All_Teams}} | + | {{Template_All_Teams}} |
<html> | <html> | ||
</div></div></div></div></div></div></div></div></div></div> | </div></div></div></div></div></div></div></div></div></div> | ||
Line 11: | Line 11: | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | |||
+ | /* I'm just gonna code directly here instead of updating the template every time */ | ||
html, body { | html, body { | ||
− | + | background-color: #413131; | |
− | + | ||
− | + | ||
} | } | ||
− | + | #wholeteam { | |
position:relative; | position:relative; | ||
+ | display:inline-block; | ||
text-align:center; | text-align:center; | ||
− | top:- | + | overflow:hidden; |
+ | font-family: Arial, Helvetica, sans-serif; | ||
+ | top:-240px; | ||
+ | width:100%; | ||
} | } | ||
− | + | #teammember { | |
− | + | position:relative; | |
+ | overflow:hidden; | ||
+ | text-align:left; | ||
+ | margin:30px; | ||
+ | height:400px; | ||
+ | width:600px; | ||
+ | display:inline-block; | ||
+ | border:5px solid black; | ||
+ | border-radius:10px; | ||
} | } | ||
− | + | #profilepicture { | |
− | + | overflow:hidden; | |
− | + | width: 600px; | |
− | + | height: 400px; | |
− | + | display: block; | |
− | + | z-index:1; | |
− | + | position:absolute; | |
− | + | much:hover; | |
− | + | such:change; | |
− | + | /* wow */ | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | #profilepicture:hover { | |
− | + | z-index:4; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | #personname { | |
− | + | font-family: Verdana, Geneva, sans-serif; | |
+ | color: #000000; | ||
+ | position:absolute; | ||
+ | width:100%; | ||
+ | z-index:2; | ||
+ | padding:10px; | ||
+ | padding-bottom:0px; | ||
+ | overflow:hidden; | ||
+ | background-color: rgba(255,255,255,.5); | ||
+ | font-size:20px; | ||
+ | opacity:1; | ||
} | } | ||
− | + | #personname:hover { | |
− | + | opacity:1; | |
} | } | ||
− | + | #personbio { | |
− | + | opacity:1; | |
+ | width:99%; | ||
+ | overflow:hidden; | ||
+ | z-index:3; | ||
+ | padding:10px; | ||
+ | padding-top:5px; | ||
+ | padding-bottom:0px; | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | color: #000000; | ||
+ | background-color: rgba(255,255,255,.5); | ||
+ | position:absolute; | ||
+ | bottom:0; | ||
+ | font-size:14px; | ||
} | } | ||
− | + | #personbio:hover { | |
− | + | opacity:1; | |
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
#cover { | #cover { | ||
Line 181: | Line 100: | ||
margin:auto; | margin:auto; | ||
padding:0px; | padding:0px; | ||
− | background-image: url("https://static.igem.org/mediawiki/2015/ | + | background-image: url("https://static.igem.org/mediawiki/2015/b/b3/Teamcover.png"); |
background-size: 100% ; | background-size: 100% ; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
height: 100%; | height: 100%; | ||
width:100%; | width:100%; | ||
− | min-height: | + | min-height:600px; |
color: #0DFF00; | color: #0DFF00; | ||
font-family: Tahoma, Geneva, sans-serif; | font-family: Tahoma, Geneva, sans-serif; | ||
font-size:xx-large; | font-size:xx-large; | ||
− | |||
bottom:0px; | bottom:0px; | ||
− | top:- | + | top:-240px; |
} | } | ||
− | # | + | #bar{ |
− | + | ||
− | + | ||
− | + | ||
display: inline-block; | display: inline-block; | ||
− | + | opacity:1; | |
− | opacity:. | + | background-color: rgba(255,255,255,.5); |
− | + | color:black; | |
+ | border-top:4px solid black; | ||
+ | border-bottom:4px solid black; | ||
+ | width:100%; | ||
+ | text-align:center; | ||
+ | height:150px; | ||
+ | bottom:0px; | ||
+ | position:absolute; | ||
+ | } | ||
+ | #bar2{ | ||
+ | display: inline-block; | ||
+ | opacity:1; | ||
+ | background-color: rgba(255,255,255,.5); | ||
+ | color:black; | ||
+ | border-top:4px solid black; | ||
+ | border-bottom:4px solid black; | ||
+ | width:100%; | ||
+ | text-align:center; | ||
+ | height:150px; | ||
+ | position:relative; | ||
} | } | ||
Line 210: | Line 144: | ||
<!--LESGO BOYS--> | <!--LESGO BOYS--> | ||
− | |||
<div id = "cover"> | <div id = "cover"> | ||
− | + | <div id = "bar"> | |
− | <div id = " | + | <p style="font-size:42px;"><b>Meet the team</b> |
− | < | + | <p style="font-size:24px;">The UMaryland iGEM Team consists of 15 undergraduate students in the University, all from various science backgrounds. |
</div> | </div> | ||
</div> | </div> | ||
+ | |||
+ | <div id = "wholeteam"> | ||
− | <div | + | <div id= "teammember"> |
+ | <div id= "profilepicture"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/6/69/Iowis1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/3/30/Iowis3.png'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/6/69/Iowis1.JPG'" > | ||
+ | </div> | ||
+ | <div id = "personname"><b style="font-size:24;">Iowis Zhu: </b> | ||
+ | President, Fearless Leader | ||
+ | <p style="font-size:12px;float:left;">4th year: Biochemistry, Molecular Genetics, Public Leadership, Statistics, Tech. Entrepreneurship | ||
+ | </div> | ||
+ | <div id="personbio"> | ||
+ | <i>"No worries, it'll be fine."</i> | ||
+ | <p>After leading last year's inaugural iGEM team to a gold award last year, Iowis returned this year to further grow the team. Outside of iGEM, he studies the characteristics of DNA looping protein in Dr. Kahn's lab. He has had the entire periodic table memorized since 8th grade. Outside of lab, he loves reading manga, watching sports (as a Boston sports fan), and following the global politics. He recently visited India last winter and Germany last summer. After graduation he plans to enter MD/PhD program. | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id= "teammember"> | ||
+ | <div id= "profilepicture"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/1/17/Steph1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/6/6f/Steph3.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/1/17/Steph1.JPG'" > | ||
+ | </div> | ||
+ | <div id = "personname"><b style="font-size:24;">Stephanie Sansbury: </b> | ||
+ | Vice President, Team Mom | ||
+ | <p style="font-size:16;">4th year: Microbiology, Arabic Studies | ||
+ | </div> | ||
+ | <div id="personbio"> | ||
+ | <i>"I'm gonna science as hard as I can!"</i> | ||
+ | <p>Stephanie is a senior at the University of Maryland researching mechanosensitive channels in V. cholerae. When she's not in the lab, you can find her wandering organic farms trying to find my spirit animal or exploring the rocky paths of the local Billy Goat Trail along the Potomac River. In addition to basic scientific research, she is interested in science education and policy and plans to work in that arena after earning her PhD. | ||
+ | </div> | ||
+ | </div> | ||
− | + | <div id= "teammember"> | |
− | + | <div id= "profilepicture"> | |
− | + | <img src="https://static.igem.org/mediawiki/2015/7/7c/Kevin1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/3/36/Kevin3.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/7/7c/Kevin1.JPG'" > | |
− | + | </div> | |
− | + | <div id = "personname"><b>Kevin Fan: </b>Finance Director, Tallest Asian | |
− | + | <p style="font-size:16;">4th year: Neurobiology, Technology Entrepreneurship | |
− | + | </div> | |
− | + | <div id="personbio"> | |
− | + | <i>"Can I eat that?"</i> | |
− | + | <p>Standing at 190 cm, Kevin is the tallest Asian on the team. He joined iGEM because of its fast-paced, multidisciplinary, problem solving nature, as well as its connections to entrepreneurship. He is the founder of SuperScore Inc, and serves on the national board of Kids Are Scientists Too. He hopes to attain a MD/MBA someday. In his spare time, Kevin enjoys boxing, parkour, and reading. | |
− | + | </div> | |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | <div id= "teammember"> | ||
+ | <div id= "profilepicture"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/9/9a/Rob1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/7/7c/Rob2.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/9/9a/Rob1.JPG'" > | ||
+ | </div> | ||
+ | <div id = "personname"><b style="font-size:24;">Robert Hand: </b>Community/Outreach Director | ||
+ | <p style="font-size:16;">3rd year: Bioengineering | ||
+ | </div> | ||
+ | <div id="personbio"> | ||
+ | <i>"Always happy to lend a hand."</i> | ||
+ | <p>Rob is currently a junior bioengineering major. He joined iGEM because of its innovative, creative nature and how it addresses so many different aspects of synthetic biology. Outside of the iGEM lab and our human practices efforts, he enjoys reading about virtually anything, learning about vegetarian cooking recipes, being out in nature, exploring my new found hobby of SCUBA diving with the Maryland Terrafins, exploring, learning about issues in Bioethics, and spending time with his wonderful friends. | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id= "teammember"> | ||
+ | <div id= "profilepicture"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/f/f0/Chun1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/1/1e/Kousei.jpg'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/f/f0/Chun1.JPG'" > | ||
+ | </div> | ||
+ | <div id = "personname"><b style="font-size:24;">Chun Mun Loke: </b><font="24px;">Website Director, Best Kohai</font> | ||
+ | <p style="font-size:16;">2nd year: Biochemistry, Molecular Genetics, Physics, Music | ||
+ | </div> | ||
+ | <div id="personbio"> | ||
+ | <i>"Has Iowis-senpai noticed me yet?"</i><!--Pretty sure I'm his favourite iGEM lab member, so yes.--> | ||
+ | <p>Hailing from Singapore and Australia, Chun Mun's strong interest in genetic engineering prompted him to join iGEM. He hopes to conduct research in this field after attaining an MD/PhD. Outside of school, he is a self proclaimed piano prodigy, having won consecutive local competitions and finalising in international ones. He can solve a Rubik's cube in a very slow average of 17 seconds and is an avid video gamer. He is actually not a weeaboo as some aspects of his profile may suggest. <!--I also did pretty much all the work on this website--> | ||
+ | </div> | ||
+ | </div> | ||
− | + | <div id= "teammember"> | |
− | + | <div id= "profilepicture"> | |
− | + | <img src="https://static.igem.org/mediawiki/2015/c/cc/Aditya1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/a/ad/Aditya2.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/c/cc/Aditya1.JPG'" > | |
− | + | </div> | |
− | + | <div id = "personname"><b style="font-size:24;">Aditya Biswas: </b>PCR Design Director | |
− | + | <p style="font-size:16;">4th year: Bioengineering | |
− | + | </div> | |
− | + | <div id="personbio"> | |
− | + | <i>"My PCR machine doubles as a hairdryer."</i> | |
− | + | <p>Aditya is a senior at the University of Maryland who is studying Bioengineering. Aditya brings 5 years of wet lab research experience including one prior year with Maryland's IGEM team. This year Aditya's main project is in the design of a cheap and effective PCR machine, and modeling metabolic pathways of engineered E.coli. In his free time Aditya enjoys the movies, making food for the team, and visiting cows. | |
− | + | </div> | |
− | + | </div> | |
− | + | ||
− | + | <div id= "teammember"> | |
− | + | <div id= "profilepicture"> | |
− | + | <img src="https://static.igem.org/mediawiki/2015/2/21/Kimia1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/7/7c/Rob2.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/2/21/Kimia1.JPG'" > | |
− | + | </div> | |
− | + | <div id = "personname"><b style="font-size:24;">Kimia Abtahi: </b>Photographer | |
− | < | + | <p style="font-size:16;">2nd year: Neurobiology |
− | + | </div> | |
− | + | <div id="personbio"> | |
− | + | <i></i> | |
− | + | <p>Kimia is a sophomore majoring in Physiology & Neurobiology and on the pre-med track. She is considering pursuing obstetrics in the future. She would like to travel and apply my knowledge to developing countries or disaster relief. Beyond that, she has interests in nutrition and business. Kimia is a student photographer for the Honors College and play on the Women's Ultimate Frisbee Team. Her favorite way to spend her free time is staying active in nature, such as jogging or doing adventure courses. | |
− | + | </div> | |
− | + | </div> | |
− | + | ||
− | + | <div id= "teammember"> | |
− | + | <div id= "profilepicture"> | |
− | + | <img src="https://static.igem.org/mediawiki/2015/2/22/Adam1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/7/7c/Rob2.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/2/22/Adam1.JPG'" > | |
− | + | </div> | |
− | + | <div id = "personname"><b style="font-size:24;">Adam Wahab</b> | |
− | < | + | <p style="font-size:16;">4th year: Neurobiology |
− | + | </div> | |
− | + | <div id="personbio"> | |
− | + | <i></i> | |
− | + | <p>Adam is a senior neurobiology and physiology major at the University of Maryland. This is my first research experience and exposure to synthetic biology. In the future I hope to attend medical school and pursue more research opportunities. Outside of the lab, I'm a huge news junkie and I love following politics. I also enjoy traveling, weight lifting, and browsing reddit. | |
− | + | </div> | |
+ | </div> | ||
− | |||
− | |||
− | |||
+ | <div id= "teammember"> | ||
+ | <div id= "profilepicture"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/0/0e/Juhye1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/4/4a/Fishy.png'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/0/0e/Juhye1.JPG'" > | ||
+ | </div> | ||
+ | <div id = "personname"><b style="font-size:24;">Juhye Kang</b> | ||
+ | <p style="font-size:16;">2nd year: Neurobiology | ||
+ | </div> | ||
+ | <div id="personbio"> | ||
+ | <i></i> | ||
+ | <p>Juhye is a sophomore Neurobiology and Physiology major in the Integrated Life Sciences honors program. Currently, she is a member of an epidemiology lab at UMD focusing on creating a support program for Korean breast cancer patients in addition to iGEM. She hopes to attend medical school after graduation to become either a dermatologist or an oncologist. Outside of school, she enjoys reading, dancing, and binge watching countless crime and cooking shows. Her favorite movie of all time is Finding Nemo, and her favorite food is macaroni and cheese (or just cheese in general!). | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id= "teammember"> | ||
+ | <div id= "profilepicture"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/0/0a/Kara1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/7/7c/Rob2.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/0/0a/Kara1.JPG'" > | ||
+ | </div> | ||
+ | <div id = "personname"><b style="font-size:24;">Kara Huie: </b>PCR Team Member | ||
+ | <p style="font-size:16;">2nd year: Bioengineering | ||
+ | </div> | ||
+ | <div id="personbio"> | ||
+ | <i>"Get your lemonade and pink lemonade here!" (Refering to liquid cell culture w/ w/o RFP)"</i> | ||
+ | <p>Kara is a sophomore bioengineering major at the University of Maryland. While she isn't sure, at this point in time, what exactly she plans to do in the future, she hopes that experiences like iGEM will help her to find her interests and give me more exposure to the many careers related to biology. Outside of school, she enjoys running and keeping up with track & field. She also enjoys doing kungfu (martial arts) and just recently started indoor rock climbing this summer. Basically, she love doing sports. | ||
+ | </div> | ||
+ | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | <div id= "teammember"> | ||
+ | <div id= "profilepicture"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/9/93/Dylan1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/7/7c/Rob2.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/9/93/Dylan1.JPG'" > | ||
+ | </div> | ||
+ | <div id = "personname"><b style="font-size:24;">Dylan Taylor: </b>PCR Team Member | ||
+ | <p style="font-size:16;">2nd year: Neurobiology, Mathematics | ||
+ | </div> | ||
+ | <div id="personbio"> | ||
+ | <i>"Natalie Dormer is the most attractive woman on the face of the Earth."</i> <!--Agreeable opinion.--> | ||
+ | <p>A member of the Integrated Life Sciences Honors College, Dylan is heavily involved in the design of various components of the team’s PCR machine. This is his second research experience and first wet-lab experience. Outside iGEM, he is a member of the University of Maryland Gymkana Troupe and he is obsessed with Rubik's cubes and all other Twisty Puzzles. | ||
+ | </div> | ||
+ | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <div id= "teammember"> | |
− | + | <div id= "profilepicture"> | |
− | + | <img src="https://static.igem.org/mediawiki/2015/7/7d/Dania1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/7/7c/Rob2.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/7/7d/Dania1.JPG'" > | |
− | + | </div> | |
− | + | <div id = "personname"><b style="font-size:24;">Dania Benalla: </b>Programmer | |
− | < | + | <p style="font-size:16;">2nd year: Computer Science, Microbiology |
+ | </div> | ||
+ | <div id="personbio"> | ||
+ | <i></i> | ||
+ | <p>??? | ||
+ | </div> | ||
+ | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | <div | + | <div id= "teammember"> |
− | + | <div id= "profilepicture"> | |
− | + | <img src="https://static.igem.org/mediawiki/2015/9/9d/Samiha1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/7/7c/Rob2.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/9/9d/Samiha1.JPG'" > | |
− | + | </div> | |
− | + | <div id = "personname"><b style="font-size:24;">Samiha Ahmed: </b> | |
− | < | + | <p style="font-size:16;">2nd year: Physiology & Neurobiology, Public Health |
− | + | </div> | |
− | + | <div id="personbio"> | |
− | + | <i></i> | |
− | + | <p>Hi, my name is Samiha Ahmed and I'm a sophomore Neurobiology and Physiology and Public Health Sciences double major. I hope to go to medical school one day, and I love all things arts and crafts related. | |
− | + | </div> | |
− | + | </div> | |
− | + | ||
+ | <div id= "teammember"> | ||
+ | <div id= "profilepicture"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/7/7c/Rob2.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/f/fb/Normal.png'" > | ||
+ | </div> | ||
+ | <div id = "personname"><b style="font-size:24;">Sarah Wain</b> | ||
+ | <p style="font-size:16;">3rd year: Bioengineering | ||
+ | </div> | ||
+ | <div id="personbio"> | ||
+ | <i></i> | ||
+ | <p>I am a sophomore and member of the Gemstone Honors College. I was predominantly involved in the Wiki design. In addition to iGem, I work in a Polymer Chemistry lab and enjoy finding as much free food as possible. | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id= "teammember"> | ||
+ | <div id= "profilepicture"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/c/c5/Pavel1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/7/7c/Rob2.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/c/c5/Pavel1.JPG'" > | ||
+ | </div> | ||
+ | <div id = "personname"><b style="font-size:24;">Pavel Vlasov</b> | ||
+ | <p style="font-size:16;">4th year: Biochemistry, Molecular Genetics | ||
+ | </div> | ||
+ | <div id="personbio"> | ||
+ | <i>"Wanna hear a joke?"</i> | ||
+ | <p>Pavel is a senior and member of the Integrated Life Sciences Honors College at UMD, and is originally from the distant land of Russia. Outside of iGEM, he also has another internship at the Uniformed Services University of the Health Sciences in Bethesda, Maryland, where he works with thyroid cells. Outside of academics and scientific work, his hobbies include video games, model kits, fencing, anime, and writing science-fiction stories. | ||
+ | </div> | ||
+ | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | <div id= "teammember"> | ||
+ | <div id= "profilepicture"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/7/7c/Rob2.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/f/fb/Normal.png'" > | ||
+ | </div> | ||
+ | <div id = "personname"><b style="font-size:24;">George Zhang</b> | ||
+ | <p style="font-size:16;">4th year: Bioengineering, Statistics | ||
+ | </div> | ||
+ | <div id="personbio"> | ||
+ | <i></i> | ||
+ | <p>George is a senior bioengineering major and statistics minor at the University of Maryland. He hopes to attend medical school after my undergraduate education. In his time outside of the classroom, he enjoys running, playing basketball, and taking long naps in the library when he really should be studying. Recently, he has also been occupied with self-learning new computer programming languages. Expect big things from UMD iGEM this year – go Terps! | ||
+ | </div> | ||
+ | </div> | ||
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <div id = "wholeteam"> | |
− | + | <div id = "bar2"> | |
− | + | <p style="font-size:42px;"><b>Advisors</b> | |
+ | <p style="font-size:24px;">We are very fortunate to have worked with these fabulous advisors, whithout whom our projects would not be possible. | ||
+ | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | <div id= "teammember"> | ||
+ | <div id= "profilepicture"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/9/9a/Rob1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/7/7c/Rob2.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/9/9a/Rob1.JPG'" > | ||
+ | </div> | ||
+ | <div id = "personname"><b style="font-size:24;">Dr. Jason Kahn</b> | ||
+ | <p style="font-size:16;">UC Berkeley, 1990 | ||
+ | </div> | ||
+ | <div id="personbio"> | ||
+ | <i></i> | ||
+ | <p>Research Interests: | ||
+ | DNA structure and topology in multi-protein DNA complexes and DNA loops. Construction of nanoscale objects using DNA and protein-DNA complexes. DNA packaging by peptides used for transfection of DNA and siRNA. Role of DNA structure in transcription and gene regulation. | ||
+ | </div> | ||
+ | </div> | ||
− | |||
+ | <div id= "teammember"> | ||
+ | <div id= "profilepicture"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/9/9a/Rob1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/7/7c/Rob2.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/9/9a/Rob1.JPG'" > | ||
+ | </div> | ||
+ | <div id = "personname"><b style="font-size:24;">Dr. Edward Eisenstein</b> | ||
+ | <p style="font-size:16;">Georgetown University, 1985 | ||
+ | </div> | ||
+ | <div id="personbio"> | ||
+ | <i></i> | ||
+ | <p>Edward Eisenstein is a Fellow in the Institute for Bioscience and Biotechnology Research and an Associate Professor in the Fischell Department of Bioengineering at the University of Maryland. Trained in modern structural enzymology, his current research interests are focused on protein and biosystem engineering for discovery and application in plants and microorganisms. | ||
+ | </div> | ||
+ | </div> | ||
− | |||
− | + | <div id= "teammember"> | |
− | + | <div id= "profilepicture"> | |
− | + | <img src="https://static.igem.org/mediawiki/2015/9/9a/Rob1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/5/5c/Boot.png'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/9/9a/Rob1.JPG'" > | |
− | + | </div> | |
− | + | <div id = "personname"><b style="font-size:24;">Dr. "Boots" Quimby</b> | |
− | < | + | <p style="font-size:16;">Emory University, 1997 |
− | + | </div> | |
− | + | <div id="personbio"> | |
− | + | <i></i> | |
− | + | <p> Dr. Quimby is Associate Director of the Integrated Life Sciences honors program in the Honors College at the University of Maryland. Prior to joining the Department of Cell Biology and Molecular Genetics at UMD as a full-time instructor, she earned her Master's of Arts in teaching from the University of South Carolina, after which she taught high school science in Atlanta, Georgia for eight years. She then returned to graduate school and received her doctorate in genetics and molecular biology from Emory University. | |
− | + | </div> | |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <div id= "teammember"> | |
− | + | <div id= "profilepicture"> | |
− | + | <img src="https://static.igem.org/mediawiki/2015/9/9a/Rob1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/7/7c/Rob2.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/9/9a/Rob1.JPG'" > | |
− | + | </div> | |
− | + | <div id = "personname"><b style="font-size:24;">Nathan Barber</b> | |
− | < | + | <p style="font-size:16;">University of Maryland 2015, Bioengineering |
− | + | </div> | |
− | + | <div id="personbio"> | |
− | + | <i></i> | |
− | + | <p>Nathan is a former vice president of the UMaryland iGEM team and had served many roles this past year as the team formed. He graduated with a degree in Bioengineering and currently works in the Life Sciences consulting field while also working as a mentor and advisor to this year's team. His background primarily consists of metabolic and genetic engineering research, and in my spare time he is an avid rock climber and plays ice hockey! | |
− | + | </div> | |
+ | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | <div | + | <div id= "teammember"> |
− | + | <div id= "profilepicture"> | |
− | + | <img src="https://static.igem.org/mediawiki/2015/9/9a/Rob1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/7/7c/Rob2.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/9/9a/Rob1.JPG'" > | |
− | + | </div> | |
− | + | <div id = "personname"><b style="font-size:24;">Naren Bhokisham</b> | |
− | < | + | <p style="font-size:16;">Graduate Student: Bioengineering |
− | + | </div> | |
− | + | <div id="personbio"> | |
− | + | <i></i> | |
− | + | <p> | |
+ | </div> | ||
+ | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <div id= "teammember"> | |
− | + | <div id= "profilepicture"> | |
− | + | <img src="https://static.igem.org/mediawiki/2015/9/9a/Rob1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/7/7c/Rob2.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/9/9a/Rob1.JPG'" > | |
− | + | </div> | |
− | + | <div id = "personname"><b style="font-size:24;">Dr. Tanya Gordonov <!-- <3 --></b> | |
− | < | + | <p style="font-size:16;">University of Maryland 2015, Bioengineering |
− | + | </div> | |
− | + | <div id="personbio"> | |
− | + | <i></i> | |
− | + | <p> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
+ | </div> | ||
+ | <div id= "teammember"> | ||
+ | <div id= "profilepicture"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/9/9a/Rob1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/7/7c/Rob2.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/9/9a/Rob1.JPG'" > | ||
+ | </div> | ||
+ | <div id = "personname"><b style="font-size:24;">Navadeep</b> | ||
+ | <p style="font-size:16;">Graduate Student: Chemical Engineering | ||
+ | </div> | ||
+ | <div id="personbio"> | ||
+ | <i></i> | ||
+ | <p> | ||
+ | </div> | ||
+ | </div> | ||
− | + | <div id= "teammember"> | |
− | </ | + | <div id= "profilepicture"> |
− | + | <img src="https://static.igem.org/mediawiki/2015/3/3b/Testudostatue.png" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/e/e2/Littletestudo.png'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/3/3b/Testudostatue.png'" > | |
− | </ | + | </div> |
+ | <div id = "personname"><b style="font-size:24;">Testudo</b> | ||
+ | <p style="font-size:16;">School Mascot | ||
+ | </div> | ||
+ | <div id="personbio"> | ||
+ | <i></i> | ||
+ | <p> | ||
+ | </div> | ||
+ | </div> |
Revision as of 07:54, 17 September 2015