Difference between revisions of "Team:Bulgaria/safety.html"

Line 8: Line 8:
 
<style>
 
<style>
  
 +
#globalWrapper {
 +
display: none;
 +
}
 +
#content {
 +
display: none;
  
 +
}
 +
#HQ_page {
 +
display: none;
 +
 +
}
 +
#bodyContent {
 +
display: none;
 +
 +
}
  
 
html *{
 
html *{
cursor:url("https://static.igem.org/mediawiki/2018/4/48/T--Bulgaria--idea.png"),auto!important;
+
cursor:url("https://static.igem.org/mediawiki/2018/4/48/T--Bulgaria--idea.png"),auto;
 
}
 
}
  
 
h1{
 
h1{
font-size: 40px!important;
+
font-size: 40px;
font-family: 'Alegreya Sans SC', sans-serif!important;
+
font-family: 'Alegreya Sans SC', sans-serif;
  
 
}
 
}
  
 
#bottomLayer{
 
#bottomLayer{
position: fixed!important;
+
position: fixed;
top:15px!important;
+
top:15px;
left:0px!important;
+
left:0px;
height: 110%!important;
+
height: 110%;
width: 100%!important;
+
width: 100%;
 
 
#background-image: url("bg.jpg")!important;
+
#background-image: url("bg.jpg");
background-color: #0A1215!important;
+
background-color: #0A1215;
 
}
 
}
  
Line 34: Line 48:
  
 
.custompage{
 
.custompage{
height:20px!important;
+
height:20px;
width:40px!important;
+
width:40px;
 
border: 1px solid green
 
border: 1px solid green
background-color:Red!important;
+
background-color:Red;
 
}
 
}
  
 
.navigation {
 
.navigation {
   position:fixed!important;
+
   position:fixed;
   top:15px!important;
+
   top:15px;
   width: 100%!important;
+
   width: 100%;
   left:0px!important;
+
   left:0px;
   overflow: hidden!important;
+
   overflow: hidden;
   background-color: #62071B!important;
+
   background-color: #62071B;
 
}
 
}
  
 
.navigation a {
 
.navigation a {
   font-family: 'Raleway', sans-serif!important;
+
   font-family: 'Raleway', sans-serif;
   float: left!important;
+
   float: left;
   display: block!important;
+
   display: block;
   color: White!important;
+
   color: White;
   text-align: center!important;
+
   text-align: center;
   padding: 14px 16px!important;
+
   padding: 14px 16px;
   text-decoration: none!important;
+
   text-decoration: none;
   font-size: 17px!important;
+
   font-size: 17px;
 
}
 
}
  
 
.navigation a:hover {
 
.navigation a:hover {
   background-color: #380615!important;
+
   background-color: #380615;
   color: White!important;
+
   color: White;
 
}
 
}
  
 
#specialMenu {
 
#specialMenu {
   background-color: #D5898A!important;
+
   background-color: #D5898A;
   color: white!important;
+
   color: white;
 
}
 
}
  
 
#activeMenu{
 
#activeMenu{
   background-color: #9F182F!important;
+
   background-color: #9F182F;
   color: white!important;
