Team:Westminster

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<!--- The Mission, Experiments --->
+
<!doctype html>
 +
 
<html>
<html>
 +
<head>
<head>
 +
 +
<meta http-equiv="content-type" content="text/php; charset=utf-8" />
 +
 +
<style type="text/css">
 +
@import 'http://yui.yahooapis.com/2.9.0/build/reset/reset-min.css';
 +
body {
 +
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
 +
font-weight: 300;
 +
font-size: 12pt;
 +
background: url("http://www.westminsterigem.com/files/theme/body-bg.png") repeat #ffffff;
 +
color: #666666;
 +
}
 +
a {
 +
 +
}
 +
p {
 +
 +
}
 +
div#wrapper {
 +
position: relative;
 +
width: 1000px;
 +
padding: 50px 40px;
 +
margin: 0 auto;
 +
background: #ffffff;
 +
border-left: 1px solid #444444;
 +
border-right: 1px solid #444444;
 +
}
 +
div#wrapper {
 +
box-shadow: 0 0 17px -4px #666666;
 +
}
 +
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: auto;
 +
}
 +
ul#navigation-list > li {
 +
float: left;
 +
}
 +
ul#navigation-list > li > ul {
 +
position: absolute;
 +
display: none;
 +
background: #000000;
 +
}
 +
ul#navigation-list > li.first-item > a {
 +
padding: 0 31px;
 +
}
 +
ul#navigation-list > li.last-item {
 +
 +
}
 +
ul#navigation-list a.navlink {
 +
color: #ffffff;
 +
font-weight: bold;
 +
display: block;
 +
padding: 0px 23px;
 +
text-decoration: none;
 +
}
 +
ul#navigation-list a.navlink:hover {
 +
color: #ff0000;
 +
}
 +
div#footer-box {
 +
border-radius: 0 0 5px 5px;
 +
}
 +
</style>
 +
 +
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
 +
<script type="text/javascript">
 +
$('document').ready(function() {
 +
$('body').css('background','red');
 +
});
 +
</script>
 +
 +
</head>
 +
 +
<body>
 +
 +
<div id="wrapper">
 +
 +
<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 class="first-item"><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>
 +
<a href="https://2012.igem.org/Team:Westminster/Project"class="navlink">Project</a>
 +
<ul class="submenu">
 +
<li class="submenu-button"><a href="https://2012.igem.org/Team:Westminster/Project"class="navlink">Project</a></li>
 +
<li class="submenu-button"><a href="https://2012.igem.org/Team:Westminster/Project"class="navlink">Project</a></li>
 +
<li class="submenu-button"><a href="https://2012.igem.org/Team:Westminster/Project"class="navlink">Project</a></li>
 +
<li class="submenu-button"><a href="https://2012.igem.org/Team:Westminster/Project"class="navlink">Project</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 class="last-item"><a href="https://2012.igem.org/Team:Westminster/Attributions"class="navlink">Attributions</a></li>
 +
</ul><!-- #navigation-list -->
 +
</div><!-- #navigation -->
 +
</div><!-- #header -->
 +
 +
</div><!-- #wrapper -->
 +
 +
 +
</body>
 +
 +
</html>
 +
 +
 +
 +
<html>
 +
<head>
 +
<style type="text/css">
<style type="text/css">
body {
body {
Line 61: Line 198:
<body>
<body>
-
<ul id="navigation">
 
-
  <li class="first-item"><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><a href="https://2012.igem.org/Team:Westminster/Project"class="navlink">Project</a></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 class="last-item"><a href="https://2012.igem.org/Team:Westminster/Attributions"class="navlink">Attributions</a></li>
 
-
</ul>
 
-
<div class="wrap">
 
-
<img src="https://static.igem.org/mediawiki/2012/4/4d/Westminster_team.png" style="float: left; border: 0; margin: 7px;">
 
-
<p class="content">
 
-
We have created a genetically engineered machine to identify, isolate and eliminate Cancer Stem Cells (CSCs). According to the latest Cancer Stem Cell Theory, not all the cancer cells have the same ability to generate new tumors. Tumor growth is mostly driven by a small proportion of cells, the CSCs. In addition to having high proliferation rates, CSCs are more resistant to chemotherapy. This indicates that while regular cancer cells are killed, CSCs may remain unaffected and give rise to new tumors once the treatment stops. CSCs produce increased levels of a particular enzyme, Aldehyde Dehydrogenase.</p>
 
-
<p class="content">We have identified its 3 most frequent isoforms (ALDH1A1, ALDH1A3 and ALDH3A1) in aggressive types of cancer, and used their gene promoters to build our CSC-targeting constructs: the iSTEM -Intelligent Synthetic Tumor Eliminating Machine.</p>
 
-
</div>
 
-
<script type="text/javascript">alert('ok');</script>
+
  <div id="wrapper">
-
</body>
+
-
</html>
+
-
{|align="justify"
+
   
-
|You can write a [[background|wiki]] [[of your team]] here.  Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
+
  </div><!-- #wrapper -->
-
|[[Image:Westminster_logo.png|200px|right|frame]]
+
 
-
|-
+
 
-
|
+
</body>
-
''We have created a genetically engineered machine to identify, isolate and eliminate Cancer Stem Cells (CSCs). According to the latest Cancer Stem Cell Theory, not all the cancer cells have the same ability to generate new tumors. Tumor growth is mostly driven by a small proportion of cells, the CSCs. In addition to having high proliferation rates, CSCs are more resistant to chemotherapy. This indicates that while regular cancer cells are killed, CSCs may remain unaffected and give rise to new tumors once the treatment stops. CSCs produce increased levels of a particular enzyme, Aldehyde Dehydrogenase. We have identified its 3 most frequent isoforms (ALDH1A1, ALDH1A3 and ALDH3A1)in aggressive types of cancer, and used their gene promoters to build our CSC-targeting constructs: the iSTEM -Intelligent Synthetic Tumor Eliminating Machine.  ''
+
 
-
|[[Image:Westminster_team.png|right|frame|The team]]
+
</html>
-
|-
+
-
|
+
-
|align="center"|[[Team:Westminster | Team Westminster]]
+
-
|}
+

Revision as of 18:07, 25 September 2012

<!doctype html>