Difference between revisions of "Team:Uppsala/Collaborations"

 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template_All_Teams}}
+
{{Uppsala_NewTemplate}}
 
<html>
 
<html>
 
<head>
 
<head>
 
<link href="" type="text/css" rel="stylesheet">
 
 
<script src="Faiyaz.js"></script>
 
<script type="text/javascript" src="jquery-latest.js"></script>
 
<script type="text/javascript" src="jquery.tablesorter.js"></script>
 
<script>$(document).ready(function()
 
    {
 
        $("#myTable").tablesorter( {sortList: [[0,0], [1,0]]} );
 
    }
 
);
 
 
 
</script>
 
 
 
<style>
 
<style>
  
body {
+
#tab_list {
background-color: #FFFFFF;
+
list-style:none;
padding: 0 15%;
+
border-left: 1px solid black;
 +
border-right: 1px solid black;
 +
display: inline-table;
 +
margin-bottom: 20px;
 +
margin-top: 20px;
 +
margin-left: -5px;
 +
width: 1100px;
 
}
 
}
  
#main {
+
#tab_list li {
background-color: #FFFFFF;
+
float: left;
margin-left:auto;
+
text-align: center;
margin-right:auto;
+
width: 50%;
width:1100px;
+
}  
padding: 5px;
+
}
+
  
.header {
+
#tab_list li a {
font-family:"Trebuchet MS", Helvetica;
+
padding: 10px 20px 10px 20px;
color: #FF3300;
+
/*background-color: #E84243;*/
text-shadow: 2px 2px 5px #888888;
+
font-family: "Fira sans", "Trebuchet MS";
 +
text-transform: uppercase;
 +
font-size: 150%;
 
}
 
}
  
#home_image {
+
#tab_list li a:hover {
  margin: 0 auto;
+
background-color: #E84243;
  display: block;
+
color: #FFFFFF;
  padding: 15px 0;
+
 
}
 
}
  
hr {
+
.tab {
background-color: #FF3300;
+
text-decoration: none;
}
+
list-style-type: none;
 
+
display: block;
p {
+
font-family:Garamond, "Times New Roman";
+
font-size: 150%;
+
}
+
 
+
/*
+
html, body {
+
  min-height: 100%;
+
  position: relative;
+
  height: 100%;
+
  margin: 0;
+
}
+
*/
+
/* What are these for?*/
+
.grid-container{
+
  max-width: 600px;
+
  min-height: 10%;
+
  background-color: #c7c7c7;
+
  margin: 0 auto;
+
  text-align: justify;
+
}
+
 
+
.grid-container:after{
+
  content:'';
+
  display: inline-block;
+
  width: 100%;
+
}
+
 
+
.grid-item{
+
  width: 25%;
+
  min-width: 50px;
+
  display: inline-block;
+
  vertical-align: top;
+
  height: 125px;
+
  background-color: #ff3819;
+
  margin-bottom: 20px;
+
  margin-top: 25px;
+
}
+
 
+
 
+
 
+
/*ul .listelem {
+
    list-style-type: none;
+
    margin: 0;
+
    padding: 0;
+
    overflow: hidden;
+
}
+
 
+
li {
+
    float: left;
+
}
+
 
+
.listelem a {
+
    display: block;
+
    width: 135px;
+
    font-weight: bold;
+
    color: #FFFFFF;
+
    background-color: #EFEFEF;
+
    text-align: center;
+
    padding: 25px;
+
    text-decoration: none;
+
    text-transform: uppercase;
+
}
+
 
+
.listelem a:hover, .listelem a:active {
+
    background-color: #333385;
+
}
+
*/
+
 
+
 
+
 
+
/*Hide the sub-menus*/
+
nav ul ul {
+
display: none;
+
}
+
/*Show the sub-menus when you hover over the bar elements*/
+
nav ul li:hover > ul {
+
display: block;
+
}
+
/*Change of the box around the bar*/
+
nav ul {
+
background-color: #A5A5C1;
+
        background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
+
background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
+
font-family: serif;
+
text-align: center;
+
        list-style: none;
+
+
padding: 0 15px;
+
display: inline-table;
+
}
+
nav > ul {
+
margin-top: 0px;
+
margin-left: auto;
+
margin-right: auto;
+
}
+
nav ul li {
+
float: left;
+
}
+
 
+
/*Only affects links in the first ul, the bar*/
+
nav ul li:hover > a{
+
        background-color: #4b545f;
+
color: #CC0000;
+
        text-decoration: none;
+
background-color: #A5A5C1;
+
}
+
 
+
/* Change of link text in the bar*/
+
nav ul li a {
+
display: block;  
+
padding: 2px 15px;
+
text-decoration: none;
+
        color: white;
+
}
+
/*List of sub-menus*/
+
nav ul ul {
+
background: #5f6975;
+
border-radius: 0px;
+
padding: 0;
+
position: absolute;
+
        top: 100%;
+
}
+
/*The individual sub-menu elements*/
+
nav ul ul li {
+
float: none;
+
background-color: #A5A5C1;
+
border-top: 1px solid #6b727c;
+
border-bottom: 1px solid #575f6a;
+
position: relative;
+
}
+
/*The individual link texts in the sub-menus*/
+
nav ul ul li a {
+
padding: 15px 20px;
+
}
+
 
+
nav ul ul li a:hover {
+
background: #4b545f;
+
}
+
 
+
/*Supposed to make the navigation bar fixed up top*/
+
nav.fixed {
+
  position: fixed;
+
  top: 0;
+
  right: 0;
+
  left: 0;
+
  margin: auto;
+
  margin-top: 15px;
+
  width: 100%;
+
}
+
 
+
#footer {
+
        background: #d3dfe4
+
       
+
 
}
 
}
  
 
</style>
 
