Difference between revisions of "Team:CGU Taiwan/Hardware"

(Prototype team page)
 
Line 1: Line 1:
{{CGU_Taiwan}}
+
{{CGU_Taiwan/clearwikiset}}
 +
{{CGU_Taiwan/cgustyle}}
 +
 
 
<html>
 
<html>
 +
<head>
 +
<meta charset="UTF-8">
 +
<script type="text/javascript" src="jquery-1.7.2.min.js"></script>
 +
<title>iGem CGU_Taiwan 2017 - Hardware</title>
 +
<link href="cgustyle.css" rel="stylesheet" type="text/css" />
 +
<script type="text/javascript" src="jquery-1.7.2.min.js"></script>
 +
</head>
  
 +
<body bgcolor="White">
  
<div class="column full_size judges-will-not-evaluate">
+
<!-- nav start -->
<h3>★  ALERT! </h3>
+
<div class="head"></div>
<p>This page is used by the judges to evaluate your team for the <a href="https://2017.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2017.igem.org/Judging/Awards"> award listed above</a>. </p>
+
<div class="leftMenuBack">
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2017.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
 
</div>
 
</div>
<div class="clear"></div>
+
<nav>
 +
<ul>
 +
  <a href="https://2017.igem.org/Team:CGU_Taiwan"><li class="logo" style="text-align:left;"><img src="https://static.igem.org/mediawiki/2017/7/7e/CGULOGO0930.png" height="100px" width="307px"/></li></a>
 +
  <!--<li><a href="index.html">HOME</a></li>
 +
  | -->
 +
  <li class="dropdown"><a href="https://2017.igem.org/Team:CGU_Taiwan/Description">PROJECT</a>
 +
      <div class="dropdown-content">
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Description">DESCRIPTION</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Results">RESULTS</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/InterLab">INTERLAB</a>
 +
      <a href="#">PROOF</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Model">MODEL</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Parts">PART</a>     
 +
      </div>
 +
  </li>
 +
  |
 +
  <li class="dropdown"><a href="https://2017.igem.org/Team:CGU_Taiwan/Notebook">NOTEBOOK</a>
 +
      <div class="dropdown-content">
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Notebook">LAB NOTE</a>
 +
      <a href="#">PROTOCOLS</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Safety">SATEFY</a>
 +
      </div>
 +
  </li>
 +
  |
 +
  <li class="dropdown"><a href="Team.html">TEAM</a>
 +
      <div class="dropdown-content">
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Attributions">ATTRIBUTION</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Team">MEMBER</a>
 +
      <a href="#">SPONSOR</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Collaborations">COLLBORATION</a>
 +
      </div>
 +
  </li>
 +
  |
 +
  <li class="dropdown"><a href="">HUMAN PRACTICE</a>
 +
      <div class="dropdown-content">
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/HP/Silver">SILVER HP</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/HP/Gold_Integrated">INTERGRATED AND GOLD</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Engagement">PUBLIC ENGAGEMENT</a>
 +
      </div>
 +
  </li>
 +
  |
 +
  <li><a href="">AWARD</a></li>
 +
 
 +
</ul>
 +
</nav>
  
 +
<script type="text/javascript">
 +
$(window).scroll(function() {
  
<div class="column half_size">
+
    //After scrolling 100px from the top...
 +
    if ( $(window).scrollTop() >= 75 ) {
 +
$('.head').css('transform-origin', 'right');
 +
        $('.head').css('transform', 'translateX(500px) rotate(20deg)');
 +
    //Otherwise remove inline styles and thereby revert to original stying
 +
    } else {
 +
        $('.head').css('transform', 'translateX(500px) ');
 +
    }
 +
 +
if ( $(window).scrollTop() >= 0 ) {
 +
        var d = "deg)";
 +
        var rot = "rotate(";
 +
        var rD = Math.floor(($(window).scrollTop())/200) * 90;
 +
        var rDC = rD.toString();
 +
        rot = rot.concat(rDC.concat(d));
 +
        $('.square').css('transform', rot);
 +
    } else {
 +
        $('.square').css('transform', 'none');
 +
    }
 +
 +
 +
})
 +
