Difference between revisions of "Team:BIT/Human Practices"

(Prototype team page)
 
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{BIT}}
+
<!DOCTYPE html>
<html>
+
<html lang="en">
 +
<head>
 +
<!-- Basic Page Needs
 +
================================================== -->
 +
<meta charset="utf-8">
 +
<!--[if IE]><meta http-equiv="x-ua-compatible" content="IE=9" /><![endif]-->
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<title>Biology</title>
 +
<meta name="description" content="">
 +
<meta name="keywords" content="">
 +
<meta name="author" content="">
  
<div class="column full_size">
+
<!-- Favicons
 +
================================================== -->
 +
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
 +
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
 +
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
 +
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
  
<p>iGEM teams are leading in the area of Human Practices because they conduct their projects within a social/environmental context, to better understand issues that might influence the design and use of their technologies.</p>
+
<!-- Bootstrap -->
<p>Teams work with students and advisors from the humanities and social sciences to explore topics concerning ethical, legal, social, economic, safety or security issues related to their work. Consideration of these Human Practices is crucial for building safe and sustainable projects that serve the public interest. </p>
+
<link href="https://2016.igem.org/Team:BIT/css/bootstrap?action=raw&ctype=text/css"
<p>For more information, please see the <a href="https://2016.igem.org/Human_Practices">Human Practices Hub</a>.</p>
+
 
 +
rel="stylesheet">
 +
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-
 +
 
 +
awesome.min.css">
 +
<link href="https://2016.igem.org/Team:BIT/css/jasny-bootstrap-min?
 +
 
 +
action=raw&ctype=text/css" rel="stylesheet">
 +
<link href="https://2016.igem.org/Team:BIT/css/animate?action=raw&amp;ctype=text/css"
 +
 
 +
rel="stylesheet">
 +
 
 +
<!-- Slider
 +
================================================== -->
 +
<link href="https://2016.igem.org/Team:BIT/css/owl-carousel?action=raw&amp;ctype=text/css"
 +
 
 +
rel="stylesheet" media="screen">
 +
<link href="https://2016.igem.org/Team:BIT/css/owl-theme?action=raw&amp;ctype=text/css"
 +
 
 +
rel="stylesheet" media="screen">
 +
 
 +
<!-- Stylesheet
 +
================================================== -->
 +
<link href="https://2016.igem.org/Team:BIT/css/style?action=raw&amp;ctype=text/css"
 +
 
 +
rel="stylesheet">
 +
<link href="https://2016.igem.org/Team:BIT/css/responsive?action=raw&amp;ctype=text/css"
 +
 
 +
rel="stylesheet">
 +
 
 +
 
 +
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet'
 +
 
 +
type='text/css'>
 +
 
 +
<style type="text/css">
 +
#content {
 +
    position: relative;
 +
    width: auto;
 +
    padding:0;
 +
    margin-left:0;
 +
    margin-right:0;
 +
    margin-top:-160px;
 +
    border:none;
 +
 
 +
}
 +
.style1 {color: #c91f77}
 +
-->
 +
#home{
 +
background: url(https://static.igem.org/mediawiki/2016/9/97/BIT-BIology.jpg);
 +
background-size: cover;
 +
background-position: center;
 +
background-repeat: no-repeat;
 +
background-attachment: fixed;
 +
height: auto;
 +
min-height: 500px;
 +
padding-top: 60px;
 +
color: #ffffff;
 +
}
 +
#sideMenu{
 +
display:none
 +
}
 +
#subNav{width:100%;height:80px;background-color:#2d3238;margin-top:-10px;padding-left:13%}
 +
#subNav li{float:left;padding-bottom:10px}
 +
#subNav .wrap{width:1002px;}
 +
#subNav a{display:block;width:310px;height:80px;text-align:center;color:#9c9a9a;padding-top:13px}
 +
#subNav a:hover{text-decoration:none}
 +
#subNav a ins{display:block;width:52px;height:40px;margin:0 auto;background:url(../images/souche_sprite2.jpg) no-repeat 10px -334px}
 +
#subNav a:hover,#subNav .adv_active a{background-color:#c91f77;color:#fff}
 +
#subNav a:hover ins,#subNav .adv_active ins{background:#c91f77 no-repeat 10px -190px}
 +
#subNav .adv_source:hover ins,#subNav .adv_active .adv_source ins{background-position:-49px -191px}
 +
#subNav .adv_price:hover ins,#subNav .adv_active .adv_price ins{background-position:-101px -191px}
 +
#subNav .adv_transfer:hover ins,#subNav .adv_active .adv_transfer ins{background-position:-155px -191px}
 +
#subNav .adv_payment:hover ins,#subNav .adv_active .adv_payment ins{background-position:-202px -191px}
 +
#subNav .adv_promise:hover ins,#subNav .adv_active .adv_promise ins{background-position:-251px -191px}
 +
