Team:Northwestern/Attributions

From 2013.igem.org

(Difference between revisions)
(Prototype team page)
 
(8 intermediate revisions not shown)
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 *** -->
+
{{:Team:Northwestern/Templates/Skinning}}
-
 
+
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<style>  
-
<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 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 *** -->
+
p {
 +
    color:black;
 +
    font-family: Georgia;
 +
}
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
.container {  
-
!align="center"|[[Team:Northwestern|Home]]
+
display: inline-block;
-
!align="center"|[[Team:Northwestern/Team|Team]]
+
background-color: #C3C3E5;
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=Northwestern Official Team Profile]
+
width: 100%;
-
!align="center"|[[Team:Northwestern/Project|Project]]
+
height: 35px;
-
!align="center"|[[Team:Northwestern/Parts|Parts Submitted to the Registry]]
+
     
-
!align="center"|[[Team:Northwestern/Modeling|Modeling]]
+
}
-
!align="center"|[[Team:Northwestern/Notebook|Notebook]]
+
.menu {
-
!align="center"|[[Team:Northwestern/Safety|Safety]]
+
text-align: center;
-
!align="center"|[[Team:Northwestern/Attributions|Attributions]]
+
}
-
|}
+
 +
.menu ul ul {
 +
display: none;
 +
}
 +
.menu ul li:hover > ul {
 +
display: block;
 +
}
-
Each team must clearly attribute work done by the team on this pageThey must distinguish work done by the team from work done by others, including the host labs, advisors, instructors, graduate students, and postgraduate masters students.
+
.menu ul {
 +
background: #C3C3E5;
 +
list-style: none;
 +
position: relative;
 +
display: inline-table;
 +
}
 +
 
 +
.menu ul:after {
 +
content: ""; clear: both; display: block;
 +
}
 +
 
 +
.menu ul li {
 +
float: left;
 +
}
 +
 
 +
.menu ul li:hover {
 +
background: #443266;
 +
}
 +
 
 +
.menu ul li:hover a{
 +
color: black;
 +
}
 +
 
 +
.menu ul li a {
 +
display: block; padding: 5px 20px;
 +
color: black; text-decoration: none;
 +
}
 +
 
 +
.menu ul ul {
 +
background: #F1F0FF;
 +
position: absolute; top: 100%;
 +
}
 +
 
 +
.menu ul ul li{
 +
float: none;
 +
border-top: 1px solid #6b727c;
 +
border-bottom: 1px solid #575f6a;
 +
position: relative;
 +
}
 +
 
 +
nav ul ul li a {
 +
padding: 5px 20px;
 +
color: #fff;
 +
}
 +
 
 +
nav ul ul li a:hover {
 +
background: #4b545f;
 +
}
 +
 
 +
nav ul ul ul {
 +
position: absolute; left: 100%; top:0;
 +
}
 +
 
 +
/*div {
 +
    : center;
 +
    vertical-align: middle;
 +
}*/
 +
 
 +
* {
 +
/*background-color: #FFF;*/
 +
font-family: "Helvetica", "Lucida Grande", sans-serif;
 +
}
 +
/*
 +
.menu-bar {
 +
    text-align: right;
 +
    font-size: 14px;  
 +
    width: 100%;
 +
    height: 20px;
 +
    display: block;
 +
    vertical-align: bottom;
 +
}
 +
 
 +
.menu-bar a {
 +
    color: #6A0888;
 +
    text-decoration: none;
 +
    margin-left: 15px;
 +
}
 +
*/
 +
 
 +
#header {
 +
    width: 1000px;
 +
    height: 90px;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
    margin-top: 0px;
 +
    display: block;
 +
/*    margin-top: 20px;
 +
    margin-bottom: 20px; */
 +
  vertical-align: middle;
 +
 
 +
}
 +
 
 +
#title {
 +
    font-size: 24px;
 +
    font-style: bold;
 +
    display: inline-block;
 +
}
 +
 
 +
.first-row {
 +
width: 100%;
 +
height: 300px;
 +
display: block;
 +
background-color: #6A0888;
 +
margin-bottom: 0px;
 +
}
 +
 
 +
#first-row-title {
 +
text-align: center;
 +
background-color: #6A0888;
 +
vertical-align: middle;
 +
padding-top: 70px;
 +
text-align: center;
 +
}
 +
 
 +
#first-row-description {
 +
text-align: center;
 +
background-color: #6A0888;
 +
vertical-align: middle;
 +
text-align: center;
 +
}
 +