;
 +
</script>
 +
<!-- nav end -->
  
<h1>Hardware</h1>
+
<!--background animation start -->
<h3>Best Hardware Special Prize</h3>
+
<div class="leftMenu">
<p>iGEM is about making teams of students making synthetic biology projects. We encourage teams to work with parts and build biological devices in the lab. But we are inclusive and want all teams to work on many other types of problems in synbio. Robotic assembly, microfluidics, low cost equipment and measurement hardware are all areas ripe for innovation in synbio. </p>
+
  
<p>
 
Teams who are interested in working with hardware as a side project are encouraged to apply for the hardware award.
 
 
<br><br>
 
To compete for the <a href="https://2017.igem.org/Judging/Awards">Best Hardware prize</a>, please describe your work on this page and also fill out the description on the <a href="https://2017.igem.org/Judging/Judging_Form">judging form</a>.
 
<br><br>
 
You must also delete the message box on the top of this page to be eligible for this prize.
 
</p>
 
</p>
 
 
</div>
 
</div>
 +
<div class="square"></div>
 +
<!--background animation end -->
 +
 +
<!-- Project Description start -->
 +
<div class="description" style="text-align:center">
 +
<h1>Hardware</h1>
 +
  <p style="font-size:150%"><img src="https://static.igem.org/mediawiki/2017/a/a2/TeamGroup.png" width="100%"></p>
 +
<p style="font-size:150%"> To achieve the localize deinking, we built a system that can detect the ink on the paper and using red light LED matrix to stimulate the yeast in some specific locations to produce enzymes.
 +
The paper will be photographed and sent to computer before we spread the yeast on it. Our image process program using OpenCV function library to decode the JPG image file and do the edge offset, then decide which area have ink. After the LED matric data be calculated, the program using RS-232 serial communication standard sends this data to Arduino. Arduino collects the data and then sends it to Max7219 microcontroller to light up the LED matrix to stimulate the yeast produce enzymes.
 +
The system accepts any shape of paper which is under the size of the device, and the device can be easily scale up by connecting more led matric. This shows the possibility of factory scale localize deinking. </p>
  
<div class="column half_size">
 
<h5>Inspiration</h5>
 
<p>You can look at what other teams did to get some inspiration! <br />
 
Here are a few examples:</p>
 
<ul>
 
<li><a href="https://2016.igem.org/Team:Valencia_UPV">2016 Valencia UPV</a></li>
 
<li><a href="https://2016.igem.org/Team:Aachen">2016 Aachen </a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft">2015 TU Delft  </a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Darmstadt">2015 TU Darmstadt</a></li>
 
</ul>
 
  
 
</div>
 
</div>
 +
<!-- Project Description end -->
  
 
+
<!-- footer start -->
 
+
<footer align="right"> 
 +
<ul>
 +
<li><a href="http://www.cgu.edu.tw"><img src="https://static.igem.org/mediawiki/2017/1/13/Cgucopyright0915.png" width="40%"></a></li>
 +
</ul>   
 +
</footer>
 +
<!-- footer end -->
 +
</body>
 
</html>
 
</html>

Revision as of 17:58, 27 October 2017

iGem CGU_Taiwan 2017 - Hardware

Hardware

To achieve the localize deinking, we built a system that can detect the ink on the paper and using red light LED matrix to stimulate the yeast in some specific locations to produce enzymes. The paper will be photographed and sent to computer before we spread the yeast on it. Our image process program using OpenCV function library to decode the JPG image file and do the edge offset, then decide which area have ink. After the LED matric data be calculated, the program using RS-232 serial communication standard sends this data to Arduino. Arduino collects the data and then sends it to Max7219 microcontroller to light up the LED matrix to stimulate the yeast produce enzymes. The system accepts any shape of paper which is under the size of the device, and the device can be easily scale up by connecting more led matric. This shows the possibility of factory scale localize deinking.