+
   color: white;
 
}
 
}
  
 
.navigation .icon {
 
.navigation .icon {
   display: none!important;
+
   display: none;
 
}
 
}
  
 
@media screen and (max-width: 1000px) {
 
@media screen and (max-width: 1000px) {
   .navigation a:not(:first-child) {display: none!important;}
+
   .navigation a:not(:first-child) {display: none;}
 
   .navigation a.icon {
 
   .navigation a.icon {
     float: right!important;
+
     float: right;
     display: block!important;
+
     display: block;
 
   }
 
   }
 
}
 
}
  
 
@media screen and (max-width: 1000px) {
 
@media screen and (max-width: 1000px) {
   .navigation.responsive {  position:fixed!important;
+
   .navigation.responsive {  position:fixed;
   top:15px!important;
+
   top:15px;
   width: 100%!important;
+
   width: 100%;
   left:0px!important;}
+
   left:0px;}
 
   .navigation.responsive .icon {
 
   .navigation.responsive .icon {
     position: absolute!important;
+
     position: absolute;
     right: 0!important;
+
     right: 0;
     top: 0!important;
+
     top: 0;
 
   }
 
   }
 
   .navigation.responsive a {
 
   .navigation.responsive a {
     float: none!important;
+
     float: none;
     display: block!important;
+
     display: block;
     text-align: left!important;
+
     text-align: left;
 
   }
 
   }
 
}
 
}
  
 
.backgroundPicture{
 
.backgroundPicture{
position: fixed!important;
+
position: fixed;
top: 15!important;
+
top: 15;
left: 0!important;
+
left: 0;
width: 100%!important;
+
width: 100%;
height: 100%!important;
+
height: 100%;
opacity: 0.5!important;
+
opacity: 0.5;
background-image: url("safety.jpg")!important;
+
background-image: url("safety.jpg");
background-color: #0A1215!important;
+
background-color: #0A1215;
background-position: center!important;
+
background-position: center;
background-repeat: no-repeat!important;
+
background-repeat: no-repeat;
background-size: cover!important;
+
background-size: cover;
 
}
 
}
  
 
.contentHolder{
 
.contentHolder{
-webkit-touch-callout: none!important;
+
-webkit-touch-callout: none;
     -webkit-user-select: none!important;
+
     -webkit-user-select: none;
     -khtml-user-select: none!important;  
+
     -khtml-user-select: none;  
     -moz-user-select: none!important;  
+
     -moz-user-select: none;  
     -ms-user-select: none!important;  
+
     -ms-user-select: none;  
     user-select: none!important;  
+
     user-select: none;  
opacity: 0.8!important;
+
opacity: 0.8;
position: relative!important;
+
position: relative;
top:80vh!important;
+
top:80vh;
margin-left: auto!important;
+
margin-left: auto;
margin-right: auto!important;
+
margin-right: auto;
width: 850px!important;
+
width: 850px;
padding-bottom: 70px!important;
+
padding-bottom: 70px;
padding-top: 20px!important;
+
padding-top: 20px;
background-color: b5b7b8!important;
+
background-color: b5b7b8;
height: auto!important;
+
height: auto;
text-align: center!important;
+
text-align: center;
 
}
 
}
  
 
.contentHolder:hover{
 
.contentHolder:hover{
background-color: C5C7C8!important;
+
background-color: C5C7C8;
 
 
 
}
 
}
  
 
#topTitle{
 
#topTitle{
border-radius: 50px 50px 0px 0px!important;
+
border-radius: 50px 50px 0px 0px;
opacity: 1!important;
+
opacity: 1;
text-align: center!important;
+
text-align: center;
font-family: 'Heebo', sans-serif!important;
+
font-family: 'Heebo', sans-serif;
font-size: 60px!important;  
+
font-size: 60px;  
height: 30px!important;
+
height: 30px;
 
}
 
}
 
#topTitle:hover{
 
#topTitle:hover{
background-color: B5B7B8!important;
+
background-color: B5B7B8;
 
}
 
}
  
Line 158: Line 172:
 
 
 
p{
 
p{
margin-left: 64px!important;
+
margin-left: 64px;
margin-right: 64px!important;
+
margin-right: 64px;
font-family: 'Montserrat', sans-serif!important;
+
font-family: 'Montserrat', sans-serif;
font-size: 20px!important;
+
font-size: 20px;
 
}
 
}
  
 
strong{
 
strong{
font-family: 'Heebo', sans-serif!important;
+
font-family: 'Heebo', sans-serif;
 
}
 
}
  
 
.dropbtn {
 
.dropbtn {
     background-color: #4CAF50!important;
+
     background-color: #4CAF50;
     color: white!important;
+
     color: white;
     padding: 16px!important;
+
     padding: 16px;
     font-size: 16px!important;
+
     font-size: 16px;
     border: none!important;
+
     border: none;
     cursor: pointer!important;
+
     cursor: pointer;
width: 20vw!important;
+
width: 20vw;
 
}
 
}
  