#subNav .adv_ride:hover ins,#subNav .adv_active .adv_ride ins{background-position:-301px -191px}
 +
#subNav .adv_finance:hover ins,#subNav .adv_active .adv_finance ins{background-position:-349px -191px}
 +
.fixedSubNav{position:fixed;top:0;left:0;z-index:1000}
 +
#ourInfo ul{float:left;width:450px;padding-top:50px;padding-bottom:30px}
 +
#ourInfo li{color:#333;font-size:14px;font-weight:bold;clear:both;height:77px;line-height:1.7em}
 +
</style>
 +
<script src="https://2016.igem.org/Team:BIT/js/modernizr?
 +
 
 +
action=raw&amp;ctype=text/javascript"></script>
 +
 
 +
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
 +
 
 +
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
 +
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 +
<!--[if lt IE 9]>
 +
  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
 +
  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 +
<![endif]-->
 +
</head>
 +
<body>
 +
 
 +
<!-- Off Canvas Navigation
 +
================================================== -->
 +
<div class="navmenu navmenu-default navmenu-fixed-left offcanvas"> <!--- Off Canvas Side
 +
 
 +
Menu -->
 +
<div class="close" data-toggle="offcanvas" data-target=".navmenu">
 +
<span class="fa fa-close"></span>
 +
</div>
 +
<div class="add-margin"></div>
 +
<ul class="nav navmenu-nav"> <!--- Menu -->
 +
<li><a href="https://2016.igem.org/Team:BIT">Home</a></li>
 +
<li><a href="https://2016.igem.org/Team:BIT/Biology">Project</a></li>
 +
<li><a href="https://2016.igem.org/Team:BIT/Human_Practices" ><span class="style1">Practice</span></a></li>
 +
<li><a href="https://2016.igem.org/Team:BIT/Judging_Form" >Judging</a></li>
 +
                <li><a href="https://2016.igem.org/Team:BIT/Parts_Submission">Parts</a></li>
 +
                <li><a href="https://2016.igem.org/Team:BIT/HP/Silver">Achievement</a></li>
 +
<li><a href="https://2016.igem.org/Team:BIT/Introduction">Team</a></li>
 +
</ul><!--- End Menu -->
 +
</div> <!--- End Off Canvas Side Menu -->
 +
<style type="text/css"> 
 +
.indent{text-indent: 2em;} 
 +
</style> 
 +
<!-- Home Section -->
 +
 
 +
<div id="home">
 +
<div class="container text-center">
 +
<!-- Navigation -->
 +
<nav id="menu" data-toggle="offcanvas" data-target=".navmenu">
 +
<span class="fa fa-bars"></span>
 +
</nav>
 +
 
 +
<div class="content">
 +
<h4>PRACTICE</h4>
 +
<center><hr width="70%"  align="center"  color="#c91f77" size=1;></hr></center>
 +
<div class="header-text btn">
 +
<h1><font color=#c91f77>H</font>UMAN <font color=#c91f77>P</font>RACTICES</h1>
 +
</div>
 +
</div>
 +
<a href="#contain" class="down-btn page-scroll">
 +
<span class="fa fa-angle-down"></span>
 +
</a>
 +
</div>
 +
</div>
 +
<div id="subNav">
 +
  <ul>
 +
    <li class=color1><a href="https://2016.igem.org/Team:BIT/Human_Practices"><h2>Human Practices</h2></a></li>
 +
    <li><a href="https://2016.igem.org/Team:BIT/Collaborations"><h2>Collaborations</h2></a></li>
 +
    <li><a href="https://2016.igem.org/Team:BIT/Meet_ups"><h2>Meet ups</h2></a></li>
 +
  </ul>
 
</div>
 
</div>
 +
<!-- Meet Us Section -->
 +
<div id="contain">
 +
    <div id="menu" style="float:left;width:30%;height:100%;">
 +
    </div>
 +
<div class="container">
 +
                <div id="words" style="float:right;width:70%">
  
 +
                <div class="row text-center">
 +
<h2><br><br><br><br>Abstract</h2>
 +
<center><hr width="70%"  align="center"  color="#c91f77" size=1;></hr></center>
 +
</div>
  
<div class="column half_size">
+
<div class="indent">
<div class="highlight">
+
<p>
<h5>Note</h5>
+
This year our project is about the early detection of breast cancer based on the factors miRNA155 and miRNA21. In the last six months, things we have done were as follow: make a questionnaire aimed at surveying the public perceptions for breast cancer; make a survey to get the information about the diagnosis condition of breast cancer; introduce iGEM and the project of our team in a college and a high school. Besides, we have built relationship with five teams and had a interactive communication with other two teams, and also joined two different communication meetings during the summer vacation, which we had got many appreciation and comments. <br><br></p>
<p>You must fill out this page in order to be considered for all <a href="https://2016.igem.org/Judging/Awards">awards</a> for Human Practices:</p>
+
 
<ul>
+
                <div class="row text-center">
