Team:Newcastle/Team

From 2013.igem.org

(Difference between revisions)
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 *** -->
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
{{Team:Newcastle}}
{{Team:Newcastle}}
-
<html>
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
"http://www.w3.org/TR/html4/loose.dtd">
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
<html lang="en">
-
This is a template page. READ THESE INSTRUCTIONS.
+
-
</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 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 *** -->
+
<head>
 +
<meta http-equiv="content-type" content="text/html; charset=utf-8">
 +
<title>Title Goes Here</title>
 +
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js" type= "text/javascript"> </script>
 +
<script>
 +
$(function(){
 +
    $('#teamwrapper .nameplate').click(function(){
 +
        var description = $(this).parent().find('.details').html();
 +
alert(description);
 +
var titleText = $(this).text();//text();
 +
alert(titleText);
 +
$('#detail-content').html('<h2>' + titleText + '</h2>' + description);
 +
        $('#calendar #calendar-display').fadeIn();       
 +
        return false;
 +
    });
 +
   
 +
    $('#calendar #display-close').click(function(){
 +
        $('#calendar #calendar-display').fadeOut();
 +
    });
 +
 +
    $('#calendar #detail-display-underlay').click(function(){
 +
        $('#calendar #calendar-display').fadeOut();
 +
    });
 +
});
 +
 +
</script>
 +
 +
<style type="text/css">
 +
 +
body {
 +
    background-color: #d8da3d
 +
}
 +
 +
#header {
 +
background-color: #e2e2e2;
 +
height : 200px;
 +
margin-bottom:-22px;
 +
}
 +
 +
#wrapper {
 +
width : 960px;
 +
background-color: #FFFFFF;
 +
margin-left : auto;
 +
margin-right : auto;
 +
}
 +
 +
#navbar {
 +
height: 50px;
 +
background-color: #FFe2E2;
 +
}
 +
 +
#content {
 +
background-color: #FFFFFF;
 +
}
 +
#header h1{
 +
padding-top : 50px;
 +
}
 +
.profilewrap {
 +
width: 136px;
 +
height:226px;
 +
background-color: #FF0000;
 +
border: 1px solid grey;
 +
margin: 60px 0px 5px 15px;
 +
border-radius: 20px ;
 +
}
 +
 +
.clear {
 +
clear: both;
 +
}
 +
#content h2{
 +
color:black;
 +
text-align: center;
 +
}
 +
 +
.row2 {
 +
text-align: center;
 +
}
 +
.row2 div {
 +
display: inline-block;
 +
border: 1px solid grey;
 +
vertical-align: middle;
 +
}
 +
 +
.row1 {
 +
text-align: center;
 +
}
 +
.row1 div {
 +
margin-top : 0px;
 +
display: inline-block;
 +
border: 1px solid grey;
 +
vertical-align: middle;
 +
}
 +
 +
.nameplate {
 +
width : 136px;
 +
height: 50px;
 +
border: 1px solid grey;
 +
text-align: center;
 +
color:black;
 +
position:relative;
 +
bottom: -210px;
 +
border-radius: 20px;
 +
}
 +
.nameplate:hover {
 +
opacity: 0.7;
 +
color:yellow;
 +
}
 +
#teamwrapper .details {
 +
display: none;
 +
}
 +
 +
#teamwrapper .profilewrap:hover {
 +
background-color:yellow;
 +
}
 +
 +
  </style>
 +
</head>
 +
<body>
 +
<div id ="content">
 +
<div id = "teamwrapper">
 +
<h2> Students </h2>
 +
 +
<div class ="row1">
 +
<div class ="profilewrap">Student#1
 +
<div class ="nameplate">Name</div>
 +
<div class = "details">Details go here</div>
 +
</div>
 +
 +
<div class ="profilewrap">Student#2
 +
<div class ="nameplate">Name</div></div>
 +
 +
<div class ="profilewrap">Student#3
 +
<div class ="nameplate">Name</div></div>
 +
 +
<div class ="profilewrap">Student#4
 +
<div class ="nameplate">Name</div></div>
 +
 +
<div class ="profilewrap">Student#5
 +
<div class ="nameplate">Name</div></div>
 +
 +
<div class ="profilewrap">Student#6
 +
<div class ="nameplate">Name</div></div>
 +
</div>
 +
 +
<div class ="row2">
 +
<div class ="profilewrap">Student#7
 +
