Difference between revisions of "Team:UM Macau/Human Practices"

 
(65 intermediate revisions by the same user not shown)
Line 1: Line 1:
<html>
+
{{UM_Macau/WikiStripDown}}{{UM_Macau/Bootstrap}}{{UM_Macau/Navbar}}
<script>
+
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+
  
$(document).ready(function() {
 
  
//remove the HQ_page id
+
<html>
$("#HQ_page").attr('id','');
+
<head>
+
  
//highlight current page on the menu
+
  <meta name="viewport" content="width=device-width, initial-scale=1">
highlight_current_page_menu();
+
  <link href="https://fonts.googleapis.com/css?family=Poppins:300,300i,400,700,800&display=swap" rel="stylesheet">
+
  <link href="https://fonts.googleapis.com/css?family=Lato:300,300i,400,700,700i,900,900i&display=swap" rel="stylesheet">
//accessing submenus
+
$(".menu_item").click(function(){
+
$(".submenu_control_icon", this).toggleClass("open");
+
$(this).next(".submenu").fadeToggle(400);
+
});
+
+
//mobile menu access
+
$(".igem_2019_team_mobile_bar").click(function(){
+
$(this).next().toggleClass("displaying_menu");
+
});
+
+
});
+
  
 +
<style>
 +
#globalWrapper{
 +
padding-bottom: 0px;
 +
}
  
function highlight_current_page_menu() {
+
/* Text Syling*/
+
#HQ_page .landing-text h1{
var page_url="https://2019.igem.org/";
+
  font-size: 650%;
page_url = page_url + wgPageName;
+
  font-weight: 500;
$("a[href$='"+ page_url +"']").children().addClass("current_page");
+
  color: white;
+
  font-family:"Poppins";
//if the page is in a submenu, open the submenu and make the appropiate changes
+
}
if( $( ".current_page" ).hasClass( "submenu_item" )){
+
+
$(".current_page").parent().parent().fadeToggle(400);
+
$(".current_page").parent().parent().prev().addClass("current_page");
+
$(".menu_item.current_page > .submenu_control_icon").toggleClass("open");
+
+
}
+
}
+
  
 +
#HQ_page .flip-card-back p{
 +
  font-size: 1rem;
 +
  font-family:"Lato";
 +
  text-align: left;
 +
  margin-bottom: 0.7rem;
 +
}
  
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+
#HQ_page .pagecontainer h1{
</script>
+
  padding-bottom: 2%;
 +
  font-size: 2.3rem;
 +
  font-family:"Poppins";
 +
  font-weight: 600;
 +
}
  
 +
#HQ_page .pagecontainer h3{
 +
  font-size: 1.75rem;
 +
  font-weight: 500;
 +
  font-family: "Poppins";
 +
}
  
<style>
+
#HQ_page .pagecontainer h5{
/**************************************************************************************************************************************************************************************************/
+
  font-size: 1.3rem;
 +
  font-weight: 500;
 +
  font-family: "Poppins";
 +
}
  
 +
#HQ_page .pagecontainer h6{
 +
  font-size: 1.2rem;
 +
  font-family: "Lato";
 +
}
  
 +
#HQ_page .pagecontainer p{
 +
  font-size: 1.3rem;
 +
  font-weight: 500;
 +
  font-family: "Lato";
 +
}
  
/**************************************************************************************************************************************************************************************************/
+
#HQ_page .main h1{
/* DEFAULT WIKI SETTINGS */
+
  font-size: 2.3rem;
/**************************************************************************************************************************************************************************************************/
+
  font-family:"Poppins";
 +
  font-weight: 600;
 +
  padding-top: 8%;
 +
}
  
 +
#HQ_page .main h2{
 +
  font-size: 2rem;
 +
  font-family:"Poppins";
 +
  font-weight: 600;
 +
}
  
#home_logo, #sideMenu { display:none; }
+
#HQ_page .main h3{
#sideMenu, #top_title, .patrollink  {display:none;}
+
  font-size: 1.75rem;
#content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
+
  font-family:"Poppins";
body {background-color:white; }
+
  font-weight: 500;
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
}
#bodyContent a[href ^="https://"], .link-https { padding-right:0px;}
+
+
.judges-will-not-evaluate { border: 4px solid #F42534; padding: 2% !important; width: 92%!important;}
+
  
 +
#HQ_page .main p{
 +
  font-size: 1.3rem;
 +
  font-weight: 500;
 +
  font-family: "Lato";
 +
}
  
/**************************************************************************************************************************************************************************************************/
 
/* MENU */
 
/**************************************************************************************************************************************************************************************************/
 
  
/*wrapping for the menu*/
+
/*Team Cover*/
.igem_2019_team_menu {  
+
html,body{
background-color:#cecece;
+
  height: 100%;
border-left: 1px solid #635d5d;
+
  width: 100%;
float:right;
+
  scroll-behavior: smooth;
height:100vh;  
+
  overflow-x:visible;
max-width: 270px;
+
}
overflow-y: auto;
+
overflow-x: hidden;
+
padding:0px;
+
position:fixed;
+
right:0%;
+
text-align:left;
+
width: 15%;  
+
}
+
  
/*controlling menu visibility*/
+
#pagecover{
.igem_2019_team_menu.displaying_menu{
+
background: url(https://static.igem.org/mediawiki/2019/3/38/T--UM_Macau--coverphoto9.jpeg) no-repeat center fixed;
display:block;
+
display: table;
}
+
height: 100vh;
 +
position: relative;
 +
width: 100%;
 +
background-size: cover;
 +
text-align: center;
 +
}
  
/*links in the menu*/
+
.landing-text{
.igem_2019_team_menu  a {
+
display: table-cell;
color: #484848;
+
text-align: center;
text-decoration:none;
+
vertical-align: middle;
}
+
}
  
/*images in the menu*/
+
.wrapper h1 {
.igem_2019_team_menu img {
+
  padding-bottom: 2%;
width:100%;
+
  font-size: 2.3rem;
}
+
  font-family:"Poppins";
 +
  font-weight: 600;
 +
  color: #131111;
 +
}
  
/*level 1 menu items*/
+
.accordion h3 {
.igem_2019_team_menu .menu_item {
+
  font-size: 1.35rem;
    background-color: #cecece;
+
  font-family:"Poppins";
    border-bottom: 1px solid #635d5d;
+
  font-weight: 500;
    clear: both;
+
}
color: #484848;
+
    cursor: pointer;
+
float: left;
+
    font-size: 120%;
+
    font-weight: bold;
+
    padding: 15px 0px 15px 5%;
+
  width: 100%;
+
}
+
  
/*level 1 menu items without submenus*/
+
.wrapper p {
.igem_2019_team_menu .menu_item.direct_link {
+
  font-size: 1.3rem;
color: #484848;
+
  font-weight: 500;
padding-left: 15%;
+
  font-family: "Lato";
}
+
  text-align: justify;
+
}
/*level 1 menu items on hover*/
+
.igem_2019_team_menu .menu_item:hover {
+
background-color: #ecb656 !important;
+
}
+
  
/*icon for expanding and collapsing level 1 menut items*/
+
#reference p {
.igem_2019_team_menu .menu_item .submenu_control_icon {
+
  text-align: left;
color: #484848;
+
  font-family: "Lato";
float: left;
+
  font-weight: 500;
width: 10%;
+
  font-style: italic;
}
+
}
  
/* submenu icon  "-"*/
+
/*for scroll down arrow*/
.igem_2019_team_menu .menu_item .submenu_control_icon::before {
+
.arrow{
content: "+";  
+
  position: absolute;
}
+
  bottom: 10%;
 +
  width: 100%;
 +
  cursor: pointer;
 +
  transition: 0.4s;
 +
  text-align: center;
 +
}
  
/* submenu icon  "-"*/
+
.arrow img{
.igem_2019_team_menu .menu_item .submenu_control_icon.open::before {
+
  width: 7%;
content: "-";  
+
}
}
+
  
+
.arrow:hover{
/*level 2 menu (submenu) wrapper*/
+
  padding-bottom: 18px;
.igem_2019_team_menu .submenu{
+
}
background-color: #ececec;
+
clear:both;
+
display:none;
+
float: left; 
+
width:100%;
+
}
+
  
/*level 2 menu (submenu) item*/
+
/*pagecontainerflip styling*/
.igem_2019_team_menu .submenu .submenu_item {
+
.pagecontainerflip{
border-bottom: 1px solid #cecece;
+
  padding: 6%;
  color: #635d5d;
+
  width: 100%;
    height: 30px;
+
  height: 100vh;
  float: left;
+
  background-color: #282626;
    font-size: 110%;
+
}
font-weight: bold;
+
    padding: 12px 0px 0px 15%;
+
    width: 100%;
+
}
+
  
/*level 2 menu (submenu) items on hover*/
+
/*Team Container Styling*/
.igem_2019_team_menu .submenu .submenu_item:hover {
+
.pagecontainer {
background-color: #ecb656 !important;
+
  padding-top: 10%;
}
+
  padding-left: 10%;
 +
  padding-right: 10%;
 +
}
  
/*color for highlighting current page on the wiki*/
+
#safetytext {
.igem_2019_team_menu .submenu .submenu_item.current_page,
+
  display: flex;
.igem_2019_team_menu .menu_item.current_page,
+
  text-align: center;
.igem_2019_team_menu .menu_item.direct_link.current_page {
+
}
background-color:#a2d3d0;
+
}
+
  
 +
.wrapper {
 +
  display: flex;
 +
  justify-content: space-between;
 +
  padding-left: 10%;
 +
  padding-right: 10%;
 +
  padding-top: 7%;
 +
  padding-bottom: 5%;
 +
}
  
/*mobile menu bar styling*/
+
.main {
/**************************************************************************************************************************************************************************************************/
+
  width: 75%;
 +
  height: auto;
 +
  padding-left: 6%;
 +
  padding-bottom: 10%;
 +
}
  
/*mobile bar that controls the menu*/
+
.main .row{
.igem_2019_team_mobile_bar {
+
  margin-left: 0px;
background-color:#ececec;  
+
  margin-right:0px;
border-bottom: 1px solid #cecece;
+
}
cursor:pointer;
+
display:none;
+
float:left;
+
margin-top: 0;
+
padding: 5px 0;
+
position:fixed;
+
width:100%;
+
}
+
+
/*mobile logo*/
+
.igem_logo_mobile {
+
float:left;
+
padding-left: 5%;
+
width: 30%;  
+
}
+
  
/*image within the mobile logo*/
+
.main .img {
.igem_logo_mobile img {
+
  position: relative;
width:70px;
+
  float: left;
}
+
  width: 100%;
+
  height: 275px;
/*mobile expand collapse button*/
+
  background-position: 50% 50%;
.igem_menu_control_mobile {
+
  background-repeat: no-repeat;
float:right;  
+
  background-size: cover;
padding-right:5%;  
+
}
padding-top:5px;
+
text-align:right;  
+
width: 30%;  
+
}
+
  
/*image for mobile expand collapse button*/
+
.sidebar {
.igem_menu_control_mobile img {
+
  height: 500px;
width:25px;
+
  position: -webkit-sticky;
}
+
  position: sticky;
 +
  top: 18%;
 +
}
  
 +
.sidebar a{
 +
  padding: 20px 15px 20px 15px;
 +
  text-decoration: none;
 +
  font-size: 1.3rem;
 +
  color: #2d2d2d;
 +
  display: block;
 +
  border-radius: 30px;
 +
}
  
/*add extra padding to the menu to improve mobile scrolling*/
+
.sidebar a:hover{
.menu_padding{
+
  background-color: #eec206;
float:left;
+
  color: #000;
height:100px;
+
}
}
+
  
 +
.sidebar a:active{
 +
  background-color: #eec206;
 +
  color: #000;
 +
}
  
/**************************************************************************************************************************************************************************************************/
+
/*Accordion Styling*/
/* CONTENT OF THE PAGE */
+
.accordion {
/**************************************************************************************************************************************************************************************************/
+
  background-color: #ffe8a3;
 +
  color: #222222;
 +
  cursor: pointer;
 +
  padding: 25px;
 +
  width: 100%;
 +
  border: none;
 +
  text-align: left;
 +
  outline: none;
 +
  font-size: 1.4rem;
 +
  font-family: "Lato";
 +
  transition: 0.4s;
 +
  border-radius: 30px;
 +
  margin-bottom: 2%;
 +
  line-height: 1.5rem;
 +
}
  
