Team:Arizona State/Team

From 2012.igem.org

(Difference between revisions)
(Prototype team page)
Line 1: Line 1:
-
!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
<html lang="en">
 +
<head>
 +
<style type="text/css">
-
<html>
+
a {
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
    color: #991133;
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
    text-decoration: none;
-
This is a template page. READ THESE INSTRUCTIONS.
+
}
-
</div>
+
a:hover {
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
    text-decoration: underline;
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
}
-
</div>
+
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified.  PLEASE keep all of your pages within your teams namespace. 
+
-
</div>
+
-
</div>
+
-
</html>
+
-
<!-- *** End of the alert box *** -->
+
.clear {
 +
    clear:both;
 +
}
 +
#col_left{
 +
    float: left;
 +
    width: 100px;
 +
    padding: 5px 22px;
 +
    margin:0;
 +
}
 +
#col_right{
 +
    float: right;
 +
    width: 100px;
 +
    padding: 30px 28px 30px 15px;
 +
    margin:0;
 +
}
 +
#col_nav{
 +
    float: left;
 +
    width: 242px;
 +
    padding: 30px 28px 30px 15px;
 +
    margin:0;
 +
}
 +
#block-content{
 +
    padding-bottom: 15px;
 +
    clear:both;
 +
}
 +
#center{
 +
    float:left;
 +
    padding-bottom: 35px;
 +
    margin-bottom:10px;
 +
    border-top: 1px dotted #999;
 +
    border-bottom: 1px dotted #999;
 +
    clear:both;
 +
}
-
{|align="justify"
+
.col_list ul{
-
|You can write a background of your team here. Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
+
    list-style-type:none;
-
|[[Image:Arizona_State_logo.png|200px|right|frame]]
+
    list-style-image:none;
-
|-
+
    background-image:none;
-
|
+
}
-
|[[Image:Arizona_State_team.png|right|frame|Your team picture]]
+
.col_list li{
-
|-
+
    background-color:#E3E3E3;
-
|
+
    padding: 5px 15px;
-
|align="center"|[[Team:Arizona_State | Team Arizona_State]]
+
}
-
|}
+
.bio {
 +
    clear:both;
 +
    padding-bottom: 20px;
 +
    border-bottom: 1px solid #ccc;
 +
}
 +
.bio img {
 +
    float:left;
 +
    margin-right: 10px;
 +
}
 +
</style>
 +
</head>
 +
</html>
 +
<html>
 +
<head>
 +
<script>
 +
$(document).ready(function(){
 +
  $('.bio').css('display','none');
 +
  $('.col_list li').css('cursor','pointer');
 +
  $('.col_list li').hover(function() {
 +
    $(this).css('background-color','#a70000');
 +
    }, function() {
 +
    $(this).css('background-color','#E3E3E3');
 +
  });
-
<!--- The Mission, Experiments --->
+
  $('.col_list li').click(function () {
 +
    $('.bio').hide();
 +
    var name = $(this).attr('id');
 +
    $('#'+name+'bio').fadeIn(500);
 +
   
 +
  });
 +
});
 +
</script>
 +
</head>
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
<body>
-
!align="center"|[[Team:Arizona_State|Home]]
+
-
!align="center"|[[Team:Arizona_State/Team|Team]]
+
-
!align="center"|[https://igem.org/Team.cgi?year=2012&team_name=Arizona_State Official Team Profile]
+
-
!align="center"|[[Team:Arizona_State/Project|Project]]
+
-
!align="center"|[[Team:Arizona_State/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:Arizona_State/Modeling|Modeling]]
+
-
!align="center"|[[Team:Arizona_State/Notebook|Notebook]]
+
-
!align="center"|[[Team:Arizona_State/Safety|Safety]]
+
-
!align="center"|[[Team:Arizona_State/Attributions|Attributions]]
+
-
|}
+
 +
<div id="col_nav">
 +
    <div class="col_list">
 +
        <h2>Undergraduates</h2>
 +
<ul>
 +
    <li id="np">Nisarg Patel</li>
 +
    <li id="am">Abhinav Markus</li>
 +
    <li id="rm">Ryan Muller</li>
 +
    <li id="ew">Ethan Ward</li>
 +
    <li id="rr">Rohit Rajan</li>
 +
    <li id="eq">Ellen Qin</li>
 +
    <li id="hh">Hyder Hussain</li>
 +
            <li id="ai">Amanda Ispas</li>
 +
    <li id="ms">Madeline Sands</li>
 +
    <li id="mj">Melinda Jenner</li>
 +
