Difference between revisions of "Team:Columbia NYC/Sponsors"

 
(29 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{Template_All_Teams}}
 
<!-- HTML START -->
 
<!-- HTML START -->
 
<html>
 
<html>
 +
<header>
 +
<style type="text/css">
 +
/* Changing Body */
 +
body {
 +
background-color: rgba(211,211,211,.75);
 +
margin: 0px;
 +
}
  
<!-- Terminating Default Wiki Divs -->
+
/* Content Boxes */
</div>
+
#superContainer {
</div>
+
  
<head>
+
}
 +
#menuContainer {
 +
position: fixed;
 +
width: 220px;
 +
height: 100%;
 +
border-right: 2px solid gray;
 +
background-color: rgb(118, 178, 222);
 +
}
 +
#contentContainer {
 +
width: 1000px;
 +
overflow: auto;
 +
margin-left: 235px;
 +
}
  
<!-- CSS START -->
+
/*menuContainer Design*/
<style>
+
#menuContainer ul {
 +
padding: 0;
 +
margin: 0;
 +
list-style: none;
 +
text-align: center;
 +
}
 +
#menuContainer li {
 +
padding-top: 5px;
 +
padding-bottom: 5px;
 +
}
 +
#menuContainer li:hover {
 +
background-color: rgba(255, 255, 255, 0.5);
 +
}
 +
#menuContainer li ul {
 +
display: none;
 +
}
 +
#menuContainer li:hover ul{
 +
display: block;
 +
background-color: rgb(196, 216, 226);
 +
width: 100%;
 +
position: absolute;
 +
border-left: 2px solid gray;
 +
margin-left: 220px;
 +
margin-top: -26px;
 +
}
 +
#menuContainer a {
 +
text-decoration: none;
 +
font-family: "Arial Black", Gadget, sans-serif;
 +
font-size: 18px;
 +
color: black;
 +
}
  
/* Masking Wiki Contents START */
+
/* contentContainer Styling */
/* Hiding Default Wiki Content Divs */
+
#contentContainer h1 {
#content {
+
font-family: "Arial Black", Gadget, sans-serif;
visibility: hidden;
+
font-size: 50px;
height: 0;
+
background-color: rgb(118, 178, 222);
padding: 0;
+
border-left: 2px solid gray;
margin: 0;
+
border: 4px outset gray;
}
+
padding: 20px 70px 20px 20px;
 +
margin-top: 12px;
 +
}
 +
#contentContainer p {
 +
font-family: Arial, Helvetica, sans-serif;
 +
text-align: justify;
 +
font-size: 18px;
 +
}
 +
#contentContainer a {
 +
font-family: Arial, Helvetica, sans-serif;
 +
font-size: 18px;
 +
color: blue;
 +
}
  
#bodyContent {
+
/* sponsor Gallery */
visibility: hidden;
+
#sponsors {
}
+
display: block;
 +
width: 750px;
 +
margin: 0 auto;
 +
}
 +
#sponsors img{
 +
display: inline-block;
 +
margin: auto;
 +
padding: 5px;
 +
}
 +
#sponsors img:hover {
 +
opacity: 0.5;
 +
}
  
/* Hiding Default Wiki Title */
+
</style>
#content h1.firstheading {
+
</header>
visibility: hidden;
+
}
+
  
/* Maintaining Wiki globalWrapper */
+
<body>
#globalWrapper {
+
max-height: 20px;
+
padding: 0;
+
}
+
  
html {
+
<div id = "superContainer">
max-height: 20px;
+
}
+
/* Masking Wiki Contents END */
+
  
/* Changing Background */
+
<nav>
body {
+
<div id = "menuContainer">
background-image: url("https://static.igem.org/mediawiki/2015/d/db/Columbia_NYC_Background.png");
+
overflow-x: hidden;
+
margin: 0px;
+
}
+
  
/* Menu Formatting START*/
+
<ul>
#menu {
+
position: fixed;
+
width: 220px;
+
height: 100%;
+
border-right: 2px solid gray;
+
margin: 0;
+
background-color: rgba(196, 216, 226, 0.5);
+
}
+
  
