Team:York/Cake

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
<html><head>
<html><head>
-
<style>
+
<link href="https://2014.igem.org/Team:York/Template.css?action=raw&amp;ctype=text/css" type="text/css" rel="stylesheet">
-
/***
+
-
Minimal header: removes the search bar and header image and readjusts font colours in the menus.
+
-
 
+
-
Thanks a lot to the 2011 Brown-Stanford and 2012 Lethbridge iGEM teams for snippets of their code!
+
-
Check out their wikis at:
+
-
https://2011.igem.org/Team:Brown-Stanford,https://2012.igem.org/Team:Lethbridge
+
-
***/
+
-
 
+
-
#globalWrapper {
+
-
        background-color: #42A7EA;
+
-
}
+
-
 
+
-
#content {
+
-
        background-color: #42A7EA;
+
-
}
+
-
 
+
-
 
+
-
#content h1.firstHeading {
+
-
visibility:hidden;
+
-
}
+
-
 
+
-
#content{
+
-
border-left: 0px solid rgb(68, 68, 68);
+
-
border-right: 0px solid rgb(68, 68, 68);
+
-
        width: 1000px;
+
-
}
+
-
 
+
-
#bodyContent{
+
-
        margin: 0 auto;
+
-
margin-top: 0px;
+
-
        width: 1000px;
+
-
        font-size: 14px;
+
-
        -webkit-font-smoothing: antialiased !important;
+
-
}
+
-
 
+
-
#p-logo {
+
-
display: none;
+
-
}
+
-
#searchform {
+
-
    display: none;
+
-
}
+
-
 
+
-
.left-menu {
+
-
background-color: #555;
+
-
+
-
}
+
-
.left-menu a {
+
-
    color: #000;
+
-
}
+
-
 
+
-
#top-section{ /*the div containing the entire top bar*/
+
-
height: 20px;
+
-
margin-bottom: 0px !important;
+
-
border: none;
+
-
        width: 1277px;
+
-
}
+
-
 
+
-
 
+
-
#container{
+
-
margin-top: 0px;
+
-
        height: inherit;
+
-
}
+
-
 
+
-
#search-controls {
+
-
overflow:hidden;
+
-
display:none;
+
-
background: none;
+
-
position: absolute;
+
-
top: 170px;
+
-
right: 40px;
+
-
}
+
-
 
+
-
 
+
-
#header {
+
-
width: 1277px;
+
-
text-align: left;
+
-
margin-left: auto;
+
-
margin-right: auto;
+
-
    margin-top: 5px;
+
-
margin-bottom: 0px !important;
+
-
}
+
-
 
+
-
#global-banner {
+
-
margin-bottom: 1px;
+
-
}
+
-
 
+
-
#menubar {
+
-
position: absolute;
+
-
background: none;
+
-
color: black;
+
-
}
+
-
 
+
-
.left-menu, .right-menu{
+
-
position: absolute;
+
-
background: none;
+
-
color: black;
+
-
}
+
-
 
+
-
.left-menu li a, .right-menu li a {
+
-
color: #000 !important;
+
-
}
+
-
 
+
-
 
+
-
.left-menu ul li, .right-menu ul li a{
+
-
background: none;
+
-
color: #000 !important;
+
-
}
+
-
 
+
-
.left-menu li a:hover, .right-menu li a:hover, .right-menu li a:visited, .right-menu li a:active {
+
-
    color: #000 !important;
+
-
}
+
-
 
+
-
#catlinks{
+
-
display:none;
+
-
}
+
-
 
+
-
/*important for background colours*/
+
-
.mediawiki{
+
-
background: #ffffff;
+
-
}
+
-
 
+
-
#footer-box {
+
-
        width: 1277px;
+
-
        margin-top: 20px;
+
-
        border-color: lightgrey;
+
-
}
+
-
     
+
-
#footer-box a {
+
-
        color: lightgrey;
+
-
      }
+
-
     
+
-
#footer-box img {
+
-
        opacity: 0.6;
+
-
      }
+
-
/* END MINIMAL HEADER */
+
-
#container {
+
-
width: 1000px;
+
-
height: inherit;
+
-
background-color: #42A7EA;
+
-
}
+
-
 
+
-
#header {
+
-
border: 0px solid;
+
-
border-color: black;
+
-
border-top-left-radius: 0px;      /*To be changed later. Logo background is white and not transparent which causes an overlap. Was 25px earlier */
+
-
border-top-right-radius: 0px;
+
-
width: 1000px;
+
-
height: 30px;
+
-
}
+
-
 
+
-
#navmenu {
+
-
margin-top: 23px;
+
-
margin-left: 75px;
+
-
width: 1000px;
+
-
height: 21px;
+
-
background-color: DarkBlue;
+
-
border: 2px solid;
+
-
border-top-right-radius: 11px;
+
-
border-bottom-right-radius: 10px;
+
-
}
+
-
 
+
-
ul.yorknav {
+
-
list-style-type: none;
+
-
margin: 0;
+
-
padding: 0;
+
-
}
+
-
 
