Widget:新样式:修订间差异

H萌娘,万物皆可H的百科全书!
跳到导航 跳到搜索
imported>=海豚=
(=海豚=移动页面Widget:测试Widget:样式,不留重定向)
imported>=海豚=
无编辑摘要
 
(未显示同一用户的23个中间版本)
第1行: 第1行:
<html>
{{Athens/Navbar}}
  <head>
<html lang="en">
    <link href="https://fonts.googleapis.com/css2?family=Assistant:wght@400;700&family=Galdeano&family=Limelight&display=swap" rel="stylesheet">
<head>
  </head>
   <meta charset="UTF-8">
   <script>
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <link href="https://fonts.googleapis.com/css2?family=Quicksand" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Heebo:wght@800&display=swap" rel="stylesheet">
   <link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
   <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
   <!--<link rel="stylesheet" href="style.css">-->
   <script src="https://code.jquery.com/jquery-3.5.1.js" integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc=" crossorigin="anonymous"></script>    
   <style>
     *{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}
 
html{
   scroll-behavior: smooth;
   scroll-padding-top:80px;
}
 
body{
   font-family: 'Quicksand', sans-serif;
   background-color: #000;
   color: #D5D5D5;
   line-height: 1.6;
   height: 100vh;
   overflow-x:hidden;
}
 
.mw-body {
   background-color: black;
}
  
/*________________________________Parallax______________________________*/
 
 
header{
   width: 100%;
   height: 100vh;
   position: relative;
   overflow: hidden;
}
 
header:after{
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   background-color: rgba(0, 0, 0, 0.05);
   z-index: 25;
}
 
.mountain1{
   position: absolute;
   bottom: -12%;
   width: 100%;
   right: 0;
   z-index: 19;
}
 
.person{
   position: absolute;
   width: 100%;
   bottom: -12%;
   left: -70px;
   z-index: 20;
}
 
.mountain2{
   position: absolute;
   width: 100%;
   bottom: -12%;
   left: 0;
   z-index: 18;
}
 
.mountain3{
   position: absolute;
   width: 100%;
   bottom: -19%;
   right: 0;
   z-index: 17;
}
 
.sky{
   position: absolute;
   width: 100%;
   bottom: -24%;
   right: 0;
}
 
.big-title{
   position: absolute;
   z-index: 30;
   line-height: 4rem;
   top: calc(50% - 2rem);
   width: 100%;
   text-align: center;
   font-size: 3rem;
   font-weight: 600;
   color: #fff;
}


/* This code is built from two sources: developer.mozilla.org/en-US/docs/Web/API/Document/scroll_event and https://css-tricks.com/updating-a-css-variable-with-javascript/. Please see the CSS note below for the :root bit
.main{
*/
   width: 100%;
   background-color: #000;
   position: relative;
}


  let root = document.documentElement;
.shadow{
   position: absolute;
   bottom:0;
  
   height: 300px;
   width:110vw;
   left: -1%;
   z-index: 20;
   background: linear-gradient(to top, #000, transparent);
}


  var body = document.body,
.opacity{
    html = document.documentElement
    opacity: 0;
}


  var scrollLimit = 1800;
@media (max-width: 850px){
  var adjustedScrollLimit = scrollLimit - 0;
   section .par_container{
     grid-template-columns: 1fr;
   }
}


  window.addEventListener('scroll', e => {
@media(max-width: 600px){
 
   .big-title{
  // console.log(scrollY);
     font-size: 3rem
   }


  /* This following block was for the 'sticky' background 
    .text{
    if(window.scrollY>scrollLimit){
     font-size: .8rem;
   document.getElementById("bodybackground").style.backgroundAttachment = "fixed";
    }
   document.getElementById("bodybackground").style.backgroundPosition = "0px " + scrollLimit + "px";
    } else if(window.scrollY<scrollLimit){
   if(document.getElementById("bodybackground").style.backgroundAttachment == "fixed"){
   document.getElementById("bodybackground").style.backgroundAttachment = "local";
   document.getElementById("bodybackground").style.backgroundPosition = "0px 0px";
   }  
  }
  */ 
  });


/* When the user clicks on the button,
    .title{
toggle between hiding and showing the dropdown content */
      font-size: 1.2rem;
function showMenu(elementName) {
    var dropdowns = document.getElementsByClassName("dropdown-content");
   var i;
   for (i = 0; i < dropdowns.length; i++) {
    var openDropdown = dropdowns[i];
    if (openDropdown.classList.contains('show')) {
      openDropdown.classList.remove('show');
   }
    }
    }
}


  document.getElementById(elementName).classList.toggle("show");
 
 
/*________________________________Buttons______________________________*/
 
.buttons{
background-color: black;
color: white;
font-size: 30px;
min-height:85vh;
width: 100%;
float: left;
padding:100px 10px;
     position:static;
     margin-top:3%;
}
}


// Close the dropdown menu if the user clicks outside of it
.container{
window.onclick = function(event) {
max-width: 1300px;
if (!event.target.matches('.dropbtn')) {
margin: auto;
   var dropdowns = document.getElementsByClassName("dropdown-content");
align-items: center;
   var i;
     position:static;
   for (i = 0; i < dropdowns.length; i++) {
     margin-left:10%;
    var openDropdown = dropdowns[i];
}
    if (openDropdown.classList.contains('show')) {
 
      openDropdown.classList.remove('show');
 
    }
 
   }
.buttons .content{
  }
float: left;
width: 100%;
}
 
.buttons .content .box{
width: 16.66%;
float: left;
padding:0px;
     position:static;
}
 
 
.buttons .content .box .inner{
padding: 20px;
text-align: center;
position: static;
}
 
.buttons .content .box .inner:hover{
background-color:blueviolet;
 
 
 
}
 
.buttons .content a{
    color: white;
    line-height:30px;
}
 
.buttons .content .box .inner a{
color:white;
      line-height:30px;
}
 
.buttons .content .box .inner a::before{
position: absolute;
left:0;
bottom:0;
width:0px;
box-sizing: border-box;
height: 0px;
border-bottom:3px solid transparent;
border-left: 3px solid transparent;
transition: all .8s ease;
}
.buttons .content .box  .inner a::after{
position: static;
right:0;
top:0;
width:230px;
box-sizing: border-box;
height:75px;
border-top:3px solid transparent;
border-right: 3px solid transparent;
transition: all .8s ease;
}
.buttons .content .box .inner hover::after,
.buttons .content .box .inner hover::before{
border-color: purple;
  width: 100%;
  height: 100%;
}
}


</script>
@keyframes slide{
 
   0%{
<style>
     background-position-x: 0%;
 
#sideMenu, #top_title, .patrollink, #firstHeading, #home_logo, #sideMenu { display:none; }
#content { padding:0px; width:100%; margin-top:-7px; margin-left:0px; border:none;}
body, html {background-color:white; width: 100%; height: 100%;}
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
#bodyContent a[href ^="https://"], .link-https { padding-right:0px;}
  /*2020 Colours:
Pink: #E5A1A9, rgb(229,161,169)
teal: #6ADFCD, rgb(106,223,205)
aqua: #5D8CDD, rgb(93,140,221)
purple: #6D4C93, rgb(109,76,147)
dark green: #1C4F3F, rgb(28,79,63)
logo text: #484494, rgb(72,68,148)
  margin: top right bottom left;
  margin: top right/left bottom;
  margin: top/bottom right/left;
  */
 


   }
   100%{
     background-position-x: 600vw;


:root{
   }
--navBarPos: -75px;
}
}
 
 
  /* This block of code is taken from 2018.igem.org/Team:CUNY_Kingsborough and then modified as necessary */
@media(max-width: 767px){
  .dropbtn {
.buttons .content .box {
   border: none;
   background-color: #6c4c94;
   padding: 10px;
   font-family: 'Assistant', sans-serif !important;
   font-size:calc(12px + 0.8vw);
   color: white;
   text-decoration: none;
    width:100%;
    width:100%;
    border-radius: 10px;
  
margin-left: 175px;
}
/* I added this rotation, just because :) */
}
  }
  hr {
   display: block;
   height: 1px;
   border: 0;
    border-top: 1px solid #d5d5d5;
   margin: 1em 0;
   padding: 0;
}
 


  .dd1 {
   transform:rotate(-10deg);
  }
  .dd2 {
   transform:rotate(-10deg);
  }
 
  .dd3 {
   transform:rotate(-5deg);
  }
 
 
  .navbarFix {
   min-width:900px;
}


  .dropbtn:hover {
   border: none;
   background-color: #6D4C93;
   color: #6ADFCD;
   padding: 10px;
   font-size:calc(12px + 0.8vw);
   transition: all 0.5s;
   text-decoration: bold;
   cursor: pointer;
  }


  .dropdown {
@keyframes slide{
    margin-left: 2%;
    0%{
   position: relative;
     background-position-x: 0%;
   display: inline-block;
   width: 12%;
   min-width:80px;
   margin-left: 75px;
   /* background-color: #6c4c94; */
  }


  .dropdown-content {
    }
    display: none;
    100%{
    position: absolute;
     background-position-x: 600vw;
   min-width: 180px;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 2;
   margin-left: 175px;
   transform:rotate(-10deg);
  }


  .show {
   display: block;
    }
    }
}


  .dropdown-content a {
   border-bottom-style: solid;
   border-color: rgba(255, 255, 255, .7);
   border-width: 1px;
   color: black;
   background-color: #6ADFCD !important;
   font-family: 'Assistant', sans-serif !important;
   font-size: 16px;
   padding: 12px 16px;
   text-decoration: none;
   display: block;
  
  }


  .dropdown-content a:hover {
/*________________________________Main Text______________________________*/
    background-color: #5d8cdd !important;
section{
    color: white !important;
     font-family:'Quicksand',sans-serif;
  }
   display: flex;
   flex-direction: column;
   justify-content: center;
   width: 100%;
    height: 100%;
    margin-bottom: 10vh;
}


/* Code leftover from hover functionality
section h1{
  .dropdown:hover .dropdown-content {
   display: block;
  }


  .dropdown:hover .dropbtn {
   color:white;
    background-color: #6c4c94;
   font-size: 33px;
  }
   text-align: left;
*/
    margin-left: 100px;
   padding: 10px 0px;
}
section h3{


.dropbtn:hover, .dropbtn:focus {
   color:white;
  background-color: #6c4c94;
   font-size: 27px;
   text-align: left;
   margin-left: 100px;
   padding: 10px 0px;
}
}


