Team:GeorgiaState

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
-
 
-
 
-
 
{{:Team:GeorgiaState/Header}}
{{:Team:GeorgiaState/Header}}
 +
__NOTOC__<html lang="en">
 +
<head>
 +
<body>
 +
<script type="text/javascript"
 +
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>
 +
<script type="text/javascript">
-
{{:Team:GeorgiaState/Tabs}}
+
$(document).ready(function() {
 +
//Default Action
 +
$(".tab_content").hide(); //Hide all content
 +
$("ul.tabs li:first").addClass("active").show(); //Activate first tab
 +
$(".tab_content:first").show(); //Show first tab content
 +
 +
//On Click Event
 +
$("ul.tabs li").click(function() {
 +
$("ul.tabs li").removeClass("active"); //Remove any "active" class
 +
$(this).addClass("active"); //Add "active" class to selected tab
 +
$(".tab_content").hide(); //Hide all tab content
 +
var activeTab = $(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content
 +
$(activeTab).fadeIn(); //Fade in the active content
 +
return false;
 +
});
 +
});
 +
</script>
 +
<style type="text/css">
 +
body {
 +
background: #f0f0f0;
 +
margin: 0;
 +
padding: 0;
 +
font: 10px normal Verdana, Arial, Helvetica, sans-serif;
 +
color: #444;
 +
}
 +
h1 {font-size: 3em; margin: 20px 0;}
 +
.container {width: 760px; margin: 10px auto;}
 +
ul.tabs {
 +
margin: 0;
 +
padding: 0;
 +
float: left;
 +
list-style: none;
 +
height: 32px;
 +
border-bottom: 1px solid #999;
 +
border-left: 1px solid #999;
 +
width: 100%;
 +
}
 +
ul.tabs li {
 +
float: left;
 +
margin: 0;
 +
padding: 0;
 +
height: 31px;
 +
line-height: 31px;
 +
border: 1px solid #999;
 +
border-left: none;
 +
margin-bottom: -1px;
 +
background: #e0e0e0;
 +
overflow: hidden;
 +
position: relative;
 +
}
 +
ul.tabs li a {
 +
text-decoration: none;
 +
color: #000;
 +
display: block;
 +
font-size: 1.2em;
 +
padding: 0 20px;
 +
border: 1px solid #fff;
 +
outline: none;
 +
}
 +
ul.tabs li a:hover {
 +
background: #ccc;
 +
}
 +
html ul.tabs li.active, html ul.tabs li.active a:hover  {
 +
background: #fff;
 +
border-bottom: 1px solid #fff;
 +
}
 +
.tab_container {
 +
border: 1px solid #999;
 +
border-top: none;
 +
clear: both;
 +
float: left;
 +
width: 100%;
 +
background: #fff;
 +
-moz-border-radius-bottomright: 5px;
 +
-khtml-border-radius-bottomright: 5px;
 +
-webkit-border-bottom-right-radius: 5px;
 +
-moz-border-radius-bottomleft: 5px;
 +
-khtml-border-radius-bottomleft: 5px;
 +
-webkit-border-bottom-left-radius: 5px;
 +
}
 +
.tab_content {
 +
padding: 20px;
 +
font-size: 1.2em;
 +
}
 +
.tab_content h2 {
 +
font-weight: normal;
 +
padding-bottom: 10px;
 +
border-bottom: 1px dashed #ddd;
 +
font-size: 1.8em;
 +
}
 +
.tab_content h3 a{
 +
color: #254588;
 +
}
 +
.tab_content img {
 +
float: left;
 +
margin: 0 20px 20px 0;
 +
border: 1px solid #ddd;
 +
padding: 5px;
 +
}
 +
</style>
 +
<ul class="tabs">
 +
    <li><a href="#tab1">Gallery</a></li>
 +
    <li><a href="#tab2">Submit</a></li>
 +
</ul>
-
 
+
<div class="tab_container">
-
 
+
    <div id="tab1" class="tab_content">
-
 
+
        <!--Content-->
-
 
+
    </div>
-
 
+
    <div id="tab2" class="tab_content">
-
 
+
      <!--Content-->
-
 
+
    </div>
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<!-- *** 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>
+
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
-
This is a template page. READ THESE INSTRUCTIONS.
+
</div>
</div>
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
 
-
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 a team description page, a project abstract, a complete project description, a lab notebook, and a safety page.  PLEASE keep all of your pages within your teams namespace. 
 
-
</div>
 
-
</div>
 
-
</html>
 
-
 
-
<!-- *** End of the alert box *** -->
 
-
 
-
 
-
{|align="justify"
 
-
|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.
 
-
|[[Image:GeorgiaState_logo.png|200px|right|frame]]
 
-
|-
 
-
|
 
-
''Tell us more about your project.  Give us background.  Use this is the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
 
-
|[[Image:GeorgiaState_team.png|right|frame|Your team picture]]
 
-
|-
 
-
|
 
-
|align="center"|[[Team:GeorgiaState | Team Example]]
 
-
|}
 
-
 
-
 
-
<!--- The Mission, Experiments --->
 
-
 
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
 
-
!align="center"|[[Team:GeorgiaState|Home]]
 
-
!align="center"|[[Team:GeorgiaState/Team|Team]]
 
-
!align="center"|[https://igem.org/Team.cgi?year=2010&team_name=GeorgiaState Official Team Profile]
 
-
!align="center"|[[Team:GeorgiaState/Project|Project]]
 
-
!align="center"|[[Team:GeorgiaState/Parts|Parts Submitted to the Registry]]
 
-
!align="center"|[[Team:GeorgiaState/Modeling|Modeling]]
 
-
!align="center"|[[Team:GeorgiaState/Notebook|Notebook]]
 
-
!align="center"|[[Team:GeorgiaState/Safety|Safety]]
 
-
!align="center"|[[Team:GeorgiaState/Attributions|Attributions]]
 
-
|}
 
-
 
-
 
-
 
-
== '''Who we are''' ==
 
-
{|border = "0"
 
-
|-
 
-
|rowspan="3"|
 
-
 
-
 
-
 
-
 
-
 
-
'''Advisors:'''
 
-
 
-
*''' Sarah Boyd''':    Mentor for all
 
-
*'''Advisor 2''':      Our favorite
 
-
*'''Grad Student 1''':    Our leader 
 
-
 
-
 
-
'''Undergrads:'''
 
-
 
-
*'''Student 1''':    Sleepyhead
 
-
*'''Student 2''':    Math nerd
 
-
*'''Student 3''':  Michael, Is going to save the world
 
-
*'''Student 4''':    Loves iGEM
 
-
*'''Student 5''':  A normal student... or(r) am I?
 
-
*'''Student 6''':  Table football fan
 
-
*'''Student 7''':
 
-
 
-
 
-
|
 
-
<gallery>
 
-
Image:GeorgiaState_Team_member_1.png|Team member 1
 
-
Image:GeorgiaState_Team_member_2.png|Team member 2
 
-
Image:GeorgiaState_Team_member_3.png|Team member 3
 
-
Image:GeorgiaState_Team_member_4.png|Team member 4
 
-
Image:GeorgiaState_Team_member_5.png|Team member 5
 
-
Image:GeorgiaState_Team_member_6.png|Team member 6
 
-
Image:GeorgiaState_Team_member_7.png|Team member 7
 
-
</gallery>
 
-
|}
 
-
 
-
== '''What we did''' ==
 
-
 
-
(Provide proper attribution for all work)
 
-
 
-
== '''Where we're from''' ==
+
</body>

Revision as of 21:27, 6 July 2011