</style>
 
</head>
 
 
<body>
 
<body>
 +
<div id="main">
 +
  <h1>Collaborations</h1>
 +
    <ul id="tab_list">
 +
      <li><a class="tab" href="https://2015.igem.org/Team:Uppsala/nic"><b>Nordic iGEM Conference</b></a></li>
 +
      <li><a class="tab" href="https://2015.igem.org/Team:Uppsala/Chennai"><b>Helping other teams</b></a></li>
 +
  </ul>
 +
<p>Collaborations between teams is the very foundation of iGEM, and this year the Uppsala team partook in three major collaborations. Firstly, we arranged and hosted the very first Nordic iGEM conference together with the Stockholm iGEM team. In this project, planning, innovation and physical work was done in total collaboration. Secondly, we assisted the Chennai team in the start-up of their very first iGEM project. Planning an entire iGEM project is hard enough as it is, and to do it without any previous knowledge of the completion is even trickier. As such we provided Chennai with all the help we could give. Lastly we had a survey collaboration with SDU Denmark regarding the use of antibodies in iGEM.
 +
</p>
 +
<p>Apart from these major collaborations, we also assisted several teams by answering surveys and providing them with previous years Uppsala biobricks not present in the distribution kit. Among the most popular were the famous Uppsala chromo proteins that were shipped to both Australia and Taiwan.
 +
</p>
 +
<p>You can learn more about our work by clicking through the tabs under the Collaborations header!
 +
</p>
  
<nav class="fixed">
 
<ul class="navbar">
 
  <li class="listelem"><a href="https://2015.igem.org/Team:Uppsala">Home</a></li>
 
  <li class="listelem"><a href="https://2015.igem.org/Team:Uppsala/Team">Team</a></li>
 
  <li class="listelem"><a href="https://2015.igem.org/Team:Uppsala/Project">Project
 
      <ul>
 
<a href="https://2015.igem.org/Team:Uppsala/Description"><li>Description</li></a>
 
<a href="https://2015.igem.org/Team:Uppsala/Experiments"><li>Experiments &amp; Protocols</li></a> 
 
<a href="https://2015.igem.org/Team:Uppsala/Results"><li>Results</li></a> 
 
<a href="https://2015.igem.org/Team:Uppsala/Design"><li>Design</li></a>
 
      </ul>
 
  </a></li>
 
  <li class="listelem"><a href="https://2015.igem.org/Team:Uppsala/Parts">Parts</a></li>
 
      <ul>
 
<a href="https://2015.igem.org/Team:Uppsala/Parts"><li>Team Parts</li></a>
 
<a href="https://2015.igem.org/Team:Uppsala/Basic_Part"><li>Basic Parts</li></a> 
 
<a href="https://2015.igem.org/Team:Uppsala/Composite_Part"><li>Composite Parts</li></a>
 
<a href="https://2015.igem.org/Team:Uppsala/Part_Collection"><li>Part Collection</li></a> 
 
      </ul>
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Notebook">Notebook</a></li>
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Attributions">Attributions</a></li>
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Collaborations">Collaborations</a></li>
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Practices">Human Practices</a></li>
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Safety">Safety</a></li>
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Modeling">Modeling</a></li>
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Measurement">Measurement</a></li>
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Software">Software</a></li>
 
  <li><a href="https://2015.igem.org/Team:Uppsala/Entrepreneurship">Entrepreneurship</a></li>
 
</ul>
 
</nav>
 
 
 
 
    <h1 class="header">Title</h1>
 
    <h2 class="header">subtitle</h2>
 
    <hr>
 
    <p>
 
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin dictum elit nec lectus varius posuere. Vivamus vitae eros luctus, volutpat ipsum nec, mattis turpis. Suspendisse at volutpat augue. Duis nec sem nec mi rutrum fringilla. Donec et ligula nibh. Morbi non tincidunt diam. Integer hendrerit ut lorem a ullamcorper. Nulla facilisi. Etiam at dignissim velit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Praesent leo tortor, facilisis eu augue sed, fringilla hendrerit nisl. Nunc lacus orci, placerat ac imperdiet a, tristique vel quam. Etiam lorem purus, suscipit nec congue eget, efficitur et urna.
 
</p>
 
 
 
    <hr>
 
    </div>
 
  
<div id="footer">
 
Copyright © Wiki Team
 
</div>
 
  
 +
</div>
 
</body>
 
</body>
 
</html>
 
</html>
 +
{{Uppsala_NewFooter}}

Latest revision as of 02:46, 19 September 2015

Collaborations

Collaborations between teams is the very foundation of iGEM, and this year the Uppsala team partook in three major collaborations. Firstly, we arranged and hosted the very first Nordic iGEM conference together with the Stockholm iGEM team. In this project, planning, innovation and physical work was done in total collaboration. Secondly, we assisted the Chennai team in the start-up of their very first iGEM project. Planning an entire iGEM project is hard enough as it is, and to do it without any previous knowledge of the completion is even trickier. As such we provided Chennai with all the help we could give. Lastly we had a survey collaboration with SDU Denmark regarding the use of antibodies in iGEM.

Apart from these major collaborations, we also assisted several teams by answering surveys and providing them with previous years Uppsala biobricks not present in the distribution kit. Among the most popular were the famous Uppsala chromo proteins that were shipped to both Australia and Taiwan.

You can learn more about our work by clicking through the tabs under the Collaborations header!