/* general wrapper for the content */
+
.active, .accordion:hover {
.igem_2019_team_content {
+
  background-color: #ffd24a;
background-color:white;
+
}
display:block;
+
width: 87%;
+
}
+
  
/* subwrapper to center content */
+
.accordion:focus {
.igem_2019_team_content .igem_2019_team_column_wrapper {
+
  outline: none;
margin:auto;
+
}
max-width: 1400px;
+
width:90%;
+
}
+
  
 +
.accordion:after {
 +
  content: '\002B';
 +
  color: #222222;
 +
  font-weight: bold;
 +
  float: right;
 +
  margin-left: 5px;
 +
}
  
 +
.active:after {
 +
  content: "\2212";
 +
}
  
/*general styling*/
+
.panel {
/**************************************************************************************************************************************************************************************************/
+
  padding: 0px 18px;
 +
  background-color: white;
 +
  max-height: 0;
 +
  overflow: hidden;
 +
  transition: max-height 0.2s ease-out;
 +
}
  
/*size for title h tags*/
+
.panel .paneltext {
.igem_2019_team_content .igem_2019_team_column_wrapper h1 { font-size: 210%;}
+
  padding-top:3%;
.igem_2019_team_content .igem_2019_team_column_wrapper h2 { font-size: 190%;}
+
  padding-bottom: 8%;
.igem_2019_team_content .igem_2019_team_column_wrapper h3 { font-size: 170%;}
+
  padding-left: 5%;
.igem_2019_team_content .igem_2019_team_column_wrapper h4 { font-size: 150%;}
+
  padding-right: 5%;
.igem_2019_team_content .igem_2019_team_column_wrapper h5 { font-size: 140%;}
+
}
.igem_2019_team_content .igem_2019_team_column_wrapper h6 { font-size: 130%;}
+
  
 +
#reference {
 +
  padding-top: 10%;
 +
}
  
/*titles h1, h2*/
+
/*Flip Card Styling*/
.igem_2019_team_content .igem_2019_team_column_wrapper h1, .igem_2019_team_content .igem_2019_team_column_wrapper h2 {
+
.flipcarddiv a{
border-bottom:0px;  
+
  text-decoration: none;
color: #635d5d;
+
  color: white;
font-family: "Arial Black", Gadget, sans-serif;
+
  font-family: "Lato";
padding: 10px 0px;
+
}
}
+
  
/*titles h3, h3, h5, h6 */
+
.flipcarddiv a:hover{
.igem_2019_team_content .igem_2019_team_column_wrapper h3,
+
  text-decoration: none;
.igem_2019_team_content .igem_2019_team_column_wrapper h4,
+
  color: yellow;
.igem_2019_team_content .igem_2019_team_column_wrapper h5,
+
}
.igem_2019_team_content .igem_2019_team_column_wrapper h6 {  
+
border-bottom:0px;  
+
color: #635d5d; 
+
font-family: "Arial Black", Gadget, sans-serif;
+
padding: 5px 0px;
+
}
+
  
/* text p tag*/
+
.flipcarddiv{
.igem_2019_team_content .igem_2019_team_column_wrapper p {  
+
  padding-top: 5%;
font-size: 130%;
+
  padding-bottom: 10%;
font-family: Arial, Helvetica, sans-serif;
+
  font-family: "Lato";
padding: 5px 0px;
+
}
text-align: left;
+
.cardtitle{
color: #484848;
+
  color: white;
}
+
  padding-top: 8%;
 +
  font-family: "Lato";
 +
}
  
/* Links a tag*/
+
.backbullet{
.igem_2019_team_content .igem_2019_team_column_wrapper a {
+
  padding-top: 10%;
color: #00a19b;
+
}
font-weight: bold;
+
text-decoration: underline;
+
text-decoration-color:#00a19b;
+
transition: all 0.4s ease;
+
-webkit-transition: all 0.4s ease;
+
-moz-transition: all 0.4s ease;
+
-ms-transition: all 0.4s ease;
+
-o-transition: all 0.4s ease;  
+
}
+
  
/* hover for the links */
+
.flip-card {
.igem_2019_team_content .igem_2019_team_column_wrapper a:hover {  
+
  background-color: transparent;
color: #085156;
+
  width: 240px;
text-decoration:none;
+
  height: 320px;
}
+
  perspective: 1000px;
 +
  margin-bottom: 5%;
 +
  margin-right: 2%;
 +
  float: left;
 +
  font-family: "Lato";
 +
}
  
 +
.flip-card-inner {
 +
  position: relative;
 +
  width: 100%;
 +
  height: 100%;
 +
  transition: transform 0.6s;
 +
  transform-style: preserve-3d;
 +
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
 +
  border-radius: 20px;
 +
  font-family: "Lato";
 +
}
  
/* Table tag*/
+
.flip-card:hover .flip-card-inner {
.igem_2019_team_content .igem_2019_team_column_wrapper table {
+
  transform: rotateY(180deg);  
border: 1px solid #635d5d;
+
}
border-collapse: collapse;
+
font-size: 130%;
+
width: 100%;  
+
}
+
  
/* table cells */
+
.flip-card-front, .flip-card-back {
.igem_2019_team_content .igem_2019_team_column_wrapper td {  
+
  position: absolute;
border: 1px solid #cecece;  
+
  width: 100%;
border-collapse: collapse;  
+
  height: 100%;
font-size: 105%;
+
  backface-visibility: hidden;
padding: 10px;
+
}
vertical-align: text-top;  
+
}
+
  
/* table headers */
+
.flip-card-front {
.igem_2019_team_content .igem_2019_team_column_wrapper th {  
+
  text-align: center;
background-color:#cecece;  
+
  padding: 20% 0;
border: 1px solid #635d5d;  
+
  border-radius: 20px;
border-collapse: collapse;  
+
  font-family: "Lato";
font-size: 110%;
+
}
padding: 10px;
+
vertical-align: text-top;  
+
}
+
  
 +
.flip-card-back {
 +
  color: white;
 +
  transform: rotateY(180deg);
 +
  padding: 10% 10%;
 +
  border-radius: 20px;
 +
  font-family: "Lato";
 +
}
  
 +
/*Slideshow*/
 +
* {
 +
  box-sizing: border-box;
 +
}
  
/* non numbered lists */
+
/* Position the image container (needed to position the left and right arrows) */
.igem_2019_team_content .igem_2019_team_column_wrapper ul, .igem_2019_team_content .igem_2019_team_column_wrapper ol {
+
.container {
font-size: 130%;
+
  position: relative;
font-family: Arial, Helvetica, sans-serif;
+
}
padding:0px 20px;
+
}
+
  
 +
/* Hide the images by default */
 +
.mySlides {
 +
  display: none;
 +
  text-align: center;
 +
}
  
/*font sizing within list nesting*/
+
/* Add a pointer when hovering over the thumbnail images */
.igem_2019_team_content .igem_2019_team_column_wrapper ul ul li, .igem_2019_team_content .igem_2019_team_column_wrapper ul ul ul li,
+
.cursor {
.igem_2019_team_content .igem_2019_team_column_wrapper ul ol li, .igem_2019_team_content .igem_2019_team_column_wrapper ul ul ol li,
+
  cursor: pointer;
.igem_2019_team_content .igem_2019_team_column_wrapper ol ol li, .igem_2019_team_content .igem_2019_team_column_wrapper ul ol ul li,
+
}
.igem_2019_team_content .igem_2019_team_column_wrapper ol ul li, .igem_2019_team_content .igem_2019_team_column_wrapper ul ol ol li,
+
.igem_2019_team_content .igem_2019_team_column_wrapper ol ul ul li, .igem_2019_team_content .igem_2019_team_column_wrapper ol ol ul li,
+
.igem_2019_team_content .igem_2019_team_column_wrapper ol ol ol li, .igem_2019_team_content .igem_2019_team_column_wrapper ol ul ol li{ font-size: 76%; }
+
  
 +
/* Next & previous buttons */
 +
.prev,
 +
.next {
 +
  cursor: pointer;
 +
  position: absolute;
 +
  top: 40%;
 +
  width: auto;
 +
  padding: 16px;
 +
  margin-top: -70px;
 +
  color: white;
 +
  font-weight: bold;
 +
  font-size: 35px;
 +
  border-radius: 0 3px 3px 0;
 +
  user-select: none;
 +
  -webkit-user-select: none;
 +
  transition: 0.7s;
 +
}
  
 +
/* Position the "next button" to the right */
 +
.next {
 +
  right: 0;
 +
  border-radius: 3px 0 0 3px;
 +
}
  
/*layout classes*/
+
/* On hover, add a black background color with a little bit see-through */
/**************************************************************************************************************************************************************************************************/
+
.prev:hover,
 +
.next:hover {
 +
  background-color: #eec206;
 +
  color: #000;
 +
}
  
/*main layout class */
+
/* Number text (1/3 etc) */
.igem_2019_team_content .igem_2019_team_column_wrapper .column  {  
+
.numbertext {
float:left;
+
  color: #f2f2f2;
margin: 1% 2%;
+
  font-size: 12px;
padding: 0px;
+
  padding: 8px 12px;
}
+
  position: absolute;
 +
  top: 0;
 +
}
  
/* 100% */
+
/* Container for image text */
.igem_2019_team_content .igem_2019_team_column_wrapper .column.full_size { width:96%; }
+
.caption-container {
 +
  text-align: center;
 +
  background-color: #2e2e2c;
 +
  margin-top:3%;
 +
  padding: 2px 16px;
 +
  color: white;
 +
}
  
/* 66% */
+
.slideshow .row:after {
.igem_2019_team_content .igem_2019_team_column_wrapper .column.two_thirds_size { width: 62.6%; }
+
  content: "";
 +
  display: table;
 +
  clear: both;
 +
}
  
/* 33% */
+
/* Three columns side by side */
.igem_2019_team_content .igem_2019_team_column_wrapper .column.third_size { width: 29.3%; }
+
.slideshow .column {
 +
  float: left;
 +
  width: 33.3%;
 +
}
  
 +
/* Add a transparency effect for thumnbail images */
 +
.demo {
 +
  opacity: 0.6;
 +
}
  
 +
.activ,
 +
.demo:hover {
 +
  opacity: 1;
 +
}
  
 +
/*footer styling*/
  
/*all images*/
+
.footerall{
.igem_2019_team_content .igem_2019_team_column_wrapper .column.full_size img,
+
  padding-right:20px;
.igem_2019_team_content .igem_2019_team_column_wrapper .column.two_thirds_size img,
+
  padding-left: 20px;
.igem_2019_team_content .igem_2019_team_column_wrapper .column.third_size img {
+
}
margin-bottom: 15px;
+
width: 100%;  
+
}
+
  
 +
footer{
 +
  width: 100%;
 +
  background-color:#131111;
 +
  padding-top: 50px;
 +
  padding-bottom: 50px;
 +
  padding-left: 5%;
 +
  padding-right: 5%;
 +
  color: #fff;
 +
  bottom: 0;
 +
  left: 0;
 +
}
  
/* page break */
+
footer h4{
.igem_2019_team_content .igem_2019_team_column_wrapper .clear {
+
  font-size: 1.3rem;
clear:both;
+
  font-family: "Lato";
}
+
  font-weight: 400;
/*add extra space to page break with clear class*/
+
  color: #fff;
.igem_2019_team_content .igem_2019_team_column_wrapper .clear.extra_space {
+
}
height: 30px;
+
}
+
  
/* horizontal line to divide the page*/
+
footer h5{
.igem_2019_team_content .igem_2019_team_column_wrapper .line_divider {
+
  font-size: 1.2rem;
    border-top: 1px solid #cecece;
+
  font-family:"Lato";
  margin: auto;
+
  font-weight: 300;
  width: 98%;
+
  color: #fff;
}
+
}
  
 +
footer h6{
 +
  font-size: 1rem;
 +
  font-family:"Lato";
 +
  font-weight: 300;
 +
  color: #fff;
 +
}
  
 +
.logo{
 +
  text-align: center;
 +
}
  
+
.contact{
/*support classes*/
+
  border-right: 0.8px solid #fff;
/**************************************************************************************************************************************************************************************************/
+
  border-left: 0.8px solid #fff;
 +
  padding-left: 25px;
 +
  height: 220px;
 +
}
  
 +
.social{
 +
  padding-right: 10px;
 +
  width: 32px;
 +
  cursor: pointer;
 +
  transition: 0.4s;
 +
}
  