<li>Human Practices silver medal criterion</li>
+
<h2><br><br><br><br>Questionnaire</h2>
<li>Human Practices gold medal criterion</li>
+
<center><hr width="70%"  align="center"  color="#c91f77" size=1;></hr></center>
<li>Best Integrated Human Practices award</li>
+
</div>
<li>Best Education and Public Engagement award</li>
+
<p>
</ul>
+
This year we issued the questionnaire through the Internet, with both Chinese and English versions and got information after collecting them. The questions were centered on the personal health, physical examination, the understanding of breast cancer and the team’s products. It was distributed online in January and ended in March and we received 299 valid feedbacks. <br><br></p>
 +
 
 +
             
 +
<div class="row text-center">
 +
<h2><br><br><br><br><br><br><br>Survey</h2>
 +
<center><hr width="70%"  align="center"  color="#c91f77" size=1;></hr></center>
 +
</div>
 +
 
 +
 
 +
PARTⅠ Identity information
 +
<br>
 +
<p><div style="text-indent: 0em;"><b>
 +
Q1. What is your gender?
 +
</b><br><br>
 +
A. Male
 +
<br>
 +
B. Female
 +
<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/b/bd/BIT-PAPER1.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q2. How old are you?
 +
</b><br><br>
 +
A. Below20
 +
<br>
 +
B. 21-30
 +
<br>
 +
C. 31-40
 +
<br>
 +
D. Above41
 +
<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/b/b0/BIT-PAPER2.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q3. What is your record of formal schooling?*
 +
</b><br><br>
 +
A. Junior high school
 +
<br>
 +
B. High school
 +
<br>
 +
C. College
 +
<br>
 +
D. Undergraduate or over it
 +
<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/4/41/BIT-PAPER3.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q4. Have you been married?*
 +
</b><br><br>
 +
A. YES
 +
<br>
 +
B. NO
 +
<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/1/14/BIT-PAPER4.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q5. What is your salary each month?*
 +
</b><br><br>
 +
A. ¥0
 +
<br>
 +
B. ¥0-3000
 +
<br>
 +
C. ¥3000-10000
 +
<br>
 +
D. Above¥10000
 +
<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/6/64/BIT-PAPER5.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q6. Is the field you are engaged in is connected to the biological?*
 +
</b><br><br>
 +
A. YES
 +
<br>
 +
B. NO
 +
<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/e/eb/BIT-PAPER6.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q7. How much do you cost each month?*
 +
</b><br><br>
 +
A. Below¥1000
 +
<br>
 +
B. ¥1000-2000
 +
<br>
 +
C. ¥2000-3000
 +
<br>
 +
D. Above¥3000
 +
<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/a/a3/BIT-PAPER7.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q8. Have you bought social security or medical insurance?*
 +
</b><br><br>
 +
A. YES
 +
<br>
 +
B. NO
 +
<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/1/16/BIT-PAPER8.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
 
 +
PART Ⅱ Physical condition
 +
<br>
 +
<p><div style="text-indent: 0em;"><b>
 +
Q9. What is your figure?*
 +
</b><br><br>
 +
A. Thin
 +
<br>
 +
B. Normal
 +
<br>
 +
C. Fat
 +
<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/6/64/BIT-PAPER9.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q10. What is your physical quality?*
 +
</b><br><br>
 +
A. Bad
 +
<br>
 +
B. Normal
 +
<br>
 +
C. Well
 +
<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/7/76/BIT-PAPER10.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q11. How often do you do exercise each week?*
 +
</b><br><br>
 +
A. Never
 +
<br>
 +
B. 1-2times
 +
<br>
 +
C. Above 3 times
 +
<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/7/7b/BIT-PAPER11.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q12. Why do you exercise?*
 +
</b><br><br>
 +
A. For hobby
 +
<br>
 +
B. Someone organize
 +
<br>
 +
C. Keep fit
 +
<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/e/ef/BIT-PAPER12.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q13. How long do you exercise each time?*
 +
</b><br><br>
 +
A. 10-20minutes
 +
<br>
 +
B. 20-30minutes
 +
<br>
 +
C. Above30minutes
 +
<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/f/ff/BIT-PAPER13.gif.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q14.Have you ever had significant medical history?*
 +
</b><br><br>
 +
A. YES
 +
<br>
 +
B. NO
 +
<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/c/cb/BIT-PAPER14.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q15.When do you go to bed?*
 +
</b><br><br>
 +
A. Before10:00P.M
 +
<br>
 +
B. 10:00P.M-12:00P.M
 +
<br>
 +
C. After12:00P.M
 +
<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/7/75/BIT-PAPER15.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q16. Have you ever smoked or drunk?*
 +
</b><br><br>
 +
A. Neither
 +
<br>
 +
B. Smoked
 +
<br>
 +
C. Drunk
 +
<br>
 +
D. Both
 +
<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/d/de/BIT-PAPER16.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q17. Do you have breakfast?*
 +
