Line 7: | Line 7: | ||
<link rel="icon" type="image/png" href="assets/img/favicon.png"> | <link rel="icon" type="image/png" href="assets/img/favicon.png"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | ||
− | <title> | + | <title>Gold Human Practices</title> |
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' /> | <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' /> | ||
Line 41: | Line 41: | ||
#TITLE{ | #TITLE{ | ||
position: absolute; | position: absolute; | ||
− | width: | + | width: 65%; |
margin-left: 22%; | margin-left: 22%; | ||
− | margin-top: | + | margin-top: 8%; |
} | } | ||
.main{ | .main{ | ||
Line 50: | Line 50: | ||
.text_box{ | .text_box{ | ||
margin-bottom: 3%; | margin-bottom: 3%; | ||
+ | } | ||
+ | .text_section{ | ||
+ | |||
+ | } | ||
+ | .text{ | ||
+ | |||
} | } | ||
</style> | </style> | ||
Line 63: | Line 69: | ||
<img src="https://static.igem.org/mediawiki/2017/0/02/MARSbackground.png" id="BACKGROUND"> | <img src="https://static.igem.org/mediawiki/2017/0/02/MARSbackground.png" id="BACKGROUND"> | ||
<img src="https://static.igem.org/mediawiki/2017/2/22/MARSLogo2.png" id="MARS"> | <img src="https://static.igem.org/mediawiki/2017/2/22/MARSLogo2.png" id="MARS"> | ||
− | <img src="https://static.igem.org/mediawiki/2017/ | + | <img src="https://static.igem.org/mediawiki/2017/0/01/MARS_Gold_HP.png" id="TITLE"> |
</div> | </div> | ||
<div class="main main-raised"> | <div class="main main-raised"> | ||
<div class="container text_box"> | <div class="container text_box"> | ||
− | <h1 class="title text-center"> | + | <h1 class="title text-center">Integrating Our Microfluidics Knowledge</h1> |
− | + | <div class="text_section" style="margin-bottom:3%;"> | |
− | + | <div class="text"> | |
− | + | As our work on MARS progressed, many of the interactions we engaged in over the Summer had a direct impact on the project. Specific areas that were developed and modified as a result of our synthetic biologist and industry interactions are influencing the structure and content of our MARS chip archive, increasing accessibility to researchers through Microfluidics 101, and building the fluid functionality checklist. Through integrating the feedback, comments and advice received from various sources, we were able to significantly improve and refine MARS as a whole. | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
+ | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
Line 89: | Line 84: | ||
<div class="main main-raised" id="Community"> | <div class="main main-raised" id="Community"> | ||
<div class="container text_box"> | <div class="container text_box"> | ||
− | <h2> | + | <h2>Biological Design Center and iGEM Outreach</h2> |
− | <div class="row" > | + | <div class="row"> |
− | < | + | <div class="text_section" style="margin-bottom:3%;"> |
− | + | In order to determine what would make microfluidics more practical and accessible for synthetic biologists we reached out to the Biological Design Center at Boston University. The BDC promotes collaboration between scientists in order to create new biological innovations. We asked the BDC researchers what types of biological protocols are performed day-to-day in the lab. Based on their feedback we were able to identify eight common protocols performed by synthetic biologists: | |
− | + | <ol> | |
− | + | <div class="col-md-5 col-md-offset-1" style="margin-bottom:3%;"> | |
+ | <li> | ||
+ | <a href="https://2017.igem.org/Team:BostonU_HW/Lysis"> | ||
+ | <button class="btn btn-round btn-danger">Cell Lysis</button> | ||
+ | </a> | ||
+ | </li> | ||
+ | |||
+ | <li> | ||
+ | <a href="https://2017.igem.org/Team:BostonU_HW/Digestion"> | ||
+ | <button class="btn btn-round btn-danger">DNA Digestion</button> | ||
+ | </a> | ||
+ | </li> | ||
+ | |||
+ | <li> | ||
+ | <a href="https://2017.igem.org/Team:BostonU_HW/Ligation"> | ||
+ | <button class="btn btn-round btn-danger">Ligation</button> | ||
+ | </a> | ||
+ | </li> | ||
+ | |||
+ | <li> | ||
+ | <a href="https://2017.igem.org/Team:BostonU_HW/Transformation"> | ||
+ | <button class="btn btn-round btn-danger">Transformation</button> | ||
+ | </a> | ||
+ | </li> | ||
+ | </div> | ||
+ | |||
+ | <div class="col-md-5 col-md-offset-1" style="margin-bottom:3%;"> | ||
+ | <li> | ||
+ | <a href="https://2017.igem.org/Team:BostonU_HW/PCR"> | ||
+ | <button class="btn btn-round btn-danger">PCR</button> | ||
+ | </a> | ||
+ | </li> | ||
+ | |||
+ | <li> | ||
+ | <a href="https://2017.igem.org/Team:BostonU_HW/Lysis"> | ||
+ | <button class="btn btn-round btn-danger">Fluorescence Testing</button> | ||
+ | </a> | ||
+ | </li> | ||
+ | |||
+ | <li> | ||
+ | <a href="https://2017.igem.org/Team:BostonU_HW/Antibiotic"> | ||
+ | <button class="btn btn-round btn-danger">Antibiotic Resistance Testing</button> | ||
+ | </a> | ||
+ | </li> | ||
+ | |||
+ | <li> | ||
+ | <a href="https://2017.igem.org/Team:BostonU_HW/Culturing"> | ||
+ | <button class="btn btn-round btn-danger">Cell Culturing</button> | ||
+ | </a> | ||
+ | </li> | ||
+ | </div> | ||
+ | |||
+ | </ol> | ||
<br> | <br> | ||
+ | These eight common protocols informed both the layout of our MARS Repository into Isolation, Modification, and Quantification, as well as the chips within it. Of our nine MARS chips, eight were designed to each perform one of these synbio protocols. | ||
<br> | <br> | ||
− | |||
<br> | <br> | ||
+ | We also reached out to the iGEM community via a poll; to see this poll, click here. (LINK) The purpose of this poll was to gauge how much the iGEM community knows about microfluidics, what procedures they perform every day in the lab, and what would get them interested in microfluidics. In total, we received 42 responses from teams all across the world. The results from this poll are summarised below. | ||
<br> | <br> | ||
− | |||
<br> | <br> | ||
+ | POLLLLLLLLLL | ||
<br> | <br> | ||
− | |||
<br> | <br> | ||
− | + | These results validated our educational components of MARS. The introduction to microfluidics and video tutorials serve to educate the iGEM and greater synbio community about what microfluidics are and how to use them. Furthermore, this poll validated our choice of nine synthetic biology protocols to move onto microfluidic devices housed in the MARS archive. | |
− | + | ||
</div> | </div> | ||
− | |||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
− | <div class="main main-raised | + | <div class="main main-raised" id="Community"> |
<div class="container text_box"> | <div class="container text_box"> | ||
− | <h2> | + | <h2>Biological Design Center and iGEM Outreach</h2> |
<div class="row"> | <div class="row"> | ||
<div class="text_section" style="margin-bottom:3%;"> | <div class="text_section" style="margin-bottom:3%;"> | ||
<div class="text"> | <div class="text"> | ||
− | + | In order to determine what would make microfluidics more practical and accessible for synthetic biologists we reached out to the Biological Design Center at Boston University. The BDC promotes collaboration between scientists in order to create new biological innovations. We asked the BDC researchers what types of biological protocols are performed day-to-day in the lab. Based on their feedback we were able to identify eight common protocols performed by synthetic biologists: | |
− | + | <ol> | |
− | + | <div class="col-md-5 col-md-offset-1" style="margin-bottom:3%;"> | |
− | + | <li> | |
+ | <a href="https://2017.igem.org/Team:BostonU_HW/Lysis"> | ||
+ | <button class="btn btn-round btn-danger">Cell Lysis</button> | ||
+ | </a> | ||
+ | </li> | ||
− | + | <li> | |
− | + | <a href="https://2017.igem.org/Team:BostonU_HW/Digestion"> | |
− | + | <button class="btn btn-round btn-danger">DNA Digestion</button> | |
− | + | </a> | |
− | + | </li> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <li> | |
− | + | <a href="https://2017.igem.org/Team:BostonU_HW/Ligation"> | |
− | + | <button class="btn btn-round btn-danger">Ligation</button> | |
− | + | </a> | |
− | + | </li> | |
− | + | ||
− | + | ||
− | + | ||
− | + | <li> | |
− | + | <a href="https://2017.igem.org/Team:BostonU_HW/Transformation"> | |
− | + | <button class="btn btn-round btn-danger">Transformation</button> | |
− | + | </a> | |
− | + | </li> | |
+ | </div> | ||
+ | |||
+ | <div class="col-md-5 col-md-offset-1" style="margin-bottom:3%;"> | ||
+ | <li> | ||
+ | <a href="https://2017.igem.org/Team:BostonU_HW/PCR"> | ||
+ | <button class="btn btn-round btn-danger">PCR</button> | ||
+ | </a> | ||
+ | </li> | ||
+ | |||
+ | <li> | ||
+ | <a href="https://2017.igem.org/Team:BostonU_HW/Lysis"> | ||
+ | <button class="btn btn-round btn-danger">Fluorescence Testing</button> | ||
+ | </a> | ||
+ | </li> | ||
+ | |||
+ | <li> | ||
+ | <a href="https://2017.igem.org/Team:BostonU_HW/Antibiotic"> | ||
+ | <button class="btn btn-round btn-danger">Antibiotic Resistance Testing</button> | ||
+ | </a> | ||
+ | </li> | ||
+ | |||
+ | <li> | ||
+ | <a href="https://2017.igem.org/Team:BostonU_HW/Culturing"> | ||
+ | <button class="btn btn-round btn-danger">Cell Culturing</button> | ||
+ | </a> | ||
+ | </li> | ||
+ | </div> | ||
+ | |||
+ | </ol> | ||
<br> | <br> | ||
+ | These eight common protocols informed both the layout of our MARS Repository into Isolation, Modification, and Quantification, as well as the chips within it. Of our nine MARS chips, eight were designed to each perform one of these synbio protocols. | ||
<br> | <br> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<br> | <br> | ||
+ | We also reached out to the iGEM community via a poll; to see this poll, click here. (LINK) The purpose of this poll was to gauge how much the iGEM community knows about microfluidics, what procedures they perform every day in the lab, and what would get them interested in microfluidics. In total, we received 42 responses from teams all across the world. The results from this poll are summarised below. | ||
<br> | <br> | ||
− | |||
<br> | <br> | ||
+ | POLLLLLLLLLL | ||
<br> | <br> | ||
− | + | <br> | |
+ | These results validated our educational components of MARS. The introduction to microfluidics and video tutorials serve to educate the iGEM and greater synbio community about what microfluidics are and how to use them. Furthermore, this poll validated our choice of nine synthetic biology protocols to move onto microfluidic devices housed in the MARS archive. | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
</div> | </div> | ||
Revision as of 16:09, 29 October 2017
Integrating Our Microfluidics Knowledge
As our work on MARS progressed, many of the interactions we engaged in over the Summer had a direct impact on the project. Specific areas that were developed and modified as a result of our synthetic biologist and industry interactions are influencing the structure and content of our MARS chip archive, increasing accessibility to researchers through Microfluidics 101, and building the fluid functionality checklist. Through integrating the feedback, comments and advice received from various sources, we were able to significantly improve and refine MARS as a whole.
Biological Design Center and iGEM Outreach
In order to determine what would make microfluidics more practical and accessible for synthetic biologists we reached out to the Biological Design Center at Boston University. The BDC promotes collaboration between scientists in order to create new biological innovations. We asked the BDC researchers what types of biological protocols are performed day-to-day in the lab. Based on their feedback we were able to identify eight common protocols performed by synthetic biologists:
These eight common protocols informed both the layout of our MARS Repository into Isolation, Modification, and Quantification, as well as the chips within it. Of our nine MARS chips, eight were designed to each perform one of these synbio protocols.
We also reached out to the iGEM community via a poll; to see this poll, click here. (LINK) The purpose of this poll was to gauge how much the iGEM community knows about microfluidics, what procedures they perform every day in the lab, and what would get them interested in microfluidics. In total, we received 42 responses from teams all across the world. The results from this poll are summarised below.
POLLLLLLLLLL
These results validated our educational components of MARS. The introduction to microfluidics and video tutorials serve to educate the iGEM and greater synbio community about what microfluidics are and how to use them. Furthermore, this poll validated our choice of nine synthetic biology protocols to move onto microfluidic devices housed in the MARS archive.
These eight common protocols informed both the layout of our MARS Repository into Isolation, Modification, and Quantification, as well as the chips within it. Of our nine MARS chips, eight were designed to each perform one of these synbio protocols.
We also reached out to the iGEM community via a poll; to see this poll, click here. (LINK) The purpose of this poll was to gauge how much the iGEM community knows about microfluidics, what procedures they perform every day in the lab, and what would get them interested in microfluidics. In total, we received 42 responses from teams all across the world. The results from this poll are summarised below.
POLLLLLLLLLL
These results validated our educational components of MARS. The introduction to microfluidics and video tutorials serve to educate the iGEM and greater synbio community about what microfluidics are and how to use them. Furthermore, this poll validated our choice of nine synthetic biology protocols to move onto microfluidic devices housed in the MARS archive.
Biological Design Center and iGEM Outreach
In order to determine what would make microfluidics more practical and accessible for synthetic biologists we reached out to the Biological Design Center at Boston University. The BDC promotes collaboration between scientists in order to create new biological innovations. We asked the BDC researchers what types of biological protocols are performed day-to-day in the lab. Based on their feedback we were able to identify eight common protocols performed by synthetic biologists:
These eight common protocols informed both the layout of our MARS Repository into Isolation, Modification, and Quantification, as well as the chips within it. Of our nine MARS chips, eight were designed to each perform one of these synbio protocols.
We also reached out to the iGEM community via a poll; to see this poll, click here. (LINK) The purpose of this poll was to gauge how much the iGEM community knows about microfluidics, what procedures they perform every day in the lab, and what would get them interested in microfluidics. In total, we received 42 responses from teams all across the world. The results from this poll are summarised below.
POLLLLLLLLLL
These results validated our educational components of MARS. The introduction to microfluidics and video tutorials serve to educate the iGEM and greater synbio community about what microfluidics are and how to use them. Furthermore, this poll validated our choice of nine synthetic biology protocols to move onto microfluidic devices housed in the MARS archive.
These eight common protocols informed both the layout of our MARS Repository into Isolation, Modification, and Quantification, as well as the chips within it. Of our nine MARS chips, eight were designed to each perform one of these synbio protocols.
We also reached out to the iGEM community via a poll; to see this poll, click here. (LINK) The purpose of this poll was to gauge how much the iGEM community knows about microfluidics, what procedures they perform every day in the lab, and what would get them interested in microfluidics. In total, we received 42 responses from teams all across the world. The results from this poll are summarised below.
POLLLLLLLLLL
These results validated our educational components of MARS. The introduction to microfluidics and video tutorials serve to educate the iGEM and greater synbio community about what microfluidics are and how to use them. Furthermore, this poll validated our choice of nine synthetic biology protocols to move onto microfluidic devices housed in the MARS archive.