/*Button  */
+
.social:hover{
/************************************************/
+
  opacity: 0.4;
.igem_2019_team_content .igem_2019_team_column_wrapper .button_link {
+
}
font-size: 130%;
+
margin: 30px auto;
+
text-align: center;
+
}
+
  
.igem_2019_team_content .igem_2019_team_column_wrapper .button_link a  {
+
.sponsor{
background-color: #00a19bad !important;
+
  padding-left: 50px;
color: #000 !important;
+
  padding-right: 50px;
font-weight: bold;
+
}
margin: auto;
+
text-decoration: none !important;
+
padding: 10px 15px !important;
+
}
+
  
.igem_2019_team_content .igem_2019_team_column_wrapper .button_link a:hover {
+
.sponsor img{
background-color: #ffb819 !important;   
+
  vertical-align: middle;
}
+
   margin-top: 8px;
 +
}
  
+
hr{
 +
    border: 0;
 +
    height: 0.8px;
 +
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
 +
}
  
/*highlight */
 
/************************************************/
 
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight {
 
padding: 15px 20px;
 
}
 
  
 +
/*for media styling*/
 +
@media (max-width: 768px) {
 +
#HQ_page .landing-text h1{
 +
  font-size: 200%;
 +
  font-weight: 500;
 +
  color: white;
 +
  font-family:"Poppins";
 +
}
 +
.arrow img{
 +
width: 15%;
 +
}
 +
}
  
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight p,
+
</style>
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight h1,
+
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight h2,
+
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight h3,
+
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight h4,
+
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight h5,
+
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight h6 {
+
padding: 5px 15px;
+
}
+
  
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_background {
+
</head>
background-color: #ececec;
+
}
+
  
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_A_top {
+
<body>
    border-top: 4px solid #00a19bad;
+
}
+
  
  
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_A_full {
+
<!--Team Cover-->
    border: 4px solid #00a19bad;
+
<div id="pagecover">
}
+
<div class="landing-text">
 +
<h1>Integrated Human Practices</h1>
 +
    <div class="arrow text-center" >
 +
      <a href="#pagestart"><img class="img-fluid" src="https://static.igem.org/mediawiki/2019/3/36/T--UM_Macau--homepicdownarrow.png"></a>
 +
    </div>
 +
</div>
 +
</div>
 +
<!--End of Team Cover-->
  
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_B_top {
 
    border-top: 4px solid #ffb819
 
}
 
  
  
.igem_2019_team_content .igem_2019_team_column_wrapper .highlight.decoration_B_full {
 
    border: 4px solid #ffb819;
 
}
 
  
 +
<!--FlipCards-->
  
  
 +
<div  id="pagestart" class="pagecontainerflip">
  
/*mobile*/
+
<div style="text-align: center">
/**************************************************************************************************************************************************************************************************/
+
<h1 style="color: white; font-size: 3rem; font-family:'Poppins'; font-weight: 800;margin-top:2%">Overview</h1>
 +
</div>
  
 +
<div class="flipcarddiv row">
 +
  <div class="col-lg-3 col-sm-3">
 +
<div class="flip-card">
 +
  <div class="flip-card-inner">
 +
    <div class="flip-card-front" style="background-color:#0d1d32">
 +
      <img src="https://static.igem.org/mediawiki/2019/f/f7/T--UM_Macau--bulb.png" class="img-fluid" style="width: 55%">
 +
      <h2 class="cardtitle">Inspiration</h2>
 +
    </div>
 +
    <div class="flip-card-back" style="background-color: #263e5d; ">
 +
      <h4 style="color: #fff; font-family:'Poppins';">How does HP help in this stage?</h4>
 +
      <div class="backbullet">
 +
      <p><a href="#activities">WWTP Visit</a></p>
 +
      <p><a href="#activities">Government Communication</a></p>
 +
      <p><a href="#survey">Questionnaire</a></p>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
  
/* 1800px  */
 
/************************************************/
 
@media only screen and (max-width: 1800px) {
 
.igem_2019_team_content { width: 85%;}
 
.igem_2019_team_menu {display:block;}
 
}
 
  
/* 1400px  */
 
/************************************************/
 
@media only screen and (max-width: 1400px) {
 
.igem_2019_team_menu .menu_item { font-size:100%;}
 
.igem_2019_team_menu .submenu .submenu_item { font-size:90%;}
 
.igem_2019_team_menu {display:block;}
 
}
 
  
 +
</div>
 +
<div class="col-lg-3 col-sm-3">
 +
<div class="flip-card">
 +
  <div class="flip-card-inner">
 +
    <div class="flip-card-front" style="background-color:#204c48">
 +
      <img src="https://static.igem.org/mediawiki/2019/d/d5/T--UM_Macau--biobrick.png" class="img-fluid" style="width: 55%">
 +
      <h2 class="cardtitle">Biobricks Construction</h2>
 +
    </div>
 +
    <div class="flip-card-back" style="background-color: #3c6d69;" >
 +
      <h4 style="color: #fff; font-family:'Poppins'">How does HP help in this stage?</h4>
 +
      <div class="backbullet">
 +
      <p><a href="#commu">Team Meet-Up with CUHK</a></p>
 +
     
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
  
/* 1100px  */
+
</div>
/************************************************/
+
@media only screen and (max-width: 1100px) {
+
.igem_2019_team_content {width:100%; margin-left:0px;}
+
+
.igem_2019_team_menu {display:none;float:right;margin-top:47px;max-width:100%;position:fixed;width:25%;}
+
+
.igem_2019_team_mobile_bar {display:block;}
+
+
.igem_2019_team_content .igem_2019_team_column_wrapper .column.full_size, .igem_2019_team_content .igem_2019_team_column_wrapper .column.two_thirds_size,.igem_2019_team_content .igem_2019_team_column_wrapper .column.third_size {width:96%; }
+
  
}
+
<div class="col-lg-3 col-sm-3">
 +
<div class="flip-card">
 +
  <div class="flip-card-inner">
 +
    <div class="flip-card-front" style="background-color:#664926">
 +
      <img src="https://static.igem.org/mediawiki/2019/9/96/T--UM_Macau--functional_test.png" class="img-fluid" style="width: 55%">
 +
      <h2 class="cardtitle">Functional Test</h2>
 +
    </div>
 +
    <div class="flip-card-back" style="background-color: #8c6637; ">
 +
      <h4 style="color: #fff; font-family:'Poppins'">How does HP help in this stage?</h4>
 +
      <div class="backbullet">
 +
      <p><a href="#activities">HK Experts Interview</a></p>
 +
      <p>C-Trap from Lumicks</p>   
 +
      <p><a href="#commu">GuangZhou Symposium</a></p> 
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
  
/* 850px  */
+
</div>
/************************************************/
+
@media only screen and (max-width: 850px) {
+
.igem_2019_team_menu {width:40%;}
+
}
+
  
/*500px */
+
  <div class="col-lg-3 col-sm-3">
/************************************************/
+
<div class="flip-card">
@media only screen and (max-width: 500px) {
+
  <div class="flip-card-inner">
.igem_2019_team_menu {min-width:100%;width:100%;}
+
    <div class="flip-card-front" style="background-color:#641d12">
}
+
      <img src="https://static.igem.org/mediawiki/2019/b/bf/T--UM_Macau--practical.png" class="img-fluid" style="width: 55%">
 +
      <h2 class="cardtitle">Practical Application</h2>
 +
    </div>
 +
    <div class="flip-card-back" style="background-color: #883b2f; ">
 +
      <h4 style="color: #fff; font-family:'Poppins'">How does HP help in this stage?</h4>
 +
      <div class="backbullet">
 +
      <p><a href="#commu">HK Symposium</a></p>
 +
      <p><a href="#commu">SDG & iGEM Webinar</a></p>
  
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
  
/**************************************************************************************************************************************************************************************************/
+
<!--End of Flipcards-->
  
 +
<!--Background-->
 +
<div class="pagecontainer">
 +
  <h1>Background</h1>
 +
  <h3>Nanotechnology</h3>
 +
  <p>Since the 1990s, the new wave of technology revolution driven by nanotechnology has brought us into a new age when scientists start to put their eyes on the property and potency of particles and molecules with ultrafine size.  In fact, the word “nanotechnology” was firstly defined and used in 1974 by Norio Taniguchi in a paper titled “On the basic concept of Nano-technology”. And by the 1980s, people were regularly using and spreading the word “Nanotechnology”. Compared to large-scale counterparts, the nanomaterials tend to give better properties like increased strength, chemical reactivity, and conductivity. After entering the 20th century, the boom of nanotechnology has been enabling the wider and wider application of nanomaterials such as that in electronic devices, automobiles, cosmetic products, optics, even pharmaceuticals.  (Hull & Bowman, 2014)</p>
 +
  <br>
  
 +
  <h3>Nanoparticle pollution</h3>
 +
  <p>The nanoparticles were defined as the ultrafine particles with a diameter between 1 to 100 nm. To put that in perspective, a nanometer is one-millionth of a millimeter, or about 100,000 times smaller than the diameter of a human hair. (“What is Nano? - The Nanodatabase,” 2013) It can be briefly classified into two categories, natural resourced-nanoparticles and engineered nanoparticles. It must not be overlooked that the nano-waste is generated from the process of the nanomaterial manufacturing process as well as from the after disposal nanodevices. </p>
 +
  <p>Generally, nanoparticles can be classified into six categories based on their fundamental structure in terms of carbon-based nanoparticles, metal-based nanoparticles, semiconductive nanoparticles, ceramic nanoparticles, polymeric nanoparticles, and lipid-based nanoparticles. (Ibrahim Khan, 2017) The diversity in chemical structure and property becomes one of the main obstacles in dealing with nanoparticle pollution. </p>
 +
  <p>Concerns about the health implications of nanomaterials have been expressed because particles and materials in the nanosize range may pose toxicological hazards due to their enhanced reactivity and potential for enhanced systemic availability.  (Christie M. Sayes et. al., 2014) The release of the nanoparticle waste into the environment may generate ecotoxicity effect. Many studies indicate that exposure to the nanoparticles may lead to the absorption of ecotoxic nanoparticles and leading to irreversible damages. The mechanisms are various by different nanoparticle categories and the targeting organisms. (Boxall, Tiede, Chaudhry,2007) For example, an abundance of free chelating Fe nanoparticle was proved to have a close association with the lipid peroxidation, oxidative protein damage and DNA damage in living organisms. (M. A Shah, 2014) Furthermore, it has been reported that nanoparticle cytotoxicity in generating ROS could cause the  mitochondria and nucleus damages in human cells. (Ana Lopez-Serrano, 2013)</p>
 +
  <p>In the water environment, nanomaterials are often more attractive to water and oil molecules, making them more absorbent than large-scale materials. In this case, nanomaterials were adopted in wastewater treatment to remove pollutants and to clean up oil spills at sea. However, the after used nanomaterials can not be completely removed from the water environment and might be aggregate and accumulate locally to cause long-term effects on local ecosystems. (Hull & Bowman, 2014)</p>
 +
  <br>
 +
  <h3>Conventional Methods</h3>
 +
  <p>The conventional methods have been classified into five main categories including sedimentation, interaction with biomass, specific membrane, continuous-flow system, and biological treatment. The drawbacks include but not limited to nanoparticle size, nanoparticle categories, and high cost in both economy and manpower. </p>
 +
</div>
 +
<!--End of Background-->
  
 +
<!--Wrapper-->
  
 +
<div id="abstract" class="wrapper">
 +
  <div class="sidebar">
 +
    <a href="#abstract">Abstract</a>
 +
    <a href="#activities">Activities</a>
 +
    <div style="padding-left: 20px;">
 +
    <a style="font-size: 1.2rem;" href="#activities">Interview</a>
 +
    <a style="font-size: 1.2rem;" href="#survey">Survey</a>
 +
    <a style="font-size: 1.2rem;" href="#commu">iGEM Team Communication</a>
 +
    </div>
 +
    <a href="#Achievement">Achievement</a>
 +
    <a href="#acknowledgement">Acknowledgement</a>
 +
    <a href="#reference">Reference</a>
 +
    <a href="#pagestart">Back to top</a>
 +
  </div>
  
