Difference between revisions of "Team:NYMU-Taipei/HP/Gold Integrated"

 
(243 intermediate revisions by 5 users not shown)
Line 3: Line 3:
  
 
<html>
 
<html>
 +
 
<head>
 
<head>
 
   
 
   
 
                 <style>
 
                 <style>
                /* Wrapper for the hp */
+
    .igem_2017_content_wrapper{
.igem_2017_hp_wrapper {
+
                        $('div').width(screen.width);
width: 85%;
+
        width:85%; margin-left:15%}
display:block;
+
float: right;
+
background:#f6ffb2;
+
font-family:'Economica', sans-serif;
+
}
+
  
                body{
+
    @import url('http://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
background-color:#f6ffb2;
+
      *, *:before , *:after {margin: 0; padding: 0; box-sizing: border-box;}
}
+
  body {background: #f6ffb2; color: #B9B5C7; font: 14px 'Open Sans', sans-serif;}
  
.main{
+
  h1 {padding: 100px 0; font-weight: 400; text-align: right;}
width: 85%;
+
  p {margin: 0 0 20px; line-height: 1.5;}
display: block;
+
                        float:right;
+
font-family:'Fresca',sans-serif;
+
}
+
               
+
              .footer{
+
                      float:bottom;
+
                }
+
              /* IF THE SCREEN IS LESS THAN 800PX */
+
@media only screen and (max-width: 800px) {
+
.igem_2017_footer_wrapper {width:100%; margin-left:0px;}
+
}
+
  
              @import url('http://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
+
.igem_2017_content_wrapper h6{
+
   padding: 10px 0 5px 20px;
   *, *:before, *:after {margin: 0; padding: 0; box-sizing: border-box;}
+
}
  body {background: #f6ffb2;; color: #373737; font: 14px 'Open Sans', sans-serif;}
+
+
  
   h1 {padding: 100px 0; font-weight: 400; text-align: center;}
+
.igem_2017_content_wrapper b{
  p {margin: 0 0 20px; line-height: 1.5;}
+
   font-family:'Acme', sans-serif;
+
}
  .main {margin: 0 auto; min-width: 320px; max-width: 800px;}
+
 
   .content {background: #f6ffb2; color: #373737;position:relative;}
+
.main {margin: 0 auto; min-width: 320px;}
   .content > div {display: none; padding: 20px 25px 5px;position:relative;}
+
   .content {background: #f6ffb2; color: #373737;}
   
+
   .content > div {display: none; padding: 20px 25px 5px;}
  input {display: none;}
+
 
   label {display: inline-block; padding: 15px 25px; font-weight: 600; text-align: left;}
+
  input {display: none;}
   label:hover {color:#AD7100; cursor: pointer;}
+
   label {display: inline-block; padding: 15px 25px; font-weight: 600; text-align: center;}
 +
   label:hover {color: #fff; cursor: pointer;}
 
   input:checked + label {background: #ed5a6a; color: #fff;}
 
   input:checked + label {background: #ed5a6a; color: #fff;}
+
 
  #tab1:checked ~ .content #content1,
+
  #tab1:checked ~ .content #content1,
 
   #tab2:checked ~ .content #content2,
 
   #tab2:checked ~ .content #content2,
 
   #tab3:checked ~ .content #content3,
 
   #tab3:checked ~ .content #content3,
   #tab4:checked ~ .content #content4 {
+
   #tab4:checked ~ .content #content4,
 +
  #tab5:checked ~ .content #content5 {
 
     display: block;
 
     display: block;
 
   }
 
   }
+
 
 +
  h6{margin-left:0%;}
 +
 
 
   @media screen and (max-width: 400px) { label {padding: 15px 10px;} }
 
   @media screen and (max-width: 400px) { label {padding: 15px 10px;} }
 +
 +
@media only screen and (max-width: 800px) {
 +
    .example {width:96%; margin-left:0px;}
 +
}
 +
/* IF THE SCREEN IS LESS THAN 800PX */
 +
@media only screen and (max-width: 800px) {
 +
.igem_2017_footer_wrapper {width:100%; margin-left:0px;}
 +
}
 +
body {
 +
    margin:0;
 +
    padding:0;
 +
    background: #000 url(minwt_bg.jpg) center center fixed no-repeat;
 +
    -moz-background-size: cover;
 +
    background-size: cover;
 +
}
 +
 +
sub{ font-size:medium;}
 +
 
               </style>
 
               </style>
 
   </head>
 
   </head>
 
    
 
    
 
   <body>  
 
   <body>  
     <div  class=".igem_2017_hp_wrapper ">  
+
     <div  class="igem_2017_content_wrapper ">  
        <div class= "hp-container"  style = "position:relative;">
+
       
             <div class="main" style = "position:relative;">
+
             <div class="main" >
 
+
  <input id="tab1" type="radio" name="tabs" checked>
  <input id="tab1" type="radio" name="tabs" checked>
+
  <label for="tab1">Introduction</label>
  <label for="tab1">Path</label>
+
 
 
 
  <input id="tab2" type="radio" name="tabs">
 
  <input id="tab2" type="radio" name="tabs">
  <label for="tab2">Resource</label>
+
  <label for="tab2">Path</label>
 
 
 
  <input id="tab3" type="radio" name="tabs">
 
  <input id="tab3" type="radio" name="tabs">
  <label for="tab3">Device</label>
+
  <label for="tab3">Resource</label>
 
 
 
  <input id="tab4" type="radio" name="tabs">
 
  <input id="tab4" type="radio" name="tabs">
  <label for="tab4">Testing</label>
+
  <label for="tab4">Device</label>
 +
 
 +
  <input id="tab5" type="radio" name="tabs">
 +
  <label for="tab5">Testing</label>
 
 
 
  <div class="content">   
 
  <div class="content">   
  <div id="content1">
 
<h4>o Far East Bio Tec</h4>
 
  
<p>
+
  <div id="content1">
  We reached out and contacted Far East Bio-Tec. Co., Ltd for some more insights for our project. The Far East Bio-Tec company is the largest microalgae supplier in Asia. Having a 140,000 m2 manufacturing site with over 60 microalgae ponds, we believe that FEBICO would give us more suggestions on our algae cultivation process in our labs. We were honored that the President of FEBICO himself, C. C. Chiuh, spoke with us for around 2 hours. We presented the concepts of synthetic biology, explained about the components that constituted the iGEM competition and an outline of our project to Mr. C. C.Chiueh. Mr. C. C Chieuh believes that much more research effort should be put into microalgae and was glad that we get the opportunity to raise awareness of the advantages of microalgae in Boston. During our meeting, he points out the advantages of microalgae. He stresses how microalgae can benefit humankind either through eating it to purify our bodies or used to produce biofuel. In terms of our project, he reminded us of the low cost of oil and suggested alternative uses of algae like its ability to remove pollutant in wastewater. We took his recommendation into consideration and we believe that this meeting was extremely meaningful as it put our project in terms of a business company’s perspective. Furthermore, Mr. C. C. Chieuh told us that Chlorella vulgaris cultivates more oil compared to that of other microalgae. </p>
+
                          <h4> Gold and Integrated Human Practice</h4>
<br>
+
                                  <div style="margin-left:3%;">
<img src="https://static.igem.org/mediawiki/2017/9/98/NYMU-_Far_East_Bio_Tec_photo.png" width=" 500pxheight="375px" />
+
                              <h6 style="color:#886600;">Improve the design of our product</h6>
 +
<p >We interviewed with professionals to collect their suggestions. We went to the largest microalgae supplier company in Asia, whose CEO mentioned the multi-benefits of algae and encouraged us to tackle different methods to increase algae oil accumulation. This meeting inspired us to include  <b style="color:#ff7575;">another pathway -- Pigment --</b> to improve photosynthesis efficiency, thereby producing excess starch that can then be converted to oil. This ended up becoming more effective compared to our initial nitrogen starvation pathway.</p>
 +
                              <h6 style="color:#886600;">Better our algae</h6>
 +
                              <p> We went to Academia Sinica and learned how to maximize algae growth from a plant and microbial professor. We also spoke with Team Tokyo Tech, who inspired us to <b style="color:#ff7575;">construct a plasmid containing Melanin (black pigment) sequence</b> for maximizing light intake.</p>
 +
                              <h6 style="color:#886600;">Integrated our testing</h6>
 +
                                <p> We further reviewed the pathway, device, and testing of our project with several professors at National Yang-Ming University. Based on Professor Chen’s advice, we enhance our device (for testing the growth environment) by  <b style="color:#ff7575;">adding cloud technology</b>. To check the growing situation by measuring OD value, we acquire how to use the <b style="color:#ff7575;">Photo-Bioreactor</b> from Dr. Ya-Tang Yang (NTHU team).</p>
 +
                                  </div>
 
  </div>
 
  </div>
+
 
 
  <div id="content2">
 
  <div id="content2">
<h4>o Academia Sinica</h4>
+
<h4> Far East Bio Tec</h4><br><br>
<p>
+
                                    <div style="width:50%;margin:auto;">
Academia Sinica
+
                                  <img src="https://static.igem.org/mediawiki/2017/9/98/NYMU-_Far_East_Bio_Tec_photo.png" width="100%">
On July 18th 2017, to enhance our knowledge on microalgae we visited Academia Sinica, a national academy that supports research in Taiwan. We contacted Professor Chu Hsiu-An, a professor with a Ph.D. in Biochemistry. He works at the Institute of Plant and microbial biology department. He provided us a supply of Synechocystis species PCC6803 that can survive with its high dependence on glucose. He gave use further information on the optimal conditions on the cultivation of algae. We are really grateful that Dr. Chu was willing to provide us with the algae he uses in his lab. We later cultivated our algae in our own lab.  
+
                                      </div><br><br>
</p>
+
                                  <div style="margin-left:3%;">
<img src="https://static.igem.org/mediawiki/2017/4/4f/NYMU_iGEM_hp_gold.jpg" width=" 500px" height="375px" />
+
<p >After months of research on increasing the oil production in algae, we started to construct plasmids which would be used in our project. However, some question arose during the process of conducting our project:<br></p></div>
 +
                                <ul style="margin-left:6%;">
 +
                              <li>Except “denitrification”, is there any other pathway to increase oil production in algae? </li>
 +
                              <li>How to maximize the potential of algae and make it play a promising role in producing clean energy? </li>
 +
                              <li>What is the limitation that we haven’t discovered in producing biofuel from algae? Can we make effort to conquer it?</li>
 +
                                  </ul><br><br>
 +
 
 +
                                  <div style="margin-left:3%;">
 +
                              <h6 style="color:#886600;">Seek the profession</h6>
 +
                              <p >Besides, we are looking forward to building connections between the society and our lab work. With the eagerness to find out appropriate and feasible answers to these questions , we met with Far East Bio-Tec Company(FEBICO) in their headquarter on July.10 2017. Based on the issues we mentioned in this meeting with FEBICO (silver HP), we dedicated to improve our project in many ways:
 +
 
 +
</p><br>
 +
 
 +
 
 +
<p><b>(1.) Pigment(<a href="https://2017.igem.org/Team:NYMU-Taipei/Pigments">Link: Project-Pigment</a>)</b><br>
 +
This is the most significant change after the meeting with Far East Bio-Tec Company(FEBICO). A brand-new pathway in increasing algae energy production has been created.</p>
 +
<p style="margin-left:5%;"><b>(a)  High additional value</a></b><br>
 +
We learned the importance of additional value in algae. The various products produced by FEBICO inspired us to come up with another pathway ---Pigment---to increase the oil production in algae. With a response to the international market trend, we should develop energy source having multiple functions . As a promising energy source, algae contains crucial nutrients bringing benefits to our human bodies. We are looking forward to presenting the spirit of adding value through the design of pigments in our project.<br>
 +
            <b>(b)      Part selection</b><br>
 +
When it came to what pigment we intended to construct, <a href="https://2017.igem.org/Team:NYMU-Taipei/Pigments">Astaxanthin</a> jumped into our mind since it was mentioned in the meeting with FEBICO. Astaxanthin is a high activity antioxidant and has been suggested being beneficial in human health such as preventing cardiovascular, immune and neurodegenerative diseases.<br>
 +
            <b>(c)      Another way except “Denitrification”</b><br>
 +
Compared with “Denitrification” which forces algae to produce more biofuel by
 +
making restrictions in the environment, “Pigment” proposes an opposite concept---“ adding conditions ”. We expect that adding pigments in algae can enhance the efficiency of photosynthesis, leading to the increase of oil production. Thanks to FEBICO, we carved out a promising way. </p>
 +
<p><b>(2.) Device Improvement(<a href="https://2017.igem.org/Team:NYMU-Taipei/Hardware">Link:Project-Device</a>)</b><br>
 +
The manufacturing scale of FEBICO stimulates our thoughts to build a device.We are convinced that the introduction of the device into our project can help us gain more precise manipulation, measurement, and response. The design of our device aims to obtain immediate information of algae pond and monitor the growth of microalgae precisely. The business model learned from FEBICO is absolutely a precious material.<br><br>
 +
      <b>(3.)      Crack the cell wall</b><br>
 +
Actually, in the measurement of functional test of NrtA protein, we confront some difficulties at first. Initially, the result showed no significant difference between the treatment group and control group. Inspired by patent of “Cracked Cell wall” proposed by FEBICO, we decided to introduce French Pressure Press into our experiment to extract NrtA protein from the transformants. Further combined with a semi-permeable membrane system, NrtA protein in our experiment was proved valid. Thanks to the advice provided by Mr. Chiueh, the proof of concept was successfully carried out. </p>
 +
                          </div>
 +
                      <div style="width:40%;margin:auto;">
 +
                      <img src="https://static.igem.org/mediawiki/2017/b/b1/NYMU_2017_hp_gold_FEBOC.jpg" width="100%">
 +
                        </div>
 +
                                  <div style="margin-left:3%;">
 +
<p><b>(4.) Interest in DNA sequencing</b><br>
 +
Despite the fact that FEBICO does not have any products made by genomic modification, Mr. C. C. Chiueh (the founder of FEBICO) still showed a great interest in DNA sequencing. DNA sequencing can bring more biological information about algae, leading to profound researches and applications. The largest genomic research center in Taiwan is located in National Yang-Ming University. Mr. Chiueh intended to collaborate with the institute and further build a long-term relationship with NYMU. </p>
 +
                                  </div>
 +
 
 
  </div>
 
  </div>
 
 
 
  <div id="content3">
 
  <div id="content3">
<h4>o YY教授</h4>
+
<h4> Academia Sinica</h4>
 +
                                  <div style="margin-left:3%;">
 +
<p >On July 18th, 2017, to enhance our knowledge on microalgae and seek advice of our project, we visited Academia Sinica, a national academy that supports research in Taiwan. We contacted Professor Chu Hsiu-An, a professor with a Ph.D. in Biochemistry. He works at the Institute of Plant and microbial biology department. He provided us with a supply of Synechocystis species PCC6803 that can survive with its high dependence on glucose. He gave us further information on the optimal conditions for the cultivation of algae. We are really grateful that Dr. Chu was willing to provide us with the algae he uses in his lab. We later cultivated our algae in our own lab.Genomic DNA of PCC6803 was further extracted for the construction of NrtA gene.</p>
 +
                                      </div>
 +
<img src="https://static.igem.org/mediawiki/2017/4/4f/NYMU_iGEM_hp_gold.jpg"  width="45%" />
 +
                                <img src="https://static.igem.org/mediawiki/2017/1/15/T--NYMU-Taipei--NS_NrtA_snapgene.png" width="45%" /><br><br><br>
 +
                                <img src="https://static.igem.org/mediawiki/2017/4/44/NYMU_2017_hp_Academia_Sinica_1.jpg" width="65%" />
  
 
 
  </div>
 
  </div>
 
 
 
  <div id="content4">
 
  <div id="content4">
<h4>o 老楊(養藻)</h4>
+
<h4> Professor Chen</h4>
<h4>o Mr. Clapper (TAS)</h4>
+
                                  <div style="margin-left:3%;">
 +
                            <p >You-Yin Chen is a professor of biomedical engineering a National Yang-Ming University. He is responsible for the integration of semiconductor process, micro-electromechanical technology, and material science, in order to develop a new generation of nerve wafers. Obviously, our device needs his brilliant skills and guidance. Luckily, he is willing to help us set up the initial architecture of the entire project as well as the erection of the network. Also, he provides us rich resources and technology, and guides us through the establishment of the whole program such as pH sensor, motor, circuit design, etc. Furthermore, he teaches us Arduino development version of the application and design. Most importantly, he suggests that we can use the cloud technology to store more data and keep records. Thanks to Professor Chen, we are able to improve our quality of the device.</p>
 +
                                    </div>
 +
                                <img src="https://static.igem.org/mediawiki/2017/0/00/NYMU_2017_device_3.jpg" width="45%" />
 +
                                <img src="https://static.igem.org/mediawiki/2017/7/74/NYMU_2017_device_1.jpg" width="44%" /><br><br><br>
 +
                                <div style="width:100%;">
 +
                                <img src="https://static.igem.org/mediawiki/2017/0/0c/NYMU_2017_device_2.jpg" width="43%" />
 +
                                <img src="https://static.igem.org/mediawiki/2017/5/53/NYMU_2017_device_YY.jpg" width="28%"/><br><sub style="margin-left:45%;">Dr.You-Yin Chen</sub>
 +
                                                          </div>
  
 +
<br><br>
 +
                                <hr style="border:3px #FFD382 dashed;" size="10" align="left">
 +
                                <h4>National Tsing Hua University</h4>
 +
                                  <div style="margin-left:3%;">
 +
                                <p > After the 5th Asia-Pacific iGEM Conference, NYMU team had a chance to contact the primary instructor of NTHU team, Dr. Ya-Tang Yang, and his laboratory students. Dr. Yang is the associate professor of Institute of Electronics Engineering, National Tsing Hua University.They provided us with a set of Photo-Bioreactor made by themselves and taught us how to use the Photo-Bioreactor. During August to September, we discussed with Dr. Yang and his lab students, trying to fix some difficulties we encountered.<br>
 +
After the Photo-Bioreactor finally worked smoothly, we started to measure the OD value of microalgae we cultivated, collected huge amounts of data, and drew growth curves for our projects. Meanwhile, we shared collated data to Dr. Yang’s lab for research use. We believe this collaboration would be a great academic exchange and produce some interesting results. </p><br>
 +
                                          </div>
 +
                                <img src="https://static.igem.org/mediawiki/2017/b/b4/NYMU_2017_collaboration_NCTU_2.jpg" width="49%"  height="32%"/>
 +
                                <img src="https://static.igem.org/mediawiki/2017/0/05/NYMU_2017_collaboration_NCTU_3.jpg" width="49%"  height="32%"/><br>
 +
<sub>Dr. Ya-Tang Yang, NYMU team member with Dr. Yang’s lab</sub><br><br><br>
 +
<div class="NTHU picture"><img src="https://static.igem.org/mediawiki/2017/6/6d/NYMU_2017_collaboration_NCTU_4.jpg" width="49%"  height="32%"/>
 +
                                <img src="https://static.igem.org/mediawiki/2017/f/fa/NYMU_2017_collaboration_NCTU_1.jpg"  width="37%"  height="49%"/></div> <br>
 +
<sub>The growth curve of Chlorella vulgaris as well as Synechococcus elongatus PCC 7942</sub>
 +
 +
 +
  </div>
 +
 +
  <div id="content5">
 +
<h4> Mr.Yang</h4>
 +
                                  <div style="margin-left:3%;">
 +
                                  <p >    On June 18, 2017, due to the lack of chemicals, NYMU-Taipei team contacted the Teaching Assistant of Department of Life Sciences and Institute of Genome Sciences, National Yang-Ming University, Mr. Nien Chung Yang, who manages the laboratory. Not only did he help us find the required chemicals such as iodine solution, and gradients of breeding medium, BG-11, but also provide us a working operation to prepare the breeding medium. Furthermore, Mr. Yang taught us how to work in experiment safely, and also gave us a lot of experimental advice on lab-working. Thanks to his generous support, we could progress our experiments more smoothly.</p>
 +
                      <img src="https://static.igem.org/mediawiki/2017/1/13/NYMU_2017_hp_mryang_2.jpg" width="20%" style="padding-right:2%">
 +
                      <img src="https://static.igem.org/mediawiki/2017/e/ef/NYMU_2017_hp_mryang_.jpg" width="75%">
 +
                                       
 +
                                  </div>
 
  </div>
 
  </div>
 
  </div>
 
  </div>
 
</div>
 
</div>
      </div>
+
   
 
     </div>
 
     </div>
 
   </body>
 
   </body>
 
</html>
 
</html>

Latest revision as of 23:43, 1 November 2017

Gold and Integrated Human Practice

Improve the design of our product

We interviewed with professionals to collect their suggestions. We went to the largest microalgae supplier company in Asia, whose CEO mentioned the multi-benefits of algae and encouraged us to tackle different methods to increase algae oil accumulation. This meeting inspired us to include another pathway -- Pigment -- to improve photosynthesis efficiency, thereby producing excess starch that can then be converted to oil. This ended up becoming more effective compared to our initial nitrogen starvation pathway.

Better our algae

 We went to Academia Sinica and learned how to maximize algae growth from a plant and microbial professor. We also spoke with Team Tokyo Tech, who inspired us to construct a plasmid containing Melanin (black pigment) sequence for maximizing light intake.

Integrated our testing

We further reviewed the pathway, device, and testing of our project with several professors at National Yang-Ming University. Based on Professor Chen’s advice, we enhance our device (for testing the growth environment) by adding cloud technology. To check the growing situation by measuring OD value, we acquire how to use the Photo-Bioreactor from Dr. Ya-Tang Yang (NTHU team).

Far East Bio Tec





After months of research on increasing the oil production in algae, we started to construct plasmids which would be used in our project. However, some question arose during the process of conducting our project:

  • Except “denitrification”, is there any other pathway to increase oil production in algae?
  • How to maximize the potential of algae and make it play a promising role in producing clean energy?
  • What is the limitation that we haven’t discovered in producing biofuel from algae? Can we make effort to conquer it?


Seek the profession

Besides, we are looking forward to building connections between the society and our lab work. With the eagerness to find out appropriate and feasible answers to these questions , we met with Far East Bio-Tec Company(FEBICO) in their headquarter on July.10 2017. Based on the issues we mentioned in this meeting with FEBICO (silver HP), we dedicated to improve our project in many ways:


(1.) Pigment(Link: Project-Pigment)
This is the most significant change after the meeting with Far East Bio-Tec Company(FEBICO). A brand-new pathway in increasing algae energy production has been created.

(a) High additional value
We learned the importance of additional value in algae. The various products produced by FEBICO inspired us to come up with another pathway ---Pigment---to increase the oil production in algae. With a response to the international market trend, we should develop energy source having multiple functions . As a promising energy source, algae contains crucial nutrients bringing benefits to our human bodies. We are looking forward to presenting the spirit of adding value through the design of pigments in our project.
(b) Part selection
When it came to what pigment we intended to construct, Astaxanthin jumped into our mind since it was mentioned in the meeting with FEBICO. Astaxanthin is a high activity antioxidant and has been suggested being beneficial in human health such as preventing cardiovascular, immune and neurodegenerative diseases.
(c) Another way except “Denitrification”
Compared with “Denitrification” which forces algae to produce more biofuel by making restrictions in the environment, “Pigment” proposes an opposite concept---“ adding conditions ”. We expect that adding pigments in algae can enhance the efficiency of photosynthesis, leading to the increase of oil production. Thanks to FEBICO, we carved out a promising way.

(2.) Device Improvement(Link:Project-Device)
The manufacturing scale of FEBICO stimulates our thoughts to build a device.We are convinced that the introduction of the device into our project can help us gain more precise manipulation, measurement, and response. The design of our device aims to obtain immediate information of algae pond and monitor the growth of microalgae precisely. The business model learned from FEBICO is absolutely a precious material.

(3.) Crack the cell wall
Actually, in the measurement of functional test of NrtA protein, we confront some difficulties at first. Initially, the result showed no significant difference between the treatment group and control group. Inspired by patent of “Cracked Cell wall” proposed by FEBICO, we decided to introduce French Pressure Press into our experiment to extract NrtA protein from the transformants. Further combined with a semi-permeable membrane system, NrtA protein in our experiment was proved valid. Thanks to the advice provided by Mr. Chiueh, the proof of concept was successfully carried out.

(4.) Interest in DNA sequencing
Despite the fact that FEBICO does not have any products made by genomic modification, Mr. C. C. Chiueh (the founder of FEBICO) still showed a great interest in DNA sequencing. DNA sequencing can bring more biological information about algae, leading to profound researches and applications. The largest genomic research center in Taiwan is located in National Yang-Ming University. Mr. Chiueh intended to collaborate with the institute and further build a long-term relationship with NYMU.

Academia Sinica

On July 18th, 2017, to enhance our knowledge on microalgae and seek advice of our project, we visited Academia Sinica, a national academy that supports research in Taiwan. We contacted Professor Chu Hsiu-An, a professor with a Ph.D. in Biochemistry. He works at the Institute of Plant and microbial biology department. He provided us with a supply of Synechocystis species PCC6803 that can survive with its high dependence on glucose. He gave us further information on the optimal conditions for the cultivation of algae. We are really grateful that Dr. Chu was willing to provide us with the algae he uses in his lab. We later cultivated our algae in our own lab.Genomic DNA of PCC6803 was further extracted for the construction of NrtA gene.




Professor Chen

You-Yin Chen is a professor of biomedical engineering a National Yang-Ming University. He is responsible for the integration of semiconductor process, micro-electromechanical technology, and material science, in order to develop a new generation of nerve wafers. Obviously, our device needs his brilliant skills and guidance. Luckily, he is willing to help us set up the initial architecture of the entire project as well as the erection of the network. Also, he provides us rich resources and technology, and guides us through the establishment of the whole program such as pH sensor, motor, circuit design, etc. Furthermore, he teaches us Arduino development version of the application and design. Most importantly, he suggests that we can use the cloud technology to store more data and keep records. Thanks to Professor Chen, we are able to improve our quality of the device.





Dr.You-Yin Chen



National Tsing Hua University

After the 5th Asia-Pacific iGEM Conference, NYMU team had a chance to contact the primary instructor of NTHU team, Dr. Ya-Tang Yang, and his laboratory students. Dr. Yang is the associate professor of Institute of Electronics Engineering, National Tsing Hua University.They provided us with a set of Photo-Bioreactor made by themselves and taught us how to use the Photo-Bioreactor. During August to September, we discussed with Dr. Yang and his lab students, trying to fix some difficulties we encountered.
After the Photo-Bioreactor finally worked smoothly, we started to measure the OD value of microalgae we cultivated, collected huge amounts of data, and drew growth curves for our projects. Meanwhile, we shared collated data to Dr. Yang’s lab for research use. We believe this collaboration would be a great academic exchange and produce some interesting results.



Dr. Ya-Tang Yang, NYMU team member with Dr. Yang’s lab



The growth curve of Chlorella vulgaris as well as Synechococcus elongatus PCC 7942

Mr.Yang

On June 18, 2017, due to the lack of chemicals, NYMU-Taipei team contacted the Teaching Assistant of Department of Life Sciences and Institute of Genome Sciences, National Yang-Ming University, Mr. Nien Chung Yang, who manages the laboratory. Not only did he help us find the required chemicals such as iodine solution, and gradients of breeding medium, BG-11, but also provide us a working operation to prepare the breeding medium. Furthermore, Mr. Yang taught us how to work in experiment safely, and also gave us a lot of experimental advice on lab-working. Thanks to his generous support, we could progress our experiments more smoothly.