Line 1: | Line 1: | ||
{{:Team:Mingdao/test9}} | {{:Team:Mingdao/test9}} | ||
− | <html | + | <html> |
− | + | <head> | |
− | + | <meta name="viewport" content="width=device-width, initial-scale=1"> | |
− | + | <style> | |
− | + | * { | |
− | + | box-sizing: border-box; | |
− | + | } | |
− | + | /* The grid: Three equal columns that floats next to each other */ | |
+ | .column { | ||
+ | float: left; | ||
+ | width: 25%; | ||
+ | padding: 10px; | ||
+ | text-align: center; | ||
+ | font-size: 40px; | ||
+ | cursor: pointer; | ||
+ | color: white; | ||
+ | } | ||
+ | .column2 { | ||
+ | float: left; | ||
+ | width: 25%; | ||
+ | padding: 10px; | ||
+ | text-align: center; | ||
+ | font-size: 40px; | ||
+ | cursor: pointer; | ||
+ | color: white; | ||
+ | } | ||
+ | .column3 { | ||
+ | float: left; | ||
+ | width: 12.5%; | ||
+ | padding: 10px; | ||
+ | text-align: center; | ||
+ | font-size: 40px; | ||
+ | cursor: pointer; | ||
+ | color: white; | ||
+ | } | ||
+ | .column4 { | ||
+ | float: left; | ||
+ | width: 80%; | ||
+ | padding: 10px; | ||
+ | text-align: center; | ||
+ | font-size: 40px; | ||
+ | cursor: pointer; | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | .column5 { | ||
+ | float: left; | ||
+ | width: 10%; | ||
+ | padding: 10px; | ||
+ | text-align: center; | ||
+ | font-size: 60px; | ||
+ | cursor: pointer; | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | .containerTab { | ||
+ | padding: 20px; | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | /* Clear floats after the columns */ | ||
+ | .row: { | ||
+ | content: ""; | ||
+ | display: table; | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | /* Closable button inside the container tab */ | ||
+ | .closebtn { | ||
+ | float: right; | ||
+ | color: white; | ||
+ | font-size: 35px; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | /* Clear floats after the columns */ | ||
+ | .row: { | ||
+ | content: ""; | ||
+ | display: table; | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | /* Responsive columns */ | ||
+ | @media screen and (max-width: 600px) { | ||
+ | .column { | ||
+ | width: 100%; | ||
+ | display: block; | ||
+ | margin-bottom: 20px; | ||
+ | margin-left: 0px; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /* Style the counter cards */ | ||
+ | .card { | ||
+ | box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); | ||
+ | padding: 16px; | ||
+ | text-align: center; | ||
+ | background-color: #f1f1f1; | ||
+ | } | ||
+ | .card2 { | ||
+ | box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); | ||
+ | padding: 16px; | ||
+ | text-align: center; | ||
+ | background-color:#000000; | ||
+ | } | ||
+ | .card3 { | ||
+ | box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); | ||
+ | padding: 16px; | ||
+ | font-size:60px; | ||
+ | text-align: center; | ||
+ | background-color:#000000; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <style type="text/css"> | ||
* { | * { | ||
margin: 0; | margin: 0; | ||
Line 19: | Line 127: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
− | font-family: 'Ubuntu' !important; | + | font-family: 'Ubuntu' !important; |
− | + | background-color:black; | |
+ | } | ||
.bg-container { | .bg-container { | ||
background-attachment: fixed; | background-attachment: fixed; | ||
− | background-color: | + | background-color: black; |
+ | margin-top:0px; | ||
overflow: hidden; | overflow: hidden; | ||
position: relative; | position: relative; | ||
− | |||
− | |||
− | |||
− | |||
} | } | ||
.my-main-container { | .my-main-container { | ||
width: 100%; | width: 100%; | ||
− | padding: | + | padding: 0% 0% 0% 0%; |
} | } | ||
.main-content { | .main-content { | ||
− | + | width: 60%; | |
− | width: | + | margin-top: 0%; |
− | margin- | + | margin-left: 20%; |
− | + | margin-bottom:0%; | |
− | + | padding: 0%; | |
− | + | min-height: 600vh; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
.m-block img { | .m-block img { | ||
Line 81: | Line 176: | ||
transition: all .3s; | transition: all .3s; | ||
transform: scale(1.2); } | transform: scale(1.2); } | ||
− | |||
.path { | .path { | ||
Line 103: | Line 197: | ||
} | } | ||
#HQ_page .text-area p { | #HQ_page .text-area p { | ||
− | font-size: | + | font-size: 22px; |
font-family: 'Ubuntu'; | font-family: 'Ubuntu'; | ||
font-weight: 500; } | font-weight: 500; } | ||
img.center { | img.center { | ||
display: block; | display: block; | ||
− | margin: 0 auto; } | + | margin: 0 auto; |
+ | width: 60%; } | ||
− | + | .p { | |
+ | font-size: 40px; | ||
+ | font-family: 'Ubuntu'; | ||
+ | font-weight: 500; | ||
+ | color:white; } | ||
+ | |||
+ | h1{ | ||
+ | text-align:center; | ||
+ | font-size: 50px; | ||
+ | font-weight: 700; | ||
+ | font-family: 'Arizonia' !important; | ||
+ | color:white !important; | ||
+ | text-align: center; | ||
+ | margin-bottom: 1rem; } | ||
+ | |||
+ | h2{ | ||
text-align: center; | text-align: center; | ||
margin-bottom: 2rem !important; | margin-bottom: 2rem !important; | ||
margin-top: 2rem; | margin-top: 2rem; | ||
− | color: | + | color: pink !important; |
− | font-size: | + | font-size: 40px; |
font-weight:bold; | font-weight:bold; | ||
+ | font-family:Helvetica; | ||
} | } | ||
− | + | h3{ | |
− | text-align: | + | text-align: left; |
margin-bottom: 2rem !important; | margin-bottom: 2rem !important; | ||
margin-top: 2rem; | margin-top: 2rem; | ||
− | color: | + | color: #4682B4 !important; |
− | font-size: | + | font-size: 20px; |
+ | font-weight:bold; | ||
+ | font-family:Helvetica; | ||
+ | } | ||
+ | h5{ | ||
+ | text-align: center; | ||
+ | color:#ffffff !important; | ||
+ | font-size: 12px; | ||
font-weight:bold; | font-weight:bold; | ||
} | } | ||
Line 134: | Line 252: | ||
width: 50px; | width: 50px; | ||
cursor: pointer; } | cursor: pointer; } | ||
− | + | ||
+ | .top img { | ||
width: 100%; } | width: 100%; } | ||
+ | |||
img.pic { | img.pic { | ||
display: block !important; | display: block !important; | ||
margin: 40px auto !important; | margin: 40px auto !important; | ||
+ | } | ||
+ | |||
+ | .top-picture{ | ||
+ | z-index:2; | ||
+ | width:100%; | ||
+ | position:absolute; | ||
} | } | ||
Line 145: | Line 271: | ||
width: 100%; | width: 100%; | ||
height:auto; | height:auto; | ||
− | margin: | + | margin: 0px auto !important; |
− | + | z-index:1; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | . | + | .fig_block{ |
− | + | position: relative;//設為相對定位(relative) | |
− | + | width: 60%; | |
− | + | height:auto; | |
− | + | margin: 0px auto !important; | |
+ | text-align: center; | ||
+ | border:2px solid black; | ||
+ | z-index:-1; | ||
+ | background-color: black; | ||
} | } | ||
− | + | //hot紅色區塊 | |
− | + | .fig_icon{ | |
+ | position: absolute;//設為絕對定位(absolute) | ||
+ | font-weight: bold; | ||
+ | font-size:8; | ||
+ | top: 40%; | ||
+ | bottom: 0px; | ||
+ | left: 200px; | ||
+ | right : 0px; //右邊上面都設0,則出現在右上方 | ||
+ | color: white; | ||
+ | display: block; | ||
+ | background: red; | ||
+ | width: 110px; | ||
+ | height: 40px; | ||
+ | text-align: center; | ||
} | } | ||
− | . | + | .fig_icon1{ |
− | + | position: absolute;//設為絕對定位(absolute) | |
+ | font-weight: bold; | ||
+ | font-size:8; | ||
+ | top: 46.25%; | ||
+ | bottom: 0px; | ||
+ | left: 470px; | ||
+ | right : 0px; //右邊上面都設0,則出現在右上方 | ||
+ | color: white; | ||
+ | display: block; | ||
+ | background: red; | ||
+ | width: 110px; | ||
+ | height: 30px; | ||
+ | text-align: center; | ||
+ | |||
} | } | ||
− | . | + | .fig_icon2{ |
− | + | position: absolute;//設為絕對定位(absolute) | |
− | + | font-weight: bold; | |
− | + | font-size:8; | |
− | + | top: 54%; | |
− | + | bottom: 0px; | |
− | + | left: 850px; | |
+ | right : 0px; //右邊上面都設0,則出現在右上方 | ||
+ | color: white; | ||
+ | display: block; | ||
+ | background: red; | ||
+ | width: 110px; | ||
+ | height: 30px; | ||
+ | text-align: center; | ||
+ | |||
} | } | ||
+ | .fig_icon3{ | ||
+ | position: absolute;//設為絕對定位(absolute) | ||
+ | font-weight: bold; | ||
+ | font-size:8; | ||
+ | top: 62%; | ||
+ | bottom: 0px; | ||
+ | left: 480px; | ||
+ | right : 0px; //右邊上面都設0,則出現在右上方 | ||
+ | color: white; | ||
+ | display: block; | ||
+ | background: red; | ||
+ | width: 110px; | ||
+ | height: 30px; | ||
+ | text-align: center; | ||
− | . | + | } |
− | + | .fig_icon4{ | |
− | + | position: absolute;//設為絕對定位(absolute) | |
+ | font-weight: bold; | ||
+ | font-size:8; | ||
+ | top: 71%; | ||
+ | bottom: 0px; | ||
+ | left: 810px; | ||
+ | right : 0px; //右邊上面都設0,則出現在右上方 | ||
+ | color: white; | ||
+ | display: block; | ||
+ | background: red; | ||
+ | width: 110px; | ||
+ | height: 30px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | .fig_icon5{ | ||
+ | position: absolute;//設為絕對定位(absolute) | ||
+ | font-weight: bold; | ||
+ | font-size:8; | ||
+ | top: 80%; | ||
+ | bottom: 0px; | ||
+ | left: 500px; | ||
+ | right : 0px; //右邊上面都設0,則出現在右上方 | ||
+ | color: white; | ||
+ | display: block; | ||
+ | background: red; | ||
+ | width: 110px; | ||
+ | height: 30px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | .fig_icon6{ | ||
+ | position: absolute;//設為絕對定位(absolute) | ||
+ | font-weight: bold; | ||
+ | font-size:8; | ||
+ | top: 91%; | ||
+ | bottom: 0px; | ||
+ | left: 820px; | ||
+ | right : 0px; //右邊上面都設0,則出現在右上方 | ||
+ | color: white; | ||
+ | display: block; | ||
+ | background: red; | ||
+ | width: 110px; | ||
+ | height: 30px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | .title { | ||
+ | position: absolute; | ||
+ | width: 300px; | ||
+ | height: 20px; | ||
+ | background: blue; | ||
+ | color: white; | ||
+ | font-weight: bold; | ||
+ | top: 1500px; | ||
+ | z-index:-1; | ||
} | } | ||
</style> | </style> | ||
+ | </head> | ||
<body> | <body> | ||
+ | <div class="bg-container"> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <h1>Education & Public Engagement </h1> | ||
+ | <h2 style="text-align:center">Blood Testing</h2> | ||
+ | <p>Resize the browser window to see the effect.</p> | ||
− | + | <div class="column3"> | |
− | <img | + | <div class="card2"> |
− | < | + | <img src="" style="width:100%"> |
− | + | <h3></h3> | |
− | + | <p></p> | |
− | + | <p> </p> | |
− | + | <p> </p> | |
− | + | <p> </p> | |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
− | </div> | + | <div class="column"> |
+ | <div class="card"> | ||
+ | <a href="https://2018.igem.org/Team:Mingdao/Human_Practices_3-1-1"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/0/0d/T--Mingdao--HP_3-1-1.png" style="width:100%"> | ||
+ | <h3>Syringe Manufacture Corp.</h3> | ||
+ | <p>Interview: Mr. Ching-Kuei Lin (CEO)</p> | ||
+ | <p> Date: Jul. 19, 2018 </p> | ||
+ | <p style="text-align: left"> Location: SHIN YAN SHENO PRECISION INDUSTRIAL CO., LTD. </p> | ||
+ | <p style="text-align: left"> Reflection: syringe recycling problem, environmental friendly product </p> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
− | <div class="card"> | + | <div class="column"> |
− | + | <div class="card"> | |
− | <div class=" | + | <a href="https://2018.igem.org/Team:Mingdao/Human_Practices_3-1-2"> |
− | < | + | <img src="https://static.igem.org/mediawiki/2018/6/68/T--Mingdao--HP_3-1-2.png" style="width:100%"> |
− | + | <h3>HIV Lourdes Association</h3> | |
− | + | <p>Interview: a HIV/AIDS social worker </p> | |
+ | <p>Date: Aug. 22, 2018 </p> | ||
+ | <p> Location: Lourdes association office in Taichung </p> | ||
+ | <p> Reflection: patient care, dignity and privacy </p> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="column"> | ||
+ | <div class="card"> | ||
+ | <a href="https://2018.igem.org/Team:Mingdao/Human_Practices_3-1-3"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/3/30/T--Mingdao--HP_3-1-3.png" style="width:100%"> | ||
+ | <h3>Street Survey</h3> | ||
+ | <p>Interview: the public </p> | ||
+ | <p> Date: Aug. 19, 2018 </p> | ||
+ | <p style="text-align: left">Location: Shin Kong Mitsukoshi Department Store Co., Ltd., Taichung </p> | ||
+ | <p style="text-align: left">Reflection: blood testing preference, safety, accuracy </p> | ||
+ | </a> | ||
+ | </div> | ||
</div> | </div> | ||
+ | </div> | ||
− | + | <div class="row"> | |
+ | <div class="column2" style="width:50%"> | ||
+ | <h2 style="text-align:center">Biotech Workshop</h2> | ||
+ | <p>Resize the browser window to see the effect.</p> | ||
+ | </div> | ||
+ | <div class="column2" style="width:50%"> | ||
+ | <h2 style="text-align:center">Debate Conference</h2> | ||
+ | <p>Resize the browser window to see the effect.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="column"> | ||
+ | <div class="card"> | ||
+ | <a href="https://2018.igem.org/Team:Mingdao/Human_Practices_3-2-1"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/4/4c/T--Mingdao--HP_3-2-1.png" style="width:100%"> | ||
+ | <h3>iGEM Winter Camp</h3> | ||
+ | <p>Participants: Mingdao junior high school students</p> | ||
+ | <p>Date: Feb. 3 - 7, 2018 </p> | ||
+ | <p>Location: Biolab at Mingdao High School </p> | ||
+ | <p>Perspective: iGEMers in the future </p> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
− | <div class=" | + | <div class="column"> |
− | <img src="https://static.igem.org/mediawiki/2018/ | + | <div class="card"> |
− | + | <a href="https://2018.igem.org/Team:Mingdao/Human_Practices_3-2-2"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/d/d3/T--Mingdao--HP_3-2-2.png" style="width:100%"> | |
− | + | <h3>Biotech for Young Kids</h3> | |
− | + | <p>Participants: elementary school students</p> | |
+ | <p>Date: Oct. 9, 2018 </p> | ||
+ | <p>Location: Chiao-Jen elementary school, Taichung </p> | ||
+ | <p>Perspective: biotech scientists </p> | ||
+ | </a> | ||
</div> | </div> | ||
+ | </div> | ||
− | + | <div class="column"> | |
+ | <div class="card"> | ||
+ | <a href="https://2018.igem.org/Team:Mingdao/Human_Practices_3-3-1"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/a/ad/T--Mingdao--HP_3-3-1.png" style="width:100%"> | ||
+ | <h3>Mingdao Voice Club</h3> | ||
+ | <p>Participants: club members and iGEMers</p> | ||
+ | <p>Date: May 29, 2018</p> | ||
+ | <p>Location: Hungdao Library at Mingdao High School </p> | ||
+ | <p>Dialogue: GMO issues </p> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
− | <div class=" | + | <div class="column"> |
− | <img src="https://static.igem.org/mediawiki/2018/ | + | <div class="card"> |
− | + | <a href="https://2018.igem.org/Team:Mingdao/Human_Practices_3-3-2"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/f/f9/T--Mingdao--HP_3-3-2.png" style="width:100%"> | |
− | + | <h3>Pros and Cons of Biotech</h3> | |
− | + | <p>Participants: high school studens and iGEMers of Teams CCU & Mingdao</p> | |
+ | <p>Date: Sep. 4, 2018 </p> | ||
+ | <p>Location: Conference Hall at Mingdao High School </p> | ||
+ | <p>Dialogue: synthetic biology and ethical issues </p> | ||
+ | </a> | ||
</div> | </div> | ||
+ | </div> | ||
+ | </div> | ||
− | </div> | + | <h1>Entrepreneurship</h1> |
+ | <div class="row"> | ||
+ | <div class="column3"> | ||
+ | <div class="card2"> | ||
+ | <img src="" style="width:100%"> | ||
+ | <h3></h3> | ||
+ | <p></p> | ||
+ | <p> </p> | ||
+ | <p> </p> | ||
+ | <p> </p> | ||
+ | </div> | ||
+ | </div> | ||
− | + | <div class="column"> | |
− | + | <div class="card"> | |
− | <div class=" | + | <video playinline controls="true"> |
− | + | <source src="https://static.igem.org/mediawiki/2018/3/39/T--Mingdao--HomePage_intro.mp4" type="video/mp4"; > | |
− | + | </video> | |
− | + | <h3>Proposal</h3> | |
− | + | <p>Interview: Mr. Ching-Kuei Lin (CEO)</p> | |
− | + | <p> Date: Jul. 19, 2018 </p> | |
− | + | <p> Location: SHIN YAN SHENO PRECISION INDUSTRIAL CO., LTD. </p> | |
− | + | <p> Reflection: syringe recycling problem, environmental friendly product </p> | |
− | + | </a> | |
− | + | </div> | |
− | + | </div> | |
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | <div class=" | + | <div class="column"> |
− | + | <div class="card"> | |
+ | <a href="https://2018.igem.org/Team:Mingdao/Human_Practices_SWOT"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/9/97/T--Mingdao--HP_SWOT.png" style="width:100%"> | ||
+ | <h3>SWOT analysis</h3> | ||
+ | <p>Interview: a HIV/AIDS social worker </p> | ||
+ | <p>Date: Aug. 22, 2018 </p> | ||
+ | <p> Location: Lourdes association office in Taichung </p> | ||
+ | <p> Reflection: patient care, dignity and privacy </p> | ||
+ | </a> | ||
</div> | </div> | ||
− | </ | + | </div> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <div class="column"> | |
− | + | <div class="card"> | |
− | + | <a href="https://2018.igem.org/Team:Mingdao/DM_test"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/9/91/T--Mingdao--HomePage_DM_p1.png" style="width:100%"> | |
− | + | <h3>Marketing</h3> | |
− | + | <p>Interview: the public </p> | |
− | + | <p> Date: Aug. 19, 2018 </p> | |
− | + | <p>Location: Shin Kong Mitsukoshi Department Store Co., Ltd., Taichung </p> | |
+ | <p> Reflection: blood testing preference, safety, accuracy </p> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="column3"> | ||
+ | <div class="card2"> | ||
+ | <img src="" style="width:100%"> | ||
+ | <h3></h3> | ||
+ | <p></p> | ||
+ | <p> </p> | ||
+ | <p> </p> | ||
+ | <p> </p> | ||
+ | </div> | ||
+ | </div> | ||
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <h1>Conclusion & Perspective</h1> | |
− | + | <h2> Every Deed Begins with a Purpose </h2> | |
− | + | <div class="row"> | |
− | + | <div class="column5"> | |
− | + | <div class="card2"> | |
− | + | </div> | |
− | + | </div> | |
− | + | ||
− | + | <div class="column4"> | |
− | + | <div class="card3"> | |
− | + | <p style="text-indent:2em; color:white; font-size:20px;"> | |
− | + | All in all, it’s hard to deny that people still have concerns about our project. Convincing the public that our product is safety and security is a difficult task. For adults, based on their personal experiences, they recognize that mosquitoes bring nothing but disease and itching. So it might came upon a bad impression for them, however, they did support us to do more and are eager to know what our final product is. For primary school students, they are quite young and don’t have too much concerns about safety, they prefer a natural bite more than a scared syringe. Promotion and propaganda for GMO products as well as realizing the way to spreading HIV infectious diseases play an indispensable role within our project. Moreover, because of the survey, we came up with our applied device, which keeps mosquitoes secure in a cage as small as a matchbox. And combined with the other experiences, we’ve come up with an idea of peeling off mosquito wings for preventing escaping. Our product hasn’t come true, our journey never stops, every deed begins with a purpose, and the purpose makes our life meaningful. | |
− | + | </p> | |
− | + | </div> | |
− | + | </div> | |
− | + | </div> | |
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | <!-- Full-width columns: (hidden by default) --> | ||
+ | <div id="b1" class="containerTab" style="display:none;background:green"> | ||
+ | <span onclick="this.parentElement.style.display='none'" class="closebtn">×</span> | ||
+ | <h2>Box 1</h2> | ||
+ | <p>Lorem ipsum dolor sit amet, te quo doctus abhorreant, et pri deleniti intellegat, te sanctus inermis ullamcorper nam. Ius error diceret deseruisse ad</p> | ||
+ | </div> | ||
+ | |||
+ | <div id="b2" class="containerTab" style="display:none;background:blue"> | ||
+ | <span onclick="this.parentElement.style.display='none'" class="closebtn">×</span> | ||
+ | <h2>Box 2</h2> | ||
+ | <p>Lorem ipsum dolor sit amet, te quo doctus abhorreant, et pri deleniti intellegat, te sanctus inermis ullamcorper nam. Ius error diceret deseruisse ad</p> | ||
+ | </div> | ||
+ | |||
+ | <div id="b3" class="containerTab" style="display:none;background:red"> | ||
+ | <span onclick="this.parentElement.style.display='none'" class="closebtn">×</span> | ||
+ | <h2>Box 3</h2> | ||
+ | <p>Lorem ipsum dolor sit amet, te quo doctus abhorreant, et pri deleniti intellegat, te sanctus inermis ullamcorper nam. Ius error diceret deseruisse ad</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </body> | ||
+ | |||
+ | |||
+ | |||
+ | <script> | ||
+ | function openTab(tabName) { | ||
+ | var i, x; | ||
+ | x = document.getElementsByClassName("containerTab"); | ||
+ | for (i = 0; i < x.length; i++) { | ||
+ | x[i].style.display = "none"; | ||
+ | } | ||
+ | document.getElementById(tabName).style.display = "block"; | ||
+ | } | ||
+ | </script> | ||
</html> | </html> | ||
+ | {{:Team:Mingdao/test6}} |
Revision as of 16:24, 16 October 2018
Education & Public Engagement
Blood Testing
Resize the browser window to see the effect.
Biotech Workshop
Resize the browser window to see the effect.
Debate Conference
Resize the browser window to see the effect.
Entrepreneurship
Proposal
Interview: Mr. Ching-Kuei Lin (CEO)
Date: Jul. 19, 2018
Location: SHIN YAN SHENO PRECISION INDUSTRIAL CO., LTD.
Reflection: syringe recycling problem, environmental friendly product
Conclusion & Perspective
Every Deed Begins with a Purpose
All in all, it’s hard to deny that people still have concerns about our project. Convincing the public that our product is safety and security is a difficult task. For adults, based on their personal experiences, they recognize that mosquitoes bring nothing but disease and itching. So it might came upon a bad impression for them, however, they did support us to do more and are eager to know what our final product is. For primary school students, they are quite young and don’t have too much concerns about safety, they prefer a natural bite more than a scared syringe. Promotion and propaganda for GMO products as well as realizing the way to spreading HIV infectious diseases play an indispensable role within our project. Moreover, because of the survey, we came up with our applied device, which keeps mosquitoes secure in a cage as small as a matchbox. And combined with the other experiences, we’ve come up with an idea of peeling off mosquito wings for preventing escaping. Our product hasn’t come true, our journey never stops, every deed begins with a purpose, and the purpose makes our life meaningful.