</ul>
 +
    </div><!-- end undergrads -->
 +
    <div class="col_list">
 +
        <h2>Instructors & Advisors</h2>
 +
        <ul>
 +
            <li id="xw">Xiao Wang</li>
 +
          <li id="kh">Karmella Haynes</li>
 +
          <li id="vp">Vincent Pizziconi</li>
 +
          <li id="ks">Kylie Standage-Beier</li>
 +
        </ul>
 +
    </div><!-- end instructors-->
 +
</div><!--end col_nav-->
 +
<div style="float:left">
 +
<div id="col_left">
-
== '''Who we are''' ==
+
<div class="bio" id="npbio">
-
{|border = "0"
+
<h1>Nisarg Patel</h1>
-
|-
+
<img src="insert nisarg image here" style="max-width:350px; margin-right:10px;"/>
-
|rowspan="3"|
+
Nisarg Patel is a junior studying Molecular Biosciences & Biotechnology and Political Science at ASU.
 +
<div class="clear"></div>
 +
</div>
 +
<div class="bio" id="ambio">
 +
<h1>Abhinav Markus</h1>
 +
<img src="insert abhi picture here" style="max-width:250px; margin-right:10px;"/>
 +
Abhinav Markus is a junior studying Biomedical Engineering at ASU.
 +
<div class="clear"></div>
 +
</div>
 +
<div class="bio" id="rmbio">
 +
<h1>Ethan Ward</h1>
 +
<img src="insert ryan picture here" style="max-width:250px; margin-right:10px;"/>
 +
Ethan Ward is a sophomore studying Biochemistry and Molecular Biosciences & Biotechnology at ASU.
 +
<div class="clear"></div>
 +
</div>
 +
<div class="bio" id="ewbio">
 +
<h1>Ethan Ward</h1>
 +
<img src="insert ethan picture here" style="max-width:250px; margin-right:10px;"/>
 +
Ethan Ward is a senior studying Biomedical Engineering at ASU.
 +
<div class="clear"></div>
 +
</div>
 +
<div class="bio" id="rrbio">
 +
<h1>Rohit Rajan</h1>
 +
<img src="insert rohit picture here" style="max-width:250px; margin-right:10px;"/>
 +
Rohit Rajan is a sophomore studying Biochemistry at ASU. 
 +
<div class="clear"></div>
 +
</div>
-
'''Advisors:'''
+
<div class="bio" id="eqbio">
 +
<h1>Ellen Qin</h1>
 +
<img src="insert ellen picture here" style="max-width:250px; margin-right:10px;"/>
 +
Ellen Qin is a junior studying Chemical Engineering at ASU.
 +
<div class="clear"></div>
 +
</div>
-
*''' Advisor 1''':    Mentor for all
+
<div class="bio" id="hhbio">
-
*'''Advisor 2''':      Our favorite
+
<h1>Hyder Hussain</h1>
-
*'''Grad Student 1''':     Our leader 
+
<img src="insert hyder picture here" style="max-width:250px; margin-right:10px;"/>
 +
Hyder Hussain is a junior studying Biomedical Engineering at ASU.
 +
<div class="clear"></div>
 +
</div>
 +
<div class="bio" id="aibio">
 +
<h1>Amanda Ispas</h1>
 +
<img src="insert amanda picture here" style="max-width:250px; margin-right:10px;"/>
 +
Amanda Ispas is a senior studying Biomedical Engineering at ASU.
 +
<div class="clear"></div>
 +
</div>
-
'''Undergrads:'''
+
<div class="bio" id="msbio">
 +
<h1>Madeline Sands</h1>
 +
<img src="insert maddie picture here" style="max-width:300px; margin-right:10px;"/>
 +
Madeline Sands is a senior studying Medical Anthropology at ASU.
 +
<div class="clear"></div>
 +
</div>
-
*'''Student 1''':    Sleepyhead
+
<div class="bio" id="mjbio">
-
*'''Student 2''':    Math nerd
+
<h1>Melinda Jenner</h1>
-
*'''Student 3''': Michael, Is going to save the world
+
<img src="insert melinda picture here" style="max-width:250px; margin-right:10px;"/>
-
*'''Student 4''':   Loves iGEM
+
Melinda Jenner is a sophomore studying Biomedical Engineering at ASU.
-
*'''Student 5''':  A normal student... or(r) am I?
+
<div class="clear"></div>
-
*'''Student 6''':  Table football fan
+
</div>
-
*'''Student 7''':
+
 +
<div class="bio" id="xwbio">
 +
<h1>Xiao Wang</h1>
 +
<img src="https://static.igem.org/mediawiki/2011/d/d0/ASU_Xiao_wang.jpg" style="max-width:250px; margin-right:10px;"/>
 +
Dr. Wang, our faculty mentor, is an assistant professor in the School of Biological and Health Systems Engineering.
 +
<div class="clear"></div>
 +
</div>
-
|
+
<div class="bio" id="khbio">
-
<gallery>
+
<h1>Karmella Haynes</h1>
-
Image:Arizona_State_Team_member_1.png|Team member 1
+
<img src="insert dr haynes picture here" style="max-width:250px; margin-right:10px;"/>
-
Image:Arizona_State_Team_member_2.png|Team member 2
+
Dr. Haynes, our faculty mentor, is an assistant professor in the School of Biological and Health Systems Engineering.
-
Image:Arizona_State_Team_member_3.png|Team member 3
+
<div class="clear"></div>
-
Image:Arizona_State_Team_member_4.png|Team member 4
+
</div>
-
Image:Arizona_State_Team_member_5.png|Team member 5
+
-
Image:Arizona_State_Team_member_6.png|Team member 6
+
-
Image:Arizona_State_Team_member_7.png|Team member 7
+
-
</gallery>
+
-
|}
+
-
== '''What we did''' ==
+
<div class="bio" id="vpbio">
 +