</b><br><br>
 +
A. Never
 +
<br>
 +
B. Sometimes
 +
<br>
 +
C. Always
 +
<br>
 +
D. Everyday
 +
<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/6/63/BIT-PAPER17.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
 
 +
PART Ⅲ About medical
 +
<br>
 +
<p><div style="text-indent: 0em;"><b>
 +
Q18.How often do you do a physical examination ?*
 +
</b><br><br>
 +
A. Every year
 +
<br>
 +
B. Not regular
 +
<br>
 +
C. Never
 +
<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/c/c8/BIT-PAPER18.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q19. What do you think about the price of medical?*
 +
</b><br><br>
 +
A. Expensive
 +
<br>
 +
B. Normal
 +
<br>
 +
C. Cheap
 +
<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/3/38/BIT-PAPER19.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q20. What is the meaning of medical?*
 +
</b><br><br>
 +
A. Predict
 +
<br>
 +
B. Check disease
 +
<br>
 +
C. Other
 +
<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/b/bb/BIT-PAPER20.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q21. Can you understand the medical report?*
 +
</b><br><br>
 +
A. YES
 +
<br>
 +
B. NO
 +
<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/e/e6/BIT-PAPER21.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
 
 +
PART Ⅳ About breast cancer
 +
<br>
 +
<p><div style="text-indent: 0em;"><b>
 +
Q22.Which way do you use to know about breast cancer?*(multiple choice)
 +
</b><br><br>
 +
A. Newspaper and magazine
 +
<br>
 +
B. Television and radio
 +
<br>
 +
C. Healthy classroom
 +
<br>
 +
D. The Internet
 +
<br>
 +
E. From doctor
 +
<br>
 +
F. Other
 +
<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/d/dc/BIT-PAPER22.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q23. Which important factors do you think will induce breast cancer?*(multiple choice)
 +
</b><br><br>
 +
A. Female
 +
<br>
 +
B. Over 50 years old
 +
<br>
 +
C. Immediate family member shave medical history of breast cancer
 +
<br>
 +
D. Superior living condition
 +
<br>
 +
E. Delay menopause <br>
 +
F. Fatter after menopause<br>
 +
G. Have medical history of breast cancer<br>
 +
H. Have medical history of ovarian cancer<br>
 +
I. Have atypical hyper plastic benign breast disease <br>
 +
J. Amount of alcohol <br>
 +
K. Have menstruation before 12 years old<br>
 +
L. Have hormone replacement therapy<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/a/a9/BIT-PAPER23.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q24. Which factors do you think will increase the risk of breast cancer?*(multiple choice)
 +
</b><br><br>
 +
A. Closed relative has breast cancer <br>
 +
B. Has breast cancer of other cancer<br>
 +
C. Hyperplasia of mammary glands for a long time <br>
 +
D. Endocrine disorders for a long time<br>
 +
<br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/9/98/BIT-PAPER24.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q25. Which sign do you think is danger for breast cancer?*(multiple choice)
 +
</b><br><br>
 +
A. Find lump in the breast<br>
 +
B. Breast hyperplasia increase happened in woman over 30 years old<br>
 +
C. Breast reduction and nipple up <br>
 +
D. Have ulcer around breast or nipple<br>
 +
E. Within the breast skin to shrink<br>
 +
F. Nipple have hemorrhagic discharge <br>
 +
G. Axillary lymph node enlargement<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/8/80/BIT-PAPER25.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q26.Do you know how to check breast by yourself?*
 +
</b><br><br>
 +
○A. YES
 +
<br>
 +
○B. No
 +
<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/e/ea/BIT-PAPER26.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q27. What is the best way to treat breast cancer in the early?*
 +
</b><br><br>
 +
A. Surgery<br>
 +
B. Radiation therapy <br>
 +
C. Chemotherapy <br>
 +
D. Endocrine therapy <br>
 +
E. Immunotherapy <br>
 +
F. Chinese medicine for therapy<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/3/3c/BIT-PAPER27.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q28. How often do you think to have a mammary gland film making check?*
 +
</b><br><br>
 +
A. Once a month<br>
 +
B. Three months <br>
 +
C. Half a year <br>
 +
D. Once a year <br>
 +
E. Two years<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/8/8d/BIT-PAPER28.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
 
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q29. Do you know about Synthetic biology?*
 +
</b><br><br>
 +
A. YES
 +
<br>
 +
B. NO
 +
<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/9/9e/BIT-PAPER29.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q30. Would you mind doing treatment in vitro with harmless microbial?*
 +
</b><br><br>
 +
A. YES <br>
 +
B. Never mind <br>
 +
C. No<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/d/d1/BIT-PAPER30.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q31. How much do you think is suitable for a medical?*
 +
</b><br><br>
 +
A. Below¥500
 +
<br>
 +
B. ¥500-1000
 +
<br>
 +
C. Above¥1000<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/a/ab/BIT-PAPER31.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b>
 +
