Difference between revisions of "Team:Colegio EmelinaU/Description"

Line 1: Line 1:
{{Colegio_EmelinaU}}
+
{{Template_All_Teams}}
 +
 
 +
<!-- Declare that you are going to use html code instead of wiki code -->
 
<html>
 
<html>
 +
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
 +
<link href='https://fonts.googleapis.com/css?family=Rancho' rel='stylesheet' type='text/css'>
  
<h2> Project Description </h2>
+
<!-- Start of CSS-->
 +
<style type="text/css">
  
<p>Tell us about your project, describe what moves you and why this is something important for your team.</p>
+
body{
<br />
+
  
<h5>What should this page contain?</h5>
 
<ul>
 
<li> A clear and concise description of your project.</li>
 
<li>A detailed explanation of why your team chose to work on this particular project.</li>
 
<li>References and sources to document your research.</li>
 
<li>Use illustrations and other visual resources to explain your project.</li>
 
</ul>
 
  
 +
}
  
<br />
 
<h4>Advice on writing your Project Description</h4>
 
  
<p>
+
.intro{
We encourage you to put up a lot of information and content on your wiki, but we also encourage you to include summaries as much as possible. If you think of the sections in your project description as the sections in a publication, you should try to be consist, accurate and unambiguous in your achievements.  
+
text-align:center;
</p>
+
  
 +
}
 +
 +
p{
 +
text-align:justify;
 +
}
 +
 +
.imagen{
 +
 +
float:left;
 +
padding:10px;
 +
box-sizing: border-box;
 +
 +
}
 +
 +
.logo{
 +
padding-top:50px;
 +
 +
}
 +
 +
#globalWrapper, #content{
 +
float:none;
 +
margin:0 auto;
 +
 +
 +
}
 +
 +
/* since the background is dark, we change the color of the text and links so they are visible on "show preview" mode */
 +
 +
p, #content {
 +
color:#808284;
 +
}
 +
 +
a, a:visited {
 +
color:#22BCB9;
 +
}
 +
 +
 +
 +
/* PAGE LAYOUT */
 +
 +
 +
/* Set up a width, height and color of the body wrapper*/
 +
body {
 +
background-color:#ffffff;
 +
                                font-family: 'Roboto', sans-serif;
 +
}
 +
 +
/* Creates a container that will wrap all of the content inside your wiki pages. */
 +
#mainContainer { 
 +
width: 980px;
 +
overflow:hidden;
 +
float:left;
 +
margin-left:20px;
 +
margin-bottom: 10px;
 +
background-color: #fff;
 +
 +
                                -webkit-box-shadow: 2px 0px 34px 0px rgba(145,145,145,0.72);
 +
                                -moz-box-shadow: 2px 0px 34px 0px rgba(145,145,145,0.72);
 +
                                box-shadow: 2px 0px 34px 0px rgba(145,145,145,0.72);
 +
 +
 +
 +
}
 +
 +
/* Creates the container for the menu */
 +
#menuContainer  {
 +
      width: 200px;
 +
                              background: #BA00E8;
 +
                              font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
 +
                              zoom: 1;
 +
                              font-size: 12px;
 +
                              float:left;
 +
                              margin-right:15px;
 +
                              height:700px;
 +
                           
 +
                           
 +
                               
 +
 +
}
 +
 +
/* Creates the container for the content */
 +
#contentContainer {
 +
padding-top:10px;
 +
padding-right:10px;
 +
margin-bottom: 20px;
 +
padding-left: 50px;
 +
background-color: #fff;
 +
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 +
             
 +
                         
 +
                             
 +
}
 +
 +
 +
/*Set up height place holder for the banner*/
 +
      #bannerContainer {
 +
height:200px;
 +
margin:auto;
 +
text-align:center;
 +
color: #24B694;
 +
                                background:url(https://static.igem.org/mediawiki/2015/5/57/Banner_wiki_03.jpg);
 +
                             
 +
                               
 +
}
 +
 +
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
 +
 +