</style>
+
  <div class="main">
 +
    <div>
 +
      <h1>Abstract</h1>
 +
      <p>Based on such background knowledge and information, we decided to launch the iGEM2019 UM_Macau project SANCE focusing on nanoparticle pollution in the local water environment. We designed and conducted following human practices activities to establish the two-way dialogues between our team and the stakeholders with regards to the government, wastewater plants, and the public; seek enlightenment on the sustainability of SANCE, alleviate the concerns about GMO safety. The interviews, surveys, conversations with government authorities, and inter-team communications were conducted. As documented, we were able to complete the first two goals listed. As for the exploration of sustainability of SANCE, only the basic information was collected and the future direction was discussed. Through the whole process, we investigated the relationship between our SANCE and society with regards to how SANCE acts on nanoparticle pollution in the local wastewater treatment process as well as how the public reacts to applying E. coli as water treatment vector, and how the government response to our project. </p>
 +
    </div>
  
 +
    <div id="activities"style="padding-top: 12%">
 +
      <h1>Activities</h1>
 +
      <h2 style="text-decoration: underline">Interview</h2>
 +
      <p>In order to explore and investigate the real situation of nanoparticle pollution as well as obtain critical feedback from the associated stakeholders about GMO safety and possibility in the practical application of SANCE, we conducted the following interviews and surveys. The visit of WWTP broadened our understandings of current demands in Macau in the aspect of wastewater treatment and inspired us in designing SANCE. By contacting associated government authorities, we managed to drive more attention to nanoparticle pollution, which paved the way for  SANCE application in the real WWTP process. Experts from associated areas gave us valuable suggestions, which motivated us informing further thinking in our functional tests stage and emerging new ideas of expanding sustainability by adopting SANCE.</p>
  
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
      <button id="WWT" class="accordion">Wastewater Treatment Plants Visiting and Interviews</button>
<!--- THIS IS WHERE THE HTML BEGINS --->
+
      <div class="panel">
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
      <div class="paneltext">
 +
        <p>We contacted the DSPA (Direcção dos Serviços de Protecção Ambiental DSPA, The official environmental protection bureau in Macau) and learned that there are currently five WWTPs in Macau. WWTP is considered as one of the stakeholders associated with our project. If we want to promote and implant our project into reality usage, the consultation with the WWTP is necessary. With the help of the government officers, we got a chance to visit the wastewater treatment plants in the Transborder Industrial Zone of Macau.</p>
  
<head>  
+
        <div style="display: block; margin-left: auto; margin-right: auto; width: 90%">
 +
        <img class="img-fluid" src="https://static.igem.org/mediawiki/2019/8/8a/T--UM_Macau--hp_wwtp_1.JPG">
 +
        <p style="font-size: 1.2rem; text-align: left; font-style: italic">Figure 1. The group photo of members from UM_Macau and Pui Ching_Macau in front of the wastewater treatment plant.</p>
 +
        </div>
  
<!-- This tells the browser that your page is responsive -->
+
        <p>From the introduction given by the plant’s manager, we learned the whole process of sewage treatment, from the collection to the evacuation. Four core stages were included in terms of pre-treatment, primary treatment, secondary treatment, and biological sludge treatment. We learned that currently, we don’t have the regular supervision systems targeting nanoparticle pollution. Besides, only the basic wastewater treatment techniques were adopted with unclear effects on nanoparticle clearance. The core technology applied in this plant is ATLANTIS® submerged Membrane Bio-Reactor(MBR) technology from Belgium company WaterLeu.</p>
<meta name="viewport" content="width=device-width, initial-scale=1">  
+
  
</head>
+
        <div style="display: block; margin-left: auto; margin-right: auto; width: 90%">
 +
        <img class="img-fluid" src="https://static.igem.org/mediawiki/2019/1/1b/T--UM_Macau--HP00.jpeg">
 +
        <p style="font-size: 1.2rem; text-align: left; font-style: italic">Figure 3. The presenting model of the MBR from WATERLEAU.</p>
 +
        </div>
  
 +
        <p>In general, the size of the pores in MBR is around 0.1-5 μm which is not able to clean up the ultrafine particles. The construction and operation cost of MBR is much higher than the traditional sludge treatment plant. (Le-Clech, Chen, & Fane, 2006) In the other four wastewater treatment plants, the most commonly used technology that may have effects on nanoparticle clearance is the secondary bio-sludge treatment which allows the bacteria in bio-sludge to clean up the pollutants in wastewater. However, the performance of this method is not satisfied when targeting nanoparticle pollution. Nanoparticle in wastewater processes cytotoxicity towards microorganisms, which could decrease the efficiency of sludge treatment. This informed us that the potential cytotoxicity generated by certain nanoparticles must be taken into consideration in the design of our own product. Under such circumstances, a more effective, economic, toxicity-tolerable method in targeting nanoparticle pollution is urgently needed.</p>
  
 +
        <p>We also learned from the manager that the microorganism control by UV exposure and chemical treatment in the late stage of the wastewater treatment process can achieve around 100% E. coli elimination. These results gave us faith in late GMO safety inspection. </p>
  
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
        <div style="display: block; margin-left: auto; margin-right: auto; width: 90%">
<!--- Menu --->
+
        <img class="img-fluid" src="https://static.igem.org/mediawiki/2019/b/b7/T--UM_Macau--HP01.jpeg">
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
        <p style="font-size: 1.2rem; text-align: left; font-style: italic">Figure 4. The after-treated water is evacuated outside of the WWTP.</p>
 +
        </div>
  
 +
        </div>
 +
      </div>
  
 +
      <button id="gov" class="accordion">Conversation with Government and Our Recommendation</button>
 +
      <div class="panel">
 +
      <div class="paneltext">
 +
        <p>Aside from new product invention, it is also vital to draw more attention from the local government on the current issue of nanoparticle pollution. Therefore, we sent several emails to the related authorities including DSPA (the environmental protection bureau) and DSEC (the statistics and census bureau) under the government of the Macau Special Administrative Region. The related statistics in the quality of surrounding water was required, and the specific wastewater treatment technologies were enquired in emails.</p>
  
 +
        <p>We received the data and responds to our questions from all the authorities inquired. Unfortunately, the data are not allowed to be opened to the public. We noticed that though a vast amount of money was invested in wastewater treatment, nanoparticle pollution is still out of the concerns. While nanotechnology is rapidly developing globally, the associated regulations on nanotechnology applications as well as nano-waste disposal in Macau are still not well elaborated, and the nanoparticle supervision system is still not well established.</p>
  
<div class="igem_2019_team_mobile_bar">
+
        <p>We then gave our recommendations with the proposition of calling for more discussions and official engrossments in the issue of nanoparticle pollution and urging the establishment of an efficient nanoparticle supervision system. It is reassuring that we got a very positive response from the government that more attention will be paid on the nanoparticle pollution as well as the related scientific breakthrough. The environmental protection bureau promised that they will keep focusing on the related issues to improve the water treatment facilities in Macau.</p>
+
<div class="igem_logo_mobile">
+
<img src="https://static.igem.org/mediawiki/2019/3/3c/Igem_mobile_menu_logo.svg">
+
</div>
+
  
 +
        <div style="display: block; margin-left: auto; margin-right: auto; width: 90%">
 +
        <img class="img-fluid" src="https://static.igem.org/mediawiki/2019/c/c2/T--UM_Macau--govern.png">
 +
        <p style="font-size: 1.2rem; text-align: left; font-style: italic">Figure 5. The flag of Macau.</p>
 +
        </div>
  
<div class="igem_menu_control_mobile">
+
      </div>
<img id="menu_control_image" src="https://static.igem.org/mediawiki/2019/e/ee/2019_team_menu_icon.svg">
+
      </div>
</div>
+
  
</div>
+
      <button class="accordion">HK Experts Interview</button>
 +
      <div class="panel">
 +
      <div class="paneltext">
 +
        <p>At the functional test stage of our project, we noticed that there was a distance existing between our lab designs and the practical situation. The ideal sticky protein complex designed only based on original theory from labs may have difficulties in practical applications. We needed more professional suggestions in the knowledge of nanoparticle elimination for anticipating the potential risks in our design. Besides, more opinions from different perspectives were needed for better justification of our project. Therefore, with the help from our PI, we contacted three Hong Kong experts who are proficient in either nanoparticle or water environmental protection. By inquiries, we were able to have a broader vision in the nanoparticle industry and the possible drawbacks in our project, which inspired and motivated us to optimize our lab designs.</p>
  
 +
        <p>All professors presented their beliefs that the nanoparticle with exceed  concentration is harmful to human health and the survival of certain microorganisms, which is consistent with what we originally learned and expected. As Professor Leung, Kenneth Mei Yee said,</p>
  
 +
        <p style="font-style: italic">“The current amount of nanoparticles is not enough to pose a serious threat to human health and marine ecosystem, but once its amount exceed a specified threshold, it could adverse human health”</p>
  
 +
        <div style="display: block; margin-left: auto; margin-right: auto; width: 90%">
 +
        <img class="img-fluid" src="https://static.igem.org/mediawiki/2019/e/ee/T--UM_Macau--hp_hku_inter_1.JPG">
 +
        <p style="font-size: 1.2rem; text-align: left; font-style: italic">Figure 6. Photo with Professor Leung, Kenneth Mei Yee.</p>
 +
        </div>
  
<div class="igem_2019_team_menu">
+
        <p>However, we learned from the interview that the application of nanoparticles in real life is much wider than what we expected, which inspired us in the functional test stage to enlarge the categories of our targeting nanoparticles.</p>
  
 +
        <p>Some potential drawbacks in SANCE had been raised up by professors in concerns of low tolerance of nanoparticle cytotoxicity, which motivated us to improve our SANCE by maintaining the biological activity of our sticky protein complex even after the death of the organism itself.</p>
  
<a href="https://2019.igem.org/Team:Example">
+
        <p>Other concerns raised were mainly about the practical application  of SANCE. The complicated interaction between activated sludge and nanoparticles adds more difficulties in predicting and controlling the movement and performance of SANCE. Therefore, Dr. Olivier Habimana did not recommend to applied SANCE in activated sludge, instead, he suggested we apply our product in the form of biofilm. With further consideration from this advice, we discovered the potential in SANCE of being applied as membrane treatment. The magnet feature of SANCE enabled the controllable immobilization. Together with suitable filter membrane as a vector, the biofilm system targeting nanoparticles enabled by SANCE is possible in practical application.</p>
<img src="https://placehold.it/350x150/ececec/cecece">
+
</a>
+
  
 +
        <div style="display: block; margin-left: auto; margin-right: auto; width: 90%">
 +
        <img class="img-fluid" src="https://static.igem.org/mediawiki/2019/0/02/T--UM_Macau--hp_hku_inter_2.JPG">
 +
        <p style="font-size: 1.2rem; text-align: left; font-style: italic">Figure 7. Photo with Dr. Olivier Habimana.</p>
 +
        </div>
  
 +
        <p>Moreover, the concerns in the safety of directly releasing SANCE as GMOs in wastewater treatment plants were addressed. Upon this issue, we recontacted the manager from WWTP in Macau and found out that the current E. coli elimination rate is very high up to 100%, which ensures no emission of GMO E. coli into the natural environment. Besides, the extra accessional magnetic field also gives  double insurance in the control of SANCE from emission.</p>
  
<a href="https://2019.igem.org/Team:Example">
+
        <p>In other possible applications of SANCE, Professor V. Thiyagarajan provided another creative suggestion that SANCE can be used as a nanoparticle detector. It inspired us and open the possibility of applying SANCE not only in wastewater treatment but everywhere in the presence of nanoparticle pollution.</p>
<div class="menu_item direct_link">
+
HOME
+
</div>
+
</a>
+
  
<!-- Team -->
+
        <div style="display: block; margin-left: auto; margin-right: auto; width: 90%">
<div class="menu_item">
+
        <img class="img-fluid" src="https://static.igem.org/mediawiki/2019/1/19/T--UM_Macau--hp_hku_inter_3.JPG">
<div class="submenu_control_icon"> </div>
+
        <p style="font-size: 1.2rem; text-align: left; font-style: italic">Figure 8. Photo with Professor V. Thiyagarajan.</p>
TEAM
+
        </div>
</div>
+
<div class="submenu">
+
+
<a href="https://2019.igem.org/Team:Example/Team">
+
<div class="submenu_item">
+
Team Members
+
</div>
+
</a>
+
  
<a href="https://2019.igem.org/Team:Example/Collaborations">
+
        <p>Furthermore, several new techniques in detecting the concentration of nanoparticles were suggested by the experts. Fluorescence Correlation Spectroscopy (FCS) and AFM Force Spectroscopy can be adopted in not only detecting the concentration of nanoparticle but also the interaction between our adhesion system and nanoparticles. </p>
<div class="submenu_item">
+
      </div>