h1{
 +
    color: #6A1A7E;
 +
    font-family: fantasy;
 +
    border-bottom-width: thick;
 +
    border-bottom-style: solid;
 +
    border-bottom-color: #6A1A7E;}
 +
 
 +
.people {
 +
    width:700px;
 +
    margin-bottom: 10px;
 +
    float:left;
 +
}
 +
 
 +
.personal {
 +
    height:120px;
 +
    width:700px;
 +
    margin-top:0px;
 +
    vertical-align:top;}
 +
 
 +
p.name {
 +
    font-weight: bold;
 +
}
 +
p.des {
 +
    font-size: 12px;
 +
}
 +
.picture {
 +
    float: left;
 +
    margin-right: 5px;
 +
    border: 2px solid #333;
 +
    border-radius: 5px;
 +
}
 +
 
 +
</style>
 +
 
 +
</br>
 +
 
 +
<h1>Attributions</h1>
 +
<p>Here we acknowledge that all the work done in this project, including laboratory work, website design, and data analysis, were done by the Northwestern University 2013 iGEM Team. We thank Dr. John Mordacq, one of our advisors, for letting us utilize his lab space for the duration of the summer and providing us with any necessary materials that we may have lacked. We also want to thank Dr. Josh Leonard, Dr. Keith Tyo, and Dr. Michael Jewett for advising us throughout the process. We would like to thank our Teaching Assistant Jessica Perez  and Biology Lab Tech Lukas Streich for teaching us numerous protocols and lab practices. The Jewett lab also donated the parts Lpp-RBS and Taq-RBS used in our Dual State Construct. Lastly we would like to thank the 2010 Wisconsin-Madison iGEM team for their gadA promoter sequence.<p>
 +
 
 +
<h1>Awknowledgement</h1>
 +
<p> We thank our sponsors for making everything possible! </p> </br>
 +
<p id = "logos-warning">  </p>
 +
 
 +
<center><img src="https://static.igem.org/mediawiki/2013/1/1c/Nu.jpg" />
 +
        <img src="https://static.igem.org/mediawiki/2013/0/0f/Weinberg.jpg" />
 +
        <img src="https://static.igem.org/mediawiki/2013/6/6a/Mccormick.jpg" /> </center>
 +
 
 +
        <center> <img src="https://static.igem.org/mediawiki/2013/a/a9/Vwr.jpg" width="180" height="120" />
 +
      <img src="https://static.igem.org/mediawiki/2013/8/82/Nu_genomics_core.jpg" width="180" height="120" />
 +
              <img src="https://static.igem.org/mediawiki/2013/6/6f/Fischer.png" width="180" height="80" />
 +
        <img src="https://static.igem.org/mediawiki/2013/4/41/IDT.jpg" width="180" height="120" /></center>
 +
        <center> <img src="https://static.igem.org/mediawiki/2011/4/4d/ICL_NEB.jpg" width="180" height="120" />
 +
            <img src="https://static.igem.org/mediawiki/2013/f/f6/Ctd-logo.png" width="180" height="120"/>
 +
<img src="https://static.igem.org/mediawiki/2013/3/36/Epoch.jpg" width="180" height="120" />
 +
        <img src="https://static.igem.org/mediawiki/2013/8/8a/3M.jpg" width="180" height="120" /></center>
 +
 
 +
 
 +
 
 +
<!-- <div class=people>
 +
    <div class=personal>
 +
        <img class="picture" src="https://static.igem.org/mediawiki/2013/1/1c/Nu.jpg">
 +
        <p class="name">Northwestern University
 +
        <p class="des"><!-- We thank Northwestern University for providing lab space and making everything possible. -->
 +
 
 +
</html>

Latest revision as of 03:48, 28 September 2013


Attributions

Here we acknowledge that all the work done in this project, including laboratory work, website design, and data analysis, were done by the Northwestern University 2013 iGEM Team. We thank Dr. John Mordacq, one of our advisors, for letting us utilize his lab space for the duration of the summer and providing us with any necessary materials that we may have lacked. We also want to thank Dr. Josh Leonard, Dr. Keith Tyo, and Dr. Michael Jewett for advising us throughout the process. We would like to thank our Teaching Assistant Jessica Perez and Biology Lab Tech Lukas Streich for teaching us numerous protocols and lab practices. The Jewett lab also donated the parts Lpp-RBS and Taq-RBS used in our Dual State Construct. Lastly we would like to thank the 2010 Wisconsin-Madison iGEM team for their gadA promoter sequence.

Awknowledgement

We thank our sponsors for making everything possible!