<h1>Vincent Pizziconi</h1>
 +
<img src="insert dr p picture here" style="max-width:250px; margin-right:10px;"/>
 +
Dr. Pizziconi, our faculty mentor, is an associate professor in the School of Biological and Health Systems Engineering.
 +
<div class="clear"></div>
 +
</div>
-
(Provide proper attribution for all work)
+
<div class="bio" id="ksbio">
-
 
+
<h1>Kylie Standage-Beier</h1>
-
 
+
<img src="https://static.igem.org/mediawiki/2011/7/7e/ASU_Kylie.jpg" style="max-width:250px; margin-right:10px;"/>
-
== '''Where we're from''' ==
+
Kylie Standage-Beier, our team advisor, is a ASU iGEM 2011 Alumnus and a junior majoring in Genetics, Cell and Developmental Biology.
 +
<div class="clear"></div>
 +
</div>

Revision as of 01:19, 4 July 2012

Undergraduates

  • Nisarg Patel
  • Abhinav Markus
  • Ryan Muller
  • Ethan Ward
  • Rohit Rajan
  • Ellen Qin
  • Hyder Hussain
  • Amanda Ispas
  • Madeline Sands
  • Melinda Jenner

Instructors & Advisors

  • Xiao Wang
  • Karmella Haynes
  • Vincent Pizziconi
  • Kylie Standage-Beier

Nisarg Patel

Nisarg Patel is a junior studying Molecular Biosciences & Biotechnology and Political Science at ASU.

Abhinav Markus

Abhinav Markus is a junior studying Biomedical Engineering at ASU.

Ethan Ward

Ethan Ward is a sophomore studying Biochemistry and Molecular Biosciences & Biotechnology at ASU.

Ethan Ward

Ethan Ward is a senior studying Biomedical Engineering at ASU.

Rohit Rajan

Rohit Rajan is a sophomore studying Biochemistry at ASU.

Ellen Qin

Ellen Qin is a junior studying Chemical Engineering at ASU.

Hyder Hussain

Hyder Hussain is a junior studying Biomedical Engineering at ASU.

Amanda Ispas

Amanda Ispas is a senior studying Biomedical Engineering at ASU.

Madeline Sands

Madeline Sands is a senior studying Medical Anthropology at ASU.

Melinda Jenner

Melinda Jenner is a sophomore studying Biomedical Engineering at ASU.

Xiao Wang

Dr. Wang, our faculty mentor, is an assistant professor in the School of Biological and Health Systems Engineering.

Karmella Haynes

Dr. Haynes, our faculty mentor, is an assistant professor in the School of Biological and Health Systems Engineering.

Vincent Pizziconi

Dr. Pizziconi, our faculty mentor, is an associate professor in the School of Biological and Health Systems Engineering.

Kylie Standage-Beier

Kylie Standage-Beier, our team advisor, is a ASU iGEM 2011 Alumnus and a junior majoring in Genetics, Cell and Developmental Biology.