Q32. Which price is reasonable for our device?
 +
</b><br><br>
 +
A. ¥100-500 <br>
 +
B. ¥500-1000 <br>
 +
C. ¥1000-1500 <br>
 +
D. Above¥1500<br><br></div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/f/f6/BIT-PAPER32.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b> 
 +
Q33. Do you have some requirements about product performance?*(multiple choice)
 +
</b><br><br>
 +
A. The use of intelligence <br>
 +
B. Date visualization <br>
 +
C. To detect the rapidness <br>
 +
D. The operation is simple <br>
 +
E. Repeat use<br><br>
 +
</div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/d/d7/BIT-PAPER33.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<p><div style="text-indent: 0em;"><b> 
 +
Q34. Would you like to use our product?*
 +
</b><br><br>
 +
A. YES <br>
 +
B. No<br><br>
 +
</div></p>
 +
<img src="https://static.igem.org/mediawiki/2016/6/64/BIT-PAPER34.gif" class="img-responsive" alt="..."><br><br>
 +
 
 +
<div class="row text-center">
 +
<h2><br><br><br>Survey in Hospital</h2>
 +
<center><hr width="70%"  align="center"  color="#c91f77" size=1;></hr></center>
 +
</div>
 +
<br><p><div style="text-indent: 0em;"><b> 
 +
Time:2016.10.12<br>
 +
Personnel: Yang Wei, Xiao Wenrui, Chen Daoying, Li Rui, Chen Minze, Li Anyi
 +
</b><br>
 +
<p>
 +
In the preliminary design work of practical part, team members communicated the ideas of project with Doctor. Cao Tianyu who has 20 years’ experience of clinical treatment of breast cancer. First he gave highly appreciation of the project and agreed with the fields of quickly and accurately detection of diseases. Then he explained the breast cancer through pathogenesis, treatment method and incidence trend and put forward the constructive suggestion to the market application of the project. In general, he thought the project would have great application prospect.
 +
</p><br><p>
 +
In October five members had a face-to-face communication with Dr. Cao in the office. The five members showed the project to Dr. Cao and introduce the method of determination in detail. After the communication he gave some useful advice not only in biological part but also for the hardware and software. In part of biology, the accuracy of detection should be improved and whether can the public accept the method of biological detection or not still remains a question. For part of hardware, the hardware needs to find its strengths and improve it in order to complete with the existing instruments like Microplate Reader. In addition, there will be a long time for the hardware to apply in the clinic field. As for part of software: the interface of application need to be more friendly to doctors who use it to communicate with patients.
 +
</p>
 +
<img src="https://static.igem.org/mediawiki/2016/7/75/BIT_309_Figure_HOSPITAL1.jpg" class="img-responsive" alt="..."><br><br>
 +
<center> <font size="1px">Figure: BIT members and Dr.Cao</font></center><br><br>
 +
<img src="https://static.igem.org/mediawiki/2016/6/60/BIT_309_Figure_HOSPITAL2.jpg" class="img-responsive" alt="..."><br><br>
 +
<center> <font size="1px">Figure: At 309 hospital</font></center><br><br>
 +
 
 +
<div class="row text-center">
 +
<h2><br><br><br>Project Promotion in Schools</h2>
 +
<center><hr width="70%"  align="center"  color="#c91f77" size=1;></hr></center>
 +
</div>
 +
<br><p><div style="text-indent: 0em;"><b> 
 +
Time: 2016.09.22<br>
 +
Personnel: Wang Xu , Yang HaoKun, Zeng Qingquan, Li Anyi
 +
</b><br>
 +
<p>
 +
On September 22, we had a preach in high school affiliated to BIT. The main content was to introduce Synthetic biology, let students know more about the emerging field of biological, present biological technology and also introduce something about iGEM. During the Q&A time the students asked many questions about the biological and synthetic biology and we believed that most of them had interests in this subject.
 +
</p><br><br>
 +
<img src="https://static.igem.org/mediawiki/2016/5/5a/BIT_Figure_affiliated_high_school_of_Beijing_Institute_of_technology.jpg" class="img-responsive" alt="..."><br><br>
 +
<center> <font size="1px">Figure: A group photo with classmates</font></center><br><br>
 +
<img src="https://static.igem.org/mediawiki/2016/6/60/BIT_309_Figure_HOSPITAL2.jpg" class="img-responsive" alt="..."><br><br>
 +
<center> <font size="1px">Figure: At 309 hospital</font></center><br><br>
 +
<p>
 +
On September 23 we, together with BIT-CHINA held a session for the class of 2016 undergraduates in Beijing Institute of Technology. Because most of the students’ knowledge of biology was just stayed at the stage of high school, the whole session was on the basis of synthetic biology knowledge and then extended to the projects of two IGEM teams. Before the beginning of session, we distributed the leaflets which included brief introduction of our project to the students. The whole session lasted almost two hours and had great feedback.
 +
</p><br><br>
 +