Line 181: Line 195:
  
 
.quickfind-content {
 
.quickfind-content {
font-family: 'Heebo', sans-serif!important;
+
font-family: 'Heebo', sans-serif;
     display: none!important;
+
     display: none;
     position: absolute!important;
+
     position: absolute;
     background-color: #f9f9f9!important;
+
     background-color: #f9f9f9;
     width: 20vw!important;
+
     width: 20vw;
     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2)!important;
+
     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
     z-index: 1!important;
+
     z-index: 1;
 
 
 
}
 
}
  
 
.quickfind-content a {
 
.quickfind-content a {
     color: black!important;
+
     color: black;
     padding: 12px 16px!important;
+
     padding: 12px 16px;
     text-decoration: none!important;
+
     text-decoration: none;
     display: block!important;
+
     display: block;
text-align: center!important;
+
text-align: center;
border-style: solid none none none!important;
+
border-style: solid none none none;
 
}
 
}
  
Line 203: Line 217:
  
 
.quickfind:hover .quickfind-content {
 
.quickfind:hover .quickfind-content {
     display: block!important;
+
     display: block;
 
}
 
}
  
 
.quickfind:hover .dropbtn {
 
.quickfind:hover .dropbtn {
     background-color: #3e8e41!important;
+
     background-color: #3e8e41;
 
}
 
}
 
.quickfind {
 
.quickfind {
     position: absolute!important;
+
     position: absolute;
width: 20vw!important;
+
width: 20vw;
left: 40vw!important;
+
left: 40vw;
top: 15vh!important;
+
top: 15vh;
 
}
 
}
  
Line 219: Line 233:
  
 
p{
 
p{
margin-left: 32px!important;
+
margin-left: 32px;
margin-right: 32px!important;
+
margin-right: 32px;
 
}
 
}
  
 
.contentHolder:hover{
 
.contentHolder:hover{
background-color: B5B7B8!important;
+
background-color: B5B7B8;
 
 
 
}
 
}
 
.contentHolder{
 
.contentHolder{
height: auto!important;
+
height: auto;
width: auto!important;
+
width: auto;
 
}
 
}
  
  
 
#topTitle{
 
#topTitle{
border-radius: 50px 50px 0px 0px!important;
+
border-radius: 50px 50px 0px 0px;
opacity: 1!important;
+
opacity: 1;
text-align: center!important;
+
text-align: center;
font-family: 'Heebo', sans-serif!important;
+
font-family: 'Heebo', sans-serif;
font-size: 42px!important;  
+
font-size: 42px;  
height: 0vw!important;
+
height: 0vw;
 
}
 
}
 
#topTitle:hover{
 
#topTitle:hover{
background-color: B5B7B8!important;
+
background-color: B5B7B8;
 
}
 
}
 
 
 
.dropbtn {
 
.dropbtn {
     background-color: #4CAF50!important;
+
     background-color: #4CAF50;
     color: white!important;
+
     color: white;
     padding: 16px!important;
+
     padding: 16px;
     font-size: 16px!important;
+
     font-size: 16px;
     border: none!important;
+
     border: none;
     cursor: pointer!important;
+
     cursor: pointer;
width: 40vw!important;
+
width: 40vw;
 
}
 
}
  
Line 258: Line 272:
  
 
.quickfind-content {
 
.quickfind-content {
     display: none!important;
+
     display: none;
     position: absolute!important;
+
     position: absolute;
     background-color: #f9f9f9!important;
+
     background-color: #f9f9f9;
     width: 40vw!important;
+
     width: 40vw;
     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2)!important;
+
     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
     z-index: 1!important;
+
     z-index: 1;
 
}
 
}
  
 
.quickfind-content a {
 
.quickfind-content a {
     color: black!important;
+
     color: black;
     padding: 12px 16px!important;
+
     padding: 12px 16px;
     text-decoration: none!important;
+
     text-decoration: none;
     display: block!important;
+
     display: block;
text-align: center!important;
+
text-align: center;
 
}
 
}
  
 
.quickfind-content a:hover {
 
.quickfind-content a:hover {
background-color: #f1f1f1!important;
+
background-color: #f1f1f1;
 
 
 
}
 
}
  
 
.quickfind:hover .quickfind-content {
 
.quickfind:hover .quickfind-content {
     display: block!important;
+
     display: block;
 
}
 
}
  
 
.quickfind:hover .dropbtn {
 
.quickfind:hover .dropbtn {
     background-color: #3e8e41!important;
+
     background-color: #3e8e41;
 
}
 
}
 
