Difference between revisions of "Team:BostonU/HP/Silver"

Line 4: Line 4:
 
<head>
 
<head>
 
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.2.1.min.js"></script>
 
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.2.1.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:400,900" rel="stylesheet">  
+
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:400,900" rel="stylesheet">
 
<style>
 
<style>
 
#top_menu_inside ul li > a { /* RECOLORS IGEM MENU */
 
#top_menu_inside ul li > a { /* RECOLORS IGEM MENU */
Line 56: Line 56:
 
}
 
}
 
.float-left {
 
.float-left {
float: left !important;
+
float: left !important;
 
}
 
}
 
.float-right {
 
.float-right {
float: right !important;
+
float: right !important;
 
}
 
}
 
.align-right {
 
.align-right {
text-align: right !important;
+
text-align: right !important;
 
}
 
}
 
.align-center {
 
.align-center {
text-align: center !important;
+
text-align: center !important;
 
}
 
}
 
.indented {
 
.indented {
Line 75: Line 75:
 
min-width: 360px;
 
min-width: 360px;
 
margin: 0 auto;
 
margin: 0 auto;
top:0;
+
top: 0;
 
display: none;
 
display: none;
 
}
 
}
Line 81: Line 81:
 
background-image: url("https://static.igem.org/mediawiki/2017/c/c1/T--BostonU--seaport.png");
 
background-image: url("https://static.igem.org/mediawiki/2017/c/c1/T--BostonU--seaport.png");
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
    background-attachment: fixed;
+
background-attachment: fixed;
 
-webkit-background-size: cover;
 
-webkit-background-size: cover;
 
-moz-background-size: cover;
 
-moz-background-size: cover;
Line 91: Line 91:
 
background-image: url("#");
 
background-image: url("#");
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
    background-attachment: cover;
+
background-attachment: cover;
 
-webkit-background-size: cover;
 
-webkit-background-size: cover;
 
-moz-background-size: cover;
 
-moz-background-size: cover;
Line 98: Line 98:
 
height: 360px;
 
height: 360px;
 
width: 100%;
 
width: 100%;
align-content:center;
+
align-content: center;
text-align:center
+
text-align:center vertical-align:middle;
vertical-align:middle;
+
 
}
 
}
 
#backgroundimage1 p {
 
#backgroundimage1 p {
Line 109: Line 108:
 