<img src="https://static.igem.org/mediawiki/2016/0/06/BIT-classmates.jpg" class="img-responsive" alt="..."><br><br>
 +
<center> <font size="1px">Figure: A group photo with classmates</font></center><br><br>
 +
<img src="https://static.igem.org/mediawiki/2016/2/20/BIT_Figure_classmate_2.jpg" class="img-responsive" alt="..."><br><br>
 +
<center> <font size="1px">Figure: YANG WEI is explaining the synthetic biology</font></center><br><br>
 +
<img src="https://static.igem.org/mediawiki/2016/9/93/BIT-BROCHURE1.jpg" class="img-responsive" alt="..."><br><br>
 +
<img src="https://static.igem.org/mediawiki/2016/f/f3/BIT-BROCHURE2.jpg" class="img-responsive" alt="..."><br><br>
 +
<center> <font size="1px">Figure: leaflets</font></center><br><br>
 +
<p>
 +
The two sessions in different schools we not only introduced of our team’s project, but also the concept of synthetic biology to more people. We aimed to let more people who are full of ideas and innovation consciousness dare to fight with themselves and take part in this competition with their energy. During the Q&A time the students put forward many questions which help two teams to improve their project. Thanks for the support of teachers and students.
 +
</p><br><br><br><br><br></div>
 
</div>
 
</div>
 +
</div>
 +
</div>
 +
</div>
 
</div>
 
</div>
 +
<!-- Testimonial Section -->
  
<div class="column half_size">
+
<!-- Testimonial Section -->
<h5>Some Human Practices topic areas </h5>
+
<div id="testimonials">
<ul>
+
<div class="overlay">
<li>Philosophy</li>
+
<div class="container">
<li>Public Engagement / Dialogue</li>
+
<li>Education</li>
+
</div>
<li>Product Design</li>
+
</div>
<li>Scale-Up and Deployment Issues</li>
+
<li>Environmental Impact</li>
+
<li>Ethics</li>
+
<li>Safety</li>
+
<li>Security</li>
+
<li>Public Policy</li>
+
<li>Law and Regulation</li>
+
<li>Risk Assessment</li>
+
</ul>
+
 
</div>
 
</div>
  
 +
<!-- Contact Section -->
 +
<div id="contact">
 +
<div class="container">
 +
<div class="section-title text-center">
 +
<h2>Contact Us</h2>
 +
<center><hr width="70%"  align="center"  color="#c91f77" size=1;></hr></center>
 +
</div>
 +
<div class="space"></div>
  
<div class="column half_size">
+
<div class="row">
<h5>What should we write about on this page?</h5>
+
<div class="col-md-3">
<p>On this page, you should write about the Human Practices topics you considered in your project, and document any special activities you did (such as visiting experts, talking to lawmakers, or doing public engagement).</p>
+
<address>
</div>
+
<strong>Address</strong><br>
 +
<br>
 +
Beijing Institute of Technology,<br>
 +
No. 5 South Zhong Guan Cun Street,<br>
 +
Haidian Beijing 100081, P. R. China<br><br>
 +
Twitter : @igem_BIT<br><br>
  
 +
Sina Weibo : @igem_BIT<br><br>
  
<div class="column half_size">
+
Website : http://www.bit.edu.cn
<h5>Inspiration</h5>
+
<ul class="social">
<p>Read what other teams have done:</p>
+
<li><a href="#"><span class="fa fa-facebook"></span></a></li>
<ul>
+
<li><a href="#"><span class="fa fa-google-plus"></span></a></li>
<li><a href="https://2014.igem.org/Team:Dundee/policypractice/experts">2014 Dundee </a></li>
+
<li><a href="#"><span class="fa fa-twitter"></span></a></li>
<li><a href="https://2014.igem.org/Team:UC_Davis/Policy_Practices_Overview">2014 UC Davis </a></li>
+
<li><a href="#"><span class="fa fa-dribbble"></span></a></li>
<li><a href="https://2013.igem.org/Team:Manchester/HumanPractices">2013 Manchester </a></li>
+
  </ul>
<li><a href="https://2013.igem.org/Team:Cornell/outreach">2013 Cornell </a></li>
+
</address>
</ul>
+
</div>
 +
 
 +
<div class="col-md-9">
 +
<form autocomplete="off">
 +
<div class="row">
 +
<div class="col-md-6">
 +
<input type="text" class="form-control" placeholder="Your Name">
 +
<input type="text" class="form-control" placeholder="Phone No.">
 +
</div>
 +
<div class="col-md-6">
 +
<input type="text" class="form-control" placeholder="Email">
 +
<input type="text" class="form-control" placeholder="Subject">
 +
</div>
 +
</div>
 +
<textarea class="form-control" rows="4" placeholder="Message"></textarea>
 +
<div class="text-right">
 +
<a href="#" class="btn send-btn">Send</a>
 +
</div>
 +
</form>
 +
</div>
 +
