Team:Westminster/Modeling

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<!--- The Mission, Experiments --->
 
<html>
<html>
 +
<head>
<head>
-
<style type="text/css">
 
-
{
 
-
margin: 0;
 
-
padding: 0;
 
-
}
 
-
body {
+
<meta http-equiv="content-type" content="text/php; charset=utf-8" />
-
    background: url("http://www.westminsterigem.com/files/theme/body-bg.png") repeat #fff;
+
-
}
+
<style type="text/css">
-
a {
+
@import url 'http://yui.yahooapis.com/2.9.0/build/reset/reset-min.css';
-
    color: #66c9c1;
+
ul {
-
}
+
list-style: none;
-
a:visited, td a:visited {
+
}
-
    background: #ffeebb !important;
+
body {
-
}
+
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
 +
font-weight: 300;
 +
background: url("http://www.westminsterigem.com/files/theme/body-bg.png") repeat #ffffff;
 +
color: #666666;
 +
}
 +
h1, h2 {
 +
color: #ff0000;
 +
font-size: 18pt;
 +
margin-bottom: 0.5em;
 +
}
 +
h2 {
 +
font-size: 16pt;
 +
}
 +
h3 {
 +
color: #ff0000;
 +
}
 +
p {
 +
 
 +
}
 +
a {
 +
 +
}
 +
#p-logo {
 +
background: #444444;
 +
}
 +
div#top-section,
 +
div#content {
 +
box-shadow: 0px 0px 17px -4px #666666;
 +
}
 +
div#wrapper {
 +
position: relative;
 +
width: 885px;
 +
font-size: 12pt;
 +
padding: 50px 40px;
 +
margin: 0 auto;
 +
background: #ffffff;
 +
}
 +
div#header {
 +
height: 185px;
 +
}
 +
div#header div#logo {
 +
position: relative;
 +
width: 400px;
 +
height: 125px;
 +
margin: 0 auto;
 +
}
 +
div#header div#logo {
 +
margin-bottom: 20px;
 +
}
 +
div#navigation {
 +
width: 100%;
 +
height: 40px;
 +
background: #000000;
 +
}
 +
ul#navigation-list {
 +
height: 40px;
 +
line-height: 40px;
 +
overflow: hidden;
 +
}
 +
ul#navigation-list > li {
 +
float: left;
 +
}
 +
ul#navigation-list > li > ul {
 +
position: absolute;
 +
display: none;
 +
background: #000000;
 +
z-index: 100000;
 +
}
 +
ul#navigation-list > li > ul.submenu {
 +
margin: 0;
 +
}
 +
ul#navigation-list > li > ul.submenu li {
 +
padding: 5px 0px;
 +
}
 +
ul#navigation-list a.navlink {
 +
color: #ffffff;
 +
font-weight: bold;
 +
display: block;
 +
padding: 0px 14px;
 +
text-decoration: none;
 +
}
 +
ul#navigation-list a.navlink.active,
 +
ul#navigation-list a.navlink:hover {
 +
color: #ff0000;
 +
}
 +
div#home-main-image {
 +
text-align: center;
 +
}
 +
div#home-main-image img {
 +
width: 885px;
 +
height: 300px;
 +
margin-bottom: 20px;
 +
border-radius: 20px;
 +
}
 +
div.text-box {
 +
background: #444444;
 +
color: #ffffff;
 +
padding: 15px 20px;
 +
border-radius: 10px;
 +
}
 +
div.three-columns {
 +
padding-left: 20px;
 +
overflow: auto;
 +
}
 +
div.column, img.column {
 +
float: left;
 +
width: 235px;
 +
margin: 10px 0px 50px 20px;
 +
border-radius: 10px;
 +
}
 +
div.centered {
 +
position: relative;
 +
width: 400px;
 +
margin: 10px auto;
 +
}
 +
div#footer-box {
 +
border-radius: 0 0 5px 5px;
 +
}
 +
</style>
-
div#globalWrapper > div {
+
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
-
    box-shadow: 0 0 17px -4px #666666;