Collaborations
+
      </div>
</div>
+
    </div>
</a>
+
</div>
+
  
 +
    <div id="survey" style="padding-top: 12%">
 +
      <h2 style="text-decoration: underline">Survey</h2>
 +
      <h2 style="font-size: 1.8rem; font-weight: 500;">Online Questionnaire</h2>
 +
      <p>As a coastal city surrounded by ocean on the three sides, the life of Macaunese is tied up to the sea. Nanoparticle pollution in the surrounding water may directly affect the health of local residents. Therefore, it is crucial in the implementation of water-protection related policy that the basic knowledge of water pollution and protection are well spread and comprehended.  Moreover, in order to promote our project in preparing the future application, to hear the opinions from the general public is one of the primary goals. In these concerns, we designed an online questionnaire with questions investigating how residents recognize water pollution and broadening their knowledge of nanoparticle pollution.  We were able to collect about 251 valid replies at the end. The answer indicates that most Macanese have concerns that water pollution may influence their life and they are waiting for further water quality improvement in the surrounding water area. We realized the necessity to devise a product for helping to alleviate nanoparticle pollution in the local water area. The online survey indicated that local residents generally support the water improvement project, which provides more possibilities in the practical application of SANCE.</p>
  
<!-- Project -->
+
    <!-- Container for the image gallery -->
<div class="menu_item">
+
<div class="container">
<div class="submenu_control_icon"> </div>
+
PROJECT
+
</div>
+
<div class="submenu">
+
+
<a href="https://2019.igem.org/Team:Example/Description">
+
<div class="submenu_item">
+
Description
+
</div>
+
</a>
+
  
<a href="https://2019.igem.org/Team:Example/Design">
+
  <!-- Full-width images with number text -->
<div class="submenu_item">
+
  <div class="mySlides">
Design
+
      <img src="https://static.igem.org/mediawiki/2019/5/52/T--UM_Macau--result2.jpeg" style="width:90%">
</div>
+
  </div>
</a>
+
  
<a href="https://2019.igem.org/Team:Example/Experiments">
+
  <div class="mySlides">
<div class="submenu_item">
+
      <img src="https://static.igem.org/mediawiki/2019/a/aa/T--UM_Macau--result4.jpeg" style="width:90%">
Experiments
+
  </div>
</div>
+
</a>
+
  
 +
  <div class="mySlides">
 +
      <img src="https://static.igem.org/mediawiki/2019/a/a9/T--UM_Macau--result3.jpeg" style="width:90%">
 +
  </div>
  
<a href="https://2019.igem.org/Team:Example/Notebook">
+
  <!-- Next and previous buttons -->
<div class="submenu_item">
+
  <a class="prev" onclick="plusSlides(-1)">&#10094;</a>
Notebook
+
  <a class="next" onclick="plusSlides(1)">&#10095;</a>
</div>
+
</a>
+
+
<a href="https://2019.igem.org/Team:Example/Contribution">
+
<div class="submenu_item">
+
Contribution
+
</div>
+
</a>
+
  
<a href="https://2019.igem.org/Team:Example/Results">
+
  <!-- Image text -->
<div class="submenu_item">
+
  <div class="caption-container">
Results
+
    <p id="caption" style="font-size: 1.2rem; font-style: italic;"></p>
</div>
+
  </div>
</a>
+
  
 +
  <!-- Thumbnail images -->
 +
  <div class="slideshow row">
 +
    <div class="column">
 +
      <img class="demo cursor" src="https://static.igem.org/mediawiki/2019/5/52/T--UM_Macau--result2.jpeg" style="width:100%" onclick="currentSlide(1)" alt="Figure 9. The result of the questionnaire question “Do you think the quality of surrounding water (such as rivers or offshore water) around Macau needs to be improved?” Most people believe that quality needs to be changed.">
 +
    </div>
 +
    <div class="column">
 +
      <img class="demo cursor" src="https://static.igem.org/mediawiki/2019/a/aa/T--UM_Macau--result4.jpeg" style="width:100%" onclick="currentSlide(2)" alt="Figure 10. The result of the questionnaire question “Can you accept using microorganisms such as bacteria, which later are removed, to help filter your water for safe drinking?” People chose “Yes, I can.” take up the most percentage up to 68.6%.">
 +
    </div>
 +
    <div class="column">
 +
      <img class="demo cursor" src="https://static.igem.org/mediawiki/2019/a/a9/T--UM_Macau--result3.jpeg" style="width:100%" onclick="currentSlide(3)" alt="Figure11. The result of the questionnaire question “Do you think water pollution affects your daily life?” Most people think water pollution affects their life.">
 +
    </div>
 +
  </div>
 +
</div>
  
<a href="https://2019.igem.org/Team:Example/Demonstrate">
 
<div class="submenu_item">
 
Demonstrate
 
</div>
 
</a>
 
  
<a href="https://2019.igem.org/Team:Example/Improve">
 
<div class="submenu_item">
 
Improve
 
</div>
 
</a>
 
  
<a href="https://2019.igem.org/Team:Example/Attributions">
+
     
<div class="submenu_item">
+
     
Attributions
+
</div>
</div>
+
</a>
+
  
</div>
 
  
 +
<div id="commu" style="padding-top: 12%">
 +
      <h2>iGEM Team Communication</h2>
 +
      <p>During the whole iGEM period, we proactively participated and initiated several inter-team communications including participating online and offline symposiums, contacting for team meet-up and lab collaborations. We received a lot of valuable suggestions in various perspectives and stages of our project with regard to iGEM regulations interpretation, project construction, and optimization, the past experience in Giant Jamboree.</p>
  
<div class="menu_item">
+
      <button class="accordion">Hong Kong_CUHK Meet-Up</button>
<div class="submenu_control_icon"> </div>
+
      <div class="panel">
PARTS
+
      <div class="paneltext">
</div>
+
        <p>With the introduction by our PI, we had a contact with the iGEM2019 team Hong Kong_CUHK and organized a meet-up in HK. This is the 7th time that the Chinese University of Hong Kong forming teams and participating in iGEM. The meet-up brought us a valuable chance of learning experience and exchanging ideas. With their assistance, we had a more distinct target in track selection. Their advice on plasmid construction also helped us in generating better protein expression. By listening to their sharing, we learned some skills and tips in participating in the final Giant Jamboree.</p>
<div class="submenu">
+
+
<a href="https://2019.igem.org/Team:Example/Parts">
+
<div class="submenu_item">
+
Parts Overview
+
</div>
+
</a>
+
  
<a href="https://2019.igem.org/Team:Example/Basic_Part">
+
        <div class="row" style="margin-left:auto; margin-right:auto;text-align: center; width: 90%;">
<div class="submenu_item">
+
        <div class="col-lg-6" style="padding-right: 0px">
Basic Parts
+
          <img class="img-fluid"  src="https://static.igem.org/mediawiki/2019/1/1f/T--UM_Macau--hp_cuhk_4.JPG">
</div>
+
        </div>
</a>
+
        <div class="col-lg-6" style="padding-right: 0px">
 +
          <img class="img-fluid" src="https://static.igem.org/mediawiki/2019/d/dd/T--UM_Macau--hp_cuhk_3.JPG">
 +
        </div>
 +
        <div class="row" style="margin-left:auto; margin-right:auto;text-align: center; width: 100%;">
 +
          <p style="font-size: 1.2rem; text-align: center; font-style: italic; padding-left: 15px">Figure 12. Group photos with members from Hong Kong_CUHK</p>
 +
        </div>
  
<a href="https://2019.igem.org/Team:Example/Composite_Part">
 
<div class="submenu_item">
 
Composite Parts
 
</div>
 
</a>
 
  
<a href="https://2019.igem.org/Team:Example/Part_Collection">
+
      </div>
<div class="submenu_item">
+
     
Part Collection
+
</div>
+
</a>
+
</div>
+
  
+
      </div>
+
      </div>
+
+
  
<a href="https://2019.igem.org/Team:Example/Safety">
+
      <button class="accordion">The Second Guangdong-Hong Kong-Macau Great Bay Area iGEM Synthetic Biology Development Forum</button>
<div class="menu_item direct_link">
+
      <div class="panel">
SAFETY
+
      <div class="paneltext">
</div>  
+
        <p>After designing the bio-bricks, more perspectives and opinions were needed to justify our construction. We attended The Second Guangdong-Hong Kong-Macau Great Bay Area iGEM Synthetic Biology Development Forum. This forum attracted iGEM teams all around to share their ideas with each other through presentations and poster displays. We got some suggestions from other teams in experiment design and lab management. A good relationship and possibility of future lab collaborations were built up with the efforts of all related parties.</p>
</a>
+
  
 +
        <div class="row" style="margin-left:auto; margin-right:auto;text-align: center; width: 90%;">
 +
          <img class="img-fluid" style="padding-left: 15px; padding-bottom: 15px" src="https://static.igem.org/mediawiki/2019/8/89/T--UM_Macau--HP02.jpeg">
 +
        <div class="col-lg-6" style="padding-right: 0px">
 +
          <img class="img-fluid"  src="https://static.igem.org/mediawiki/2019/9/95/T--UM_Macau--hp_gz_2.JPG">
 +
        </div>
 +
        <div class="col-lg-6" style="padding-right: 0px">
 +
          <img class="img-fluid" src="https://static.igem.org/mediawiki/2019/4/46/T--UM_Macau--hp_gz_1.JPG">
 +
        </div>
 +
        <div class="row" style="margin-left:auto; margin-right:auto;text-align: center; width: 100%;">
 +
          <p style="font-size: 1.2rem; text-align: center; font-style: italic; padding-left: 15px">Figure 13. Photos in Guang Zhou symposium.</p>
 +
        </div>
 +
      </div>
  
  
  
 +
      </div>
 +
      </div>
  
 +
      <button class="accordion">iGEM x Sustainable Development Goals Online Conference</button>
 +
      <div class="panel">
 +
      <div class="paneltext">
 +
        <p>Held by TAC_Taipei, we joined the iGEM x Sustainable Development Goals Online Conference in order to discuss and extend the value of iGEM projects under consideration of the 17 UN sustainable development goals. The different targets and advantages of each team were presented related to one specific or more than one goal of the 17. We exchanged our views on GMO safety, different water quality regulations from different countries and regions as well as our efforts on promoting and assisting SDGs through the construction of our own iGEM project. As a team targeting the water environment protection, we mainly put our focus on the 6th and 14th goals on the webinar in terms of conserving and sustainably using the oceans, seas and marine resources for sustainable development. </p>
  
<div class="menu_item">
+
        <div style="display: block; margin-left: auto; margin-right: auto; width: 90%">
<div class="submenu_control_icon"> </div>  
+
        <img class="img-fluid" src="https://static.igem.org/mediawiki/2019/f/f8/T--UM_Macau--hp_SDG_webinar.png">
HUMAN PRACTICES
+
        <p style="font-size: 1.2rem; text-align: left; font-style: italic">Figure14. The screen-shot of the chat room of SDG & iGEM webinar.</p>
</div>  
+
        </div>
  
<div class="submenu">
+
      </div>
 +
      </div>
  
<a href="https://2019.igem.org/Team:Example/Human_Practices">
+
      <button class="accordion">The 1st HK iGEM Symposium 2019</button>
<div class="submenu_item">
+
      <div class="panel">
Human Practices
+
      <div class="paneltext">
</div>
+
        <p>In order to enhance the communication with the local teams to seek collaboration and learn experience, we participated in the 1st HK iGEM Symposium 2019 held by CUHK iGEM2019 team. Here we got a chance to present and illustrate our project to other four university teams and four high school teams from Hong Kong. With the advice and suggestions provided by other teams and PIs, we had a better understanding of basic iGEM regulations and acquired more experience in presenting and defending our propositions. This meeting also inspired us to establish the mentorship with local high school iGEM2019 team Pui Ching_Macau.</p>
</a>
+
  
 +
        <div class="row" style="margin-left:auto; margin-right:auto;text-align: center; width: 100%;">
 +
          <img class="img-fluid" style="padding-left: 15px; padding-bottom: 15px; width: 60%; display: block; margin-left: auto; margin-right: auto;" src="https://static.igem.org/mediawiki/2019/8/89/T--UM_Macau--hp_HK_sympo.png">
 +
        <div class="col-lg-6" style="padding-right: 0px">
 +
          <img class="img-fluid"  src="https://static.igem.org/mediawiki/2019/2/29/T--UM_Macau--hp_HK_sympo_1.png">
 +
        </div>
 +
        <div class="col-lg-6" style="padding-right: 0px">
 +
          <img class="img-fluid" src="https://static.igem.org/mediawiki/2019/b/b2/T--UM_Macau--hp_HK_sympo_2.png">
 +
        </div>
 +
        <div class="row" style="margin-left:auto; margin-right:auto;text-align: center; width: 100%;">
 +
          <p style="font-size: 1.2rem; text-align: center; font-style: italic; padding-left: 15px">Figure 15. Photo of the 1st HK iGEM Symposium 2019.</p>
 +
        </div>
 +
      </div>
  