/*Change the styling of text for everything inside main container*/
 +
#mainContainer p {
 +
font-size: 13px;
 +
color: #000000;
 +
}
 +
 +
/*This changes the color and font family */
 +
#contentContainer h1, h2, h3, h4, h5, h6 {
 +
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 +
color: #29221F;
 +
border-bottom: none;
 +
font-weight: bold;
 +
margin-top:10px;
 +
}
 +
 +
/*Style of the links - links are different inside the menu */
 +
#contentContainer a {
 +
font-weight: bold;
 +
color: #22BCB9;
 +
}
 +
 +
  /* Styling links on hover- links are different inside the menu */
 +
#contentContainer a:hover {
 +
color: #14747D;
 +
}
 +
 +
/*Change the styling of tables */
 +
        #contentContainer table {
 +
    border: 2px solid #29221F;
 +
    border-collapse: collapse;
 +
    margin: auto;
 +
    margin-bottom: 15px;
 +
    margin-top: 15px;
 +
    margin-right: 10px;
 +
    margin-left: 10px;
 +
    }
 +
 +
/*Change the styling of table cells*/
 +
    #contentContainer  td {
 +
    background-color: #fff;
 +
    padding: 20px;
 +
    border: 2px solid #29221F;
 +
    border-collapse: collapse;
 +
    vertical-align: text-top;
 +
    }
 +
 +
 +
/*Change the styling of table headers */
 +
    #contentContainer th {
 +
    background-color: #F4F0D8;
 +
    padding: 10px;
 +
    border: 2px solid #29221F;
 +
    border-collapse: collapse;
 +
    vertical-align: text-top;
 +
    }
 +
 +
 +
 +
 +
/*MENU STYLING */
 +
 +
/*Styling for the links in the menu */
 +
#menuContainer a {
 +
color: #fff;
 +
text-decoration:none;
 +
                               
 +
 +
}
 +
 +
/* Sets the style for lists inside menuContainer  */
 +
#menuContainer ul {
 +
list-style: none;
 +
margin-left:5px;
 +
}
 +
 +
/*Styles the list items to become menu buttons */
 +
#menuContainer ul li {
 +
 +
display: block;
 +
width: 100%;
 +
height:30px;
 +
padding-top:10px;
 +
                                padding-left:0px;
 +
                                border-bottom: 1px solid #fff;
 +
                             
 +
 +
}
 +
 +
/*For the menu buttons, changes the color when hovering*/
 +
#menuContainer li:hover {
 +
color:  #FFF;
 +
background-color: #ED417B;
 +
                                transition:1s;
 +
                                margin-left:10px;
 +
}
 +
 +
/*Submenus are not displayed as default*/
 +
#menuContainer li ul {
 +
 +
display: none;
 +
padding-top:15px;
 +
margin-left: 0px;
 +
 +
 +
}
 +
 +
/*Submenus are displayed when hovering the menu button */
 +
#menuContainer li:hover ul {
 +
/*display: inline-block; */
 +
display: block;
 +
position: absolute;
 +
float:right;
 +
margin-left: 150px;
 +
                                margin-top:-42px;
 +
 +
 +
}
 +
 +
/*Style the submenu buttons*/
 +
#menuContainer li ul li{
 +
                                background-color: rgba(172, 41, 229, 0.8);
 +
                                background: rgba(172, 41, 229, 0.8);
 +
                                color: rgba(172, 41, 229, 0.8);
 +
padding-left:20px;
 +
padding-right:20px;
 +
height:30px;
 +
padding-top:10px;
 +
margin-top:-3px;
 +
color: white;
 +
                                font-size:1rem;
 +
                                width:200px;
 +
}
 +
 +
/*CLASSES */
 +
 +
/*Clear class for all the pages, adds spacing too*/
 +
.clear{
 +
clear:both;
 +
height: 10px;
 +
}
 +
 +
 +