#menu img {
+
<a href= "https://2015.igem.org/Team:Columbia_NYC"> <img src="https://static.igem.org/mediawiki/2015/c/ca/Columbia_NYC_Logo.jpg" alt="Columbia iGEM Logo" style="width:100%"> </a>
display: block;
+
padding: 10px 0;
+
margin: auto;
+
opacity: 0.75;
+
}
+
  
#menu a {
+
<a href = "#"> <li> THE PROJECT
color: black;
+
<ul class = "subTab">
text-decoration: none;
+
<a href = "https://2015.igem.org/Team:Columbia_NYC/Description"> <li> DESCRIPTION </li></a>
font-family: Verdana, Geneva, sans-serif;
+
<a href = "https://2015.igem.org/Team:Columbia_NYC/Design"> <li> DESIGN </li></a>
font-size: 16px;
+
<a href = "https://2015.igem.org/Team:Columbia_NYC/Experiments"> <li> EXPERIMENTS </li></a>
font-weight: bold;
+
}
+
<a href = "https://2015.igem.org/Team:Columbia_NYC/Results"> <li> RESULTS </li></a>
 +
</ul>
 +
</li></a>
  
#menu ul {
+
<a href = "https://2015.igem.org/Team:Columbia_NYC/Team"> <li> TEAM MEMBERS </li></a>
list-style: none;
+
text-align: center;
+
padding: 0;
+
margin: 0;
+
}
+
  
#menu li {
+
<a href = "https://2015.igem.org/Team:Columbia_NYC/Parts"> <li> TEAM PARTS </li></a>
height: 16px;
+
padding: 20px 0;
+
border-bottom: 2px solid gray;
+
margin: 0;
+
}
+
  
/* Color Change On Mouse Over */
+
<a href="https://2015.igem.org/Team:Columbia_NYC/Notebook"><li> THE NOTEBOOK </li></a>
#menu li:hover {
+
background-color: rgba(207, 207, 207, 0.25);
+
}
+
  
#menu ul.subTab li:hover {
+
<a href = "https://2015.igem.org/Team:Columbia_NYC/Attributions"> <li> ATTRIBUTIONS </li></a>
background-color: rgba(207, 207, 207, 0.5)
+
}
+
  
/* Hiding Sub-Menu */
+
<a href = "https://2015.igem.org/Team:Columbia_NYC/Collaborations"><li> COLLABORATIONS </li></a>
#menu ul.subTab {
+
display: none;
+
}
+
  
/* Showing Sub-Menu On Mouse-Over */
+
<a href = "https://2015.igem.org/Team:Columbia_NYC/Practices"><li> HUMAN PRACTICE </li></a>
#menu li:hover ul.subTab {
+
display: block;
+
position: absolute;
+
width: 100%;
+
padding: 0;
+
margin-top: -42px;
+
margin-left: 221px;
+
text-align: center;
+
background-color: rgb(196, 216, 226);
+
}
+
  
/* Making Sub-Menu Navigable */
+
<a href="https://2015.igem.org/Team:Columbia_NYC/Safety"><li> LAB SAFETY </li></a>
#menu ul.subTab:hover {
+
display: block;
+
}
+
/* Menu Formatting END */
+
  
/* Header Vector Formatting START */
+
<a href = "https://2015.igem.org/Team:Columbia_NYC/Sponsors"> <li> OUR SPONSORS </a>
#header {
+
height: auto;
+
border-bottom: 1px solid #1D323C;
+
margin-left: 222px;
+
background-color: rgba(71, 121, 146, 0.25);
+
text-align: center;
+
font-family: "Courier New", Courier, monospace;
+
color: white;
+
}
+
  
#header h1 {
+
</ul>
padding: 0;
+
border: 0;
+
margin: 0;
+
color: white;
+
font-size: 72px;
+
text-shadow: 2px 0 black, 0 2px black, -2px 0 black, 0 -2px black;
+
text-decoration: underline;
+
}
+
  
#header p {
+
</div>
padding: 5px;
+
</nav>
margin: 0;
+
text-shadow: 1px 0 black, 0 1px black, -1px 0 black, 0 -1px black;
+
font-size: 18px;
+
}
+
  