+
-
li.yorknav {
+
-
float: right;
+
-
display: block;
+
-
margin-left: auto;
+
-
margin-right: auto;
+
-
width: 170px;
+
-
text-align: center;
+
-
background-color: DarkBlue;
+
-
}
+
-
 
+
-
a.yorknav {
+
-
width: 111px;
+
-
}
+
-
 
+
-
a.yorknav:link{
+
-
font-weight: bold;
+
-
color: White;
+
-
padding: 0px;
+
-
text-transform: uppercase;
+
-
text-decoration: none;
+
-
}
+
-
 
+
-
a.yorknav:visited{
+
-
font-weight: bold;
+
-
color: White;
+
-
padding: 0px;
+
-
text-transform: uppercase;
+
-
}
+
-
 
+
-
li.yorknav{
+
-
border-top-right-radius: 5px;
+
-
border-top-left-radius: 5px;
+
-
border-bottom-right-radius: 5px;
+
-
border-bottom-left-radius: 5px;
+
-
}
+
-
 
+
-
#Sponsors:hover {
+
-
background-color: darkred;
+
-
}
+
-
#HumanPractice:hover {
+
-
background-color: purple;
+
-
}
+
-
#Project:hover {
+
-
background-color: #477519;
+
-
}
+
-
#Team:hover {
+
-
background-color: orangered;
+
-
}
+
-
#Home:hover {
+
-
background-color: teal;
+
-
}
+
-
 
+
-
#contently {
+
-
border: 2px solid;
+
-
border-color: black;
+
-
border-bottom-left-radius: 25px;
+
-
border-bottom-right-radius: 25px;
+
-
border-top-left-radius: 25px;
+
-
border-top-right-radius: 25px;
+
-
width: 1000px;
+
-
background-color: #FCFCE0;
+
-
}
+
-
 
+
-
#actualcontent {
+
-
width: 900px;
+
-
padding: 50px;
+
-
font-size: 16px;
+
-
}
+
-
 
+
-
</style>
+
<link href="https://2014.igem.org/Team:York/ImageGallery.css?action=raw&amp;ctype=text/css" type="text/css" rel="stylesheet">
<link href="https://2014.igem.org/Team:York/ImageGallery.css?action=raw&amp;ctype=text/css" type="text/css" rel="stylesheet">
</head>
</head>

Revision as of 09:57, 28 August 2014

Things to do
  • Improve logo
  • Create New pages and distribute content
  • Get the photo gallery working for the homepage
class-header-css3
The York iGEM Team in Labs
class-header-semantics
class-header-offline
class-header-device
class-header-connectivity
class-header-multimedia
class-header-3d
class-header-performance

Welcome to the beautiful City of York!


Add "?action=raw&ctype=text/css" to get .js and .css to link.

We're the 2014 iGEM team for the University of York, UK. In just 50 years, the University has become one of the top in the UK. We think this is because of its passion and dedication towards each of its subjects; something we share! Our team is made up of 20 undergraduates from a range of disciplines, as well as our two supervisors.

For this year’s project, we decided to get ideas from real time problems. We took a case study of Portman Bay in Spain, close to the home of one of our team members.

Our Project

Portman Bay is an area in South-east Spain. It is about 10 x 5 km and contains one of the highest densities of galena concentrations in Spain. Open pit mining for galena (Pb-Zn) and sphalerite (ZnS) began in the 1960s. Pyrate (FeS2) also taken as a product for industrial production of sulphuric acid.

The mining carried out was open-pit. This meant that the minerals were blasted from the ground using explosives. The rock collected was then crushed, milled, and processed in a plant. The processing involved separating the useful minerals (concentrates) from the rest (tailings) through a process called froth flotation. The concentrates could then be sent to the smelter while the tailings were disposed of. The tailings can make up 95% of the original material. Usually the tailings will be disposed of in a specially designed impoundment plant.

However, in Portman Bay, there was no room for an impoundment plant to be built. At the time, this problem was got around, simply by pumping the waste from the plant straight into the bay. Between the years 1957 and 1990 when it was finally shut down, 50 million tons of tailings were pumped into the bay.

The separation processes at the Portman Bay plant were not 100% efficient and though some pyrite was removed for industrial use, the content of pyrite in the tailings exceeded 10%. Small but significant quantities of the other minerals being mined also ended up in the tailings. The tailings themselves also contain high concentrations of metals known to be toxic including zinc, lead and arsenic. The combination of pyrate with the other sulphates causes serious problems as they react to produce environmentally hazardous products. The layers of rock underneath Portman bay are rich in carbonate and this reacts to consume some but not all of the sulphuric acid produced.

Studies in the area show the serious impacts this is having on the local wildlife. The main problems are caused by the leaching of metals from the soil. Fish in the area accumulate the highest lead, mercury and arsenic levels, and mussels, the highest lead, cadmium and mercury levels on the Mediterranean coast of Spain. Biodiversity is suffering as many larval species cannot develop properly in the environment. Marine communities are becoming overwhelmed by the few species able to survive and the future ecological impacts are unknown.