<a href="https://2019.igem.org/Team:Example/Public_Engagement">
+
      </div>
<div class="submenu_item">
+
      </div>
Education & Engagement
+
</div>
</div>
+
</a>
+
  
</div>
+
<div id="Achievement" style="padding-top: 12%">
 +
      <h1>Achievement</h1>
 +
      <p>The design of SANCE is targeting the nanoparticle pollution in local wastewater. We designed and conducted the <b style="font-weight: 800">stakeholder analysis</b> to investigate how does our project affect society and how does the local society respond to our project. Under these concerns, we conducted the human practices activities contacting the stakeholders with regards to the public, the government, and the wastewater treatment plant. </p>
  
 +
      <p>Through the online questionnaire towards the <b style="font-weight: 800">Macau residents</b>, we found that there are a large number of replies believing that the water environment in Macau is not satisfied and more technologies need to be applied for more efficient treatment. In this way, we were able to hear the voice of the public and understand the current demands of water treatment. Besides, we also learned that most of the responders can accept the application of engineered microorganisms in the wastewater treatment process. The results surprised us that the public acceptance of GMOs in practical application is quite generous.</p>
  
 +
      <p>The interview with <b style="font-weight: 800">the  WWTP</b> manager enlightened us a lot on how to apply our SANCE in practical use. We then came up with two strategies for implementing the SANCE into the current wastewater treatment process. The first one is directly applying SANCE into the biological secondary active sludge in the primary treatment stage. However, this proposal was abandoned by us after the interview with the HK experts. There are too many components in sludge and the performance of our SANCE can not be predicted and controlled easily. Therefore, we gave the second proposal, applying SANCE after the sludge treatment before the sterilization stage. In this way, we can predict the movement of SANCE more easily as well as assess the overall performance of SANCE. Besides, separation from the sludge can also help with the controlling effect generated by the accessional magnetic field. </p>
  
 +
      <p>The contact with <b style="font-weight: 800">authorities under the government</b> revealed the possible gaps in the regulations of nanotechnology and GMO safety. We then gave our recommendations upon the related issues to the government and got the positive replies from the government that more attention will be paid on the  related questions and more encouragement will be provided to the emerging technologies upon wastewater treatment.</p>
  
 +
      <p>As for our <b style="font-weight: 800">GMO safety</b> part, we learned from the government that currently, Macau does not have any other specific labeling regulations for GMO. However, concerning that applying GMO products in the real wastewater treatment process may lead to GMO contamination to the surrounding environment, we proposed a GMO contamination controlling system by combining the current sterilization stage of the WWTP in Macau with the accessional feature of our SANCE. After we discussed our concerns about the GMO contamination to our lab, we came up with this new feature of SANCE that by <a href="https://2019.igem.org/Team:UM_Macau/Experiments#features">overexpressing the gene Ftna to magnetize SANCE</a> by triggering the Ferric ions crystallization inside the E. coli. The expression of Ftna gene is able to generate ferritin protein complex and achieve the storage of Ferric ions. By adding the accessional magnetic field, we are able to achieve the immobilization of SANCE and avoid the release of the GMO product. </p>
  
<div class="menu_item">
+
      <div style="display: block; margin-left: auto; margin-right: auto; width: 90%">
<div class="submenu_control_icon"> </div>  
+
        <img class="img-fluid" style="width:80%" src="https://static.igem.org/mediawiki/2019/0/07/T--UM_Macau--result1.png">
AWARDS
+
        <img class="img-fluid" src="https://static.igem.org/mediawiki/2019/7/7e/T--UM_Macau--result5.png">
</div>  
+
        <p style="font-size: 1.2rem; text-align: left; font-style: italic">Figure 16. The concept diagram illustrates how is immobilization achieved. And the result presents the performance of our SANCE.</p>
 +
        </div>
  
<div class="submenu">
+
      <p>As for exploration of the <b style="font-weight: 800">sustainability of SANCE</b>, we only had enough time for basic information collection and gave the primitive suggestion in future direction accordingly. Through the SDG & iGEM webinar, we had a chance to explore the potentials of SANCE in encouraging the development and advancement of the 17 Sustainable Development Goals. </p>
  
<a href="https://2019.igem.org/Team:Example/Entrepreneurship">
+
      <p>By targeting the nanoparticle pollution in the local wastewater treatment process, the SANCE might be applied to help with the 6th Goal “Clean water and Sanitation” and the 14th Goal “Life below water”. </p>
<div class="submenu_item">
+
Entrepreneurship
+
</div>
+
</a>
+
  
<a href="https://2019.igem.org/Team:Example/Hardware">
+
      <div style="display: block; margin-left: auto; margin-right: auto; width: 80%">
<div class="submenu_item">
+
        <img class="img-fluid" style="width: 75%; display: block; margin-left:auto; margin-right: auto;" src="https://static.igem.org/mediawiki/2019/a/a7/T--UM_Macau--sdggoal.png">
Hardware
+
        </div>
</div>
+
</a>
+
  
<a href="https://2019.igem.org/Team:Example/Measurement">
+
</div>
<div class="submenu_item">
+
Measurement
+
</div>
+
</a>
+
  
<a href="https://2019.igem.org/Team:Example/Model">
+
<div id="acknowledgement" style="padding-top: 12%">
<div class="submenu_item">
+
      <h1>Acknowledgement</h1>
Model
+
      <p>We would like to express our most sincere gratitude to those who assisted and helped us in this project SANCE by UM_Macau iGEM2019.</p>
</div>
+
      <br>
</a>
+
      <br>
 +
      <h3 style="text-decoration: underline" >Hong Kong Experts</h3>
 +
      <p style="font-style: italic; font-weight: 600;">Professor Leung, Kenneth Mei Yee</p>
 +
      <p>Professor at The University of HongKong, expert in marine ecological and environmental science, provided knowledge of nanoparticle in the marine environment and comments on our project.</p>
 +
      <br>
 +
      <p style="font-style: italic; font-weight: 600;">Dr. Olivier Habimana</p>
 +
      <p>Professor at the University of HongKong, recurrent research in the ecosystem and environment area, provided technique suggestions and his opinion about nanoparticles and SANCE.</p>
 +
      <br>
 +
      <p style="font-style: italic; font-weight: 600;">Professor V. Thiyagarajan</p>
 +
      <p>Professor at The University of HongKong, an expert in marine ecological science, provided his opinion about the impact of nanoparticles on humans and the marine ecosystem and inspired us on other applications of SANCE.</p>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <h3 style="text-decoration: underline">The fishermen from sea products markets in Macau</h3>
 +
      <p>Local fishermen from sea products markets called Mercado Municipal do Patane and fish stores next to the wharf, provided valuable and helpful information for our project.</p>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <h3 style="text-decoration: underline">Volunteers</h3>
 +
      <p>Volunteers from the Faculty of Health Sciences, University of Macau undergraduate students assisted us in the seafood market interview in  recording information, asking questions and taking photos.</p>
 +
      <br>
 +
      <p style="font-weight: 600;">Name List</p>
 +
      <ol style="font-family:'Lato'; font-size: 1.3rem; font-weight: 500;">
 +
        <li>CHAN NGA IENG </li>
 +
        <li>SU HONGYI</li>
 +
        <li>FU IOI</li>
 +
        <li>FENG YUZHAO</li>
 +
        <li>XIE SHU YAO</li>
 +
      </ol>
 +
</div>
  
<a href="https://2019.igem.org/Team:Example/Plant">
+
<div id="reference" style="padding-top: 12%">
<div class="submenu_item">
+
      <h1>Reference</h1>
Plant
+
      <ol style="font-family:'Lato'; font-size: 1.3rem; font-weight: 500; font-style: italic;">
</div>
+
        <li>Taniguchi, N. (1974) On the Basic Concept of Nanotechnology. Proceedings of the International Conference on Production Engineering, Tokyo, 18-23.</li>
</a>
+
        <li>Boxall, A. B., Tiede, K., & Chaudhry, Q. (2007). Engineered nanomaterials in soils and water: how do they behave and could they pose a risk to human health? Nanomedicine, 2(6), 919–927. https://doi.org/10.2217/17435889.2.6.919</li>
 +
        <li>Khan, I., Saeed, K., & Khan, I. (2017). Nanoparticles: Properties, applications and toxicities. Arabian Journal of Chemistry. https://doi.org/10.1016/j.arabjc.2017.05.011</li>
 +
        <li>López-Serrano, A., Olivas, R. M., Landaluze, J. S., & Cámara, C. (2014). Nanoparticles: a global vision. Characterization, separation, and quantification methods. Potential environmental and health impact. Anal. Methods, 6(1), 38–56. https://doi.org/10.1039/C3AY40517F</li>
 +
        <li>Sayes, C. M. (2014). The Relationships among Structure, Activity, and Toxicity of Engineered Nanoparticles. KONA Powder and Particle Journal, 31(0), 10–21. https://doi.org/10.14356/kona.2014002</li>
 +
        <li>What is Nano? - The Nanodatabase. (2013). Retrieved October 19, 2019, from http://nanodb.dk/en/what-is-nano/</li>
 +
        <li>Hull, M., & Bowman, D. (2014). Nanotechnology Environmental Health and Safety: Risks, Regulation, and Management. Retrieved from https://books.google.com/books/about/Nanotechnology_Environmental_Health_and.html?id=3ztOAwAAQBAJ&source=kp_cover</li>
 +
        <li>Shah, M. A. (2015). Nanotechnology Applications for Improvements in Energy Efficiency and Environmental Management. Advances in Environmental Engineering and Green Technologies. https://doi.org/10.4018/978-1-4666-6304-6</li>
 +
        <li>Le-Clech, P., Chen, V., & Fane, T. A. G. (2006). Fouling in membrane bioreactors used in wastewater treatment. Journal of Membrane Science, 284(1–2), 17–53. https://doi.org/10.1016/j.memsci.2006.08.019</li>
 +
        <li>Yuen, C. (2018). Macau Food and Agricultural Import Regulations and Standards Report. Retrieved from https://www.fas.usda.gov/search/Macau</li>
 +
        <li>Westerhoff, P. K., Kiser, M. A., & Hristovski, K. (2013). Nanomaterial Removal and Transformation During Biological Wastewater Treatment. Environmental Engineering Science, 30(3), 109–117. Retrieved from: DOI:10.1089/ees.2012.0340 </li>
 +
      </ol>
 +
</div>
 +
</div>
 +
</div>
 +
<!--End of Wrapper-->
  
  
<a href="https://2019.igem.org/Team:Example/Software">
+
<!--JS for Accordion-->
<div class="submenu_item">
+
<script>
Software
+
var acc = document.getElementsByClassName("accordion");
</div>
+
var i;
</a>
+
  
</div>  
+
for (i = 0; i < acc.length; i++) {
 +
  acc[i].addEventListener("click", function() {
 +
    this.classList.toggle("active");
 +
    var panel = this.nextElementSibling;
 +
    if (panel.style.maxHeight) {
 +
      panel.style.maxHeight = null;
 +
    } else {
 +
      panel.style.maxHeight = panel.scrollHeight + "px";
 +
    }
 +
  });
 +
}
 +
</script>
  
 +
<!--JS for slideshow-->
 +
<script>
 +
  var slideIndex = 1;
 +
showSlides(slideIndex);
  
 +
// Next/previous controls
 +
function plusSlides(n) {
 +
  showSlides(slideIndex += n);
 +
}
  
<a href="https://igem.org/2019_Judging_Form?team=Example">
+
// Thumbnail image controls
<div class="menu_item direct_link">
+
function currentSlide(n) {
JUDGING FORM ⇗
+
  showSlides(slideIndex = n);
</div>
+
}
</a>
+
  
 +