/* highlight box for special messages */
 +
          .highlightBox {
 +
            width:500px;
 +
            margin:auto;
 +
            background-color: #F4F0D8;
 +
    margin-bottom: 15px;
 +
    margin-top: 15px;
 +
    padding: 15px;
 +
    padding-top: 5px;
 +
            }
 +
.animated {
 +
    -webkit-animation-duration: 4s;
 +
    animation-duration: 4s;
 +
    -webkit-animation-fill-mode: both;
 +
    animation-fill-mode: both;
 +
}
 +
 +
@-webkit-keyframes bounceIn {
 +
    0% {
 +
        opacity: 0;
 +
        -webkit-transform: scale(.3);
 +
    }
 +
 +
    50% {
 +
        opacity: 1;
 +
        -webkit-transform: scale(1.05);
 +
    }
 +
 +
    70% {
 +
        -webkit-transform: scale(.9);
 +
    }
 +
 +
    100% {
 +
        -webkit-transform: scale(1);
 +
    }
 +
}
 +
 +
@keyframes bounceIn {
 +
    0% {
 +
        opacity: 0;
 +
        transform: scale(.3);
 +
    }
 +
 +
    50% {
 +
        opacity: 1;
 +
        transform: scale(1.05);
 +
    }
 +
 +
    70% {
 +
        transform: scale(.9);
 +
    }
 +
 +
    100% {
 +
        transform: scale(1);
 +
    }
 +
}
 +
 +
.bounceIn {
 +
    -webkit-animation-name: bounceIn;
 +
    animation-name: bounceIn;
 +
}
 +
 +
</style>
 +
<!-- End of CSS -->
 +
 +
 +
<!-- Start of the template html elements. -->
 +
<div id ="mainContainer"><!--This div will close on the page.-->
 +
 +
 +
<div id="bannerContainer">
 +
<div class="logo">
 +
<img src="https://static.igem.org/mediawiki/2015/a/a0/LOGO_UVWRITSBAND4.png">
 +
 +
</div>
 +
</div>
 +
 +
<!-- Start of menu -->
 +
<div id="menuContainer">
 +
 +
<!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
 +
<ul class="animated bounceIn">
 +
<a href="https://2015.igem.org/Team:Colegio_EmelinaU"><li>HOME</li></a>
 +
 +
<a href="https://2015.igem.org/Team:Colegio_EmelinaU/Team"><li>TEAM</li></a>
 +
 +
<a href="#"><li>PROJECT >
 +
            <ul>
 +
<a href="https://2015.igem.org/Team:Colegio_EmelinaU/Description"><li>Description</li></a>
 +
<a href="https://2015.igem.org/Team:Colegio_EmelinaU/Experiments"><li>Experiments & Protocols</li></a> 
 +
<a href="https://2015.igem.org/Team:Colegio_EmelinaU/Results"><li>Results</li></a>
 +
                                                        <a href="https://2015.igem.org/Team:Colegio_EmelinaU/Design"><li>Design</li></a> 
 +
</ul>
 +
</li></a>
 +
 +
<a href="#"><li>PARTS >
 +
            <ul>
 +
<a href="https://2015.igem.org/Team:Colegio_EmelinaU/Parts"><li>Team Parts</li></a>
 +
<a href="https://2015.igem.org/Team:Colegio_EmelinaU/Basic_Part"><li>Basic Parts</li></a> 
 +
<a href="https://2015.igem.org/Team:Colegio_EmelinaU/Composite_Part"><li>Composite Parts</li></a>
 +
<a href="https://2015.igem.org/Team:Colegio_EmelinaU/Part_Collection"><li>Part Collection</li></a> 
 +
</ul>
 +
</li></a>
 +
 +
<a href="https://2015.igem.org/Team:Colegio_EmelinaU/Notebook"><li>NOTEBOOK</li></a>
 +
     
 +
<a href="https://2015.igem.org/Team:Colegio_EmelinaU/Modeling"><li>MODELING</li></a>
 +
 +
                                        <a href="https://2015.igem.org/Team:Colegio_EmelinaU/Attributions"><li>ATTRIBUTIONS</li></a>
 +
 +