.dropdown-menu-center {
section p{
  left: 50% !important;
   font-size: 10rem;
  right: auto !important;
   margin: 10px 100px;
  text-align: center !important;
}
  transform: translate(-50%, 0) !important;
.flip-container{
  }
max-width: 1200px;
margin: auto;
.logo {
align-items: center;
  /* The image used */
     position:static;
  background-image: url("https://2020.igem.org/wiki/images/d/d6/T--Alma--navbar_no_boxes.png");
}
   min-height: 650px;
.flip-container .flip-card {
   width: 100vw
   background-color: transparent;
   width: 300px;
 
   height: 300px;
   /* Center and scale the image nicely */
   perspective: 1000px;
  background-position: left top;
}
   background-repeat: no-repeat;
  background-size: cover;


  /* Needed to position the navbar */
.flip-container .flip-card-inner {
   position: relative;
   position: relative;
 
  width: 100%;
   border-bottom: 10px solid #484494;
  height: 100%;
   
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
 
.flip-container .flip-card:hover .flip-card-inner {
   transform: rotateY(180deg);
}
}


/* Leftover, might not be necessary
.flip-container .flip-card-front, .flip-card-back {
.container {
  overflow: hidden;
   position: absolute;
   position: absolute;
  top: 290px;
   width: 100%;
   width: 100%;
   min-width: 1100px;
   height: 100%;
} */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
 
.flip-container .flip-card-front {
  background-color: #bbb;
  color: black;
}
 
.flip-container .flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}
.flip-container h1{
  font-family:'Quicksand',sans-serif;
  color:white;
  font-size:5vh;
  text-align:center;
  position:relative;
  top:30%;
  padding: 10px 10px;
}
.flip-container p{
  font-family:'Quicksand',sans-serif;
  color:white;
  font-size:5vh;
  text-align:center;
  position:relative;
  margin-left:20px;
  margin-right:20px;
  top:30%;
  width:80%;
}
.collapsible {
  background-color: #CD01FF85;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 80%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  position:relative;
  margin-left:12%;
}
 
.collapse-active, .collapsible:hover {
  background-color: #CD01FF;
}