#header br {
+
<div id = "contentContainer">
line-height: 5px;
+
}
+
/* Header Vector Formatting END */
+
</style>
+
<!-- CSS END -->
+
  
</head>
+
<h1> OUR SPONSORS </h1>
  
<body>
+
<p> The Columbia University NYC Team would not have been possible without all the support received throughout the course of the iGEM competition. As a result, we would like to take the time and space to properly acknowledge and thank our sponsors! </p>
  
<div id = "contentBox">
+
<div id = "sponsors">
<!-- Menu START -->
+
<div id = "menu">
+
  
<a href = "https://2015.igem.org/Team:Columbia_NYC/Description"> <img src = "https://static.igem.org/mediawiki/2015/9/9f/Columbia_NYC_ColumbiaUniversityLogo.png" alt = "Columbia Logo" style = "width: 180px; height: auto;"> </a>
+
<a href = "http://systemsbiology.columbia.edu/"> <img src = "https://static.igem.org/mediawiki/2015/4/4b/Columbia_NYC_SystemsBioLogo.PNG" alt = "Systems Bio Logo" style = "width: 350px; height: 75px;"> </a>  
+
<ul class = "tab">
+
  
<a href = "https://2015.igem.org/Team:Columbia_NYC"> <li> COLUMBIA HOME </li></a>
+
<a href = "https://www.college.columbia.edu/"> <img src = "https://static.igem.org/mediawiki/2015/8/8b/Columbia_NYC_CCLogo.png" alt = "CC Logo" style = "width: 350px; height: 75px;"> </a>  
  
<a href = "https://2015.igem.org/Team:Columbia_NYC/Team"> <li> TEAM MEMBERS </li></a>
+
<a href = "http://www.columbia.edu/cu/chemistry/"> <img src = "https://static.igem.org/mediawiki/2015/6/68/Columbia_NYC_ChemistryLogo.jpg" alt = "Chemistry Logo" style = "width: 350px; height: 75px;"> </a>  
  
<a href = "#"> <li> THE PROJECT
+
<a href = "http://engineering.columbia.edu/"> <img src = "https://static.igem.org/mediawiki/2015/7/7c/Columbia_NYC_SEASLogo.gif" alt = "SEAS Logo" style = "width: 350px; height: 75px;"> </a>
<ul class = "subTab">
+
<a href = "https://2015.igem.org/Team:Columbia_NYC/Description"> <li> DESCRIPTION </li></a>
+
<a href = "https://2015.igem.org/Team:Columbia_NYC/Design"> <li> DESIGN </li></a>
+
<a href = "https://2015.igem.org/Team:Columbia_NYC/Experiments"> <li> EXPERIMENTS </li></a>
+
<a href="https://2015.igem.org/Team:Columbia_NYC/Measurement"><li>MEASUREMENTS</li></a>
+
<a href = "https://2015.igem.org/Team:Columbia_NYC/Results"> <li> RESULTS </li></a>
+
</ul>
+
</li></a>
+
  
<a href = "#"> <li> PARTS RECORD
+
<a href = "http://cheme.columbia.edu/"> <img src = "https://static.igem.org/mediawiki/2015/4/47/Columbia_NYC_ChemELogo.png" alt = "ChemE Logo" style = "width: 350px; height: 75px;"> </a>
<ul class = "subTab">
+
<a href = "https://2015.igem.org/Team:Columbia_NYC/Parts"> <li> TEAM PARTS </li></a>
+
<a href = "http://www.spurs.columbia.edu/"> <img src = "https://static.igem.org/mediawiki/2015/b/ba/Columbia_NYC_SPURSLogo.PNG" alt = "SPURS Logo" style = "width: 350px; height: 75px;"> </a>
<a href = "https://2015.igem.org/Team:Columbia_NYC/Basic_Part"> <li> BASIC PARTS </li></a>
+
<a href = "https://2015.igem.org/Team:Columbia_NYC/Composite_Part"> <li> COMPOSITE PARTS </li></a>
+
<a href = "https://2015.igem.org/Team:Columbia_NYC/Part_Collection"> <li> PART COLLECTION </li></a>
+
</ul>
+
</li></a>
+
  