<a href="https://2015.igem.org/Team:Colegio_EmelinaU/Collaborations"><li>COLLABORATIONS</li></a>
 +
 +
 +
 +
</ul>
 +
</div>
 +
<!-- End of menu  -->
 +
 +
<!-- Start of content -->
 +
<div id="contentContainer">
 +
 +
 +
                        <div class="intro">
 +
<h1>"UV WRISTBAND PREVENTION IS BETTER THAN CURE"
 +
</h1>
 +
<hr>
 
<p>
 
<p>
Judges like to read your wiki and know exactly what you have achieved. This is how you should think about these sections; from the point of view of the judge evaluating you at the end of the year.
+
While scientists strive to find a cure for skin cancer we seek to prevent it. We focus on creating a signal
 +
to alert citizens and they can protect themselves from danger of these rays. All this under the approach
 +
of synthetic biology, not using plastic silicone or other contaminants. In Chile in the last 5 years there
 +
have been 20-25 cases of skin cancer per 100 inhabitants. One of the main factors is Ultraviolet (UV)
 +
radiation which causes severe cell damage when a certain amount is exceeded. Our team proposes a
 +
system that alerts the intensity of UV radiation. The project is represented by a wristband that is
 +
composed by genetically modified bacteria that detects ultraviolet light and according to intensity/danger,
 +
a coloration is generated. This will enable people to protect themselves from UV rays when its intensity is
 +
detrimental to cells.
 +
 
 
</p>
 
</p>
 +
<hr>
 +
<h2>Background</h2>
 +
 +
UV radiation is a natural radiation which we are in contact every day. At low doses it is harmless to
 +
the cells and can even be beneficial for the survival of an organism. However when a certain
 +
amount is exceeded , it can cause a serious cell damage.
 +
UV daily with greater impact on the ground, product to reducing the ozone layer which affects skin
 +
cells. Skin cancer is one of the most severe that are produced by UV radiation. Today skin tumors
 +
are the most common type of human neoplasms .
 +
If the humans skin subjected to chronic exposure to UV radiation , they incite various biological
 +
responses , such as: the development of erythema, edema , burns cells , hyperplasia , immune
 +
suppression , DNA damage , photo-aging , which can lead to cancer .
 +
There are different types of UV rays :
 +
 +
 +
 +
UVA radiation is considered as "radiation aging " and it is able to penetrate deeply into the
 +
epidermis and dermis of the skin. UVA injury tends to cause necrosis of endothelial cells ,
 +
damaging dermal vessels . Since this type of radiation can cause structural damage to DNA and
 +
damage the immune system, it can lead to cancer formation . It has been associated with 67% of
 +
malignant melanomas .
 +
VB radiation is considered "radiation burns " . It is able to penetrate the epidermis acting mainly at
 +
the level of the basal layer of cells, damaging the genome of the keratinocytes , vital stem cells of
 +
the epidermis . Both direct and indirect adverse biological effects such as: photoproducts
 +
formation , stimulation of DNA synthesis , cell cycle arrest , photo carcinogenesis premature and
 +
photo aging .
 +
Genetic damage induced by UV radiation
 +
Damage DNA caused by UV radiation can be produced by different mechanisms , one of them is by
 +
direct absorption of the photon energy, that is, they cause the formation of dimers of adjacent
 +
pyrimidines , this distorts locally DNA structure interfering normal complementary base pairing
 +
and producing a slight rise in the affected string. Most of the dimers are repaired immediately, but
 +
some avoid from the reparation and can affect the processes of replication and transcription , this
 +
means that affects the cell cycle and hence cancer has begun .
 +
Bibliography
 +
AFAG F, MUKHTAR H (2001), Effects of solar radiation on cutaneous detoxification
 +
Cyclobutylpyrimidine dimer base flipping by DNA photolyase. J. Biol. Chem. 277 (41): 38339-
 +
38344.
 +