<div class ="nameplate">Name</div></div>
 +
 +
<div class ="profilewrap">Student#8
 +
<div class ="nameplate">Name</div></div>
 +
 +
<div class ="profilewrap">Student#9
 +
<div class ="nameplate">Name</div></div>
 +
 +
<div class ="profilewrap">Student#10
 +
<div class ="nameplate">Name</div></div>
 +
 +
<div class ="profilewrap">Student#11
 +
<div class ="nameplate">Name</div></div>
 +
</div>
 +
<br></br>
-
{|align="justify"
+
<h2> Advisors and Instructors </h2>
-
|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:Newcastle_logo.png|200px|right|frame]]
+
<div class ="row1">
-
|-
+
<div class ="profilewrap">Instructor#1
-
|
+
<div class ="nameplate">Name</div></div>
-
|[[Image:Newcastle_team.png|right|frame|Your team picture]]
+
-
|-
+
<div class ="profilewrap">Instructor#2
-
|
+
<div class ="nameplate">Name</div></div>
-
|align="center"|[[Team:Newcastle | Team Newcastle]]
+
-
|}
+
<div class ="profilewrap">Instructor#3
 +
<div class ="nameplate">Name</div></div>
 +
 +
<div class ="profilewrap">Instructor#4
 +
<div class ="nameplate">Name</div></div>
 +
</div>
 +
 +
<div class ="row2">
 +
<div class ="profilewrap">Advisor#1
 +
<div class ="nameplate">Name</div></div>
 +
<div class ="profilewrap">Advisor#2
 +
<div class ="nameplate">Name</div></div>
 +
<div class ="profilewrap">Advisor#3
 +
<div class ="nameplate">Name</div></div>
 +
</div>
 +
<br></br>
 +
<br></br>
 +
</div>
 +
</div>
 +
</body>
-
<!--- The Mission, Experiments --->
+
</html>
-
 
+
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
-
!align="center"|[[Team:Newcastle|Home]]
+
-
!align="center"|[[Team:Newcastle/Team|Team]]
+
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=Newcastle Official Team Profile]
+
-
!align="center"|[[Team:Newcastle/Project|Project]]
+
-
!align="center"|[[Team:Newcastle/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:Newcastle/Modeling|Modeling]]
+
-
!align="center"|[[Team:Newcastle/Notebook|Notebook]]
+
-
!align="center"|[[Team:Newcastle/Safety|Safety]]
+
-
!align="center"|[[Team:Newcastle/Attributions|Attributions]]
+
-
|}
+
-
 
+
-
 
+
-
 
+
-
== '''Who we are''' ==
+
-
{|border = "0"
+
-
|-
+
-
|rowspan="3"|
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
'''Advisors:'''
+
-
 
+
-
*''' Advisor 1''':    Mentor for all
+
-
*'''Advisor 2''':      Our favorite
+
-
*'''Grad Student 1''':    Our leader 
+
-
 
+
-
 
+
-
'''Undergrads:'''
+
-
 
+
-
*'''Student 1''':    Sleepyhead
+
-
*'''Student 2''':    Math nerd
+
-
*'''Student 3''':    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:Example2_Team_member_1.png|Team member 1
+
-
Image:Example2_Team_member_2.png|Team member 2
+
-
Image:Example2_Team_member_3.png|Team member 3
+
-
Image:Example2_Team_member_4.png|Team member 4
+
-
Image:Example2_Team_member_5.png|Team member 5
+
-
Image:Example2_Team_member_6.png|Team member 6
+
-
Image:Example2_Team_member_7.png|Team member 7
+
-
</gallery>
+
-
|}
+
-
 
+
-
== '''What we did''' ==
+
-
 
+
-
(Provide proper attribution for all work)
+
-
 
+
-
 
+
-
== '''Where we're from''' ==
+

Revision as of 19:13, 16 June 2013

 
X
 
IGEM Home Newcastle University
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> Title Goes Here

Students

Student#1
Name
Details go here
Student#2
Name
Student#3
Name
Student#4
Name
Student#5
Name
Student#6
Name
Student#7
Name
Student#8
Name
Student#9
Name
Student#10
Name
Student#11
Name


Advisors and Instructors

Instructor#1
Name
Instructor#2
Name
Instructor#3
Name
Instructor#4
Name
Advisor#1
Name
Advisor#2
Name
Advisor#3
Name