.quickfind {
 
.quickfind {
     position: absolute!important;
+
     position: absolute;
width: 40vw!important;
+
width: 40vw;
left: 30vw!important;
+
left: 30vw;
top: 80px!important;
+
top: 80px;
 
}
 
}
 
}
 
}
Line 299: Line 313:
 
.icon-scroll,
 
.icon-scroll,
 
.icon-scroll:before {
 
.icon-scroll:before {
   position: absolute!important;
+
   position: absolute;
   left: 50%!important;
+
   left: 50%;
 
}
 
}
 
.icon-scroll {
 
.icon-scroll {
   width: 40px!important;
+
   width: 40px;
   height: 70px!important;
+
   height: 70px;
   margin-left: -20px!important;
+
   margin-left: -20px;
   top: 70vh!important;
+
   top: 70vh;
   margin-top: -35px!important;
+
   margin-top: -35px;
   box-shadow: inset 0 0 0 1px #fff!important;
+
   box-shadow: inset 0 0 0 1px #fff;
   border-radius: 25px!important;
+
   border-radius: 25px;
 
}
 
}
 
.icon-scroll:before {
 
.icon-scroll:before {
   content: ''!important;
+
   content: '';
   width: 8px!important;
+
   width: 8px;
   height: 8px!important;
+
   height: 8px;
   background: #fff!important;
+
   background: #fff;
   margin-left: -4px!important;
+
   margin-left: -4px;
   top: 8px!important;
+
   top: 8px;
   border-radius: 4px!important;
+
   border-radius: 4px;
   -webkit-animation-duration: 1.5s!important;
+
   -webkit-animation-duration: 1.5s;
           animation-duration: 1.5s!important;
+
           animation-duration: 1.5s;
   -webkit-animation-iteration-count: infinite!important;
+
   -webkit-animation-iteration-count: infinite;
           animation-iteration-count: infinite!important;
+
           animation-iteration-count: infinite;
   -webkit-animation-name: scroll!important;
+
   -webkit-animation-name: scroll;
           animation-name: scroll!important;
+
           animation-name: scroll;
 
}
 
}
 
@-webkit-keyframes scroll {
 
@-webkit-keyframes scroll {
 
   0% {
 
   0% {
     opacity: 1!important;
+
     opacity: 1;
 
   }
 
   }
 
   100% {
 
   100% {
     opacity: 0!important;
+
     opacity: 0;
     -webkit-transform: translateY(46px)!important;
+
     -webkit-transform: translateY(46px);
             transform: translateY(46px)!important;
+
             transform: translateY(46px);
 
   }
 
   }
 
}
 
}
 
@keyframes scroll {
 
@keyframes scroll {
 
   0% {
 
   0% {
     opacity: 1!important;
+
     opacity: 1;
 
   }
 
   }
 
   100% {
 
   100% {
     opacity: 0!important;
+
     opacity: 0;
     -webkit-transform: translateY(46px)!important;
+
     -webkit-transform: translateY(46px);
             transform: translateY(46px)!important;
+
             transform: translateY(46px);
 
   }
 
   }
 
}
 
}
Line 352: Line 366:
 
   $("a").on('click', function(event) {
 
   $("a").on('click', function(event) {
 
     if (this.hash !== "") {
 
     if (this.hash !== "") {
       event.preventDefault()!important;
+
       event.preventDefault();
       var hash = this.hash!important;
+
       var hash = this.hash;
 
       $('html, body').animate({
 
       $('html, body').animate({
 
         scrollTop: $(hash).offset().top-80
 
         scrollTop: $(hash).offset().top-80
 
       }, 800, function(){
 
       }, 800, function(){
         window.location.hash = hash!important;
+
         window.location.hash = hash;
       })!important;
+
       });
 
     }  
 
     }  
   })!important;
+
   });
})!important;
+
});
 
</script>
 
</script>
 
<script>
 
<script>
 