/* The navbar */
.collapsible:after {
.topnav {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
 
.collapse-active:after {
  content: "\2212";
}
 
.collapse-content {
  padding: 0 18px;
  max-height: 0;
  width:80%;
   overflow: hidden;
   overflow: hidden;
   background-color: rgba(255, 0, 0, 0);
  transition: max-height 0.2s ease-out;
  background-color: black;
  position:relative;
  margin-left:12%;
}
.card-container{
max-width: 1200px;
margin: auto;
align-items: center;
     position:static;
}
.card-container .card {
   background-color: transparent;
  width: 19vw;
  height: 35vw;
  perspective: 1000px;
  border: 10px solid blueviolet;
}
}


/* Navbar links */
.card-container .card-inner {
.topnav a {
   position: relative;
   float: left;
  width: 100%;
   color: #484494;
   height: 100%;
   text-align: center;
   text-align: center;
   text-decoration: none;
   transition: transform 0.6s;
   font-size:calc(18px + .5vw);
   transform-style: preserve-3d;
   width: 14.28%;
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
}
.card-container .card:hover .card-inner {
  transform: rotateY(180deg);
   
   
  */
.topnav a:hover {
  color: black;
}
}
 
.card-container .card:hover h1 {
.bodybackground {
   display:none;
   background-attachment: local;
}
  background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url("https://2020.igem.org/wiki/images/d/d0/T--Alma--Pine_River_Background_fullcolor.png") !important;
 
.card-container .card-front {
  position: absolute;
   width: 100%;
   width: 100%;
   height: 100%;
   height: 100%;
   background-size: cover;
   -webkit-backface-visibility: hidden;
  /*background-blend-mode: lighten;*/
   backface-visibility: hidden;
 
   border-top: 10px solid #484494;
}
}


.card-container .card-front {
.bodymargin {
   background-color: transparent;
   margin: 0px;
   color: white;
   padding: 100px;
}
}
 
.container .card-front, .card-back {
  .textcontainer {
   position: absolute;
  background-color: rgba(0,0,0,0.5) !important;
   width: 100%;
   border-radius: 15px;
   height: 100%;
   padding: 50px;
   -webkit-backface-visibility: hidden;
   padding-top: 75px;
   backface-visibility: hidden;
   margin-top: 30px;
   max-width: auto;
}
}


/* Clear floats after the columns  */
.card-container .card-front {
.rowcontainer:after {
   background-color: transparent;
   content: "";
   color: black;
  display: table;
   clear: both;
}
}
 
 
.columnthirdleft {
.card-container .card-back {
   float: left;
   background-color: transparent;
   width: 33.33%;
   color: white;
  transform: rotateY(180deg);
}
}
 
.card-container h1{
.columntwothirdsright {
   font-family:'Quicksand',sans-serif;
   float: right;
  color:white;
   width: 66.67%;
  font-size:2vw;
  text-align:center;
   position:relative;
  top:25%;
  left:-14%;
  padding: 30px 30px;
  line-height:30px;
}
}
   
.card-container p{
.columnthirdright {
   font-family:'Quicksand',sans-serif;
   float: right;
  color:white;
   width: 33.33%;
  font-size:5vw;
  text-align:center;
  position:relative;
   margin-left:20px;
  margin-right:20px;
  top:25%;
  left:2%
   width:80%;
}
}
 
/* Slideshow container */
.columntwothirdsleft {
.slideshow-container {
   float: left;
   max-width: 1000px;
   width: 66.67%;
   position: relative;
  margin: auto;
}
}


 
/* Next & previous buttons */
.extraspace {
.prev, .next {
   margin: 50px;
   cursor: pointer;
}
  position: absolute;
  top: 50%;
.pstyle {
  width: auto;
  line-height: 25px;
  padding: 16px;
font-family: 'Assistant', sans-serif !important;
  margin-top: -22px;
  font-size: 20px;
   margin: 25px 0px;
   color: white;
   color: white;
}
  font-weight: bold;
   
   font-size: 18px;
.pleft {
  transition: 0.6s ease;
   padding-right: 35px;
  border-radius: 0 3px 3px 0;
   user-select: none;
}
}
 
 
.pright {
/* Position the "next button" to the right */
   padding-left: 35px;
.next {
   right: 0;
  border-radius: 3px 0 0 3px;
.headline {
   font-family: 'Limelight', arial, sans-serif !important;
   font-size: 75px;
   color: #6ADFCD;
   text-align: center;
   text-transform: uppercase;
  
}
}
/* Subheadline */
 
.subheadline {
/* On hover, add a black background color with a little bit see-through */
   font-family: 'Galdeano', arial, sans-serif !important;
.prev:hover, .next:hover {
  line-height: 47px;
  background-color: rgba(0,0,0,0.8);
   font-size: 35px;
   color: #6ADFCD
}
}
 
.centertext {
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
   text-align: center;
   text-align: center;
}
}
   
 
.centerimg {
/* Number text (1/3 etc) */
   display: block;
.numbertext {
   margin-right: auto;
  color: #f2f2f2;
   margin-left: auto;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
   top: 0;
}
 
/* The dots/bullets/indicators */
.dot {
   cursor: pointer;
  height: 15px;
  width: 15px;
   margin: 0 2px;
  background-color: #bbb;
   border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
}
 
 
.leftimg {
.active, .dot:hover {
   display: block;
   background-color: #717171;
  max-width: 100%;
  float: left;
  padding: 22px 0px 20px;
}
}
 
 
.rightimg {
/* Fading animation */
   display: block;
.fade {
   max-width: 100%;
   -webkit-animation-name: fade;
   float: right;
   -webkit-animation-duration: 1.5s;
   padding: 22px 0px 20px;
   animation-name: fade;
   animation-duration: 1.5s;
}
}
 
 
#desc {
@-webkit-keyframes fade {
  display: block;
   from {opacity: .4}
  margin-right: auto;
   to {opacity: 1}
  margin-left: auto;
  max-width: 75%;
   text-align: center;
   margin-top: 40px;
}
}
 
 
figcaption {
@keyframes fade {
   color: white;
   from {opacity: .4}
   text-align: left;
   to {opacity: 1}
}
}
 
 
.hyperlink {
/* On smaller screens, decrease text size */
   color: #6ADFCD !important;
@media only screen and (max-width: 300px) {
   .prev, .next,.text {font-size: 11px}
}
}
   
   </style>
.hyperlink:hover {
</head>
   text-shadow: #C0C0C0 0px 0px 1px#C0C0C0 0px 0px 1px#C0C0C0 0px 0px 1px,
<body>
       #C0C0C0 0px 0px 1px,  #C0C0C0 0px 0px 1px,  #C0C0C0 0px 0px 1px;
   <header>
  text-decoration: none;
 
     <h1 class="big-title translate" data-speed="0.1" style="margin:0;
       font-family: sans-serif;
       font-size: 6em;
       font-weight: 200;
       color: transparent;
       -webkit-text-stroke-width: 1px;
       -webkit-text-stroke-color: rgb(255, 255, 255);">PROJECT DESCRIPTION</h1>
 
     <img src="https://2020.igem.org/wiki/images/0/0a/T--Athens--person.png" class="person translate" data-speed="-0.05" alt="">
     <img src="https://2020.igem.org/wiki/images/a/a3/T--Athens--mountain1.png" class="mountain1 translate" data-speed="-0.1" alt="">
     <img src="https://2020.igem.org/wiki/images/4/43/T--Athens--mountain2.png" class="mountain2 translate" data-speed="0.4" alt="">
     <img src="https://2020.igem.org/wiki/images/5/5d/T--Athens--mountain3.png" class="mountain3 translate" data-speed="0.3" alt="">
     <img src="https://2020.igem.org/wiki/images/4/47/T--Athens--sky.png" class="sky translate" data-speed="0.5" alt="">
<div class="shadow"></div>  
</header>
      <div class="main">
      <section class="buttons">
      
       <div class="container">
         <div class="content">
          <a href="#inspiration">
           <div class="box">
             <div class="inner">Inspiration</div>
           </div></a>
           <a href="#problem">
           <div class="box">
             <div class="inner">The Problem</div>
           </div></a>
           <a href="#background">
           <div class="box">
             <div class="inner">Theoretical Background</div>
           </div></a>
           <a href="#solution"> 
           <div class="box">
             <div class="inner">Our Solution</div>
           </div></a>
           <a href="#applications">
           <div class="box">
             <div class="inner">Applications</div>
           </div></a>
           <a href="#covid-19">
           <div class="box">
             <div class="inner">Covid-19</div></a>
           </div>
         </div>
       </div>
     </section>
     </div>
     <section style="width: 95%; position: relative; left: 5%; color:white;style="font-family:'Quicksand',sans-serif;"">
     <p style="font-family:'Quicksand',sans-serif;font-size:3vh; font-style:italic;">Morphae is a rendering of the ancient greek word “μορφαί”, which means “forms”, combined with the name of our main project inspiration, the butterfly Morpho menelaus. Morphae expresses how we imagine the reformation of colour: inspired by <b>nature</b>, based on <b>shape</b> and optimised to apply to different <b>aspects</b> of artificial colour.  
         </p></section>
     <section style="width: 95%; position: relative; left: 5%; color:white;style="font-family:'Quicksand',sans-serif;"">
         <h1 style="font-family:'Quicksand',sans-serif;" id="inspiration">Inspiration</h1>
         <p style="font-family:'Quicksand',sans-serif;font-size:2.5vh;">Inspiration for our project was drawn from an idea our wet lab coordinator had after watching a video that intrigued him [1]. He introduced us to a type of colour that we were not aware of: structural colour. The observation of the impressive colours on the wings of the Morpho butterfly was our starting point. Our excitement was immediately followed by questioning: “What if we explore natural mechanisms behind structural colour properties to address a real world problem inspired by nature’s wondrous solutions”. One of our wet lab members, who studies at the Agricultural University of Athens, kept reminding us that no matter how fascinating lab work is, nothing compares to the knowledge obtained from the natural world. Our Human Practices enthusiasts, mindful of ethical fashion and motivated by the consequences of dyeing and treatment of textiles, highlighted them as a significant reason in support of this project idea: the harmful properties of chemical dyes. Taking into consideration the presence of dyes in a wide range of industries and thus in different forms in our everyday life, we concluded that providing an alternative to chemical colour would be a multi-dimensional, ethical approach to an overlooked worldwide issue.
         </p>
     </section>
 
     <section style="width: 95%; position: relative; left: 5%;color:white;style="font-family:'Quicksand',sans-serif;"">
         <h1 id="problem" style="font-family:'Quicksand',sans-serif;">The Problem: The dark side of colour</h1>
         <p style="font-family:'Quicksand',sans-serif;font-size:2.5vh;">Most colours seen today come in the form of either synthetic or natural dyes. In our project, we focus on tackling the consequences of synthetic dyes as they are not only the most widely used, but also the most harmful. Their dark side, presented below, is actually three-fold:
 
         </p>
<div class="card-container">
<div class="card" style="float:left;position:relative;">
   <div class="card-inner">
   <div class="card-front">
    <h1 style="font-family:'Quicksand',sans-serif;font-size:1.5vw;">Toxicity of Chemical Compounds</h1>
   </div>
   <div class="card-back">
    <p style="font-family:'Quicksand',sans-serif;font-size:1vw;">The main compounds involved in the production of synthetic colour dyes, such as heavy metals (aluminium, cadmium oxides, chromium, lead), iron oxides, aromatic amines as well as pigment dust, are indicated to have harmful effects to humans and other organisms. Irritation of the skin, mucosa, digestive and respiratory systems, neurotoxicity, kidney diseases and carcinogenicity are the most typical health problems caused by synthetic dyes [2-3].</p>
   </div>
  </div>
</div>
<div class="card" style="float:left;position:left;">
   <div class="card-inner">
   <div class="card-front">
 
    <h1 style="font-family:'Quicksand',sans-serif;position:relative;margin-left:15%;text-align:center;font-size:1.5vw;">Environmentally Harmful Production</h1>
   </div>
   <div class="card-back">
    <p style="font-family:'Quicksand',sans-serif;font-size:1vw;margin-top:-3%;">The textile industry is considered one of the largest colour-related polluters globally. The dyeing and treatment of textiles demands high consumption of fuel and water, accounting for 20% of industrial water pollution [5]. The resulting wastewater, from the production process of textiles, contains residues, such as non-biodegradable organic compounds, which irreversibly affect aquatic life[4]. </p>
   </div>
   </div>
</div>
<div class="card" style="float:left;position:relative;">
  <div class="card-inner">
   <div class="card-front">
    <h1 style="font-family:'Quicksand',sans-serif;font-size:1.5vw;">Intensive Labour</h1>
   </div>
   <div class="card-back">
    <p style="font-family:'Quicksand',sans-serif;font-size:1vw;">The production of paints is often performed under poor working conditions. High exposure to chemicals, time-consuming and complex dyeing processes, frequent working accidents, noise, thermal exposure, insufficient ventilation combined with inadequate personal protective equipment are only a few of the issues faced by workers daily [2].</p>
   </div>
   </div>
</div>
</div>
 
     </section>
     <section style="width: 95%; position: relative; left: 5%;color:white;style="font-family:'Quicksand',sans-serif;"">
        
         <p style="font-family:'Quicksand',sans-serif;font-size:2.5vh;">On the other hand,  natural dyes come from natural sources and are environmentally friendly. However, their production is non-standardised, time-consuming, and expensive. Moreover, they are harder to stabilise into a working, commercial product, because they are based on non-homogeneous raw materials.
         </p>
     </section>
     <section  style="width: 95%; position: relative; left: 5%;color:white;style="font-family:'Quicksand',sans-serif;"">
         <h1 style="font-family:'Quicksand',sans-serif;" id="background">Theoretical Background</h1>
         <p style="font-family:'Quicksand',sans-serif;font-size:2.5vh;">In order to understand the nature of colour, we first have to delineate how light interacts with objects. There are two main mechanisms governing the production and perception of light. The first one involves the exchange of energy between light and electrons of a substance, that emits certain wavelengths back to the observer. These wavelengths are characteristic to each substance, which include the conventional dyes, pigments, and metals we are familiar with. The second mechanism of colour production is based only on the optical interactions (e.g. reflection, diffraction) of light with spatial arrangements that exhibit periodicities in the micro and sub-micro scale. This is due to the visible wavelength range (or spectrum), which is also located in the micron scale (approximately from 400 to 750 nm), hence the  interesting results defined as “structural colour” [6].
         </p>
     </section>
 
     <section style="width: 95%; position: relative; left: 5%;color:white;style="font-family:'Quicksand',sans-serif;"">
         <h1 style="font-family:'Quicksand',sans-serif;" id="solution">Our Solution</h1>
         <p style="font-family:'Quicksand',sans-serif; font-size:2.5vh;" >After brainstorming ways that we could provide a solution to this prevalent problem, we settled on the production of bio-inspired materials that exhibit structural colour. Guided by the formation of structural colour, we envisioned the design of a biological system, in which cells have a well-defined arrangement in the micron scale and therefore are able to reflect certain wavelengths of light. Further literature search pointed us to the direction of bacterial biofilms, as they are able to maintain such spatial arrangements [7].<br><br>
In our project, we genetically manipulate bacteria from the <i>Flavobacterium</i> genus, that form structurally coloured biofilms, in order to produce cellulose and release it extracellularly. If the spatial structure of the biofilm is retained by the cellulose produced, cellulose will also appear coloured. Therefore, by isolating the extracellular matrix from the bacteria, we will obtain an acellular coloured biomaterial. After proper processing, the material can be used as a colourful coating for a variety of products and surfaces (Figure 1).
 
         </p>
    
     <div class="slideshow-container">
 
<div class="mySlides fade">
  <div class="numbertext">1 / 5</div>
  <img src="https://2020.igem.org/wiki/images/a/a9/T--Athens--figure1_1.png" style="width:80%;position:relative;left:17%;">
  <div class="text">Step 1</div>
</div>
 
<div class="mySlides fade">
  <div class="numbertext">2 / 5</div>
  <img src="https://2020.igem.org/wiki/images/2/2a/T--Athens--figure1_2.png" style="width:80%;position:relative;left:17%;">
  <div class="text">Step 2</div>
</div>
 
<div class="mySlides fade">
  <div class="numbertext">3 / 5</div>
  <img src="https://2020.igem.org/wiki/images/1/16/T--Athens--figure1_3.png" style="width:80%;position:relative;left:17%;">
  <div class="text">Step 3</div>
</div>
 
<div class="mySlides fade">
  <div class="numbertext">4 / 5</div>
  <img src="https://2020.igem.org/wiki/images/c/ce/T--Athens--figure1_4.png" style="width:80%;position:relative;left:17%;">
  <div class="text">Step 4</div>
</div>
 
<div class="mySlides fade">
   <div class="numbertext">5 / 5</div>
  <img src="https://2020.igem.org/wiki/images/c/c1/T--Athens--figure1_5.png" style="width:80%;position:relative;left:17%;">
  <div class="text">Step 5</div>
</div>
 
<a class="prev" onclick="plusSlides(-1)">&#10094;</a>
<a class="next" onclick="plusSlides(1)">&#10095;</a>
 
</div>
<br>
 
<div style="text-align:center">
  <span class="dot" onclick="currentSlide(1)"></span>
  <span class="dot" onclick="currentSlide(2)"></span>
  <span class="dot" onclick="currentSlide(3)"></span>
  <span class="dot" onclick="currentSlide(4)"></span>
  <span class="dot" onclick="currentSlide(5)"></span>
</div>
 
<script>
var slideIndex = 1;
showSlides(slideIndex);
 
function plusSlides(n) {
  showSlides(slideIndex += n);
}
}
 
 
.hyperlink:visited {
function currentSlide(n) {
   color: #E5A1A9 !important;
   showSlides(slideIndex = n);
}
}
   span {
 
   color: red !important;
function showSlides(n) {
   font-weight: 700 !important;
  var i;
  var slides = document.getElementsByClassName("mySlides");
  var dots = document.getElementsByClassName("dot");
  if (n > slides.length) {slideIndex = 1}  
  if (n < 1) {slideIndex = slides.length}
   for (i = 0; i < slides.length; i++) {
    slides[i].style.display = "none"; 
   }
  for (i = 0; i < dots.length; i++) {
    dots[i].className = dots[i].className.replace(" active", "");
  }
  slides[slideIndex-1].style.display = "block";
   dots[slideIndex-1].className += " active";
}
}
 
</script>
</style>
<p style="font-family:'Quicksand',sans-serif;font-size:2.5vh;"><center style="position:relative;left:0%">
 
<b>Figure 1.</b> Design steps or the production of the acellular structurally coloured biomaterial</center>
<body> 
         </p> <br><br>
  <div class="logo">
        
  
         <p style="font-family:'Quicksand',sans-serif;font-size:2.5vh;">This method will not only produce a more environmentally-friendly and non-toxic colouring material, compared to synthetic dyes, but also a more standardised and less expensive colouring technique, compared to natural dyes. <br><br>
  <!-- <div class="container">
Making use of structural colour that is produced in the lab unlocks an uncharted territory for synthetic biology and provides an unexplored area for future research and innovation. It also offers the opportunity to rethink raw materials used in manufacturing and has an impact on the entire consumer culture associated with it
  </div> -->
 
  </div> 
 
 
         </p>
<div class="navbarFix">
     </section>
<div class="dropdown" style="top:calc(var(--navBarPos) - 0px);">
<section  style="width: 95%; position: relative; left:5%;color:white;style="font-family:'Quicksand',sans-serif;"">
  <button class="dropbtn dd1" onClick="showMenu('myDropdown1')">Project</button>
         <h1 style="font-family:'Quicksand',sans-serif;" id="applications" >Applications</h1>
  <div id="myDropdown1" class="dropdown-content dropdown-menu-center">
   
   <a href="http://2020.igem.org/Team:Alma/Description">Description</a>
     </section>
     <a href="http://2020.igem.org/Team:Alma/Engineering">Engineering</a>
    
     <!--<a href="http://2020.igem.org/Team:Alma/Model">Math Modeling</a>-->
   <script>
     <a href="http://2020.igem.org/Team:Alma/Contribution">Contribution</a>
     const translate = document.querySelectorAll(".translate");
     <a href="https://2020.igem.org/Team:Alma/Implementation">Proposed Implementation</a>
const big_title = document.querySelector(".big-title");
    <!-- <a href="http://2020.igem.org/Team:Alma/Safety">Safety</a> -->
const header = document.querySelector("header");
     <a href="http://2020.igem.org/Team:Alma/Parts">Parts</a>
const shadow = document.querySelector(".shadow");
    </div>
const content = document.querySelector(".content");
  </div>
const main = document.querySelector(".main");
 
const opacity = document.querySelectorAll(".opacity");
<div class="dropdown" style="top:calc(var(--navBarPos) - 50px);">
 
  <button class="dropbtn dd2" onClick="showMenu('myDropdown2')">Human Practices</button>
let header_height = header.offsetHeight;
  <div id="myDropdown2" class="dropdown-content dropdown-menu-center">
let main_height = main.offsetHeight;
   <a  href="http://2020.igem.org/Team:Alma/Human_Practices">Human Practices</a>
     <a href="http://2020.igem.org/Team:Alma/Education">Science Communication</a>
     <a href="http://2020.igem.org/Team:Alma/Collaborations">Collaboration</a>
     </div>
  </div>
 
<div class="dropdown" style="top:calc(var(--navBarPos) - 75px);">
  <button class="dropbtn dd3" onClick="showMenu('myDropdown3')">Team</button>
  <div id="myDropdown3" class="dropdown-content dropdown-menu-center">
   <a  href="http://2020.igem.org/Team:Alma/Team">Team</a>
     <a href="http://2020.igem.org/Team:Alma/Attributions">Attributions</a>
    </div>
  </div>
 
<div class="dropdown" style="top:calc(var(--navBarPos) - 85px);">
  <button class="dropbtn" onClick="showMenu('myDropdown4')">Other</button>
  <div id="myDropdown4" class="dropdown-content dropdown-menu-center">
     <a href="http://2020.igem.org/Team:Alma/References">References</a>
   <a  href="http://2020.igem.org/Team:Alma/Poster" target="_blank">Poster</a>
     <a href="https://igem.org/2020_Judging_Form?id=3445" target="_blank">Judging Form</a>
    </div>
  </div> 


  </div>
window.addEventListener('scroll', () => {
   let scroll = window.pageYOffset;


  
   translate.forEach(element => {
     let speed = element.dataset.speed;
     element.style.transform = `translateY(${scroll * speed}px)`;
   });


 
    opacity.forEach(element => {
  <!--promo video -->
     element.style.opacity = scroll / (mainY.top + main_height);
 
   })
  <div class="subheadline centertext" style="color:#6D4C93 !important">
    Watch our project promotion video!
  </div>
<div class="pstyle centertext" style="color:black !important">Or watch our project presentation video <a class="hyperlink" href="https://video.igem.org/videos/watch/e8dd4d59-79f2-4853-b1a0-fb847fec8554" target="_blank">here.</a></div>
 
<div class="extraspace" style="margin:5px"></div> 
 
  <iframe class="centerimg" width="800" height="450" sandbox="allow-same-origin allow-scripts allow-popups" src="https://video.igem.org/videos/embed/5a8e20cd-a763-4fa2-ae07-3e1a1b4aab65" frameborder="0" allowfullscreen></iframe>
 
<!--top-->   
  <div id="desc" class="pstyle" style="color:black !important">
    The Pine River runs through mid-Michigan in southwest Isabella, Montcalm,
    and Gratiot counties. <br>Its history is long and unfortunate: the once-beautiful river is now a polluted danger zone.
  </div> 
  <div class="extraspace"></div>


   big_title.style.opacity = - scroll / (header_height / 2) + 1;
   shadow.style.height = `${scroll * 0.1 + 300}px`;


  <div class="bodybackground">
  
<div class="bodymargin">
})
      <div class="textcontainer">
   </script>
  
<div class="flip-container">
<div class="rowcontainer">
<div class="flip-card" style="float:left;position:relative;">
  <!--row 1 starts-->
  <div class="flip-card-inner">
  <div class="columntwothirdsleft">
   <div class="flip-card-front">
<div class="subheadline">Foundations &amp; Formulations</div>
    <img src="https://2020.igem.org/wiki/images/9/91/T--Athens--paper.png" alt="Avatar" style="width:300px;height:300px;">
  <div class="pstyle pleft"> 
    In 1853, Joseph Clapp founded St. Louis, MI, later building a sawmill and a dam along the Pine River.
    In May of 1856, Clapp sold his sawmill and surrounding forest to Richard G. Hillyer,
    Lewis M. Clark, and George W. Davis of Saginaw. They began to lumber their new property.
    </div>
    </div>
  </div>
    <div class="flip-card-back" style="background-color:#BD4598;">
    <div class="columnthirdright">
    <h1 style="font-family:'Quicksand',sans-serif;font-size:2vw;line-height:60px;">New page</h1>
   <img class="rightimg" src="https://2020.igem.org/wiki/images/1/12/T--Alma--St_Louis_water_tower.png" alt="St. Louis, MI">
    <p style="font-family:'Quicksand',sans-serif;font-size:1vw;">这里显示最新页面</p>
    </div>
    </div>
  </div>
</div>
</div>
  <!--row 2-->
<div class="flip-card" style="float:left;position:relative;">
   <div class="rowcontainer">
   <div class="flip-card-inner">
    <div class="columnthirdleft">
    <div class="flip-card-front">
    <img class="leftimg"src="https://2020.igem.org/wiki/images/5/5a/T--Alma--pine_river_scenery.png" alt="The Pine River in autumn">
    <img src="https://2020.igem.org/wiki/images/0/0e/T--Athens--buildings.png" alt="Avatar" style="width:300px;height:300px;">
  </div>
   </div>
  <div class="columntwothirdsright">
   <div class="flip-card-back" style="background-color:#0D7BFD;">
   <div class="pstyle pright">
     <h1 style="font-family:'Quicksand',sans-serif;font-size:2vw;line-height:60px;" >New people</h1>
     In the 1930s, the newly organized Michigan Chemical Corporation had acquired a 14-acre site of the sawmill,
     <p style="font-family:'Quicksand',sans-serif;font-size:1vw;"> 这里显示刚刚注册H萌娘的人</p>
    salt block, and bromine plant. On September 15, 1935, ground was broken for the construction of a chemical plant
    on the banks of the Pine River. Throughout this decade, the company manufactured products such as Crystal Flow salt,
    and eventually dedicated themselves to full chemical research. During World War II, the corporation began
    researching an effective new insecticide called DDT (Dichloro-diphenyl-trichloroethane). More research led to
     constructing a DDT plant in April 1944. The corporation then sent tons of the product to the Army and Navy
    to help them serve in insect-ridden areas. In the 1950s and 1960s, the Michigan Chemical Corporation grew
    into a complex array of buildings and storage tanks across the west side of St. Louis, pumping millions of dollars into the area's economy.
    </div>
    </div>
  </div>
   </div>
   </div>
  <!--row 1 ends-->
</div>
 
<div class="flip-card" style="float:left;position:relative;">
  <!--row 2 starts-->
  <div class="flip-card-inner">
  <div class="rowcontainer">
    <div class="flip-card-front">
  <div class="columntwothirdsleft">
     <img src="https://2020.igem.org/wiki/images/4/41/T--Athens--cosmetics.png" alt="Avatar" style="width:300px;height:300px;">
  <div class="subheadline">Chemicals, Cattle, &amp; Contamination</div>
    <div class="pstyle pleft">
     In the 1960s, DDT questions arose about its effectiveness due to more-resistant insects and its negative
    impact on other living organisms. A few years later, the Michigan Chemical Corporation was bought by the
    Velsicol Chemical Company and the production of DDT ceased in 1964, and DDT was eventually outlawed in 1973
    During the 1970s Velsicol’s main products included Firemaster, a fire retardant with a chemical called PBB
    (Polybrominated Biphenyl), and Nutrimaster, a supplemental cattle feed. In 1973, there was a tragic mix up
    and Nutrimaster bags filled with PBB-laden Firemaster were sent to the Farm Bureau services, leading to the
    slaughter of hundreds of poisoned cattle. However, contaminated meat had already been sold throughout the
    state and nearly every person in the Lower Peninsula ingested PBB. The effects were unknown and there were
    an estimated $200 million in lawsuits.
    </div>
    </div>
  </div>
   <div class="flip-card-back" style="background-color:#EC0074;">
  <div class="columnthirdright">
    <h1 style="font-family:'Quicksand',sans-serif;font-size:2vw;line-height:60px;">Cosmetics</h1>
   <img class="rightimg" src="https://2020.igem.org/wiki/images/4/4b/T--Alma--superfund_site_2.png" alt="The location of the former Velsicol Chemical Plant">
    <p style="font-family:'Quicksand',sans-serif;font-size:1vw;">Iridescent additive.</p>
    </div>
    </div>
   </div>
   </div>
  <div class=“extraspace”></div>
</div>
<!--row 2 ends-->    
<div class="flip-card" style="float:left;position:relative;">
 
<div class="flip-card-inner">
  <!-- row 3 starts-->
   <div class="flip-card-front">
<div class="rowcontainer">
     <img src="https://2020.igem.org/wiki/images/0/04/T--Athens--car.png" alt="Avatar" style="width:300px;height:300px;">
    <div class="columnthirdleft">
   </div>
     <img class="leftimg" src="https://2020.igem.org/wiki/images/9/92/T--Alma--superfund_main_sign.png" alt="Velsicol Chemical Plant Superfund Site Sign">
   <div class="flip-card-back" style="background-color:#9E0814;">
    <h1 style="font-family:'Quicksand',sans-serif;font-size:2vw;line-height:60px;">Vehicle Industry</h1>
    <p style="font-family:'Quicksand',sans-serif;font-size:1vw;">Iridescent alternative to customary colouring techniques.</p>
    </div>
    </div>
   <div class="columntwothirdsright">
     <div class="subheadline pright">Severance &amp; Shutdown</div>
     <div class="pstyle pright">
      Around this time the Michigan Department of Natural Resources (DNR) stepped in to investigate the effects
      of the Velsicol Chemical Company’s operations surrounding the Pine River. They found the waterway and the
      company’s buildings, and property were highly contaminated by years of chemical production. In 1982, the
      U.S Environmental Protection Agency (EPA) offered Velsicol a deal to pay $38 million in damages in exchange for
      legal freedom of responsibility for the contamination. The buildings on the property were dismantled and
      the area was covered by clay to seal in the contamination. The area was fenced off and became an expensive plot of dirt.
    </div>
   </div>
   </div>
</div>
</div>


<div class="flip-container" >
<div class="flip-card" style="float:left;position:relative;">
  <div class="flip-card-inner">
   <div class="flip-card-front">
    <img src="https://2020.igem.org/wiki/images/2/2b/T--Athens--textile.png" alt="Avatar" style="width:300px;height:300px;">
   </div>
   <div class="flip-card-back" style="background-color:#3A908A;">
    <h1 style="font-family:'Quicksand',sans-serif;font-size:2vw;line-height:60px;">Textile Industry</h1>
    <p style="font-family:'Quicksand',sans-serif;font-size:1vw;">Alternative to toxic dyes.</p>
   </div>
  </div>
</div>
</div>
  <div class= “extraspace”></div>
 
  <!--row 3 ends-->
 
 
<div class="flip-card" style="float:left;position:relative;">
  <!--row 4 starts-->
  <div class="flip-card-inner">
<div class="rowcontainer">
   <div class="flip-card-front">
  <div class="columntwothirdsleft">
    <img src="https://2020.igem.org/wiki/images/4/4d/T--Athens--bioart.png" alt="Avatar" style="width:300px;height:300px;">
   <div class="subheadline">Pollution, Problems, &amp; Persistence
   </div>
   </div>
   <div class="flip-card-back" style="background-color:#FA4430;">
   <div class="pstyle pleft">
    <h1 style="font-family:'Quicksand',sans-serif;font-size:2vw;line-height:60px;">BioArt</h1
    Throughout the years, the DNR continued to monitor the river and found that sixteen years after the plant
    <p style="font-family:'Quicksand',sans-serif;font-size:1vw;">Substitute for conventional paints.</p>
    ceased operations the fish of the river were also poisoned with DDT. Further into the investigation it was
   </div>
    discovered that river sediment next to the plant site was 4% DDT/DDT derivatives. The pollution problem was
    far from solved and, in fact, getting worse. In 1997, the Pine River Superfund Citizens Task force was
    formed as a local advisory group to the EPA. They pushed the EPA for money to clean up the site. The EPA
    eventually fulfilled the request and a filtration process began that still occurs today.
   </div>
   </div>
   </div>
   <div class="columnthirdright">
</div>
    <img class="rightimg"src="https://2020.igem.org/wiki/images/5/59/T--Alma--superfund_memorial_bench.png" alt="Bench at the site proclaiming mutual goals to restore the Pine River ecosystem to its former glory">
 
<div class="flip-card" style="float:left;position:relative;">
  <div class="flip-card-inner">
    <div class="flip-card-front" >
    <img src="https://2020.igem.org/wiki/images/7/74/T--Athens--authentication.png" alt="Avatar" style="width:300px;height:300px;">
   </div>
   <div class="flip-card-back" style="background-color:#FB0B4B;">
    <h1 style="font-family:'Quicksand',sans-serif;font-size:2vw;line-height:60px;">Authentication</h1> 
    <p style="font-family:'Quicksand',sans-serif;font-size:1vw;">Authentication of banknotes and credit cards.</p>
   </div>
   </div>
   </div>
</div>
</div>
  <div class= “extraspace”></div>
<div class="flip-card" style="float:left;position:relative;">
  <!--row 4 ends-->
   <div class="flip-card-inner">
   <!--row 5 starts-->     
   <div class="flip-card-front" >
       <div class="rowcontainer">
     <img src="https://2020.igem.org/wiki/images/3/3d/T--Athens--biosensor.png" alt="Avatar" style="width:300px;height:300px;">
    <div class="columnthirdleft">
   </div>
     <img class="leftimg" src="https://2020.igem.org/wiki/images/a/a1/T--Alma--Lab_for_homepage.jpeg" alt="iGEMers in lab">
   <div class="flip-card-back" style="background-color:#377A97;">
    <h1 style="font-family:'Quicksand',sans-serif;font-size:2vw;line-height:60px;">Biosensors</h1> 
    <p style="font-family:'Quicksand',sans-serif;font-size:1vw;"> Colour-changing material in response to environmental stimuli.</p>
    </div>
    </div>
   <div class="columntwothirdsright">
     <div class="subheadline pright">Research &amp; Revival</div>
     <div class="pstyle pright">
      Our team's two-year project, Poisoned River, will focus on creating a DDT-detecting biosensor to aid researchers and cut down on costs.
      Several species of animals have estrogen receptors known to bind DDT, a known xenoestrogen. Linking this binding
      process to a reporting gene, such as RFP, within a microbe will allow for the detection of organochlorides,
      which can enhance broad spectrum screening of these contaminated areas both locally and globally. 
      Ultimately, this biosensor has the potential to save thousands of dollars in the pollution cleanup effort
      as well as provide a basis for the development of future synthetic biology tools for the bioremediation of DDT.
    </div>
   </div>
   </div>
<div class=“extraspace”></div>
</div>
</div>
<!-- end row 5-->
</div>
   
 
    
<section style="width: 95%; position: relative; left: 5%;color:white;top:40px;" id="covid-19">
      </div>
         <h1 style="font-family:'Quicksand',sans-serif;" >Covid-19</h1>
  </div> <!-- ends "bodymargin" -->
         <p style="font-family:'Quicksand',sans-serif;font-size:2.5vh;">Joining an iGEM team sounded like one of the most wonderful experiences! The passion for Synthetic Biology with science-fiction vibes and projects applied to solve real-life problems seemed fascinating for each of our members. Nothing could possibly disappoint us or make us think twice about participating in the competition. However, a global pandemic happened and everyday life around the world has not been the same ever since. That’ s how this paragraph would end if iGEM spirit had been affected! Bazinga! iGEM found a way to adapt to the new conditions in a creative way!<br><br>
  </div> <!-- ends "bodybackground" -->
However, inconveniences were indeed noticeable. Difficulties with fundraising, limited access to the lab, and delayed delivery of the <i>Flavobacteria</i> strains were the most significant ones. Under these circumstances, we decided to follow the two-year plan proposed by the iGEM Foundation, focusing on experimental design and modelling in 2020 and concluding the wet lab work in 2021. It was then when we decided to welcome new members to our team, doubling its size from six to twelve members. Not only did these changes lift up our spirit even further, but also made it possible for Morphæ to develop into what it is today. Reflecting back on this year, it is safe to say that it has been undoubtedly as surreal as Synthetic Biology would be without iGEM.
  </body>
         </p>
     </section>
<button class="collapsible" style="font-family:'Quicksand',sans-serif;font-size:2.5vh;">REFERENCES</button>
<div class="collapse-content">
  <p style="font-family:'Quicksand',sans-serif;font-size:2vh;"><cite><a style="text-decoration:none;" href="https://www.youtube.com/watch?v=x4I9mmd-2Rc&ab_channel=Veritasium">[1] “How to make colour with holes” video</a></cite>
<br><cite><a style="text-decoration:none;" href="https://www.ailevecalisma.gov.tr/medias/5015/aysegulozturk.pdf">[2] Ayşegül Öztürk. Determination of Occupational Health and Safety Risks and Solution Proposals in Paint Manufacturing Plants and Evaluation of Chemical Exposure at a Workplace. Ministry of Labor and Social Security, Directorate General of Occupational Health and Safety. Thesis for Occupational Health and Safety Expertise. Ankara, 2016 </a></cite>
<br>[3] Λινού Αθηνά (2006). Ιατρική της εργασίας: Επιδημιολογία και πρόληψη. Αθήνα: Βήτα Ιατρικές Εκδόσεις. ISBN: 978-960-8071-91-9 (Occupational medicine: Epidemiology and prevention)
<br><cite><a style="text-decoration:none;" href="https://www.hilarispublisher.com/open-access/sustainability-and-biotechnology--natural-or-bio-dyes-resources-intextiles-2165-8064-1000239.pdf">[4] Carvalho C, Santos G (2016). Sustainability and Biotechnology – Natural or Bio Dyes Resources in Textiles. J Textile Sci Eng 6(1): 239. doi:10.4172/2165-8064.1000239 </a></cite>
<br><cite><a style="text-decoration:none;" href="http://documents1.worldbank.org/curated/en/614901468768707543/pdf/922610WP0P11950DEL0FOR0GREEN0GROWTH.pdf">[5] The Bangladesh Responsible Sourcing Initiative (2014). South Asia Environment and Water Resources Unit. The world bank</a></cite>
<br><cite><a style="text-decoration:none;" href="https://iopscience.iop.org/article/10.1088/0034-4885/71/7/076401/meta">[6]  Str.color part: Kinoshita S, Yoshioka S and Miyazaki J (2008). Physics of structural colors. Reports on Progress in Physics. 71(7). doi: 10.1088/0034-4885/71/7/076401</a></cite>
<br><cite><a style="text-decoration:none;" href="https://www.pnas.org/content/115/11/2652">[7] Villads Egede Johansen, Laura Catón, Raditijo Hamidjaja, Els Oosterink, Bodo D. Wilts, Torben Sølbeck Rasmussen, Michael Mario Sherlock, Colin J. Ingham and Silvia Vignolini (2018). Genetic manipulation of structural color in bacterial colonies. Proceedings of the National Academy of Sciences. 115(11): 2652-2657. doi: 10.1073/pnas.1716214115</a></cite></p>
</div>
<script>
var coll = document.getElementsByClassName("collapsible");
var i;
 
for (i = 0; i < coll.length; i++) {
   coll[i].addEventListener("click", function() {
   this.classList.toggle("collapse-active");
   var content = this.nextElementSibling;
   if (content.style.maxHeight){
    content.style.maxHeight = null;
   } else {
    content.style.maxHeight = content.scrollHeight + "px";
    }
  });
}
</script>
</body>
</html>
{{Athens/Footer}}
<html>
<body>
 
<p style="font-size: 0.9rem;font-style: italic;position:absolute;bottom:-2%;"><a href="https://www.flickr.com/photos/35734278@N05/3974986714">"Crystals like butterfly wings"</a><span> by <a href="https://www.flickr.com/photos/35734278@N05">Argonne National Laboratory</a></span> is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/2.0/?ref=ccsearch&atype=html" style="margin-right: 5px;">CC BY-NC-SA 2.0</a><a href="https://creativecommons.org/licenses/by-nc-sa/2.0/?ref=ccsearch&atype=html" target="_blank" rel="noopener noreferrer" style="display: inline-block;white-space: none;margin-top: 2px;margin-left: 3px;height: 22px !important;"><img style="height: inherit;margin-right: 3px;display: inline-block;" src="https://search.creativecommons.org/static/img/cc_icon.svg?image_id=bd5c6562-2c02-459f-94f1-6893f612555f" /><img style="height: inherit;margin-right: 3px;display: inline-block;" src="https://search.creativecommons.org/static/img/cc-by_icon.svg" /><img style="height: inherit;margin-right: 3px;display: inline-block;" src="https://search.creativecommons.org/static/img/cc-nc_icon.svg" /><img style="height: inherit;margin-right: 3px;display: inline-block;" src="https://search.creativecommons.org/static/img/cc-sa_icon.svg" /></a></p>
</body>
</html>
</html>
{{Athens/Loader}}

2021年4月23日 (五) 23:46的最新版本

Template:Athens/Navbar <html lang="en"> <head>

   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <link href="https://fonts.googleapis.com/css2?family=Quicksand" rel="stylesheet">
   <link href="https://fonts.googleapis.com/css2?family=Heebo:wght@800&display=swap" rel="stylesheet">
   <link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
   <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
   <script src="https://code.jquery.com/jquery-3.5.1.js" integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc=" crossorigin="anonymous"></script>    
   <style>
       *{
   margin: 0;
   padding: 0;
   box-sizing: border-box;

}

html{

   scroll-behavior: smooth;
   scroll-padding-top:80px;

}

body{

   font-family: 'Quicksand', sans-serif;
   background-color: #000;
   color: #D5D5D5;
   line-height: 1.6;
   height: 100vh;
   overflow-x:hidden;

}

.mw-body {

   background-color: black;

}

/*________________________________Parallax______________________________*/


header{

   width: 100%;
   height: 100vh;
   position: relative;
   overflow: hidden;

}

header:after{

   content: ;
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   background-color: rgba(0, 0, 0, 0.05);
   z-index: 25;

}

.mountain1{

   position: absolute;
   bottom: -12%;
   width: 100%;
   right: 0;
   z-index: 19;

}

.person{

   position: absolute;
   width: 100%;
   bottom: -12%;
   left: -70px;
   z-index: 20;

}

.mountain2{

   position: absolute;
   width: 100%;
   bottom: -12%;
   left: 0;
   z-index: 18;

}

.mountain3{

   position: absolute;
   width: 100%;
   bottom: -19%;
   right: 0;
   z-index: 17;

}

.sky{

   position: absolute;
   width: 100%;
   bottom: -24%;
   right: 0;

}

.big-title{

   position: absolute;
   z-index: 30;
   line-height: 4rem;
   top: calc(50% - 2rem);
   width: 100%;
   text-align: center;
   font-size: 3rem;
   font-weight: 600;
   color: #fff;

}

.main{

   width: 100%;
   background-color: #000;
   position: relative;

}

.shadow{

   position: absolute;
   bottom:0;
   
   height: 300px;
   width:110vw;
   left: -1%;
   z-index: 20;
   background: linear-gradient(to top, #000, transparent);

}

.opacity{

   opacity: 0;

}

@media (max-width: 850px){

   section .par_container{
       grid-template-columns: 1fr;
   }

}

@media(max-width: 600px){

   .big-title{
       font-size: 3rem
   }
   .text{
       font-size: .8rem;
   }
   .title{
       font-size: 1.2rem;
   }

}


/*________________________________Buttons______________________________*/

.buttons{ background-color: black; color: white; font-size: 30px; min-height:85vh; width: 100%; float: left; padding:100px 10px;

       position:static;
       margin-top:3%;

}

.container{ max-width: 1300px; margin: auto; align-items: center;

       position:static;
       margin-left:10%;

}


.buttons .content{ float: left; width: 100%; }

.buttons .content .box{ width: 16.66%; float: left; padding:0px;

       position:static;

}


.buttons .content .box .inner{ padding: 20px; text-align: center; position: static; }

.buttons .content .box .inner:hover{ background-color:blueviolet;


}

.buttons .content a{

      color: white;
      line-height:30px;

}

.buttons .content .box .inner a{ color:white;

       line-height:30px;

}

.buttons .content .box .inner a::before{ position: absolute; left:0; bottom:0; width:0px; box-sizing: border-box; height: 0px; border-bottom:3px solid transparent; border-left: 3px solid transparent; transition: all .8s ease; } .buttons .content .box .inner a::after{ position: static; right:0; top:0; width:230px; box-sizing: border-box; height:75px; border-top:3px solid transparent; border-right: 3px solid transparent; transition: all .8s ease; } .buttons .content .box .inner hover::after, .buttons .content .box .inner hover::before{ border-color: purple;

  	width: 100%;
  	height: 100%;

}

@keyframes slide{

   0%{
       background-position-x: 0%;
   }
   100%{
       background-position-x: 600vw;
   }

}

@media(max-width: 767px){ .buttons .content .box {

   width:100%;
   

} }

 hr {
   display: block;
   height: 1px;
   border: 0;
   border-top: 1px solid #d5d5d5;
   margin: 1em 0;
   padding: 0;

}



@keyframes slide{

   0%{
       background-position-x: 0%;
   }
   100%{
       background-position-x: 600vw;
   }

}


/*________________________________Main Text______________________________*/ section{

       font-family:'Quicksand',sans-serif;
   display: flex;
   flex-direction: column;
   justify-content: center;
   width: 100%;
   height: 100%;
   margin-bottom: 10vh;

}

section h1{

   color:white;
   font-size: 33px;
   text-align: left;
   margin-left: 100px;
   padding: 10px 0px;

} section h3{

   color:white;
   font-size: 27px;
   text-align: left;
   margin-left: 100px;
   padding: 10px 0px;

}

section p{

   font-size: 10rem;
   margin: 10px 100px;

} .flip-container{ max-width: 1200px; margin: auto; align-items: center;

       position:static;

} .flip-container .flip-card {

 background-color: transparent;
 width: 300px;
 height: 300px;
 perspective: 1000px;

}

.flip-container .flip-card-inner {

 position: relative;
 width: 100%;
 height: 100%;
 text-align: center;
 transition: transform 0.6s;
 transform-style: preserve-3d;
 box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);

}

.flip-container .flip-card:hover .flip-card-inner {

 transform: rotateY(180deg);

}

.flip-container .flip-card-front, .flip-card-back {

 position: absolute;
 width: 100%;
 height: 100%;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;

}

.flip-container .flip-card-front {

 background-color: #bbb;
 color: black;

}

.flip-container .flip-card-back {

 background-color: #2980b9;
 color: white;
 transform: rotateY(180deg);

} .flip-container h1{

 font-family:'Quicksand',sans-serif;
 color:white;
 font-size:5vh;
 text-align:center;
 position:relative;
 top:30%;
 padding: 10px 10px;

} .flip-container p{

 font-family:'Quicksand',sans-serif;
 color:white;
 font-size:5vh;
 text-align:center;
 position:relative;
 margin-left:20px;
 margin-right:20px;
 top:30%;
 width:80%;

} .collapsible {

 background-color: #CD01FF85;
 color: white;
 cursor: pointer;
 padding: 18px;
 width: 80%;
 border: none;
 text-align: left;
 outline: none;
 font-size: 15px;
 position:relative;
 margin-left:12%;

}

.collapse-active, .collapsible:hover {

 background-color: #CD01FF;

}

.collapsible:after {

 content: '\002B';
 color: white;
 font-weight: bold;
 float: right;
 margin-left: 5px;

}

.collapse-active:after {

 content: "\2212";

}

.collapse-content {

 padding: 0 18px;
 max-height: 0;
 width:80%;
 overflow: hidden;
 transition: max-height 0.2s ease-out;
 background-color: black;
 position:relative;
 margin-left:12%;

} .card-container{ max-width: 1200px; margin: auto; align-items: center;

       position:static;

} .card-container .card {

 background-color: transparent;
 width: 19vw;
 height: 35vw;
 perspective: 1000px;
 border: 10px solid blueviolet;

}

.card-container .card-inner {

 position: relative;
 width: 100%;
 height: 100%;
 text-align: center;
 transition: transform 0.6s;
 transform-style: preserve-3d;
 box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);

}

.card-container .card:hover .card-inner {

 transform: rotateY(180deg);
 

} .card-container .card:hover h1 {

 display:none;  

}

.card-container .card-front {

 position: absolute;
 width: 100%;
 height: 100%;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;

}

.card-container .card-front {

 background-color: transparent;
 color: white;

} .container .card-front, .card-back {

 position: absolute;
 width: 100%;
 height: 100%;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;

}

.card-container .card-front {

 background-color: transparent;
 color: black;

}

.card-container .card-back {

 background-color: transparent;
 color: white;
 transform: rotateY(180deg);

} .card-container h1{

 font-family:'Quicksand',sans-serif;
 color:white;
 font-size:2vw;
 text-align:center;
 position:relative;
 top:25%;
 left:-14%;
 padding: 30px 30px;
 line-height:30px;

} .card-container p{

 font-family:'Quicksand',sans-serif;
 color:white;
 font-size:5vw;
 text-align:center;
 position:relative;
 margin-left:20px;
 margin-right:20px;
 top:25%;
 left:2%
 width:80%;

} /* Slideshow container */ .slideshow-container {

 max-width: 1000px;
 position: relative;
 margin: auto;

}

/* Next & previous buttons */ .prev, .next {

 cursor: pointer;
 position: absolute;
 top: 50%;
 width: auto;
 padding: 16px;
 margin-top: -22px;
 color: white;
 font-weight: bold;
 font-size: 18px;
 transition: 0.6s ease;
 border-radius: 0 3px 3px 0;
 user-select: none;

}

/* Position the "next button" to the right */ .next {

 right: 0;
 border-radius: 3px 0 0 3px;

}

/* On hover, add a black background color with a little bit see-through */ .prev:hover, .next:hover {

 background-color: rgba(0,0,0,0.8);

}

/* Caption text */ .text {

 color: #f2f2f2;
 font-size: 15px;
 padding: 8px 12px;
 position: absolute;
 bottom: 8px;
 width: 100%;
 text-align: center;

}

/* Number text (1/3 etc) */ .numbertext {

 color: #f2f2f2;
 font-size: 12px;
 padding: 8px 12px;
 position: absolute;
 top: 0;

}

/* The dots/bullets/indicators */ .dot {

 cursor: pointer;
 height: 15px;
 width: 15px;
 margin: 0 2px;
 background-color: #bbb;
 border-radius: 50%;
 display: inline-block;
 transition: background-color 0.6s ease;

}

.active, .dot:hover {

 background-color: #717171;

}

/* Fading animation */ .fade {

 -webkit-animation-name: fade;
 -webkit-animation-duration: 1.5s;
 animation-name: fade;
 animation-duration: 1.5s;

}

@-webkit-keyframes fade {

 from {opacity: .4} 
 to {opacity: 1}

}

@keyframes fade {

 from {opacity: .4} 
 to {opacity: 1}

}

/* On smaller screens, decrease text size */ @media only screen and (max-width: 300px) {

 .prev, .next,.text {font-size: 11px}

}

   </style>

</head> <body>

   <header>

PROJECT DESCRIPTION

       <img src="https://2020.igem.org/wiki/images/0/0a/T--Athens--person.png" class="person translate" data-speed="-0.05" alt="">
       <img src="https://2020.igem.org/wiki/images/a/a3/T--Athens--mountain1.png" class="mountain1 translate" data-speed="-0.1" alt="">
       <img src="https://2020.igem.org/wiki/images/4/43/T--Athens--mountain2.png" class="mountain2 translate" data-speed="0.4" alt="">
       <img src="https://2020.igem.org/wiki/images/5/5d/T--Athens--mountain3.png" class="mountain3 translate" data-speed="0.3" alt="">
       <img src="https://2020.igem.org/wiki/images/4/47/T--Athens--sky.png" class="sky translate" data-speed="0.5" alt="">

</header>

          <section class="buttons">
           
                  <a href="#inspiration">
Inspiration
</a>
                   <a href="#problem">
The Problem
</a>
                   <a href="#background">
Theoretical Background
</a>
                   <a href="#solution">  
Our Solution
</a>
                   <a href="#applications">
Applications
</a>
                   <a href="#covid-19">
Covid-19
</a>
       </section>
       <section style="width: 95%; position: relative; left: 5%; color:white;style="font-family:'Quicksand',sans-serif;"">

Morphae is a rendering of the ancient greek word “μορφαί”, which means “forms”, combined with the name of our main project inspiration, the butterfly Morpho menelaus. Morphae expresses how we imagine the reformation of colour: inspired by nature, based on shape and optimised to apply to different aspects of artificial colour.

</section>

       <section style="width: 95%; position: relative; left: 5%; color:white;style="font-family:'Quicksand',sans-serif;"">

Inspiration

Inspiration for our project was drawn from an idea our wet lab coordinator had after watching a video that intrigued him [1]. He introduced us to a type of colour that we were not aware of: structural colour. The observation of the impressive colours on the wings of the Morpho butterfly was our starting point. Our excitement was immediately followed by questioning: “What if we explore natural mechanisms behind structural colour properties to address a real world problem inspired by nature’s wondrous solutions”. One of our wet lab members, who studies at the Agricultural University of Athens, kept reminding us that no matter how fascinating lab work is, nothing compares to the knowledge obtained from the natural world. Our Human Practices enthusiasts, mindful of ethical fashion and motivated by the consequences of dyeing and treatment of textiles, highlighted them as a significant reason in support of this project idea: the harmful properties of chemical dyes. Taking into consideration the presence of dyes in a wide range of industries and thus in different forms in our everyday life, we concluded that providing an alternative to chemical colour would be a multi-dimensional, ethical approach to an overlooked worldwide issue.

       </section>
       <section style="width: 95%; position: relative; left: 5%;color:white;style="font-family:'Quicksand',sans-serif;"">

The Problem: The dark side of colour

Most colours seen today come in the form of either synthetic or natural dyes. In our project, we focus on tackling the consequences of synthetic dyes as they are not only the most widely used, but also the most harmful. Their dark side, presented below, is actually three-fold:

Toxicity of Chemical Compounds

The main compounds involved in the production of synthetic colour dyes, such as heavy metals (aluminium, cadmium oxides, chromium, lead), iron oxides, aromatic amines as well as pigment dust, are indicated to have harmful effects to humans and other organisms. Irritation of the skin, mucosa, digestive and respiratory systems, neurotoxicity, kidney diseases and carcinogenicity are the most typical health problems caused by synthetic dyes [2-3].

Environmentally Harmful Production

The textile industry is considered one of the largest colour-related polluters globally. The dyeing and treatment of textiles demands high consumption of fuel and water, accounting for 20% of industrial water pollution [5]. The resulting wastewater, from the production process of textiles, contains residues, such as non-biodegradable organic compounds, which irreversibly affect aquatic life[4].

Intensive Labour

The production of paints is often performed under poor working conditions. High exposure to chemicals, time-consuming and complex dyeing processes, frequent working accidents, noise, thermal exposure, insufficient ventilation combined with inadequate personal protective equipment are only a few of the issues faced by workers daily [2].

       </section>
       <section style="width: 95%; position: relative; left: 5%;color:white;style="font-family:'Quicksand',sans-serif;"">
               

On the other hand, natural dyes come from natural sources and are environmentally friendly. However, their production is non-standardised, time-consuming, and expensive. Moreover, they are harder to stabilise into a working, commercial product, because they are based on non-homogeneous raw materials.

       </section>
       <section  style="width: 95%; position: relative; left: 5%;color:white;style="font-family:'Quicksand',sans-serif;"">

Theoretical Background

In order to understand the nature of colour, we first have to delineate how light interacts with objects. There are two main mechanisms governing the production and perception of light. The first one involves the exchange of energy between light and electrons of a substance, that emits certain wavelengths back to the observer. These wavelengths are characteristic to each substance, which include the conventional dyes, pigments, and metals we are familiar with. The second mechanism of colour production is based only on the optical interactions (e.g. reflection, diffraction) of light with spatial arrangements that exhibit periodicities in the micro and sub-micro scale. This is due to the visible wavelength range (or spectrum), which is also located in the micron scale (approximately from 400 to 750 nm), hence the interesting results defined as “structural colour” [6].

       </section>
       <section style="width: 95%; position: relative; left: 5%;color:white;style="font-family:'Quicksand',sans-serif;"">

Our Solution

After brainstorming ways that we could provide a solution to this prevalent problem, we settled on the production of bio-inspired materials that exhibit structural colour. Guided by the formation of structural colour, we envisioned the design of a biological system, in which cells have a well-defined arrangement in the micron scale and therefore are able to reflect certain wavelengths of light. Further literature search pointed us to the direction of bacterial biofilms, as they are able to maintain such spatial arrangements [7].

In our project, we genetically manipulate bacteria from the Flavobacterium genus, that form structurally coloured biofilms, in order to produce cellulose and release it extracellularly. If the spatial structure of the biofilm is retained by the cellulose produced, cellulose will also appear coloured. Therefore, by isolating the extracellular matrix from the bacteria, we will obtain an acellular coloured biomaterial. After proper processing, the material can be used as a colourful coating for a variety of products and surfaces (Figure 1).

1 / 5
 <img src="https://2020.igem.org/wiki/images/a/a9/T--Athens--figure1_1.png" style="width:80%;position:relative;left:17%;">
Step 1
2 / 5
 <img src="https://2020.igem.org/wiki/images/2/2a/T--Athens--figure1_2.png" style="width:80%;position:relative;left:17%;">
Step 2
3 / 5
 <img src="https://2020.igem.org/wiki/images/1/16/T--Athens--figure1_3.png" style="width:80%;position:relative;left:17%;">
Step 3
4 / 5
 <img src="https://2020.igem.org/wiki/images/c/ce/T--Athens--figure1_4.png" style="width:80%;position:relative;left:17%;">
Step 4
5 / 5
 <img src="https://2020.igem.org/wiki/images/c/c1/T--Athens--figure1_5.png" style="width:80%;position:relative;left:17%;">
Step 5

<a class="prev" onclick="plusSlides(-1)">❮</a> <a class="next" onclick="plusSlides(1)">❯</a>


  
  
  
  
  

<script> var slideIndex = 1; showSlides(slideIndex);

function plusSlides(n) {

 showSlides(slideIndex += n);

}

function currentSlide(n) {

 showSlides(slideIndex = n);

}

function showSlides(n) {

 var i;
 var slides = document.getElementsByClassName("mySlides");
 var dots = document.getElementsByClassName("dot");
 if (n > slides.length) {slideIndex = 1}    
 if (n < 1) {slideIndex = slides.length}
 for (i = 0; i < slides.length; i++) {
     slides[i].style.display = "none";  
 }
 for (i = 0; i < dots.length; i++) {
     dots[i].className = dots[i].className.replace(" active", "");
 }
 slides[slideIndex-1].style.display = "block";  
 dots[slideIndex-1].className += " active";

} </script>

Figure 1. Design steps or the production of the acellular structurally coloured biomaterial



This method will not only produce a more environmentally-friendly and non-toxic colouring material, compared to synthetic dyes, but also a more standardised and less expensive colouring technique, compared to natural dyes.

Making use of structural colour that is produced in the lab unlocks an uncharted territory for synthetic biology and provides an unexplored area for future research and innovation. It also offers the opportunity to rethink raw materials used in manufacturing and has an impact on the entire consumer culture associated with it.

       </section>
<section  style="width: 95%; position: relative; left:5%;color:white;style="font-family:'Quicksand',sans-serif;"">

Applications

     </section>  
       
   <script>
       const translate = document.querySelectorAll(".translate");

const big_title = document.querySelector(".big-title"); const header = document.querySelector("header"); const shadow = document.querySelector(".shadow"); const content = document.querySelector(".content"); const main = document.querySelector(".main"); const opacity = document.querySelectorAll(".opacity");

let header_height = header.offsetHeight; let main_height = main.offsetHeight;

window.addEventListener('scroll', () => {

   let scroll = window.pageYOffset;


   translate.forEach(element => {
       let speed = element.dataset.speed;
       element.style.transform = `translateY(${scroll * speed}px)`;
   });
   opacity.forEach(element => {
       element.style.opacity = scroll / (mainY.top + main_height);
   })
   big_title.style.opacity = - scroll / (header_height / 2) + 1;
   shadow.style.height = `${scroll * 0.1 + 300}px`;


})

   </script>
     <img src="https://2020.igem.org/wiki/images/9/91/T--Athens--paper.png" alt="Avatar" style="width:300px;height:300px;">

New page

这里显示最新页面

     <img src="https://2020.igem.org/wiki/images/0/0e/T--Athens--buildings.png" alt="Avatar" style="width:300px;height:300px;">

New people

这里显示刚刚注册H萌娘的人

     <img src="https://2020.igem.org/wiki/images/4/41/T--Athens--cosmetics.png" alt="Avatar" style="width:300px;height:300px;">

Cosmetics

Iridescent additive.

     <img src="https://2020.igem.org/wiki/images/0/04/T--Athens--car.png" alt="Avatar" style="width:300px;height:300px;">

Vehicle Industry

Iridescent alternative to customary colouring techniques.

     <img src="https://2020.igem.org/wiki/images/2/2b/T--Athens--textile.png" alt="Avatar" style="width:300px;height:300px;">

Textile Industry

Alternative to toxic dyes.


     <img src="https://2020.igem.org/wiki/images/4/4d/T--Athens--bioart.png" alt="Avatar" style="width:300px;height:300px;">

BioArt

Substitute for conventional paints.

     <img src="https://2020.igem.org/wiki/images/7/74/T--Athens--authentication.png" alt="Avatar" style="width:300px;height:300px;">

Authentication

Authentication of banknotes and credit cards.

     <img src="https://2020.igem.org/wiki/images/3/3d/T--Athens--biosensor.png" alt="Avatar" style="width:300px;height:300px;">

Biosensors

Colour-changing material in response to environmental stimuli.

<section style="width: 95%; position: relative; left: 5%;color:white;top:40px;" id="covid-19">

Covid-19

Joining an iGEM team sounded like one of the most wonderful experiences! The passion for Synthetic Biology with science-fiction vibes and projects applied to solve real-life problems seemed fascinating for each of our members. Nothing could possibly disappoint us or make us think twice about participating in the competition. However, a global pandemic happened and everyday life around the world has not been the same ever since. That’ s how this paragraph would end if iGEM spirit had been affected! Bazinga! iGEM found a way to adapt to the new conditions in a creative way!

However, inconveniences were indeed noticeable. Difficulties with fundraising, limited access to the lab, and delayed delivery of the Flavobacteria strains were the most significant ones. Under these circumstances, we decided to follow the two-year plan proposed by the iGEM Foundation, focusing on experimental design and modelling in 2020 and concluding the wet lab work in 2021. It was then when we decided to welcome new members to our team, doubling its size from six to twelve members. Not only did these changes lift up our spirit even further, but also made it possible for Morphæ to develop into what it is today. Reflecting back on this year, it is safe to say that it has been undoubtedly as surreal as Synthetic Biology would be without iGEM.

       </section>

<button class="collapsible" style="font-family:'Quicksand',sans-serif;font-size:2.5vh;">REFERENCES</button>

<a style="text-decoration:none;" href="https://www.youtube.com/watch?v=x4I9mmd-2Rc&ab_channel=Veritasium">[1] “How to make colour with holes” video</a>
<a style="text-decoration:none;" href="https://www.ailevecalisma.gov.tr/medias/5015/aysegulozturk.pdf">[2] Ayşegül Öztürk. Determination of Occupational Health and Safety Risks and Solution Proposals in Paint Manufacturing Plants and Evaluation of Chemical Exposure at a Workplace. Ministry of Labor and Social Security, Directorate General of Occupational Health and Safety. Thesis for Occupational Health and Safety Expertise. Ankara, 2016 </a>
[3] Λινού Αθηνά (2006). Ιατρική της εργασίας: Επιδημιολογία και πρόληψη. Αθήνα: Βήτα Ιατρικές Εκδόσεις. ISBN: 978-960-8071-91-9 (Occupational medicine: Epidemiology and prevention)
<a style="text-decoration:none;" href="https://www.hilarispublisher.com/open-access/sustainability-and-biotechnology--natural-or-bio-dyes-resources-intextiles-2165-8064-1000239.pdf">[4] Carvalho C, Santos G (2016). Sustainability and Biotechnology – Natural or Bio Dyes Resources in Textiles. J Textile Sci Eng 6(1): 239. doi:10.4172/2165-8064.1000239 </a>
<a style="text-decoration:none;" href="http://documents1.worldbank.org/curated/en/614901468768707543/pdf/922610WP0P11950DEL0FOR0GREEN0GROWTH.pdf">[5] The Bangladesh Responsible Sourcing Initiative (2014). South Asia Environment and Water Resources Unit. The world bank</a>
<a style="text-decoration:none;" href="https://iopscience.iop.org/article/10.1088/0034-4885/71/7/076401/meta">[6] Str.color part: Kinoshita S, Yoshioka S and Miyazaki J (2008). Physics of structural colors. Reports on Progress in Physics. 71(7). doi: 10.1088/0034-4885/71/7/076401</a>
<a style="text-decoration:none;" href="https://www.pnas.org/content/115/11/2652">[7] Villads Egede Johansen, Laura Catón, Raditijo Hamidjaja, Els Oosterink, Bodo D. Wilts, Torben Sølbeck Rasmussen, Michael Mario Sherlock, Colin J. Ingham and Silvia Vignolini (2018). Genetic manipulation of structural color in bacterial colonies. Proceedings of the National Academy of Sciences. 115(11): 2652-2657. doi: 10.1073/pnas.1716214115</a>

<script> var coll = document.getElementsByClassName("collapsible"); var i;

for (i = 0; i < coll.length; i++) {

 coll[i].addEventListener("click", function() {
   this.classList.toggle("collapse-active");
   var content = this.nextElementSibling;
   if (content.style.maxHeight){
     content.style.maxHeight = null;
   } else {
     content.style.maxHeight = content.scrollHeight + "px";
   } 
 });

} </script> </body> </html> Template:Athens/Footer <html> <body>

<a href="https://www.flickr.com/photos/35734278@N05/3974986714">"Crystals like butterfly wings"</a> by <a href="https://www.flickr.com/photos/35734278@N05">Argonne National Laboratory</a> is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/2.0/?ref=ccsearch&atype=html" style="margin-right: 5px;">CC BY-NC-SA 2.0</a><a href="https://creativecommons.org/licenses/by-nc-sa/2.0/?ref=ccsearch&atype=html" target="_blank" rel="noopener noreferrer" style="display: inline-block;white-space: none;margin-top: 2px;margin-left: 3px;height: 22px !important;"><img style="height: inherit;margin-right: 3px;display: inline-block;" src="https://search.creativecommons.org/static/img/cc_icon.svg?image_id=bd5c6562-2c02-459f-94f1-6893f612555f" /><img style="height: inherit;margin-right: 3px;display: inline-block;" src="https://search.creativecommons.org/static/img/cc-by_icon.svg" /><img style="height: inherit;margin-right: 3px;display: inline-block;" src="https://search.creativecommons.org/static/img/cc-nc_icon.svg" /><img style="height: inherit;margin-right: 3px;display: inline-block;" src="https://search.creativecommons.org/static/img/cc-sa_icon.svg" /></a>

</body> </html> Template:Athens/Loader