.background-gradient-down {
 
.background-gradient-down {
 
height: 360px;
 
height: 360px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefee+0,efefee+100&0+0,1+100 */
+
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefee+0,efefee+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(239,239,238,0) 0%, rgba(239,239,238,1) 100%); /* FF3.6-15 */
+
background: -moz-linear-gradient(top, rgba(239,239,238,0) 0%, rgba(239,239,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(239,239,238,0) 0%,rgba(239,239,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
+
background: -webkit-linear-gradient(top, rgba(239,239,238,0) 0%, rgba(239,239,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(239,239,238,0) 0%,rgba(239,239,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
+
background: linear-gradient(to bottom, rgba(239,239,238,0) 0%, rgba(239,239,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efefee', endColorstr='#efefee',GradientType=0 ); /* IE6-9 */
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efefee', endColorstr='#efefee', GradientType=0 ); /* IE6-9 */
 
}
 
}
 
.background-gradient-up {
 
.background-gradient-up {
 
height: 360px;
 
height: 360px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefee+0,efefee+100&1+0,0+100 */
+
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefee+0,efefee+100&1+0,0+100 */
background: -moz-linear-gradient(top, rgba(239,239,238,1) 0%, rgba(239,239,238,0) 100%); /* FF3.6-15 */
+
background: -moz-linear-gradient(top, rgba(239,239,238,1) 0%, rgba(239,239,238,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(239,239,238,1) 0%,rgba(239,239,238,0) 100%); /* Chrome10-25,Safari5.1-6 */
+
background: -webkit-linear-gradient(top, rgba(239,239,238,1) 0%, rgba(239,239,238,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(239,239,238,1) 0%,rgba(239,239,238,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
+
background: linear-gradient(to bottom, rgba(239,239,238,1) 0%, rgba(239,239,238,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefee', endColorstr='#00efefee',GradientType=0 ); /* IE6-9 */
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefee', endColorstr='#00efefee', GradientType=0 ); /* IE6-9 */
 
}
 
}
 
.background-gradient-both {
 
.background-gradient-both {
 
height: 360px;
 
height: 360px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefee+0,efefee+50,efefee+100&1+0,0+50,1+100 */
+
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefee+0,efefee+50,efefee+100&1+0,0+50,1+100 */
background: -moz-linear-gradient(top, rgba(239,239,238,1) 0%, rgba(239,239,238,0) 50%, rgba(239,239,238,1) 100%); /* FF3.6-15 */
+
background: -moz-linear-gradient(top, rgba(239,239,238,1) 0%, rgba(239,239,238,0) 50%, rgba(239,239,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(239,239,238,1) 0%,rgba(239,239,238,0) 50%,rgba(239,239,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
+
background: -webkit-linear-gradient(top, rgba(239,239,238,1) 0%, rgba(239,239,238,0) 50%, rgba(239,239,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(239,239,238,1) 0%,rgba(239,239,238,0) 50%,rgba(239,239,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
+
background: linear-gradient(to bottom, rgba(239,239,238,1) 0%, rgba(239,239,238,0) 50%, rgba(239,239,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefee', endColorstr='#efefee',GradientType=0 ); /* IE6-9 */
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefee', endColorstr='#efefee', GradientType=0 ); /* IE6-9 */
 
}
 
}
 
#panel1 {
 
#panel1 {
Line 140: Line 139:
 
background-image: url("#");
 
background-image: url("#");
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
    background-attachment: cover;
+
background-attachment: cover;
 
-webkit-background-size: cover;
 
-webkit-background-size: cover;
 
-moz-background-size: cover;
 
-moz-background-size: cover;
Line 153: Line 152:
 
color: #8C181B;
 
color: #8C181B;
 
}
 
}
#protocol-accordion .ui-accordion-content {
+
#protocol-accordion .ui-accordion-content {
 
background: #FFFFFF;
 
background: #FFFFFF;
 
color: #A9A9A9;
 
color: #A9A9A9;
Line 159: Line 158:
 
}
 
}
 
#protocol-accordion .ui-accordion-content > * {
 
#protocol-accordion .ui-accordion-content > * {
  margin: 0;
+
margin: 0;
  padding: 40px;
+
padding: 40px;
 
}
 
}
 
/* --- Link slideup --- */
 
/* --- Link slideup --- */
Line 210: Line 209:
 
/* --- Carousel --- */
 
/* --- Carousel --- */
 
.carousel {
 
.carousel {
  position: relative;
+
position: relative;
  width: 600px;
+
width: 600px;
  height: 400px;
+
height: 400px;
  overflow: hidden;
+
overflow: hidden;
  margin: 0 auto;
+
margin: 0 auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
+
box-sizing: border-box;
  box-sizing: border-box;
+
 
}
 
}
.carousel:hover .slide:after,
+
.carousel:hover .slide:after, .carousel:hover .counter, .carousel:hover .slide:before {
.carousel:hover .counter,
+
opacity: 1;
.carousel:hover .slide:before {
+
  opacity: 1;
+
 
}
 
}
 
.slide {
 
.slide {
  float: right;
+
float: right;
  position: absolute;
+
position: absolute;
  z-index: 1;
+
z-index: 1;
  width: 600px;
+
width: 600px;
  height: 400px;
+
height: 400px;
  background-color: #eee;
+
background-color: #eee;
  text-align: center;
+
text-align: center;
  transition: opacity 0.4s;
+
transition: opacity 0.4s;
  opacity: 1;
+
opacity: 1;
 
}
 
}
 
.slide:before {
 
.slide:before {
  content: attr(annot);
+
content: attr(annot);
  display: block;
+
display: block;
  position: absolute;
+
position: absolute;
  left: 20px;
+
left: 20px;
  bottom: 20px;
+
bottom: 20px;
  color: rgba(255,255,255,0.9);
+
color: rgba(255,255,255,0.9);
  font-size: 14px;
+
font-size: 14px;
  font-weight: 300;
+
font-weight: 300;
  z-index: 12;
+
z-index: 12;
  opacity: 0;
+
opacity: 0;
  transition: opacity 0.3s;
+
transition: opacity 0.3s;
  text-shadow: 0 0 1px #000;
+
text-shadow: 0 0 1px #000;
 
}
 
}
 
.slide:after {
 
.slide:after {
  content: attr(slide);
+
content: attr(slide);
  display: block;
+
display: block;
  position: absolute;
+
position: absolute;
  bottom: 0;
+
bottom: 0;
  transition: opacity 0.3s;
+
transition: opacity 0.3s;
  width: 100%;
+
width: 100%;
  height: 80px;
+
height: 80px;
  opacity: 0;
+
opacity: 0;
  background-image: linear-gradient(transparent, rgba(0,0,0,0.5));
+
background-image: linear-gradient(transparent, rgba(0,0,0,0.5));
  text-align: left;
+
text-align: left;
  text-indent: 549px;
+
text-indent: 549px;
  line-height: 101px;
+
line-height: 101px;
  font-size: 13px;
+
font-size: 13px;
  color: rgba(255,255,255,0.9);
+
color: rgba(255,255,255,0.9);
  text-shadow: 0 0 1px #000;
+
text-shadow: 0 0 1px #000;
 
}
 
}
 
.counter {
 
.counter {
  position: absolute;
+
position: absolute;
  bottom: 20px;
+
bottom: 20px;
  right: 1px;
+
right: 1px;
  height: 20px;
+
height: 20px;
  width: 60px;
+
width: 60px;
  z-index: 2;
+
z-index: 2;
  text-align: center;
+
text-align: center;
  color: #fff;
+
color: #fff;
  line-height: 21px;
+
line-height: 21px;
  font-size: 13px;
+
font-size: 13px;
  opacity: 0;
+
opacity: 0;
  transition: opacity 0.3s;
+
transition: opacity 0.3s;
 
}
 
}
 
.faux-ui-facia {
 
.faux-ui-facia {
  top: 0;
+
top: 0;
  right: 0;
+
right: 0;
  float: right;
+
float: right;
  position: absolute;
+
position: absolute;
  margin-top: 0;
+
margin-top: 0;
  z-index: 9;
+
z-index: 9;
  height: 100%;
+
height: 100%;
  width: 100%;
+
width: 100%;
  opacity: 0;
+
opacity: 0;
  cursor: pointer;
+
cursor: pointer;
 
}
 
}
 
.faux-ui-facia:checked {
 
.faux-ui-facia:checked {
  z-index: 8;
+
z-index: 8;
 
}
 
}
 
.faux-ui-facia:checked + .slide {
 
.faux-ui-facia:checked + .slide {
  opacity: 0;
+
opacity: 0;
 
}
 
}
 
.faux-ui-facia:checked:nth-child(1):checked {
 
.faux-ui-facia:checked:nth-child(1):checked {
  z-index: 9;
+
z-index: 9;
 
}
 
}
 
.faux-ui-facia:nth-child(1):checked {
 
.faux-ui-facia:nth-child(1):checked {
  float: left;
+
float: left;
  z-index: 9;
+
z-index: 9;
 
}
 
}
 
.faux-ui-facia:nth-child(1):checked + .slide {
 
.faux-ui-facia:nth-child(1):checked + .slide {
  opacity: 1;
+
opacity: 1;
 
}
 
}
 
.faux-ui-facia:nth-child(1):checked ~ .faux-ui-facia {
 
.faux-ui-facia:nth-child(1):checked ~ .faux-ui-facia {
  float: left;
+
float: left;
  z-index: 8;
+
z-index: 8;
 
}
 
}
 
.faux-ui-facia:nth-child(1):checked ~ .faux-ui-facia + .slide {
 
.faux-ui-facia:nth-child(1):checked ~ .faux-ui-facia + .slide {
  opacity: 0;
+
opacity: 0;
 
}
 
}
 
.faux-ui-facia:nth-child(1):checked ~ .faux-ui-facia:checked {
 
.faux-ui-facia:nth-child(1):checked ~ .faux-ui-facia:checked {
  z-index: 9;
+
z-index: 9;
 
}
 
}
 
.faux-ui-facia:nth-child(1):checked ~ .faux-ui-facia:checked + .slide {
 
.faux-ui-facia:nth-child(1):checked ~ .faux-ui-facia:checked + .slide {
  opacity: 1;
+
opacity: 1;
 
}
 
}
 
/* --- END of Carousel --- */
 
/* --- END of Carousel --- */
Line 324: Line 320:
 
</head>
 
</head>
 
<body>
 
<body>
<div id="backgroundimage1"><div class="background-gradient-down">
+
<div id="backgroundimage1">
  <p class="wide-heading-type mainwrap align-center">HUMAN PRACTICES</p>
+
  <div class="background-gradient-down">
</div></div>
+
    <p class="wide-heading-type mainwrap align-center">HUMAN PRACTICES</p>
 +
  </div>
 +
</div>
 
<div id="panel1" class="link-slideup">
 
<div id="panel1" class="link-slideup">
 
   <p class="inline-heading-type mainwrap">Art Project: <em>Name of Art Project</em></p>
 
   <p class="inline-heading-type mainwrap">Art Project: <em>Name of Art Project</em></p>
 
   <p class="body-type mainwrap indented">We have created a painting that is an exploration of a future in which synthetic biology is used to modify circadian rhythms. The first half of the display takes place on Earth, with naturally occurring organisms fit to the 24 hour day. The second half of the project takes place on Mars with organisms synthetically modified organisms with circadian rhythms optimized to a 25 hour Mars day. The aim of this project is to display it to the public, Boston University community, and the public, to spur conversations about the possibilities that synthetic biology may afford humankind.</p>
 
   <p class="body-type mainwrap indented">We have created a painting that is an exploration of a future in which synthetic biology is used to modify circadian rhythms. The first half of the display takes place on Earth, with naturally occurring organisms fit to the 24 hour day. The second half of the project takes place on Mars with organisms synthetically modified organisms with circadian rhythms optimized to a 25 hour Mars day. The aim of this project is to display it to the public, Boston University community, and the public, to spur conversations about the possibilities that synthetic biology may afford humankind.</p>
 
   <p class="body-type mainwrap indented">&nbsp;</p>
 
   <p class="body-type mainwrap indented">&nbsp;</p>
   <p class="inline-heading-type mainwrap">Outreach: Summer Pathways</p>
+
  <div class="carousel mainwrap body-type">
 +
    <input type="checkbox" class="faux-ui-facia">
 +
    <div class="slide" slide="5" annot="This is the fifth slide title. Photo by David Marcu."> <img src="https://ununsplash.imgix.net/uploads/141223808515744db9995/3361b5e1?q=75&fm=jpg&w=602" alt="Slide 5"> </div>
 +
    <input type="checkbox" class="faux-ui-facia">
 +
    <div class="slide" slide="4" annot="This is the fourth slide title. Photo by Ryan Lum."> <img src="https://unsplash.imgix.net/photo-1415356838286-df6fd593e8b3?q=75&fm=jpg&w=600" alt="Slide 4"> </div>
 +
    <input type="checkbox" class="faux-ui-facia">
 +
    <div class="slide" slide="3" annot="This is the third slide title. Photo by Tomasz Paciorek."> <img src="https://ununsplash.imgix.net/reserve/JaI1BywIT5Or8Jfmci1E_zakopane.jpg?q=75&fm=jpg&w=600"  alt="Slide 3"> </div>
 +
    <input type="checkbox" class="faux-ui-facia">
 +
    <div class="slide" slide="2" annot="This is the second slide title. Photo by S Charles."> <img src="https://ununsplash.imgix.net/uploads/1413387158190559d80f7/6108b580?fit=crop&fm=jpg&q=75&w=600"  alt="Slide 2"> </div>
 +
    <input type="checkbox" class="faux-ui-facia">
 +
    <div class="slide" slide="1" annot="First slide title. Photo by Forrest Cavale."> <img src="https://ununsplash.imgix.net/uploads/1413399939678471ea070/2c0343f7?q=75&fm=jpg&w=601" alt="Slide 1"> </div>
 +
    <div class="counter" count="5"> / 5</div>
 +
  </div>
 +
   <p class="inline-heading-type mainwrap">&nbsp;</p>
 +
  <p class="inline-heading-type mainwrap"id="summerpathways">Outreach: Summer Pathways</p>
 
   <p class="body-type mainwrap indented">In June, we partnered with STEM Pathways and the BostonU Hardware team to host Summer Pathways, a synthetic biology Workshop for high school girls interested in STEM fields. We organized and led four interactive activities to introduce them to synthetic biology. </p>
 
   <p class="body-type mainwrap indented">In June, we partnered with STEM Pathways and the BostonU Hardware team to host Summer Pathways, a synthetic biology Workshop for high school girls interested in STEM fields. We organized and led four interactive activities to introduce them to synthetic biology. </p>
 
   <p class="body-type mainwrap indented">Our activities included a bioethics forum, a plasmid design activity, a gel electrophoresis with foody dye activity, and a microfluidic design activity. The bioethics forum was led by Steve, Sophia, and Manu. They held a fishbowl discussion about controversial issues in synthetic biology such as CRISPR and germline gene editing. The forum allowed us to hear opinions about synbio from those outside the field.</p>
 
   <p class="body-type mainwrap indented">Our activities included a bioethics forum, a plasmid design activity, a gel electrophoresis with foody dye activity, and a microfluidic design activity. The bioethics forum was led by Steve, Sophia, and Manu. They held a fishbowl discussion about controversial issues in synthetic biology such as CRISPR and germline gene editing. The forum allowed us to hear opinions about synbio from those outside the field.</p>
Line 337: Line 349:
 
   <p class="body-type mainwrap indented">The third station, gel electrophoresis with food dye, was adapted from <a href="#" style="text-indent:0pt;">William and Mary's 2013 Synthetic Biology K-12 curriculum</a>. In this activity, Abbey, Sai, and Madeline discussed the basic biology and protocol of gel electrophoresis. Each participant then loaded a sample of food dye into a gel with a disposable pipette. The final activity, microfluidic design, was led by the BostonU Hardware team. The team first gave a basic overview of what microfluidics are and what applications they have in synbio. The participants were then given a basic protocol for <em>E. coli</em> transformation and challenged to design their own microfluidic chip on cardboard to perform the procedure.</p>
 
   <p class="body-type mainwrap indented">The third station, gel electrophoresis with food dye, was adapted from <a href="#" style="text-indent:0pt;">William and Mary's 2013 Synthetic Biology K-12 curriculum</a>. In this activity, Abbey, Sai, and Madeline discussed the basic biology and protocol of gel electrophoresis. Each participant then loaded a sample of food dye into a gel with a disposable pipette. The final activity, microfluidic design, was led by the BostonU Hardware team. The team first gave a basic overview of what microfluidics are and what applications they have in synbio. The participants were then given a basic protocol for <em>E. coli</em> transformation and challenged to design their own microfluidic chip on cardboard to perform the procedure.</p>
 
   <div class="carousel mainwrap body-type">
 
   <div class="carousel mainwrap body-type">
  <input type="checkbox" class="faux-ui-facia">  
+
    <input type="checkbox" class="faux-ui-facia">
  <div class="slide" slide="5" annot="This is the fifth slide title. Photo by David Marcu.">
+
    <div class="slide" slide="5" annot="This is the fifth slide title. Photo by David Marcu."> <img src="https://ununsplash.imgix.net/uploads/141223808515744db9995/3361b5e1?q=75&fm=jpg&w=602" alt="Slide 5"> </div>
    <img src="https://ununsplash.imgix.net/uploads/141223808515744db9995/3361b5e1?q=75&fm=jpg&w=602" alt="Slide 5">
+
    <input type="checkbox" class="faux-ui-facia">
 +
    <div class="slide" slide="4" annot="This is the fourth slide title. Photo by Ryan Lum."> <img src="https://unsplash.imgix.net/photo-1415356838286-df6fd593e8b3?q=75&fm=jpg&w=600" alt="Slide 4"> </div>
 +
    <input type="checkbox" class="faux-ui-facia">
 +
    <div class="slide" slide="3" annot="This is the third slide title. Photo by Tomasz Paciorek."> <img src="https://ununsplash.imgix.net/reserve/JaI1BywIT5Or8Jfmci1E_zakopane.jpg?q=75&fm=jpg&w=600"  alt="Slide 3"> </div>
 +
    <input type="checkbox" class="faux-ui-facia">
 +
    <div class="slide" slide="2" annot="This is the second slide title. Photo by S Charles."> <img src="https://ununsplash.imgix.net/uploads/1413387158190559d80f7/6108b580?fit=crop&fm=jpg&q=75&w=600"  alt="Slide 2"> </div>
 +
    <input type="checkbox" class="faux-ui-facia">
 +
    <div class="slide" slide="1" annot="First slide title. Photo by Forrest Cavale."> <img src="https://ununsplash.imgix.net/uploads/1413399939678471ea070/2c0343f7?q=75&fm=jpg&w=601" alt="Slide 1"> </div>
 +
    <div class="counter" count="5"> / 5</div>
 
   </div>
 
   </div>
  <input type="checkbox" class="faux-ui-facia">
 
  <div class="slide" slide="4" annot="This is the fourth slide title. Photo by Ryan Lum.">
 
    <img src="https://unsplash.imgix.net/photo-1415356838286-df6fd593e8b3?q=75&fm=jpg&w=600" alt="Slide 4">
 
  </div>
 
  <input type="checkbox" class="faux-ui-facia">
 
  <div class="slide" slide="3" annot="This is the third slide title. Photo by Tomasz Paciorek.">
 
    <img src="https://ununsplash.imgix.net/reserve/JaI1BywIT5Or8Jfmci1E_zakopane.jpg?q=75&fm=jpg&w=600"  alt="Slide 3">
 
  </div>
 
  <input type="checkbox" class="faux-ui-facia">
 
  <div class="slide" slide="2" annot="This is the second slide title. Photo by S Charles.">
 
    <img src="https://ununsplash.imgix.net/uploads/1413387158190559d80f7/6108b580?fit=crop&fm=jpg&q=75&w=600"  alt="Slide 2">
 
  </div>
 
  <input type="checkbox" class="faux-ui-facia">
 
  <div class="slide" slide="1" annot="First slide title. Photo by Forrest Cavale.">
 
    <img src="https://ununsplash.imgix.net/uploads/1413399939678471ea070/2c0343f7?q=75&fm=jpg&w=601" alt="Slide 1">
 
  </div>
 
  <div class="counter" count="5"> / 5</div>
 
</div>
 
 
   <p class="inline-heading-type mainwrap">&nbsp;</p>
 
   <p class="inline-heading-type mainwrap">&nbsp;</p>
 
   <p class="inline-heading-type mainwrap">Industry Visits</p>
 
   <p class="inline-heading-type mainwrap">Industry Visits</p>
 
   <p class="body-type mainwrap indented">In August, we visited <a href="#" style="text-indent:0pt;">Ginkgo Bioworks</a> in Boston's Seaport District. We toured their lab facilities, and were impressed by their automated workflow. We were shown some projects relating to synthetic fragrances and toured the workbench of <a href="#" style="text-indent:0pt;">Natzai Audrey Chieza</a>, Ginkgo's current artist-in-residence, who uses bacteria to dye fabrics. Afterwards, we had a discussion with Ginkgo's creative director Christina Agapakis about Ginkgo Bioworks' interfaces of art and synthetic biology, and her experiences collaborating with artists and creating topical art herself. Our discussion inspired us to approach art that interfaced with the future of synthetic biology as the mainstay our human practices project.</p>
 
   <p class="body-type mainwrap indented">In August, we visited <a href="#" style="text-indent:0pt;">Ginkgo Bioworks</a> in Boston's Seaport District. We toured their lab facilities, and were impressed by their automated workflow. We were shown some projects relating to synthetic fragrances and toured the workbench of <a href="#" style="text-indent:0pt;">Natzai Audrey Chieza</a>, Ginkgo's current artist-in-residence, who uses bacteria to dye fabrics. Afterwards, we had a discussion with Ginkgo's creative director Christina Agapakis about Ginkgo Bioworks' interfaces of art and synthetic biology, and her experiences collaborating with artists and creating topical art herself. Our discussion inspired us to approach art that interfaced with the future of synthetic biology as the mainstay our human practices project.</p>
  <p class="body-type mainwrap indented">PIC(S?) (WRAPPED) </p>
 
 
   <p class="body-type mainwrap indented">We also visited the <a href="#" style="text-indent:0pt;">Fraunhofer Center for Manufacturing Innovation</a> with BostonU_Hardware to inform our collaboration towards a microfluidic platform for RNA detection. They provided us with a wealth of knowledge about the considerations needed to translate a biological protocol to a microfluidic device at scale. More information about this collaboration can be found <a href="#" style="text-indent:0pt;">here</a>.</p>
 
   <p class="body-type mainwrap indented">We also visited the <a href="#" style="text-indent:0pt;">Fraunhofer Center for Manufacturing Innovation</a> with BostonU_Hardware to inform our collaboration towards a microfluidic platform for RNA detection. They provided us with a wealth of knowledge about the considerations needed to translate a biological protocol to a microfluidic device at scale. More information about this collaboration can be found <a href="#" style="text-indent:0pt;">here</a>.</p>
 +
  <p class="body-type mainwrap indented">&nbsp;</p>
 +
  <div class="carousel mainwrap body-type">
 +
    <input type="checkbox" class="faux-ui-facia">
 +
    <div class="slide" slide="5" annot="This is the fifth slide title. Photo by David Marcu."> <img src="https://ununsplash.imgix.net/uploads/141223808515744db9995/3361b5e1?q=75&fm=jpg&w=602" alt="Slide 5"> </div>
 +
    <input type="checkbox" class="faux-ui-facia">
 +
    <div class="slide" slide="4" annot="This is the fourth slide title. Photo by Ryan Lum."> <img src="https://unsplash.imgix.net/photo-1415356838286-df6fd593e8b3?q=75&fm=jpg&w=600" alt="Slide 4"> </div>
 +
    <input type="checkbox" class="faux-ui-facia">
 +
    <div class="slide" slide="3" annot="This is the third slide title. Photo by Tomasz Paciorek."> <img src="https://ununsplash.imgix.net/reserve/JaI1BywIT5Or8Jfmci1E_zakopane.jpg?q=75&fm=jpg&w=600"  alt="Slide 3"> </div>
 +
    <input type="checkbox" class="faux-ui-facia">
 +
    <div class="slide" slide="2" annot="This is the second slide title. Photo by S Charles."> <img src="https://ununsplash.imgix.net/uploads/1413387158190559d80f7/6108b580?fit=crop&fm=jpg&q=75&w=600"  alt="Slide 2"> </div>
 +
    <input type="checkbox" class="faux-ui-facia">
 +
    <div class="slide" slide="1" annot="First slide title. Photo by Forrest Cavale."> <img src="https://ununsplash.imgix.net/uploads/1413399939678471ea070/2c0343f7?q=75&fm=jpg&w=601" alt="Slide 1"> </div>
 +
    <div class="counter" count="5"> / 5</div>
 +
  </div>
 +
    <p class="inline-heading-type mainwrap">&nbsp;</p>
 +
</div>
 +
<div id="backgroundimage2">
 +
  <div class="background-gradient-up"> </div>
 
</div>
 
</div>
<div id="backgroundimage2"><div class="background-gradient-up">
 
</div></div>
 
 
<script> /* THIS MAKES ANY WRAPPED ELEMENT ON THE PAGE FADE IN */
 
<script> /* THIS MAKES ANY WRAPPED ELEMENT ON THE PAGE FADE IN */
 
$(document).ready(function () {
 
$(document).ready(function () {

Revision as of 20:44, 23 October 2017

HUMAN PRACTICES