GALLAGHER, R P, LEE T K (2006), Adverse effects of ultraviolet radiation: a brief review. Prog.
 +
Biophys. Mol. Biol. 92: 119-131.
 +
</div>
 +
  
  
<br />
 
<h4>References</h4>
 
<p>iGEM teams are encouraged to record references you use during the course of your research. They should be posted somewhere on your wiki so that judges and other visitors can see how you though about your project and what works inspired you.</p>
 
  
  
  
<h4>Inspiration</h4>
 
<p>See how other teams have described and presented their projects: </p>
 
  
<ul>
 
<li><a href="https://2014.igem.org/Team:Imperial/Project"> Imperial</a></li>
 
<li><a href="https://2014.igem.org/Team:UC_Davis/Project_Overview"> UC Davis</a></li>
 
<li><a href="https://2014.igem.org/Team:SYSU-Software/Overview">SYSU Software</a></li>
 
</ul>
 
  
 
</div>
 
</div>
 +
<!--This div will close on the page.-->
 
</html>
 
</html>

Revision as of 18:16, 7 September 2015

"UV WRISTBAND PREVENTION IS BETTER THAN CURE"


While scientists strive to find a cure for skin cancer we seek to prevent it. We focus on creating a signal to alert citizens and they can protect themselves from danger of these rays. All this under the approach of synthetic biology, not using plastic silicone or other contaminants. In Chile in the last 5 years there have been 20-25 cases of skin cancer per 100 inhabitants. One of the main factors is Ultraviolet (UV) radiation which causes severe cell damage when a certain amount is exceeded. Our team proposes a system that alerts the intensity of UV radiation. The project is represented by a wristband that is composed by genetically modified bacteria that detects ultraviolet light and according to intensity/danger, a coloration is generated. This will enable people to protect themselves from UV rays when its intensity is detrimental to cells.


Background

UV radiation is a natural radiation which we are in contact every day. At low doses it is harmless to the cells and can even be beneficial for the survival of an organism. However when a certain amount is exceeded , it can cause a serious cell damage. UV daily with greater impact on the ground, product to reducing the ozone layer which affects skin cells. Skin cancer is one of the most severe that are produced by UV radiation. Today skin tumors are the most common type of human neoplasms . If the humans skin subjected to chronic exposure to UV radiation , they incite various biological responses , such as: the development of erythema, edema , burns cells , hyperplasia , immune suppression , DNA damage , photo-aging , which can lead to cancer . There are different types of UV rays : UVA radiation is considered as "radiation aging " and it is able to penetrate deeply into the epidermis and dermis of the skin. UVA injury tends to cause necrosis of endothelial cells , damaging dermal vessels . Since this type of radiation can cause structural damage to DNA and damage the immune system, it can lead to cancer formation . It has been associated with 67% of malignant melanomas . VB radiation is considered "radiation burns " . It is able to penetrate the epidermis acting mainly at the level of the basal layer of cells, damaging the genome of the keratinocytes , vital stem cells of the epidermis . Both direct and indirect adverse biological effects such as: photoproducts formation , stimulation of DNA synthesis , cell cycle arrest , photo carcinogenesis premature and photo aging . Genetic damage induced by UV radiation Damage DNA caused by UV radiation can be produced by different mechanisms , one of them is by direct absorption of the photon energy, that is, they cause the formation of dimers of adjacent pyrimidines , this distorts locally DNA structure interfering normal complementary base pairing and producing a slight rise in the affected string. Most of the dimers are repaired immediately, but some avoid from the reparation and can affect the processes of replication and transcription , this means that affects the cell cycle and hence cancer has begun . Bibliography AFAG F, MUKHTAR H (2001), Effects of solar radiation on cutaneous detoxification Cyclobutylpyrimidine dimer base flipping by DNA photolyase. J. Biol. Chem. 277 (41): 38339- 38344. GALLAGHER, R P, LEE T K (2006), Adverse effects of ultraviolet radiation: a brief review. Prog. Biophys. Mol. Biol. 92: 119-131.