+
<script type="text/javascript">
-
}
+
$('document').ready(function() {
-
.header {
+
$('li.submenu-holder').hover(function() {
-
    padding: 15px;
+
$(this).children('ul.submenu').stop(true).fadeIn('slow');
-
    height: 170px;
+
}, function() {
-
    display: block;
+
$(this).children('ul.submenu').stop(true).fadeOut('slow');
-
    background: url(https://static.igem.org/mediawiki/igem.org/3/34/Header_bg.png) repeat-x;
+
});
-
}
+
});
 +
</script>
 +
</head>
-
/* links
+
<body>
-
*************************/
+
-
a:link, a:visited, a:hover, a:active
+
<div id="wrapper">
-
{
+
-
text-decoration: none;
+
-
}
+
-
/* inline elements
+
<div id="header">
-
*************************/
+
<div id="logo">
 +
<a href="https://2012.igem.org/Team:Westminster">
 +
<img src="https://static.igem.org/mediawiki/2012/1/1e/Westminster-logo.png" alt="iSTEM" title="Back to home!" />
 +
</a>
 +
</div><!-- #logo -->
 +
<div id="navigation">
 +
<ul id="navigation-list">
 +
<li><a href="https://2012.igem.org/Team:Westminster" class="navlink">Home</a></li>
 +
<li><a href="https://2012.igem.org/Team:Westminster/Team" class="navlink">Team</a></li>
 +
<li><a href="https://igem.org/Team.cgi?year=2012&team_name=Westminster"class="navlink">Team Profile</a></li>
 +
<li class="submenu-holder">
 +
<a href="https://2012.igem.org/Team:Westminster/Project/Overview"class="navlink active">Project</a>
 +
<ul class="submenu">
 +
<li class="submenu-button"><a href="https://2012.igem.org/Team:Westminster/Overview"class="navlink active">Overview</a></li>
 +
<li class="submenu-button"><a href="https://2012.igem.org/Team:Westminster/Problem"class="navlink">The Problem</a></li>
 +
<li class="submenu-button"><a href="https://2012.igem.org/Team:Westminster/Experiments"class="navlink">Experiments</a></li>
 +
<li class="submenu-button"><a href="https://2012.igem.org/Team:Westminster/Protocols"class="navlink">Protocols</a></li>
 +
<li class="submenu-button"><a href="https://2012.igem.org/Team:Westminster/Results"class="navlink">Results</a></li>
 +
<li class="submenu-button"><a href="https://2012.igem.org/Team:Westminster/Safety"class="navlink">Safety</a></li>
 +
<li class="submenu-button"><a href="https://2012.igem.org/Team:Westminster/Journal"class="navlink">Journal</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2012.igem.org/Team:Westminster/Parts"class="navlink">Parts</a></li>
 +
<li><a href="https://2012.igem.org/Team:Westminster/Modeling"class="navlink">Modeling</a></li>
 +
<li><a href="https://2012.igem.org/Team:Westminster/Notebook"class="navlink">Notebook</a></li>
 +
<li><a href="https://2012.igem.org/Team:Westminster/Safety"class="navlink">Safety</a></li>
 +
<li><a href="https://2012.igem.org/Team:Westminster/Attributions"class="navlink">Attributions</a></li>
 +
</ul><!-- #navigation-list -->
 +
</div><!-- #navigation -->
 +
</div><!-- #header -->
-
strong
+
<div id="the-content">
-
{
+
<div id="home-main-image">
-
font-weight: bold;
+
<img src="https://static.igem.org/mediawiki/2012/4/4d/Westminster_team.png" alt="Welcome" title="Welcome to our home!" />
-
}
+
</div><!-- #home-main-image -->
-
/* tabs
+
<div id="home-main-text">
-
*************************/
+
<h2>Lorem Ipsum</h2>
 +
<p>Cancer recurrence is one of the fears that almost every patient undergoing chemotherapy develops. Recent findings suggest that only a small fraction of the tumor cells, called Cancer Stem Cells (CSC) are able to drive the growth of the tumor. CSC also show an increased drug resistance, and could remain unaffected after chemotherapy, eventually resulting in the formation of a new tumor.</p>
 +
<div class="centered"><img src="https://static.igem.org/mediawiki/2012/4/4d/Westminster_team.png" /></div>
 +
<h2>Lorem Ipsum</h2>
 +
<p>Cancer recurrence is one of the fears that almost every patient undergoing chemotherapy develops. Recent findings suggest that only a small fraction of the tumor cells, called Cancer Stem Cells (CSC) are able to drive the growth of the tumor. CSC also show an increased drug resistance, and could remain unaffected after chemotherapy, eventually resulting in the formation of a new tumor.</p>
 +
<div class="centered"><img src="https://static.igem.org/mediawiki/2012/4/4d/Westminster_team.png" /></div>
 +
</div><!-- #home-main-text -->
-
ul.tabs
+
</div><!-- #the-content -->
-
{
+
-
display: table;
+
-
margin: 0;
+
-
padding: 0;
+
-
list-style: none;
+
-
position: relative;
+
-
}
+
-
ul.tabs li
+
</div><!-- #wrapper -->
-
{
+
-
margin: 0;
+
-
padding: 0;
+
-
list-style: none;
+
-
display: table-cell;
+
-
float: left;
+
-
position: relative;
+
-
}
+
-
ul.tabs a
 
-
{
 
-
position: relative;
 
-
display: block;
 
-
}
 
-
/* dropdowns
+
</body>
-
*************************/
+
-
ul.dropdown
 
-
{
 
-
margin: 0;
 
-
padding: 0;
 
-
display: block;
 
-
position: absolute;
 
-
z-index: 999;
 
-
top: 100%;
 
-
width: 250px;
 
-
display: none;
 
-
left: 0;
 
-
}
 
-
 
-
ul.dropdown ul.dropdown
 
-
{
 
-
top: 0;
 
-
left: 95%;
 
-
}
 
-
 
-
ul.dropdown li
 
-
{
 
-
margin: 0;
 
-
padding: 0;
 
-
float: none;
 
-
position: relative;
 
-
list-style: none;
 
-
display: block;
 
-
}
 
-
 
-
ul.dropdown li a
 
-
{
 
-
display: block;
 
-
}
 
-
 
-
 
-
/* menu-specifc
 
-
*************************/
 
-
 
-
#menu
 
-
{      position: relative;
 
-
top: 0;
 
-
left: 0;
 
-
width: 100%;
 
-
height: 30px;
 
-
line-height: 30px;
 
-
background: #ffb35a url(https://static.igem.org/mediawiki/2012/8/8b/Topbg.gif) repeat-x;
 
-
border-bottom: 1px solid #000;
 
-
        font-size: 1.2em;
 
-
        font-weight: bold;
 
-
}
 
-
 
-
#menu ul
 
-
{
 
-
margin: 0 auto;
 
-
}
 
-
 
-
#menu ul li.hasmore
 
-
{
 
-
background-image: url(https://static.igem.org/mediawiki/2012/c/c8/Drophighlight.png) center 27px;
 
-
        background-repeat: repeat-x;
 
-
}
 
-
 
-
#menu ul li h4
 
-
{
 
-
margin: 0;
 
-
}
 
-
 
-
#menu ul li h4 a
 
-
{
 
-
font-size: 14px;
 
-
color: #000;
 
-
font-weight: bold;
 
-
padding: 0 15px;
 
-
}
 
-
 
-
 
-
#menu ul li a
 
-
{
 
-
color: #9b2021;
 
-
padding-left: 4px;
 
-
        height: 26px;
 
-
 
-
}
 
-
 
-
#menu ul li a img
 
-
{
 
-
vertical-align: middle;
 
-
}
 
-
 
-
 
-
#menu ul li a:hover
 
-
{
 
-
background: url(https://static.igem.org/mediawiki/2012/c/c1/Topselectionleft.png) top left no-repeat;
 
-
}
 
-
 
-
#menu ul li a span
 
-
{
 
-
display: block;
 
-
        padding-top: 5px;
 
-
padding-left: 15px;
 
-
        padding-right: 11px;
 
-
        padding-bottom: 3px;
 
-
}
 
-
 
-
#menu ul li a:hover span
 
-
{
 
-
background: url(https://static.igem.org/mediawiki/2012/4/49/Topselectionright.png) top right;
 
-
}
 
-
 
-
#menu ul.dropdown
 
-
{
 
-
padding: 10px;
 
-
background-image: url(https://static.igem.org/mediawiki/2012/9/9e/Dropdown.png);
 
-
overflow:hidden;
 
-
border-bottom: 1px solid #dc902f;
 
-
width: 290px;
 
-
}
 
-
 
-
#menu ul.dropdown li a
 
-
{
 
-
border-bottom: 1px solid #e5cd8e;
 
-
line-height: 30px;
 
-
overflow: hidden;
 
-
height: 30px;
 
-
}
 
-
 
-
#menu ul.dropdown li.last a
 
-
{
 
-
border-bottom-width: 0;
 
-
}
 
-
 
-
#menu ul.dropdown li a:hover
 
-
{
 
-
background: url(https://static.igem.org/mediawiki/igem.org/e/e7/Menuarrow.png) no-repeat left center;
 
-
}
 
-
 
-
#menu ul li h4 a:hover
 
-
{
 
-
background-image: none;
 
-
}
 
-
.wrap {
 
-
  padding-top: 30px;
 
-
}
 
-
.content {
 
-
  padding: 10px;
 
-
  font-family:  Verdana; font-size: 13px;
 
-
}
 
-
 
-
div#footer-box {
 
-
    border-radius: 0 0 5px 5px;
 
-
}
 
-
</style>
 
-
</head>
 
-
 
-
<body>
 
-
 
-
== '''Soon to follow''' ==
 
-
 
-
<div class="header">
 
-
<img src="https://static.igem.org/mediawiki/2012/e/eb/Westminster_logo.png" width="220" height="170" />
 
-
</div>
 
-
<div id="menu">
 
-
  <ul class="tabs">
 
-
    <li><a href="https://2012.igem.org/Team:Westminster"><span>Home</span></a></li>
 
-
    <li><a href="https://2012.igem.org/Team:Westminster/Team"><span>Team</span></a></li>
 
-
    <li><a href="https://igem.org/Team.cgi?year=2012&team_name=Westminster"><span>Team Profile</span></a></li>
 
-
    <li><a href="https://2012.igem.org/Team:Westminster/Project"><span>Project</span></a></li>
 
-
    <li><a href="https://2012.igem.org/Team:Westminster/Diary"><span>Diary</span></a></li>
 
-
    <li><a href="https://2012.igem.org/Team:Westminster/Modeling"><span>Modeling</span></a></li>
 
-
    <li><a href="https://2012.igem.org/Team:Westminster/Notebook"><span>Notebook</span></a></li>
 
-
    <li><a href="https://2012.igem.org/Team:Westminster/Parts"><span>Parts</span></a></li>
 
-
    <li><a href="https://2012.igem.org/Team:Westminster/Safety"><span>Safety</span></a></li>
 
-
    <li><a href="https://2012.igem.org/Team:Westminster/Attributions"><span>Attributions</span></a></li>
 
-
</ul>
 
-
</div>
 
-
</body>
 
</html>
</html>
-
 
-
If you '''choose''' to include a '''Modeling''' page, please write about your modeling adventures here.  This is not necessary but it may be a nice list to include.
 

Revision as of 20:10, 25 September 2012

Welcome

Lorem Ipsum

Cancer recurrence is one of the fears that almost every patient undergoing chemotherapy develops. Recent findings suggest that only a small fraction of the tumor cells, called Cancer Stem Cells (CSC) are able to drive the growth of the tumor. CSC also show an increased drug resistance, and could remain unaffected after chemotherapy, eventually resulting in the formation of a new tumor.

Lorem Ipsum

Cancer recurrence is one of the fears that almost every patient undergoing chemotherapy develops. Recent findings suggest that only a small fraction of the tumor cells, called Cancer Stem Cells (CSC) are able to drive the growth of the tumor. CSC also show an increased drug resistance, and could remain unaffected after chemotherapy, eventually resulting in the formation of a new tumor.