Line 185: | Line 185: | ||
<h2 id="stitle_7">User needs analysis</h2> | <h2 id="stitle_7">User needs analysis</h2> | ||
<div class="mainbody"> | <div class="mainbody"> | ||
− | In order to determine whether people have special request for recycling device, we have released a questionnaire on the status of expired drugs, and a total of 240 valid questionnaires were collected.<br><br> | + | In order to determine whether people have special request for recycling device, we have released a questionnaire on the status of expired drugs, and a total of 240 valid questionnaires were collected.<br><br> |
− | + | </div> | |
− | + | <div class="picture"> | |
+ | <img src="https://static.igem.org/mediawiki/2019/2/2b/T--UESTC-China--hp_new.jpeg" alt="new" width="100%"> | ||
+ | </div> | ||
+ | |||
+ | <div class="c-banner"> | ||
+ | <div class="banner"> | ||
+ | <ul> | ||
+ | <li><img alt="1" src="https://static.igem.org/mediawiki/2019/b/b5/T--UESTC-China--HP_new_1.jpg"></li> | ||
+ | <li><img alt="2" src="https://static.igem.org/mediawiki/2019/f/ff/T--UESTC-China--HP_new_2.jpg"></li> | ||
+ | <li><img alt="3" src="https://static.igem.org/mediawiki/2019/0/0d/T--UESTC-China--HP_new_3.jpg"></li> | ||
+ | <li><img alt="4" src="https://static.igem.org/mediawiki/2019/5/54/T--UESTC-China--HP_new_4.jpg"></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
<div class="row mainbody"> | <div class="row mainbody"> | ||
<a class="hpbtn myclick" href="https://static.igem.org/mediawiki/2019/c/cd/T--UESTC-China--hp_pdf1.pdf">Click here to see the details of the questionnaire.</a> | <a class="hpbtn myclick" href="https://static.igem.org/mediawiki/2019/c/cd/T--UESTC-China--hp_pdf1.pdf">Click here to see the details of the questionnaire.</a> | ||
Line 458: | Line 471: | ||
}) | }) | ||
}) | }) | ||
+ | |||
+ | var time=null; | ||
+ | //记录当前位子 | ||
+ | var nexImg = 0; | ||
+ | //用于获取轮播图图片个数 | ||
+ | var imgLength = $(".c-banner .banner ul li").length; | ||
+ | //当时动态数据的时候使用,上面那个删除 | ||
+ | // var imgLength =0; | ||
+ | |||
+ | |||
+ | //页面加载 | ||
+ | $(document).ready(function(){ | ||
+ | // dynamicData(); | ||
+ | //启动定时器,设置时间为3秒一次 | ||
+ | time =setInterval(intervalImg,5000); | ||
+ | }); | ||
+ | |||
+ | //轮播图 | ||
+ | function intervalImg(){ | ||
+ | if(nexImg<imgLength-1){ | ||
+ | nexImg++; | ||
+ | }else{ | ||
+ | nexImg=0; | ||
+ | } | ||
+ | |||
+ | //将当前图片试用绝对定位,下一张图片试用相对定位 | ||
+ | $(".c-banner .banner ul img").eq(nexImg-1).css("position","absolute"); | ||
+ | $(".c-banner .banner ul img").eq(nexImg).css("position","relative"); | ||
+ | |||
+ | $(".c-banner .banner ul li").eq(nexImg).css("display","block"); | ||
+ | $(".c-banner .banner ul li").eq(nexImg).stop().animate({"opacity":1},1000); | ||
+ | $(".c-banner .banner ul li").eq(nexImg-1).stop().animate({"opacity":0},1000,function(){ | ||
+ | $(".c-banner .banner ul li").eq(nexImg-1).css("display","none"); | ||
+ | }); | ||
+ | } | ||
</script> | </script> | ||
Revision as of 17:21, 20 October 2019
Overview
Feasibility Analysis
Overview
Technical feasibility
So according to their suggestions, we designed the kill switch and decided to use the semantic inclusion method to further control our E.coli.
”Application feasibility
We learned that the dirt is first filtered through the pretreatment system and the membrane grid station. In the MP-MBR system, activated sludge is used, and microorganisms in the activated sludge are used for degradation, and the MP-MBR membrane system filters out pollutants larger than 0.1 μm and most bacteria. The UV is then sterilized again to prevent damage to the machine that actually runs the diaphragm.
We decided to learn more about how to treat these three sources of antibiotics.
”Policy feasibility
We recommend that the government should set up some specific expired drug collection point.
”Conclusion
Overview
User needs analysis
So we decided to make an expired drug recycling bin and use mathematical modeling to determine where the bins are placed.
”System Requirements Analysis
We need to be more cautious about security issues. In addition to suicide switches and semantic inclusion, we design UV lamp sterilization zones in the recycling bin. We need to use the mathematical modeling of the recycling bins to determine how our recycling bins are set up in the city. We also think about what can be used as rewards to encourage people to use our projects.
”Overview
Synthetic biology design
In order to increase the degradation rate, we have designed quorum sensing system. When ciprofloxacin is detected, the detected bacteria can start degrading bacteria and degrade when detected.
”Hardware process design
However, due to funding constraints, we decided to use laser light sources after repeated consideration.
2. The design of microfluidic chips is the most important and the most difficult step. The design process is too specialized, and the microfluidic chips currently applied to cell encapsulation are less, and the technology is less mature. Even if the chip is designed, it may take dozens of adjustments to achieve the function, and the cost is too high.
Taking the comprehensive consideration into account , we decided to abandon the use of microfluidic technology.
”Recycling bin position design
For the layout design of the recycling bin, click here you can see the details
Acquisition card selection and circuit design
The teacher also provided suggestions for the design of the device and the circuit design to solve the problem of centralized power supply for pumps, lasers, development boards and other equipment.
”Hardware device selection
Finally, the plan to purchase an avalanche detector with its own amplifier circuit was decided.
”3D printing
Considering the accuracy and cost of 3D printing, we improved the optical path and detail design of the device, and used 3D printers in Mao’s laboratory to print 3D printing of the second generation device to verify the design flaws of device in actual use. It greatly helped us to further improve the device.
”Bacterial box design
According to our needs, he proposed that we should design the interior of the capsule into the shape of funnel and he also pointed out the design requirements for some important details of the shape. We applied his suggestions to the design of our third generation device.
”