function showSlides(n) {
 +
  var i;
 +
  var slides = document.getElementsByClassName("mySlides");
 +
  var dots = document.getElementsByClassName("demo");
 +
  var captionText = document.getElementById("caption");
 +
  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(" activ", "");
 +
  }
 +
  slides[slideIndex-1].style.display = "block";
 +
  dots[slideIndex-1].className += " activ";
 +
  captionText.innerHTML = dots[slideIndex-1].alt;
 +
}
 +
</script>
 +
<!--End of JS for Slideshow-->
  
+
<!--End of Wrapper-->
<div class="menu_padding"></div>
+
+
  
  
 +
<!--Footer-->
 +
<footer class="footerall container-fluid">
 +
  <div class="row align-items-center">
 +
    <div class="logo col-sm-6 col-lg-3">
 +
      <img class="img-fluid" src="https://static.igem.org/mediawiki/2019/9/96/T--UM_Macau--homepicigem.png" style="width:200px">
 +
    </div>
 +
    <div class="contact col-sm-6 col-lg-3">
 +
      <h4>CONTACT US</h4>
 +
      <h5>umac.igem@gmail.com</h5>
 +
      <br>
 +
      <h4>FOLLOW US</h4>
 +
        <a href="https://www.facebook.com/igemumac2019/"><img class="img-fluid social" src="https://static.igem.org/mediawiki/2019/8/80/T--UM_Macau--homepicfb.png"></a>
 +
        <a href="https://www.instagram.com/igem_ummacau/"><img class="img-fluid social" src="https://static.igem.org/mediawiki/2019/d/da/T--UM_Macau--homepicinsta.png"></a>
 +
      </div>
  
 +
    <div class="sponsor col-sm-12 col-lg-6">
 +
      <div class="row align-items-center">
 +
        <div class="col-sm-4 "><img class="img-fluid" src="https://static.igem.org/mediawiki/2019/3/3b/T--UM_Macau--homepicum.png" style="width:100%"></div>
 +
        <div class="col-sm-4 "><img class="img-fluid" src="https://static.igem.org/mediawiki/2019/5/5e/T--UM_Macau--homepicfhs.png" style="width:100%  "></div>
 +
        <div class="col-sm-4 "></div>
 +
      </div>
 +
      <div class="row align-items-center">
 +
        <div class="col-sm-4 "><img class="img-fluid" src="https://static.igem.org/mediawiki/2019/c/c4/T--UM_Macau--homepicidt.png" style="width:100%"></div>
 +
        <div class="col-sm-4 "><img class="img-fluid" src="https://static.igem.org/mediawiki/2019/a/aa/T--UM_Macau--homepictwist.png" style="width:100%"></div>
 +
        <div class="col-sm-4 "><img class="img-fluid" src="https://static.igem.org/mediawiki/2019/8/8a/T--UM_Macau--homepiclumicks.png" style="width:100%"></div>
 +
      </div>
 +
      <div class="row align-items-center">
 +
        <div class="col-sm-4 "><img class="img-fluid" src="https://static.igem.org/mediawiki/2019/9/9c/T--UM_Macau--homepicdiagon.png" style="width:100%"></div>
 +
        <div class="col-sm-4 "><img class="img-fluid" src="https://static.igem.org/mediawiki/2019/4/43/T--UM_Macau--homepicgjb.png" style="width:100%"></div>
 +
        <div class="col-sm-4"></div>
 +
      </div>
 +
    </div>
 +
  </div>
 +
  <hr>
 +
  <div>
 +
    <div class="row">
 +
    <div class="col-sm-12 text-center">
 +
      <h6>iGEM 2019 UM_Macau</h6>
 +
    </div>
 +
    </div>
 +
  </div>
 +
</footer>
  
</div>
+
</body>
 
+
</html>
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
<!--- Content of the page  --->
+
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
 
+
 
+
<div class="igem_2019_team_content">
+
<div class="igem_2019_team_column_wrapper">
+
<div class="clear extra_space"></div>
+
<div class="clear extra_space"></div>
+

Latest revision as of 16:59, 23 November 2019


Integrated Human Practices

Overview

Inspiration

How does HP help in this stage?

Biobricks Construction

How does HP help in this stage?

Functional Test

How does HP help in this stage?

Practical Application

How does HP help in this stage?

Background

Nanotechnology

Since the 1990s, the new wave of technology revolution driven by nanotechnology has brought us into a new age when scientists start to put their eyes on the property and potency of particles and molecules with ultrafine size. In fact, the word “nanotechnology” was firstly defined and used in 1974 by Norio Taniguchi in a paper titled “On the basic concept of Nano-technology”. And by the 1980s, people were regularly using and spreading the word “Nanotechnology”. Compared to large-scale counterparts, the nanomaterials tend to give better properties like increased strength, chemical reactivity, and conductivity. After entering the 20th century, the boom of nanotechnology has been enabling the wider and wider application of nanomaterials such as that in electronic devices, automobiles, cosmetic products, optics, even pharmaceuticals. (Hull & Bowman, 2014)


Nanoparticle pollution

The nanoparticles were defined as the ultrafine particles with a diameter between 1 to 100 nm. To put that in perspective, a nanometer is one-millionth of a millimeter, or about 100,000 times smaller than the diameter of a human hair. (“What is Nano? - The Nanodatabase,” 2013) It can be briefly classified into two categories, natural resourced-nanoparticles and engineered nanoparticles. It must not be overlooked that the nano-waste is generated from the process of the nanomaterial manufacturing process as well as from the after disposal nanodevices.

Generally, nanoparticles can be classified into six categories based on their fundamental structure in terms of carbon-based nanoparticles, metal-based nanoparticles, semiconductive nanoparticles, ceramic nanoparticles, polymeric nanoparticles, and lipid-based nanoparticles. (Ibrahim Khan, 2017) The diversity in chemical structure and property becomes one of the main obstacles in dealing with nanoparticle pollution.

Concerns about the health implications of nanomaterials have been expressed because particles and materials in the nanosize range may pose toxicological hazards due to their enhanced reactivity and potential for enhanced systemic availability. (Christie M. Sayes et. al., 2014) The release of the nanoparticle waste into the environment may generate ecotoxicity effect. Many studies indicate that exposure to the nanoparticles may lead to the absorption of ecotoxic nanoparticles and leading to irreversible damages. The mechanisms are various by different nanoparticle categories and the targeting organisms. (Boxall, Tiede, Chaudhry,2007) For example, an abundance of free chelating Fe nanoparticle was proved to have a close association with the lipid peroxidation, oxidative protein damage and DNA damage in living organisms. (M. A Shah, 2014) Furthermore, it has been reported that nanoparticle cytotoxicity in generating ROS could cause the mitochondria and nucleus damages in human cells. (Ana Lopez-Serrano, 2013)

In the water environment, nanomaterials are often more attractive to water and oil molecules, making them more absorbent than large-scale materials. In this case, nanomaterials were adopted in wastewater treatment to remove pollutants and to clean up oil spills at sea. However, the after used nanomaterials can not be completely removed from the water environment and might be aggregate and accumulate locally to cause long-term effects on local ecosystems. (Hull & Bowman, 2014)


Conventional Methods

The conventional methods have been classified into five main categories including sedimentation, interaction with biomass, specific membrane, continuous-flow system, and biological treatment. The drawbacks include but not limited to nanoparticle size, nanoparticle categories, and high cost in both economy and manpower.

Abstract

Based on such background knowledge and information, we decided to launch the iGEM2019 UM_Macau project SANCE focusing on nanoparticle pollution in the local water environment. We designed and conducted following human practices activities to establish the two-way dialogues between our team and the stakeholders with regards to the government, wastewater plants, and the public; seek enlightenment on the sustainability of SANCE, alleviate the concerns about GMO safety. The interviews, surveys, conversations with government authorities, and inter-team communications were conducted. As documented, we were able to complete the first two goals listed. As for the exploration of sustainability of SANCE, only the basic information was collected and the future direction was discussed. Through the whole process, we investigated the relationship between our SANCE and society with regards to how SANCE acts on nanoparticle pollution in the local wastewater treatment process as well as how the public reacts to applying E. coli as water treatment vector, and how the government response to our project.

Activities

Interview

In order to explore and investigate the real situation of nanoparticle pollution as well as obtain critical feedback from the associated stakeholders about GMO safety and possibility in the practical application of SANCE, we conducted the following interviews and surveys. The visit of WWTP broadened our understandings of current demands in Macau in the aspect of wastewater treatment and inspired us in designing SANCE. By contacting associated government authorities, we managed to drive more attention to nanoparticle pollution, which paved the way for SANCE application in the real WWTP process. Experts from associated areas gave us valuable suggestions, which motivated us informing further thinking in our functional tests stage and emerging new ideas of expanding sustainability by adopting SANCE.

We contacted the DSPA (Direcção dos Serviços de Protecção Ambiental DSPA, The official environmental protection bureau in Macau) and learned that there are currently five WWTPs in Macau. WWTP is considered as one of the stakeholders associated with our project. If we want to promote and implant our project into reality usage, the consultation with the WWTP is necessary. With the help of the government officers, we got a chance to visit the wastewater treatment plants in the Transborder Industrial Zone of Macau.

Figure 1. The group photo of members from UM_Macau and Pui Ching_Macau in front of the wastewater treatment plant.

From the introduction given by the plant’s manager, we learned the whole process of sewage treatment, from the collection to the evacuation. Four core stages were included in terms of pre-treatment, primary treatment, secondary treatment, and biological sludge treatment. We learned that currently, we don’t have the regular supervision systems targeting nanoparticle pollution. Besides, only the basic wastewater treatment techniques were adopted with unclear effects on nanoparticle clearance. The core technology applied in this plant is ATLANTIS® submerged Membrane Bio-Reactor(MBR) technology from Belgium company WaterLeu.

Figure 3. The presenting model of the MBR from WATERLEAU.

In general, the size of the pores in MBR is around 0.1-5 μm which is not able to clean up the ultrafine particles. The construction and operation cost of MBR is much higher than the traditional sludge treatment plant. (Le-Clech, Chen, & Fane, 2006) In the other four wastewater treatment plants, the most commonly used technology that may have effects on nanoparticle clearance is the secondary bio-sludge treatment which allows the bacteria in bio-sludge to clean up the pollutants in wastewater. However, the performance of this method is not satisfied when targeting nanoparticle pollution. Nanoparticle in wastewater processes cytotoxicity towards microorganisms, which could decrease the efficiency of sludge treatment. This informed us that the potential cytotoxicity generated by certain nanoparticles must be taken into consideration in the design of our own product. Under such circumstances, a more effective, economic, toxicity-tolerable method in targeting nanoparticle pollution is urgently needed.

We also learned from the manager that the microorganism control by UV exposure and chemical treatment in the late stage of the wastewater treatment process can achieve around 100% E. coli elimination. These results gave us faith in late GMO safety inspection.

Figure 4. The after-treated water is evacuated outside of the WWTP.

Aside from new product invention, it is also vital to draw more attention from the local government on the current issue of nanoparticle pollution. Therefore, we sent several emails to the related authorities including DSPA (the environmental protection bureau) and DSEC (the statistics and census bureau) under the government of the Macau Special Administrative Region. The related statistics in the quality of surrounding water was required, and the specific wastewater treatment technologies were enquired in emails.

We received the data and responds to our questions from all the authorities inquired. Unfortunately, the data are not allowed to be opened to the public. We noticed that though a vast amount of money was invested in wastewater treatment, nanoparticle pollution is still out of the concerns. While nanotechnology is rapidly developing globally, the associated regulations on nanotechnology applications as well as nano-waste disposal in Macau are still not well elaborated, and the nanoparticle supervision system is still not well established.

We then gave our recommendations with the proposition of calling for more discussions and official engrossments in the issue of nanoparticle pollution and urging the establishment of an efficient nanoparticle supervision system. It is reassuring that we got a very positive response from the government that more attention will be paid on the nanoparticle pollution as well as the related scientific breakthrough. The environmental protection bureau promised that they will keep focusing on the related issues to improve the water treatment facilities in Macau.

Figure 5. The flag of Macau.

At the functional test stage of our project, we noticed that there was a distance existing between our lab designs and the practical situation. The ideal sticky protein complex designed only based on original theory from labs may have difficulties in practical applications. We needed more professional suggestions in the knowledge of nanoparticle elimination for anticipating the potential risks in our design. Besides, more opinions from different perspectives were needed for better justification of our project. Therefore, with the help from our PI, we contacted three Hong Kong experts who are proficient in either nanoparticle or water environmental protection. By inquiries, we were able to have a broader vision in the nanoparticle industry and the possible drawbacks in our project, which inspired and motivated us to optimize our lab designs.

