</div></div> <head> <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script> $(body).css('display','none'); </script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script type="text/javascript"> if (typeof jQuery == 'undefined') { document.write(unescape("%3Cscript src='js/jquery-1.10.2.min.js' type='text/javascript'%3E%3C/script%3E")); } </script> <link href='https://fonts.googleapis.com/css?family=Exo%7CLora' rel='stylesheet' type='text/css'> <title>About Our Team</title> </head> <style> body { /* Enforces font on the entire page, colored black by default Makes background off-white slightly to improve visibility with gray font */ font-family: 'Raleway', sans-serif; color: black; background-color: #FEFFFA; min-width: 1200px; max-width: 1200px; overflow-x:hidden; margin-left: auto; margin-right: auto; }
/* Navbar */ nav { min-width: 1200px;
opacity: 1.0; position: fixed; top: 0; left: 0; line-height: 10px; font-size: 20pt; display: block; background: #fff; width: 100%; border-bottom: 1px solid black;
}
nav a { text-decoration: none; color: black; font-family: 'Exo', sans-serif; }
nav ul { list-style: none; text-align: center; transition: all .5s ease; }
nav ul li { display: inline; margin-right: 20px; }
/* Permanent bottom bar */
- bot-nav {
background: #f9f9f9; border-top: 1px solid #f5f5f5; position: absolute; width: 100%; height: 75px; left: 0; top: 1200px;
}
- bot-nav ul {
margin-top: 25px; list-style: none; text-align: center; }
- bot-nav li {
display: inline; font-size: 20pt; color: black; }
- bot-nav a {
display: inline-block; vertical-align: middle; margin-top: -5px; text-decoration: none; font-size: 12pt; color: black; margin-right: 10px; margin-left: 10px; }
- bot-nav li:hover {
text-shadow: .5px .5px black; }
/* Classes */
/* Hides nav bar when scrolling */ .scrolled { font-size: 10pt; line-height: 0px; }
/* animation when mouse is over Navbar */ .hover { font-size: 20pt; line-height: 10px; }
/* Content */
h1 { /* Centers the heading text on the page at different sizes */ color: #6B6B6B; /* makes the text centered and gray colored */ font-size: 56pt; font-weight: 200; text-align: center; margin-top: 100px; margin-bottom: 30px; }
/* Descriptions */
h2 { font-size: 18pt; margin-left: 100px; margin-top: 0px; }
h3 { color: #545454; margin-top: 0px; text-align: center; font-size: 16pt; line-height: 1.5; max-width: 860px; margin-left: 180px; padding-bottom: 20px; }
p { margin-left: 100px; max-width: 500px; font-size: 12pt;
line-height: 2; font-weight: 400;
}
.description { display: none; float: left; min-height: 600px; }
- table-selector {
/* formats the table containing nav elements to be centered, addes space on top / bottom */ width: 100%; margin-top: 30px; margin-bottom: 30px; margin-left: auto; margin-right: auto; }
- table-selector th {
/* makes each cell of nav evenly spaced */ text-align: center; width: 25%; /* modify when adding / deleting elements in nav */ }
th p { /* formats text inside table of navigational elements */ /* makes cursor emulate a link to show it's clickable */ font-size: 24pt; font-weight: 400; cursor: pointer; padding: 5px 0px 15px 0px; margin: 0 0 0 0; }
- div-content {
}
th p:hover { /* makes links bold when hovered to show it is a link */ font-weight: 800; }
- table-selector {
/* makes a single border between two cells rather than two */
border-collapse: collapse;
}
.profiles { display: none; }
- div-students {
display: block; }
.clickImage:hover { cursor: pointer; }
/* creates a solid gray border between elements of navigational element */ .borderRight { border-right: 2px solid #A8A8A8; }
.borderLeft { border-left: 2px solid #A8A8A8; }
.borderRight { border-bottom: 4px solid #A8A8A8; }
.borderBoth { border-left: 2px solid #A8A8A8; border-right: 2px solid #A8A8A8; }
/* Images */
/* Logo */
- img-logo {
width: 150px; float: left; position: fixed; margin-top: 12px; margin-left: 65px; opacity: 1.0; }
/* iGEM logo */
- img-igemlogo {
width: 60px; float: right; position: fixed; margin-top: 10px; opacity: 1.0; }
.clickImage { width: 200px; height: 128px; border: 4px solid #FEFFFA; }
- table-advisors, #table-students {
margin-top: 50px; margin-left: 700px; }
.clickImageSmall { display: none; width: 80px; height: 50px; }
.clickImageSmallS { display: none; width: 80px; height: 50px; }
.clickImageSmall, .clickImageS, .clickImageSmallS:hover { cursor: pointer; }
.nospacing { width: 80px; padding: 0 0 0 0; margin: 0 0 0 0; }
- table-navigator, #table-navigatorS {
margin-left: 709px; }
.clickImageS { width: 150px; } </style>
<script>
/* Hiding stupid stuff*/ $(document).ready(function() {
$('#top_title').css('display', 'none');
$('#top_menu').css('display', 'none'); //$('#top_menu_14').css('display', 'none');
$('#HQ_page').css('display', 'none');
$('#top_menu_under').css('display', 'none');
});
$('#HQ_page').attr("id","iGEM"); //voids all dumb CSS iGEM HQ wrote which overrides our code $('#mw-content-text').attr("id","overruled").removeClass('mw-content-ltr'); </script> <body> <nav> <a href="index.html"> <img src="T--UMaryland--logo.png" id="img-logo"> </a> <a href="https://2016.igem.org/Main_Page"> <img src="T--UMaryland--igemLogo.png" id="img-igemlogo"> </a>
- <a href="projects.html" class="hvr-float">Projects</a>
- <a href="parts.html" class="hvr-float">Parts</a>
- <a href="modeling.html" class="hvr-float">Modeling</a>
- <a href="outreach.html" class="hvr-float">Outreach</a>
- <a href="notebook.html" class="hvr-float">Notebook</a>
- <a href="about.html" class="hvr-float">About Us</a>
</nav> <script> $('nav').mouseover( function () { $('#img-logo').css('transition', '.35s ease-in'); $('#img-logo').css('opacity', '1'); $('#img-igemlogo').css('transition', '.35s ease-in'); $('#img-igemlogo').css('opacity', '1'); $('nav ul').addClass("hover"); $('nav').css('opacity', '1'); $('nav').css('transition', '.5s ease'); } ), $('nav').mouseout( function () { var scroll = $(window).scrollTop(); if (scroll > 0) { $('#img-logo').css('transition', '.25s ease'); $('#img-logo').css('opacity', '0'); $('#img-igemlogo').css('transition', '.25s ease'); $('#img-igemlogo').css('opacity', '0'); $('nav ul').removeClass("hover"); } } ); $(function() { var nav = $('nav ul'); var navList = $('nav ul li'); $(window).scroll(function() { var scroll = $(window).scrollTop(); if (scroll > 0) { nav.addClass("scrolled"); nav.removeClass("hover"); $('#img-logo').css('transition', '.25s ease'); $('#img-logo').css('opacity', '0'); $('#img-igemlogo').css('transition', '.25s ease'); $('#img-igemlogo').css('opacity', '0'); } else { nav.removeClass("scrolled"); $('#img-logo').css('transition', '.35s ease-in'); $('#img-logo').css('opacity', '1'); $('#img-igemlogo').css('transition', '.35s ease-in'); $('#img-igemlogo').css('opacity', '1');
} }); }); </script>
Contents
- 1 Our Team
- 1.1 UMaryland iGEM was founded in 2014 and won two gold medals since its founding. Composed of undergraduate students under the advising of graduate mentors and faculty members, UMaryland iGEM aims to train new scientists in the field of synthetic biology and to apply their knowledge in solving major local and global issues.
- 1.2 Subhashini Arumugam
- 1.3 Jacob Premo
- 1.4 Ben Walton
- 1.5 SangHo Jee
- 1.6 Seth Cohen
- 1.7 Maria Novitskaya
- 1.8 Nancy Zhang
- 1.9 Chaoyang Wang
- 1.10 Chun Mun Loke
- 1.11 Dr. Edward Eisenstein
- 1.12 Dr. Jason Kahn
- 1.13 Dr. Booth "Boots" Quimby
Our Team
UMaryland iGEM was founded in 2014 and won two gold medals since its founding. Composed of undergraduate students under the advising of graduate mentors and faculty members, UMaryland iGEM aims to train new scientists in the field of synthetic biology and to apply their knowledge in solving major local and global issues.
Students |
Advisors |
Acknowledgements |
---|
Subhashini Arumugam
Subhashini Arumugam is a freshman bioengineering major that aspires to go to medical school someday. Besides science, she is very interested in learning languages, writing, and political activism. She is also very passionate about dance, yoga, making breakfast, and taking naps. She hopes to gain research experience and exposure to the many facets of synthetic biology through iGEM, and looks forward to contributing to the team's outreach projects.
Jacob Premo
Jacob Premo is a freshman currently majoring in biochemistry and microbiology. He joined the UMaryland iGEM team in hopes of working with his peers on meaningful and unique research topics. After his undergraduate career, Jacob plans to pursue a PhD which he would like to put to use developing new medicines. Outside of his academic and research life Jacob enjoys reading books and watching sports.
Ben Walton
Ben is a first-year student at the University of Maryland and is majoring in Mechanical Engineering and minoring in Computer Science. At this point in college, he still does not know his career path, but hopes that the experience of iGEM will help to give him some ideas. Outside of school, Ben can be found playing cards or board games with friends, reading, or slack-lining. Very recently, he has developed an interest in snorkeling and scuba diving.
SangHo Jee
SangHo is a freshman biochemistry and neurobiology & physiology double major in the Integrated Life Sciences program, who primarily joined iGEM to work on their wiki and website design, while gaining exposure to how the wet labs work. He hopes to one day attend medical school in the future but is interested in research as well. Outside of iGEM he enjoys web programming, reading the news, and playing video games.
Seth Cohen
Seth is a freshman biochemistry major at the University of Maryland, but he's switching into bioengineering. Outside of science his favorite things to do are play basketball and write fiction. His favorite food is probably pizza and his favorite animal is definitely the elephant. Another kind of interesting fact about him is that he is vegetarian. That's pretty much all you need to know about Seth!<p> </div>
Maria Novitskaya
<p>Introducing Maria Novitskaya! Maria is a rising sophomore majoring in Neurobiology and Physiology and plans to minor in either Business, Computer Science, or Spanish. Outside of iGEM, Maria is involved in Circle K International and is training to be an Integrated Life Sciences section leader and an Images tour guide...go Terps! Aside from science, Maria is passionate about the color green, loves watching movies and documentaries, and makes great guacamole.<p>
Nancy Zhang
<p>Presenting Nancy Zhang! Nancy is a freshman majoring in Neurology & Physiology and is also a part of the ILS program in the Honors College. Aside from her strong focus in science, Nancy has a great passion for art and devotes her spare time to arts, crafts and sculpture, therefore she brings an artistic touch in addition to years of research experience. She hopes to be able to unite different disciplines like engineering, graphic design, and wet lab work in research to help the team create a strong project this year!<p>
Chaoyang Wang
<p>Chaoyang is a freshman studying Neurobiology and Physiology with a minor in Music Performance in the Integrated Life Sciences Program. Aspiring to become a surgeon one day, Chaoyang is an Executive Board Member of the American Medical Student Association. He has researched 2 summers at an Adult Stem Cell lab at the NIH and hopes to contribute his lab experience to the iGEM team.</p> <p>Chaoyang has also recently partaken in an Alternative Spring Break to New York City to join the movement to end the stigma against HIV and AIDS. Outside of academics, he enjoys playing piano and has played in various renowned locales, including Carnegie Hall and the Millennium Stage at the Kennedy Center. Among his many wins are first prize at the 29th annual International Young Artist Piano Competition. Chaoyang also enjoys taking artsy pictures and loves hanging out with friends. <p>
Chun Mun Loke
<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 finalizing 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.</p>
</div>
<img src="T--UMaryland--chaoyang.jpg" class="clickImageS" id="wang" data-select="chaoyang"> | <img src="T--UMaryland--chunmun.jpg" class="clickImageS" id="loke" data-select="chunmun"> | <img src="T--UMaryland--nancy.jpg" class="clickImageS" id="zhang" data-select="nancy"> |
<img src="T--UMaryland--maria.jpg" class="clickImageS" id="novitskaya" data-select="maria"> | <img src="T--UMaryland--seth.jpg" class="clickImageS" id="cohen" data-select="seth"> | <img src="T--UMaryland--sangho.jpg" class="clickImageS" id="jee" data-select="sangho"> |
<img src="T--UMaryland--ben.png" class="clickImageS" id="walton" data-select="ben"> | <img src="T--UMaryland--jacob.png" class="clickImageS" id="premo" data-select="jacob"> | <img src="T--UMaryland--subhashini.jpg" class="clickImageS" id="arumugam" data-select="subhashini"> |
<img src="T--UMaryland--chaoyang.jpg" class="clickImageSmallS" id="chaoyangSmall" data-select="chaoyang" data-id="wang" > | <img src="T--UMaryland--chunmun.jpg" class="clickImageSmallS" id="chunmunSmall" data-select="chunmun" data-id="loke" > | <img src="T--UMaryland--nancy.jpg" class="clickImageSmallS" id="nancySmall" data-select="nancy" data-id="zhang" > | <img src="T--UMaryland--maria.jpg" class="clickImageSmallS" id="mariaSmall" data-select="maria" data-id="novitskaya" > | <img src="T--UMaryland--seth.jpg" class="clickImageSmallS" id="sethSmall" data-select="seth" data-id="cohen" > |
<img src="T--UMaryland--sangho.jpg" class="clickImageSmallS" id="sanghoSmall" data-select="sangho" data-id="jee" > | <img src="T--UMaryland--ben.png" class="clickImageSmallS" id="benSmall" data-select="ben" data-id="walton" > | <img src="T--UMaryland--jacob.png" class="clickImageSmallS" id="jacobSmall" data-select="jacob" data-id="premo" > | <img src="T--UMaryland--subhashini.jpg" class="clickImageSmallS" id="subhashiniSmall" data-select="subhashini" data-id="arumugam" > |
</div>
Dr. Edward Eisenstein
<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. </p>
Dr. Jason Kahn
<p> Jason D. Kahn is a biophysical chemist who studies protein-nucleic acid interaction and engineering. He is best known for studies of DNA looping, bending, twisting, and cyclization, as well as hybridization thermodynamics for modified bases. He teaches a variety of chemistry, biochemistry, and molecular biology courses, which he credits for initiating his interest in synthetic biology. Dr. Kahn was a graduate student at UC Berkeley and a post-doc at Yale before coming to Maryland in 1994. </p>
Dr. Booth "Boots" Quimby
<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. </p>
<img src="T--UMaryland--Dr.Eisenstein.png" class="clickImage" id="Eisenstein" data-select="Ed"> | <img src="T--UMaryland--Dr.Kahn.png" class="clickImage" id="Kahn" data-select="Jason"> |
<img src="T--UMaryland--Dr.Quimby.png" class="clickImage" id="Quimby" data-select="Boots"> |
<img src="T--UMaryland--Dr.Eisenstein.png" class="clickImageSmall" id="EdSmall" data-select="Ed" data-id="Eisenstein" > | <img src="T--UMaryland--Dr.Kahn.png" class="clickImageSmall" id="JasonSmall" data-select="Jason" data-id="Kahn"> | <img src="T--UMaryland--Dr.Quimby.png" class="clickImageSmall" id="BootsSmall" data-select="Boots" data-id="Quimby"> |
</div> <script> var clickedT = ; var current =; var currentT = 'students'; var lastStudents = ; var lastAdvisors = ; // sets initial display to be purpose $('.navigator').click( function() { // when any element with .class is clicked, trigger function var selectedT = $(this).attr('data-select'); // grabs the name of the navigational element clicked if (selectedT != currentT) { // only change display / trigger animation if clicking different nav changeText(selectedT, lastAdvisors, lastStudents) } })
function changeText(selectedT, lastAdvisors, lastStudents) { $('.navigator').css('border-bottom','1px solid #A8A8A8'); // make all navigational element have no bottom border $('#th-' + selectedT).css('border-bottom', '4px solid #A8A8A8'); // the clicked navigational element given border $('.profiles').css('display','none'); $('#div' + selectedT).css('margin-left', '60px') // slighly shifts right all text to set up for animation $('#div-' + selectedT).css('display','block'); var returned = (selectedT == 'advisors') ? lastAdvisors : lastStudents; $('#div-' + returned).css('display','block'); $('#div-' + returned).animate({ marginLeft: '0px'}, 200); $('#div-' + selectedT).animate({ marginLeft: '0px'}, 200); // the text is animated to quickly move left currentT = selectedT; // sets the current display location.hash = currentT; }
var dir = location.hash; // grabs the anchor (text following the #) var n = dir.indexOf('?'); // and initially sets the page dir = dir.substring(0, n != -1 ? n : dir.length); dir = dir.replace('#',); if (dir == ) { dir = 'students'; } changeText(dir)
$('.profiles .clickImage').click( function() { var selected = $(this).attr('data-select'); // grabs the name of the navigational element clicked if (selected != current) { $('.description').css('display','none'); // hides all text $('.description').css('margin-left', '60px') $('#div-' + selected).css('display','block'); // the div containing the text that is selected is displayed $('#div-' + selected).animate({ marginLeft: '0px'}, 200); $('.clickImage').css('display', 'none') $(this).css('display', 'block'); $(this).parent().attr('colspan', '3'); $(this).animate({ width: '430px', height: '280px'}, 600); current = selected; lastAdvisors = current; $('.clickImageSmall').css('display','inline'); } }); $('.profiles .clickImageSmall').click( function() { var selected = $(this).attr('data-select'); // grabs the name of the navigational element clicked var id = $(this).attr('data-id'); if (selected != current) { // only change display / trigger animation if clicking different nav $('.description').css('display','none'); // hides all text $('.description').css('margin-left', '60px') $('#div-' + selected).css('display','block'); // the div containing the text that is selected is displayed $('#div-' + selected).animate({ marginLeft: '0px'}, 200); $('.clickImage').css('display', 'none') $('#' + id).css({ 'width': '200px', 'height': '128px' }) $('#' + id).css('display', 'block'); $('#' + id).parent().attr('colspan', '3'); $('#' + id).animate({ width: '430px', height: '280px'}, 600); current = selected; lastAdvisors = current; $('.clickImageSmall').css('display','inline'); } });
$('.profiles .clickImageS').click( function() { var selected = $(this).attr('data-select'); // grabs the name of the navigational element clicked if (selected != current) { $('.description').css('display','none'); // hides all text $('.description').css('margin-left', '60px') $('#div-' + selected).css('display','block'); // the div containing the text that is selected is displayed $('#div-' + selected).animate({ marginLeft: '0px'}, 200); $('.clickImageS').css('display', 'none') $(this).css('display', 'block'); $(this).parent().attr('colspan', '3'); $(this).animate({ width: '430px', height: '280px'}, 600); current = selected; lastStudents = current; $('.clickImageSmallS').css('display','inline'); } }); $('.profiles .clickImageSmallS').click( function() { var selected = $(this).attr('data-select'); // grabs the name of the navigational element clicked var id = $(this).attr('data-id'); if (selected != current) { // only change display / trigger animation if clicking different nav $('.description').css('display','none'); // hides all text $('.description').css('margin-left', '60px') $('#div-' + selected).css('display','block'); // the div containing the text that is selected is displayed $('#div-' + selected).animate({ marginLeft: '0px'}, 200); $('.clickImageS').css('display', 'none') $('#' + id).css({ 'width': '150px', 'height': '133px' }) $('#' + id).css('display', 'block'); $('#' + id).parent().attr('colspan', '3'); $('#' + id).animate({ width: '430px', height: '280px'}, 600); current = selected; lastStudents = current; lastClicked = 'students'// sets the current display $('.clickImageSmallS').css('display','inline'); } }); </script>
</body>