</div>
 +
</div>
 
</div>
 
</div>
  
 +
<nav id="footer">
 +
<div class="container">
 +
 +
<div class="pull-right">
 +
<a href="#home" class="page-scroll">Back to Top <span class="fa fa-angle-up"></span></a>
 +
</div>
 +
</div>
 +
</nav>
 +
 +
<script src="https://2016.igem.org/Team:BIT/js/jquery?action=raw&amp;ctype=text/javascript"></script>
 +
<!-- Include all compiled plugins (below), or include individual files as needed -->
 +
<script src="https://2016.igem.org/Team:BIT/js/bootstrap?action=raw&amp;ctype=text/javascript"></script>
 +
<script src="https://2016.igem.org/Team:BIT/js/SmoothScroll?action=raw&amp;ctype=text/javascript"></script>
 +
<script src="https://2016.igem.org/Team:BIT/js/jasny-bootstrap?action=raw&amp;ctype=text/javascript"></script>
  
 +
<script src="https://2016.igem.org/Team:BIT/js/owl-carousel?action=raw&amp;ctype=text/javascript"></script>
 +
<script src="https://2016.igem.org/Team:BIT/js/typed?action=raw&amp;ctype=text/javascript"></script>
 +
<script src="https://2016.igem.org/Team:BIT/js/subNav?action=raw&amp;ctype=text/javascript">
 +
</script>
 +
<!-- Javascripts
 +
================================================== -->
  
 +
</body>
 
</html>
 
</html>

Latest revision as of 02:53, 20 October 2016

<!DOCTYPE html> Biology

PRACTICE


HUMAN PRACTICES





Abstract


This year our project is about the early detection of breast cancer based on the factors miRNA155 and miRNA21. In the last six months, things we have done were as follow: make a questionnaire aimed at surveying the public perceptions for breast cancer; make a survey to get the information about the diagnosis condition of breast cancer; introduce iGEM and the project of our team in a college and a high school. Besides, we have built relationship with five teams and had a interactive communication with other two teams, and also joined two different communication meetings during the summer vacation, which we had got many appreciation and comments.





Questionnaire


This year we issued the questionnaire through the Internet, with both Chinese and English versions and got information after collecting them. The questions were centered on the personal health, physical examination, the understanding of breast cancer and the team’s products. It was distributed online in January and ended in March and we received 299 valid feedbacks.








Survey


PARTⅠ Identity information

Q1. What is your gender?

A. Male
B. Female

...

Q2. How old are you?

A. Below20
B. 21-30
C. 31-40
D. Above41

...

Q3. What is your record of formal schooling?*

A. Junior high school
B. High school
C. College
D. Undergraduate or over it

...

Q4. Have you been married?*

A. YES
B. NO

...

Q5. What is your salary each month?*

A. ¥0
B. ¥0-3000
C. ¥3000-10000
D. Above¥10000

...

Q6. Is the field you are engaged in is connected to the biological?*

A. YES
B. NO

...

Q7. How much do you cost each month?*

A. Below¥1000
B. ¥1000-2000
C. ¥2000-3000
D. Above¥3000

...

Q8. Have you bought social security or medical insurance?*

A. YES
B. NO

...

PART Ⅱ Physical condition

Q9. What is your figure?*

A. Thin
B. Normal
C. Fat

...

Q10. What is your physical quality?*

A. Bad
B. Normal
C. Well

...

Q11. How often do you do exercise each week?*

A. Never
B. 1-2times
C. Above 3 times

...

Q12. Why do you exercise?*

A. For hobby
B. Someone organize
C. Keep fit

...

Q13. How long do you exercise each time?*

A. 10-20minutes
B. 20-30minutes
C. Above30minutes

...

Q14.Have you ever had significant medical history?*

A. YES
B. NO

...

Q15.When do you go to bed?*

A. Before10:00P.M
B. 10:00P.M-12:00P.M
C. After12:00P.M

...

Q16. Have you ever smoked or drunk?*

A. Neither
B. Smoked
C. Drunk
D. Both

...

Q17. Do you have breakfast?*

A. Never
B. Sometimes
C. Always
D. Everyday

...

PART Ⅲ About medical

Q18.How often do you do a physical examination ?*

A. Every year
B. Not regular
C. Never

...

Q19. What do you think about the price of medical?*

A. Expensive
B. Normal
C. Cheap

...

Q20. What is the meaning of medical?*

A. Predict
B. Check disease
C. Other

...

Q21. Can you understand the medical report?*

A. YES
B. NO

...

PART Ⅳ About breast cancer

Q22.Which way do you use to know about breast cancer?*(multiple choice)

A. Newspaper and magazine
B. Television and radio
C. Healthy classroom
D. The Internet
E. From doctor
F. Other

...

Q23. Which important factors do you think will induce breast cancer?*(multiple choice)