All professors presented their beliefs that the nanoparticle with exceed concentration is harmful to human health and the survival of certain microorganisms, which is consistent with what we originally learned and expected. As Professor Leung, Kenneth Mei Yee said,

“The current amount of nanoparticles is not enough to pose a serious threat to human health and marine ecosystem, but once its amount exceed a specified threshold, it could adverse human health”

Figure 6. Photo with Professor Leung, Kenneth Mei Yee.

However, we learned from the interview that the application of nanoparticles in real life is much wider than what we expected, which inspired us in the functional test stage to enlarge the categories of our targeting nanoparticles.

Some potential drawbacks in SANCE had been raised up by professors in concerns of low tolerance of nanoparticle cytotoxicity, which motivated us to improve our SANCE by maintaining the biological activity of our sticky protein complex even after the death of the organism itself.

Other concerns raised were mainly about the practical application of SANCE. The complicated interaction between activated sludge and nanoparticles adds more difficulties in predicting and controlling the movement and performance of SANCE. Therefore, Dr. Olivier Habimana did not recommend to applied SANCE in activated sludge, instead, he suggested we apply our product in the form of biofilm. With further consideration from this advice, we discovered the potential in SANCE of being applied as membrane treatment. The magnet feature of SANCE enabled the controllable immobilization. Together with suitable filter membrane as a vector, the biofilm system targeting nanoparticles enabled by SANCE is possible in practical application.

Figure 7. Photo with Dr. Olivier Habimana.

Moreover, the concerns in the safety of directly releasing SANCE as GMOs in wastewater treatment plants were addressed. Upon this issue, we recontacted the manager from WWTP in Macau and found out that the current E. coli elimination rate is very high up to 100%, which ensures no emission of GMO E. coli into the natural environment. Besides, the extra accessional magnetic field also gives double insurance in the control of SANCE from emission.

In other possible applications of SANCE, Professor V. Thiyagarajan provided another creative suggestion that SANCE can be used as a nanoparticle detector. It inspired us and open the possibility of applying SANCE not only in wastewater treatment but everywhere in the presence of nanoparticle pollution.

Figure 8. Photo with Professor V. Thiyagarajan.

Furthermore, several new techniques in detecting the concentration of nanoparticles were suggested by the experts. Fluorescence Correlation Spectroscopy (FCS) and AFM Force Spectroscopy can be adopted in not only detecting the concentration of nanoparticle but also the interaction between our adhesion system and nanoparticles.

Survey

Online Questionnaire

As a coastal city surrounded by ocean on the three sides, the life of Macaunese is tied up to the sea. Nanoparticle pollution in the surrounding water may directly affect the health of local residents. Therefore, it is crucial in the implementation of water-protection related policy that the basic knowledge of water pollution and protection are well spread and comprehended. Moreover, in order to promote our project in preparing the future application, to hear the opinions from the general public is one of the primary goals. In these concerns, we designed an online questionnaire with questions investigating how residents recognize water pollution and broadening their knowledge of nanoparticle pollution. We were able to collect about 251 valid replies at the end. The answer indicates that most Macanese have concerns that water pollution may influence their life and they are waiting for further water quality improvement in the surrounding water area. We realized the necessity to devise a product for helping to alleviate nanoparticle pollution in the local water area. The online survey indicated that local residents generally support the water improvement project, which provides more possibilities in the practical application of SANCE.

iGEM Team Communication

During the whole iGEM period, we proactively participated and initiated several inter-team communications including participating online and offline symposiums, contacting for team meet-up and lab collaborations. We received a lot of valuable suggestions in various perspectives and stages of our project with regard to iGEM regulations interpretation, project construction, and optimization, the past experience in Giant Jamboree.

With the introduction by our PI, we had a contact with the iGEM2019 team Hong Kong_CUHK and organized a meet-up in HK. This is the 7th time that the Chinese University of Hong Kong forming teams and participating in iGEM. The meet-up brought us a valuable chance of learning experience and exchanging ideas. With their assistance, we had a more distinct target in track selection. Their advice on plasmid construction also helped us in generating better protein expression. By listening to their sharing, we learned some skills and tips in participating in the final Giant Jamboree.

Figure 12. Group photos with members from Hong Kong_CUHK

After designing the bio-bricks, more perspectives and opinions were needed to justify our construction. We attended The Second Guangdong-Hong Kong-Macau Great Bay Area iGEM Synthetic Biology Development Forum. This forum attracted iGEM teams all around to share their ideas with each other through presentations and poster displays. We got some suggestions from other teams in experiment design and lab management. A good relationship and possibility of future lab collaborations were built up with the efforts of all related parties.

Figure 13. Photos in Guang Zhou symposium.

Held by TAC_Taipei, we joined the iGEM x Sustainable Development Goals Online Conference in order to discuss and extend the value of iGEM projects under consideration of the 17 UN sustainable development goals. The different targets and advantages of each team were presented related to one specific or more than one goal of the 17. We exchanged our views on GMO safety, different water quality regulations from different countries and regions as well as our efforts on promoting and assisting SDGs through the construction of our own iGEM project. As a team targeting the water environment protection, we mainly put our focus on the 6th and 14th goals on the webinar in terms of conserving and sustainably using the oceans, seas and marine resources for sustainable development.

Figure14. The screen-shot of the chat room of SDG & iGEM webinar.

In order to enhance the communication with the local teams to seek collaboration and learn experience, we participated in the 1st HK iGEM Symposium 2019 held by CUHK iGEM2019 team. Here we got a chance to present and illustrate our project to other four university teams and four high school teams from Hong Kong. With the advice and suggestions provided by other teams and PIs, we had a better understanding of basic iGEM regulations and acquired more experience in presenting and defending our propositions. This meeting also inspired us to establish the mentorship with local high school iGEM2019 team Pui Ching_Macau.

Figure 15. Photo of the 1st HK iGEM Symposium 2019.

Achievement

The design of SANCE is targeting the nanoparticle pollution in local wastewater. We designed and conducted the stakeholder analysis to investigate how does our project affect society and how does the local society respond to our project. Under these concerns, we conducted the human practices activities contacting the stakeholders with regards to the public, the government, and the wastewater treatment plant.

Through the online questionnaire towards the Macau residents, we found that there are a large number of replies believing that the water environment in Macau is not satisfied and more technologies need to be applied for more efficient treatment. In this way, we were able to hear the voice of the public and understand the current demands of water treatment. Besides, we also learned that most of the responders can accept the application of engineered microorganisms in the wastewater treatment process. The results surprised us that the public acceptance of GMOs in practical application is quite generous.

The interview with the WWTP manager enlightened us a lot on how to apply our SANCE in practical use. We then came up with two strategies for implementing the SANCE into the current wastewater treatment process. The first one is directly applying SANCE into the biological secondary active sludge in the primary treatment stage. However, this proposal was abandoned by us after the interview with the HK experts. There are too many components in sludge and the performance of our SANCE can not be predicted and controlled easily. Therefore, we gave the second proposal, applying SANCE after the sludge treatment before the sterilization stage. In this way, we can predict the movement of SANCE more easily as well as assess the overall performance of SANCE. Besides, separation from the sludge can also help with the controlling effect generated by the accessional magnetic field.

The contact with authorities under the government revealed the possible gaps in the regulations of nanotechnology and GMO safety. We then gave our recommendations upon the related issues to the government and got the positive replies from the government that more attention will be paid on the related questions and more encouragement will be provided to the emerging technologies upon wastewater treatment.

As for our GMO safety part, we learned from the government that currently, Macau does not have any other specific labeling regulations for GMO. However, concerning that applying GMO products in the real wastewater treatment process may lead to GMO contamination to the surrounding environment, we proposed a GMO contamination controlling system by combining the current sterilization stage of the WWTP in Macau with the accessional feature of our SANCE. After we discussed our concerns about the GMO contamination to our lab, we came up with this new feature of SANCE that by overexpressing the gene Ftna to magnetize SANCE by triggering the Ferric ions crystallization inside the E. coli. The expression of Ftna gene is able to generate ferritin protein complex and achieve the storage of Ferric ions. By adding the accessional magnetic field, we are able to achieve the immobilization of SANCE and avoid the release of the GMO product.

Figure 16. The concept diagram illustrates how is immobilization achieved. And the result presents the performance of our SANCE.

As for exploration of the sustainability of SANCE, we only had enough time for basic information collection and gave the primitive suggestion in future direction accordingly. Through the SDG & iGEM webinar, we had a chance to explore the potentials of SANCE in encouraging the development and advancement of the 17 Sustainable Development Goals.

By targeting the nanoparticle pollution in the local wastewater treatment process, the SANCE might be applied to help with the 6th Goal “Clean water and Sanitation” and the 14th Goal “Life below water”.

Acknowledgement

We would like to express our most sincere gratitude to those who assisted and helped us in this project SANCE by UM_Macau iGEM2019.



Hong Kong Experts

Professor Leung, Kenneth Mei Yee

Professor at The University of HongKong, expert in marine ecological and environmental science, provided knowledge of nanoparticle in the marine environment and comments on our project.


Dr. Olivier Habimana

Professor at the University of HongKong, recurrent research in the ecosystem and environment area, provided technique suggestions and his opinion about nanoparticles and SANCE.


Professor V. Thiyagarajan

Professor at The University of HongKong, an expert in marine ecological science, provided his opinion about the impact of nanoparticles on humans and the marine ecosystem and inspired us on other applications of SANCE.




The fishermen from sea products markets in Macau

Local fishermen from sea products markets called Mercado Municipal do Patane and fish stores next to the wharf, provided valuable and helpful information for our project.




Volunteers

Volunteers from the Faculty of Health Sciences, University of Macau undergraduate students assisted us in the seafood market interview in recording information, asking questions and taking photos.


Name List

  1. CHAN NGA IENG
  2. SU HONGYI
  3. FU IOI
  4. FENG YUZHAO
  5. XIE SHU YAO

Reference

  1. Taniguchi, N. (1974) On the Basic Concept of Nanotechnology. Proceedings of the International Conference on Production Engineering, Tokyo, 18-23.
  2. Boxall, A. B., Tiede, K., & Chaudhry, Q. (2007). Engineered nanomaterials in soils and water: how do they behave and could they pose a risk to human health? Nanomedicine, 2(6), 919–927. https://doi.org/10.2217/17435889.2.6.919
  3. Khan, I., Saeed, K., & Khan, I. (2017). Nanoparticles: Properties, applications and toxicities. Arabian Journal of Chemistry. https://doi.org/10.1016/j.arabjc.2017.05.011
  4. López-Serrano, A., Olivas, R. M., Landaluze, J. S., & Cámara, C. (2014). Nanoparticles: a global vision. Characterization, separation, and quantification methods. Potential environmental and health impact. Anal. Methods, 6(1), 38–56. https://doi.org/10.1039/C3AY40517F
  5. Sayes, C. M. (2014). The Relationships among Structure, Activity, and Toxicity of Engineered Nanoparticles. KONA Powder and Particle Journal, 31(0), 10–21. https://doi.org/10.14356/kona.2014002
  6. What is Nano? - The Nanodatabase. (2013). Retrieved October 19, 2019, from http://nanodb.dk/en/what-is-nano/
  7. Hull, M., & Bowman, D. (2014). Nanotechnology Environmental Health and Safety: Risks, Regulation, and Management. Retrieved from https://books.google.com/books/about/Nanotechnology_Environmental_Health_and.html?id=3ztOAwAAQBAJ&source=kp_cover
  8. Shah, M. A. (2015). Nanotechnology Applications for Improvements in Energy Efficiency and Environmental Management. Advances in Environmental Engineering and Green Technologies. https://doi.org/10.4018/978-1-4666-6304-6
  9. Le-Clech, P., Chen, V., & Fane, T. A. G. (2006). Fouling in membrane bioreactors used in wastewater treatment. Journal of Membrane Science, 284(1–2), 17–53. https://doi.org/10.1016/j.memsci.2006.08.019
  10. Yuen, C. (2018). Macau Food and Agricultural Import Regulations and Standards Report. Retrieved from https://www.fas.usda.gov/search/Macau
  11. Westerhoff, P. K., Kiser, M. A., & Hristovski, K. (2013). Nanomaterial Removal and Transformation During Biological Wastewater Treatment. Environmental Engineering Science, 30(3), 109–117. Retrieved from: DOI:10.1089/ees.2012.0340

CONTACT US

umac.igem@gmail.com

FOLLOW US


iGEM 2019 UM_Macau