function burgermenu() {
 
function burgermenu() {
     var x = document.getElementById("nav")!important;
+
     var x = document.getElementById("nav");
 
     if (x.className === "navigation") {
 
     if (x.className === "navigation") {
         x.className += " responsive"!important;
+
         x.className += " responsive";
 
     } else {
 
     } else {
         x.className = "navigation"!important;
+
         x.className = "navigation";
 
     }
 
     }
 
}
 
}
Line 424: Line 438:
 
<h1>USED ORGANISM STRAINS</h1>
 
<h1>USED ORGANISM STRAINS</h1>
 
<p>
 
<p>
   # <i>Escherichia coli</i> - DH5&#945!important; strain
+
   # <i>Escherichia coli</i> - DH5&#945; strain
 
   <br>
 
   <br>
 
   # <i>Escherichia coli</i> - TOP10 strain
 
   # <i>Escherichia coli</i> - TOP10 strain
Line 470: Line 484:
 
<strong>Lab coats </strong><br>
 
<strong>Lab coats </strong><br>
 
<strong>Safety glasses in special areas of the lab</strong><br>
 
<strong>Safety glasses in special areas of the lab</strong><br>
<a style="font-size: 15px!important;">(should be used in other areas if necessary)</a>
+
<a style="font-size: 15px;">(should be used in other areas if necessary)</a>
 
</p>
 
</p>
 
</div>
 
</div>
Line 480: Line 494:
 
<p>
 
<p>
 
<strong>Do not work alone!</strong><br>
 
<strong>Do not work alone!</strong><br>
<a style="font-size: 15px!important;">There should be at least one person in the lab with you.</a><br>
+
<a style="font-size: 15px;">There should be at least one person in the lab with you.</a><br>
 
<br><strong>Do not pipette with your mouth!</strong><br>
 
<br><strong>Do not pipette with your mouth!</strong><br>
 
<br><strong>Disinfect hands after contamination with GMOs!</strong><br>
 
<br><strong>Disinfect hands after contamination with GMOs!</strong><br>
Line 503: Line 517:
 
   <a href="safety.html" id="activeMenu">SAFETY</a>
 
   <a href="safety.html" id="activeMenu">SAFETY</a>
 
   <a href="jForm.html" id="specialMenu">JUDGING FORM</a>
 
   <a href="jForm.html" id="specialMenu">JUDGING FORM</a>
   <a href="javascript:void(0)!important;" class="icon" onclick="burgermenu()">
+
   <a href="javascript:void(0);" class="icon" onclick="burgermenu()">
 
MENU
 
MENU
 
   </a>
 
   </a>

Revision as of 21:15, 16 October 2018

WHO WILL USE OUR PRODUCT

Our target audience consists of scientists and clinicians interested in the detection of the Delta F508 mutation , responsible for approximately 70% of the Cystic Fibrosis cases in Bulgaria and Europe as a whole. Our system is pla nned to be used only in a controlled environment.

IS IT SAFE?

Not only is it safer than any other technology that does the same thing, but it is also drastically cheaper and vastly beneficial due to its simplicity - it does not require DNA sequencing for the detection step.

USED ORGANISM STRAINS

# Escherichia coli - DH5α strain
# Escherichia coli - TOP10 strain

POTENTIAL RISKS

Our project poses the typical risks of working with a level 1 GMO.

WASTE TREATMENT

All biological materials and equipment used for handling were collected separately and autoclaved.

EMERGENCY REACTIONS

If lab coats or clothes start burning:
emergency showers
If acids or other harmful liquids get in the eyes:
eye showers
If injuries occur:
treat them with first aid-kits, report the injury, go to the hospital if necessary
If solutions with GMO are running down the bench:
swap and disinfect the place with NaClO (bleach)

PROTECTIVE EQUIPMENT

Eye protection
Lab coats
Safety glasses in special areas of the lab
(should be used in other areas if necessary)

OTHER RULES

Do not work alone!
There should be at least one person in the lab with you.

Do not pipette with your mouth!

Disinfect hands after contamination with GMOs!

Disinfect hands and wash them after working in the lab!

Do not eat, swallow, wash and snore with any chemicals!

Do not bring food, drinks, pets and snacks in the lab!

Be sure that you have informed the instructor of the next step of the experiment plan and gotten the permission of him!

Record the general nature of the work clearly in your lab journal!