A. Female
B. Over 50 years old
C. Immediate family member shave medical history of breast cancer
D. Superior living condition
E. Delay menopause
F. Fatter after menopause
G. Have medical history of breast cancer
H. Have medical history of ovarian cancer
I. Have atypical hyper plastic benign breast disease
J. Amount of alcohol
K. Have menstruation before 12 years old
L. Have hormone replacement therapy

...

Q24. Which factors do you think will increase the risk of breast cancer?*(multiple choice)

A. Closed relative has breast cancer
B. Has breast cancer of other cancer
C. Hyperplasia of mammary glands for a long time
D. Endocrine disorders for a long time

...

Q25. Which sign do you think is danger for breast cancer?*(multiple choice)

A. Find lump in the breast
B. Breast hyperplasia increase happened in woman over 30 years old
C. Breast reduction and nipple up
D. Have ulcer around breast or nipple
E. Within the breast skin to shrink
F. Nipple have hemorrhagic discharge
G. Axillary lymph node enlargement

...

Q26.Do you know how to check breast by yourself?*

○A. YES
○B. No

...

Q27. What is the best way to treat breast cancer in the early?*

A. Surgery
B. Radiation therapy
C. Chemotherapy
D. Endocrine therapy
E. Immunotherapy
F. Chinese medicine for therapy

...

Q28. How often do you think to have a mammary gland film making check?*

A. Once a month
B. Three months
C. Half a year
D. Once a year
E. Two years

...

Q29. Do you know about Synthetic biology?*

A. YES
B. NO

...

Q30. Would you mind doing treatment in vitro with harmless microbial?*

A. YES
B. Never mind
C. No

...

Q31. How much do you think is suitable for a medical?*

A. Below¥500
B. ¥500-1000
C. Above¥1000

...

Q32. Which price is reasonable for our device?

A. ¥100-500
B. ¥500-1000
C. ¥1000-1500
D. Above¥1500

...

Q33. Do you have some requirements about product performance?*(multiple choice)

A. The use of intelligence
B. Date visualization
C. To detect the rapidness
D. The operation is simple
E. Repeat use

...

Q34. Would you like to use our product?*

A. YES
B. No

...




Survey in Hospital



Time:2016.10.12
Personnel: Yang Wei, Xiao Wenrui, Chen Daoying, Li Rui, Chen Minze, Li Anyi

In the preliminary design work of practical part, team members communicated the ideas of project with Doctor. Cao Tianyu who has 20 years’ experience of clinical treatment of breast cancer. First he gave highly appreciation of the project and agreed with the fields of quickly and accurately detection of diseases. Then he explained the breast cancer through pathogenesis, treatment method and incidence trend and put forward the constructive suggestion to the market application of the project. In general, he thought the project would have great application prospect.


In October five members had a face-to-face communication with Dr. Cao in the office. The five members showed the project to Dr. Cao and introduce the method of determination in detail. After the communication he gave some useful advice not only in biological part but also for the hardware and software. In part of biology, the accuracy of detection should be improved and whether can the public accept the method of biological detection or not still remains a question. For part of hardware, the hardware needs to find its strengths and improve it in order to complete with the existing instruments like Microplate Reader. In addition, there will be a long time for the hardware to apply in the clinic field. As for part of software: the interface of application need to be more friendly to doctors who use it to communicate with patients.

...

Figure: BIT members and Dr.Cao


...

Figure: At 309 hospital





Project Promotion in Schools



Time: 2016.09.22
Personnel: Wang Xu , Yang HaoKun, Zeng Qingquan, Li Anyi

On September 22, we had a preach in high school affiliated to BIT. The main content was to introduce Synthetic biology, let students know more about the emerging field of biological, present biological technology and also introduce something about iGEM. During the Q&A time the students asked many questions about the biological and synthetic biology and we believed that most of them had interests in this subject.



...

Figure: A group photo with classmates


...

Figure: At 309 hospital


On September 23 we, together with BIT-CHINA held a session for the class of 2016 undergraduates in Beijing Institute of Technology. Because most of the students’ knowledge of biology was just stayed at the stage of high school, the whole session was on the basis of synthetic biology knowledge and then extended to the projects of two IGEM teams. Before the beginning of session, we distributed the leaflets which included brief introduction of our project to the students. The whole session lasted almost two hours and had great feedback.



...

Figure: A group photo with classmates


...

Figure: YANG WEI is explaining the synthetic biology


...

...

Figure: leaflets


The two sessions in different schools we not only introduced of our team’s project, but also the concept of synthetic biology to more people. We aimed to let more people who are full of ideas and innovation consciousness dare to fight with themselves and take part in this competition with their energy. During the Q&A time the students put forward many questions which help two teams to improve their project. Thanks for the support of teachers and students.






Contact Us


Address

Beijing Institute of Technology,
No. 5 South Zhong Guan Cun Street,
Haidian Beijing 100081, P. R. China

Twitter : @igem_BIT

Sina Weibo : @igem_BIT

Website : http://www.bit.edu.cn