<a href="https://2015.igem.org/Team:Columbia_NYC/Notebook"><li> THE NOTEBOOK </li></a>
+
</div>
  
<a href = "https://2015.igem.org/Team:Columbia_NYC/Attributions"> <li> ATTRIBUTIONS </li></a>
+
<p> We received tremendous support from a range of departments and organizations at Columbia University. The logistical and financial aid that they provided has helped us along tremendously and a team would simply not have been possible without them. Specifically, we would like to give a shoutout to the <a href = "http://wanglab.c2b2.columbia.edu/"> Wang Lab at Columbia University Medical Center </a> and its Principal Investigator, Dr. Harris Wang, for providing us with the space, equipment, and support needed to carry out experiments and for spearheading the effort to establish a Columbia iGEM team, respectively. </p>
  
<a href = "https://2015.igem.org/Team:Columbia_NYC/Collaborations"><li> COLLABORATION </li></a>
+
<div id = "sponsors">
  
<a href="https://2015.igem.org/Team:Columbia_NYC/Safety"><li> LAB SAFETY </li></a>
+
<a href = "https://www.idtdna.com/site"> <img src = "https://static.igem.org/mediawiki/2015/e/e2/Columbia_NYC_IDTLogo.png" alt = "IDT Logo" style = "width: 225px; height: auto;"> </a>
  
<a href = "https://2015.igem.org/Team:Columbia_NYC/Practices"><li> HUMAN PRACTICE </li></a>
+
<a href = "http://www.geneious.com/"> <img src = "https://static.igem.org/mediawiki/2015/d/d8/Columbia_NYC_GeneiousLogo.png" alt = "Genioues Logo" style = "width: 225px; height: auto;"> </a>
  
<a href = "https://2015.igem.org/Team:Columbia_NYC/Sponsors"> <li> OUR SPONSORS </a>
+
<a href = "https://www.neb.com/"> <img src = "https://static.igem.org/mediawiki/2015/7/78/Columbia_NYC_NEBLogo.gif" alt = "NEB Logo" style = "width: 225px; height: auto;"> </a>
  
</ul>
+
</div>
  
<a href = "https://2015.igem.org/"> <img src = "https://static.igem.org/mediawiki/2015/4/46/Columbia_NYC_iGEMLogo.png" alt = "iGEM Logo" style = "width: 180px; height: auto;"> </a>
+
<p> In addition to support from those at Columbia University, we have also received tremendous support from companies involved in the fields of synthetic biology. For this, we are extremely grateful as the help they provided us has allowed our project to proceed along more efficiently. As such, we hope that this is only the beginning of a lasting relationship between and us for the years to come. </p>
  
</div>
+
</div>
<!-- Menu END -->
+
 
+
<!-- END OF TEMPLATE CODING -->
+
 
+
<!-- Header Vector START -->
+
<div id = "header">
+
<h1> OUR SPONSORS </h1>
+
<p> The Columbia University NYC team would not have been possible without all the support recieved throughout the course of the iGEM competition. </p>
+
<p> As a result, we would like to use this space to thanks and acknowledge each and every one of our sponsors - both academic and corporate. </p>
+
<br>
+
</div>
+
</div>
+
<body>
+

Latest revision as of 00:50, 19 September 2015

OUR SPONSORS

The Columbia University NYC Team would not have been possible without all the support received throughout the course of the iGEM competition. As a result, we would like to take the time and space to properly acknowledge and thank our sponsors!

We received tremendous support from a range of departments and organizations at Columbia University. The logistical and financial aid that they provided has helped us along tremendously and a team would simply not have been possible without them. Specifically, we would like to give a shoutout to the Wang Lab at Columbia University Medical Center and its Principal Investigator, Dr. Harris Wang, for providing us with the space, equipment, and support needed to carry out experiments and for spearheading the effort to establish a Columbia iGEM team, respectively.

In addition to support from those at Columbia University, we have also received tremendous support from companies involved in the fields of synthetic biology. For this, we are extremely grateful as the help they provided us has allowed our project to proceed along more efficiently. As such, we hope that this is only the beginning of a lasting relationship between and us for the years to come.