|
|
(46 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
| {{SJTU-software}} | | {{SJTU-software}} |
| <html> | | <html> |
| + | <style> |
| + | /*================================================================================*/ |
| + | /*gold-HP*/ |
| + | .headline{ |
| + | color: #6b3b25; |
| + | text-decoration: none; |
| + | font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; |
| + | font-size: 32px; |
| + | font-weight: 800; |
| + | margin: 20px; |
| + | } |
| + | #posts-list { |
| + | position: relative; |
| + | width: 720px; |
| + | margin-top: 15px; |
| + | margin-left: 30px; |
| + | margin-bottom: 40px; |
| + | float: left; |
| + | } |
| | | |
| + | #posts-list article { |
| + | position: relative; |
| + | margin-bottom: 40px; |
| + | padding-bottom: 20px; |
| + | border-bottom: 1px solid #6b3b25; |
| + | text-align:justify; |
| + | } |
| + | #posts-list article:last-child { |
| + | border: none; |
| + | } |
| + | #posts-list article .feature-image { |
| + | position: relative; |
| + | line-height: 0px; |
| + | border: 5px solid #fff; |
| + | -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); |
| + | -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); |
| + | -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); |
| + | box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); |
| + | margin: 0px 66px 6px 66px; |
| + | } |
| + | #posts-list article .feature-image:after { |
| + | position: absolute; |
| + | bottom: -22px; |
| + | left: 0px; |
| + | background: url(https://static.igem.org/mediawiki/2018/2/2e/T--SJTU-software--stacked-paper.png) no-repeat right bottom; |
| + | width: 100%; |
| + | height: 17px; |
| + | } |
| + | #posts-list article .feature-image img { |
| + | max-width: 100%; |
| + | } |
| + | #posts-list article .meta { |
| + | color: #c78301; |
| + | text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5); |
| + | font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif; |
| + | font-size: 18px; |
| + | margin-bottom: 14px; |
| + | } |
| + | #posts-list article .meta a { |
| + | color: #c78301; |
| + | text-decoration: none; |
| + | } |
| + | #posts-list article .entry-title { |
| + | color: #6b3b25; |
| + | text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5); |
| + | margin-bottom: 14px; |
| + | } |
| + | #posts-list article .entry-title .post-heading { |
| + | color: #6b3b25; |
| + | text-decoration: none; |
| + | font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; |
| + | font-size: 32px; |
| + | font-weight: 700; |
| + | } |
| + | #posts-list article .subtitle{ |
| + | color: #6b3b25; |
| + | text-decoration: none; |
| + | font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; |
| + | font-size: 20px; |
| + | font-weight: 600; |
| + | } |
| + | #posts-list article .excerpt { |
| + | text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5); |
| + | margin-bottom: 21px; |
| + | font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif; |
| + | font-size: 18px; |
| + | line-height: 1.5em; |
| + | color: #6b3b25; |
| + | } |
| + | #posts-list.single-post article { |
| + | border: none; |
| + | } |
| + | /*-----------------------------------------------------------------------------------*/ |
| + | /* PAGE NAVIGATION |
| + | /*-----------------------------------------------------------------------------------*/ |
| + | #posts-list .page-navigation { |
| + | position: relative; |
| + | left: 50%; |
| + | display: block; |
| + | margin-bottom: 100px; |
| + | float: left; |
| + | } |
| + | #posts-list .page-navigation div { |
| + | position: relative; |
| + | right: 50%; |
| + | } |
| + | #posts-list .page-navigation div span { |
| + | margin-bottom: 15px; |
| + | display: inline-block; |
| + | } |
| + | #posts-list .page-navigation div:hover a { |
| + | color: #6b3b25; |
| + | } |
| + | #posts-list .page-navigation a { |
| + | -webkit-transition: all 0.3s ease; |
| + | -moz-transition: all 0.3s ease; |
| + | -o-transition: all 0.3s ease; |
| + | transition: all 0.3s ease; |
| + | color: #fff; |
| + | display: block; |
| + | font-size: 12px; |
| + | line-height: 41px; |
| + | width: 112px; |
| + | text-decoration: none; |
| + | text-align: center; |
| + | } |
| + | #posts-list .page-navigation .nav-next { |
| + | float: left; |
| + | margin-right: 20px; |
| + | background: url(https://static.igem.org/mediawiki/2018/2/2d/T--SJTU-software--pagination.png) no-repeat 0px 0px; |
| + | } |
| + | #posts-list .page-navigation .nav-previous { |
| + | float: right; |
| + | background: url(https://static.igem.org/mediawiki/2018/2/2d/T--SJTU-software--pagination.png) no-repeat right -59px; |
| + | } |
| + | /*-----------------------------------------------------------------------------------*/ |
| | | |
| + | /*-----------------------------------------------------------------------------------*/ |
| + | /* SIDEBAR |
| + | /*-----------------------------------------------------------------------------------*/ |
| + | #sidebar { |
| + | position: relative; |
| + | width: 220px; |
| + | margin-right: 30px; |
| + | margin-top: 30px; |
| + | margin-bottom: 30px; |
| + | float: right; |
| + | } |
| + | #sidebar .block { |
| + | font-size: 17px; |
| + | margin-bottom: 15px; |
| + | font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; |
| + | text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5); |
| + | } |
| + | #sidebar .block a { |
| + | text-decoration: none; |
| + | color: #c78301; |
| + | } |
| + | #sidebar .block a:hover { |
| + | border-bottom: 1px dotted #c78301; |
| + | } |
| + | #sidebar .block .heading { |
| + | color: #6b3b25; |
| + | font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; |
| + | font-weight: 700; |
| + | line-height: 20px; |
| + | font-size: 20px; |
| + | border-top: 4px solid #6b3b25; |
| + | border-bottom: 1px solid #6b3b25; |
| + | text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5); |
| + | margin-top: 0px; |
| + | } |
| + | #sidebar .ads img { |
| + | margin-bottom: 10px; |
| + | margin-right: 0px; |
| + | } |
| + | /*-----------------------------------------------------------------------------------*/ |
| | | |
| + | ul{ |
| + | list-style:none; |
| + | |
| + | } |
| | | |
− | <div class="clear"></div>
| + | /*---------------------------------------------------------------------------------*/ |
| + | /*expert interview*/ |
| + | #main .photo{ |
| + | border: 5px solid #fff; |
| + | -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); |
| + | -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); |
| + | -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); |
| + | box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); |
| + | line-height: 0em; |
| + | width: 300px; |
| + | float: left; |
| + | margin-top: 15px; |
| + | margin-left: 10px; |
| + | margin-bottom: 15px; |
| + | } |
| + | #main .photo img{ |
| + | width:100% |
| + | } |
| + | .member_info { |
| + | margin-top: 20px; |
| + | width: 335px; |
| + | float: right; |
| + | margin-right: 20px; |
| + | text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5); |
| + | } |
| + | .expert_name { |
| + | font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; |
| + | font-size: 32px; |
| + | font-weight: 700; |
| + | border-top: 4px solid #6b3b25; |
| + | border-bottom: 1px solid #6b3b25; |
| + | line-height: 1.3em; |
| + | padding: 7px 0px; |
| + | margin-bottom: 20px; |
| + | color: #6b3b25; |
| + | } |
| + | .member_info blockquote { |
| + | color: #6b3b25; |
| + | margin: 0px 0px 0px 0px; |
| + | padding: 0px; |
| + | font-size: 18px; |
| + | line-height: 1.5em; |
| + | } |
| | | |
| + | #FeiTao{ |
| + | height:350px; |
| + | } |
| + | #FeiTao .member_info{ |
| + | margin-top: 50px; |
| + | } |
| | | |
| + | #ZhuoWang{ |
| + | height: 320px; |
| + | } |
| + | #DanielFigeys{ |
| + | height:370px; |
| + | } |
| | | |
− | <div class="column full_size"> | + | li{ |
| + | padding: 2px 0px 3px 0px; |
| + | } |
| + | </style> |
| + | <body> |
| + | <div class="wrapper"> |
| | | |
− | <h1>Human Practices</h1> | + | <!-- MAIN--> |
− | <p> | + | <div id="main" class="cf"> |
− | At iGEM we believe societal considerations should be upfront and integrated throughout the design and execution of synthetic biology projects. “Human Practices” refers to iGEM teams’ efforts to actively consider how the world affects their work and the work affects the world. Through your Human Practices activities, your team should demonstrate how you have thought carefully and creatively about whether your project is responsible and good for the world. We invite you to explore issues relating (but not limited) to the ethics, safety, security, and sustainability of your project, and to show how this exploration feeds back into your project purpose, design and execution.
| + | <div class="headline"> |
− | </p> | + | HUMAN PRACTICE —— INTERCRATED AND GOLD |
| + | </div> |
| + | <!-- posts list --> |
| + | <div id="posts-list" class="cf"> |
| + | |
| + | |
| + | <article class="cf"> |
| + | |
| + | <div class="excerpt"> |
| + | Throughout the whole preparation process of Metlab, we paid attention to every suggestion from the professions and the peers. |
| + | </div> |
| + | <div class="excerpt"> |
| + | <strong>April</strong>, we came up to build a metabolic-network-related tool, and soon consulted Prof. Tao to make sure that our idea is worth developing. At the same time, he raised the challenges. |
| + | <br/> |
| + | <strong>May</strong>, when we were digging the background, the communication with Prof. Wang pushed us to enlarge our database for network alignment. |
| + | <br/> |
| + | <strong>Summertime</strong>, we sought suggestions aboard. It is highly effective that we made our tool far more comprehensive and user-friendly by adding other related functions and achieving visualization. |
| + | <br/> |
| + | <strong>In the meantime</strong>, we kept active communication with organizations and teams all over the world. Every presentation we made to others helped our Metlab become better. |
| | | |
| + | </div> |
| + | |
| + | <div class="excerpt"> |
| + | Each step, we keep improving our project based on researchers'needs and doubts. |
| + | <br/>That’s what we truly care. |
| + | <br/> The details are as follows. |
| + | </div> |
| | | |
| + | <div class="entry-title"> |
| + | <div class="post-heading" id="ExpertInterview">Expert Interview</div> |
| + | </div> |
| + | <div class="expert_name" id="FT">Prof. Fei Tao</div> |
| + | <div class="subtitle">School of Life Sciences & Biotechnology</div> |
| + | <div class="subtitle">Shanghai Jiao Tong University</div> |
| | | |
− | <p>For more information, please see the <a href="https://2018.igem.org/Human_Practices">Human Practices Hub</a>. There you will find:</p> | + | <div id="FeiTao"> |
− |
| + | <div class="photo"> |
− | <ul>
| + | <img src="https://static.igem.org/mediawiki/2018/9/94/T--SJTU-software--FeiTao.jpg" style="display: inline;"> |
− | <li> an <a href="https://2018.igem.org/Human_Practices/Introduction">introduction</a> to Human Practices at iGEM </li>
| + | </div> |
− | <li>tips on <a href="https://2018.igem.org/Human_Practices/How_to_Succeed">how to succeed</a> including explanations of judging criteria and advice about how to conduct and document your Human Practices work</li>
| + | <div class="member_info"> |
− | <li>descriptions of <a href="https://2018.igem.org/Human_Practices/Examples">exemplary work</a> to inspire you</li>
| + | <blockquote> |
− | <li>links to helpful <a href="https://2018.igem.org/Human_Practices/Resources">resources</a></li>
| + | Dr. Tao is now an associate professor of SJTU. He has been engaged in the research of microbial synthetic biology since he got the doctoral degree. He mainly focuses on developing efficient cell factories and advanced biocatalytic technology based on the concept of synthetic biology. |
− | <li>And more! </li>
| + | </blockquote> |
− | </ul>
| + | </div> |
− |
| + | </div> |
| + | <div class="excerpt"> |
| + | Our interview concentrated on the topic “Application of metabolic network alignment tool in the laboratory”. Dr. Tao told us design of metabolic networks in synthetic biology focus on these aspects: 1.Yield; 2. Efficiency(in A -> B, concentration of B/A); 3. Period. Then we briefly introduced the idea of our software (a metabolic network alignment tool). Dr. Tao was greatly interest in the tool. He also analyzed a number of factors that lead to the difficulty of metabolic network alignment. How to evaluate similarity of two metabolic networks? How to grade the result of alignment? How to evaluate similarity of different compound…… His opinion made us have a deeper understanding of how make our software more practical and functional in the laboratory. |
| + | </div> |
| | | |
| + | <div class="expert_name" id="ZW">Prof. Zhuo Wang</div> |
| + | <div class="subtitle">Department of Bioinformatics and Biostatistics</div> |
| + | <div class="subtitle">Shanghai Jiao Tong University</div> |
| + | <div id="ZhuoWang"> |
| + | <div class="photo"> |
| + | <img src="https://static.igem.org/mediawiki/2018/3/3f/T--SJTU-software--ZhuoWang.jpg" style="display: inline;"> |
| + | </div> |
| + | <div class="member_info"> |
| + | <blockquote> |
| + | Prof. Zhuo Wang is an expert in computational system biology. Her store of knowledge in the field of system biology helped us a lot in the project. At the first time of our interview, she expressed her praise towards our idea of building a network alignment tool. Meanwhile, she listed a few methods already existed for the network alignment for us to study and improve. |
| + | </blockquote> |
| + | </div> |
| + | </div> |
| + | <div class="excerpt"> |
| + | Later, Prof.Wang reminded us that we should not only focus on the alignment within E.coli, but also need to expand it to other bacteria. This is because in reality, there are far more engineering strains that could benefit from our software. Moreover, a larger number of bacteria involved makes our database richer and larger. |
| + | </div> |
| | | |
| + | |
| + | |
| | | |
| + | <div class="expert_name" id="DF">Prof. Daniel Figeys</div> |
| + | <div class="subtitle">Department of Biochemistry, Microbiology and Immunology</div> |
| + | <div class="subtitle">University of Ottawa</div> |
| | | |
− | <p>On this page, your team should document all of your Human Practices work and activities. You should write about the Human Practices topics you considered in your project, document any activities you conducted to explore these topics (such as engaging with experts and stakeholders), describe why you took a particular approach (including referencing any work you built upon), and explain if and how you integrated takeaways from your Human Practices work back into your project purpose, design and/or execution. </p> | + | <div id="DanielFigeys"> |
− |
| + | <div class="photo"> |
− | <p>If your team has gone above and beyond in work related to safety, then you should document this work on your Safety wiki page and provide a description and link on this page. If your team has developed education and public engagement efforts that go beyond a focus on your particular project, and for which would like to nominate your team for the Best Education and Public Engagement Special Prize, you should document this work on your Education and Education wiki page and provide a description and link here. </p> | + | <img src="https://static.igem.org/mediawiki/2018/5/55/T--SJTU-software--DanielFigeys.jpg" style="display: inline;"> |
− | </div> | + | </div> |
− |
| + | <div class="member_info"> |
− | <div class="clear"></div> | + | <blockquote> |
| + | Daniel Figeys is a Professor and the Chair of the Department of Biochemistry, Microbiology and Immunology (BMI) and cross-appointed in the Department of Chemistry and Biomolecular Sciences at the University of Ottawa. He is also a Canada Research Chair in Proteomics and Systems Biology. His expertise is in the development of proteomics and systems biology and more recently in metaproteomics for microbial community analysis. |
| + | </blockquote> |
| + | </div> |
| + | </div> |
| + | <div class="excerpt"> |
| + | In Prof. Daniel Figeys’s Lab, they have developed a advanced bioinformatics software “iMetaLab”. Their project is originally designed for human/mouse gut metaproteomics protein identification and quantification, rooted from the MetaProIQ workflow. Upon the rising request, they wrap up the workflow into a desktop standalone version, with taxon analysis module built in. In the meantime, they have been working on some meta-function annotation and enrichment analysis, as well as some data visualization modules. Then they realize that it would be good to wrap up all related functions and share them to the community. They aim to make iMetaLab a free and one-stop toolset for gut metaproteomics, with increasing amount of tools under development. This interview inspired us how to make our software “Metlab: a metabolic network alignment tool” more user-friendly and complete. The process of their software development enlightened us to make “Metlab” a functional toolset with many tools related metabolic network. |
| + | </div> |
| + | |
| | | |
− |
| + | <div class="expert_name" id="JM">Dr. Juntao Mai</div> |
− | <div class="column full_size"> | + | <div class="subtitle">PhD in Molecular biology</div> |
− | <div class="highlight decoration_background">
| + | <div class="subtitle">University of Toronto</div> |
− | <p>The iGEM judges will review this page to assess whether you have met the Silver and/or Gold medal requirements based on the Integrated Human Practices criteria listed below. If you nominate your team for the <a href="https://2018.igem.org/Judging/Awards">Best Integrated Human Practices Special Prize</a> by filling out the corresponding field in the <a href="https://2018.igem.org/Judging/Judging_Form">judging form</a>, the judges will also review this page to consider your team for that prize.
| + | <div class="excerpt"> |
− | </p> | + | Juntao Mai works at the department of molecular genetics, University of Toronto. During one of our team members’ exchange there, he gave many valuable advice on the improvement of the project. For the most important part, he recommended that we should add a function of metabolites comparison. Based on his research experiences, he was always troubled by changing from one software to another to finding interested molecules from network. And there are always problems of format conversion between different tools. We took his advice, and took a step further. At the end, we completed a toolkit including network visualization, network alignment, SMILES comparison and DNA editing. |
− | </div>
| + | </div> |
− | </div> | + | </article> |
− | | + | |
− | <div class="clear extra_space"></div> | + | |
− | | + | |
− | | + | |
− | | + | |
− | <div class="column full_size"> | + | |
| | | |
− | <h3>Silver Medal Criterion #3</h3>
| + | <article class="cf" id="BUDS"> |
− | <p>Convince the judges you have thought carefully and creatively about whether your work is responsible and good for the world. Document how you have investigated these issues and engaged with your relevant communities, why you chose this approach, and what you have learned. Please note that surveys will not fulfill this criteria unless you follow scientifically valid methods. </p> | + | |
− | | + | <div class="entry-title"> |
− | | + | <div class="meta"> May 18th to May 20th , 2018</div> |
− | <h3>Gold Medal Criterion #1</h3>
| + | <div class="post-heading" >Biology Undergraduates Development Symposium(BUDS)</div> |
− | <p>Expand on your silver medal activity by demonstrating how you have integrated the investigated issues into the purpose, design and/or execution of your project. Document how your project has changed based upon your human practices work. | + | </div> |
− | </p>
| + | <div class="excerpt"> |
− | </div> | + | Participants: Sun Yat-Sen University, Shanghai Jiao Tong University, Fudan University, Nanjing University, Central South University. |
− | | + | </div> |
− | | + | |
− | | + | <div class="excerpt"> |
− | <div class="clear extra_space"></div> | + | From May 18th 2018 to May 20th 2018, our team members attended Biology Undergraduates Development Symposium(BUDS),which was held by School of Life Science, Sun Yat-Sen University. |
− | | + | </div> |
| + | <div class="feature-image"> |
| + | <img src="https://static.igem.org/mediawiki/2018/a/ab/T--SJTU-software--BUDS1.jpg" alt="Thumbnail" /> |
| + | </div> |
| + | <div class="excerpt"> |
| + | During poster presentation, we present a poster on our work to foster communication and possible future collaboration between different iGEM teams. In the communication conference, we introduced the idea of our projects, gave our suggestions and shared fresh ideas. Through the communication we learned from each other, which was a great help to our 2018 iGEM projects. |
| + | </div> |
| + | |
| + | |
| + | |
| + | <div class="entry-title" id="TECHNOMISE"> |
| + | <div class="meta"> July 7th to July 13th , 2018</div> |
| + | <div class="post-heading" >TECHNOMISE Summer Boot Camp</div> |
| + | </div> |
| + | <div class="excerpt"> |
| + | From July 7th 2018 to July 13th 2018, our team member took part in Science Summer Boot Camp on “Microbes and Biotechnology” at the University of Ottawa. The charming of the summer boot camp lies in its interdisciplinary integration, we learned many bioinformatics analysis methods which promoted our projects “Metlab: a metabolic network alignment tool” implementation. |
| + | </div> |
| + | <div class="feature-image"> |
| + | <img src="https://static.igem.org/mediawiki/2018/6/65/T--SJTU-software--TECHNOMISE1.jpg" alt="Thumbnail" /> |
| + | </div> |
| + | <div class="excerpt"> |
| + | The one-week summer boot camp closes with a scientific symposium with invited speakers, student presentations and posters. We presented our project and got a lot of advice from professors and students. The interesting and pleasant summer boot camp served as valuable inspiration to advance our project of 2018 iGEM with fresh motivation. |
| + | </div> |
| + | <div class="feature-image"> |
| + | <img src="https://static.igem.org/mediawiki/2018/d/dc/T--SJTU-software--TECHNOMISE2.jpg" alt="Thumbnail" /> |
| + | </div> |
| + | |
| | | |
| + | |
| + | <div class="entry-title" id="APC"> |
| + | <div class="meta"> July 30th to August 3rd , 2018</div> |
| + | <div class="post-heading" >6th Asia-Pacific iGEM Conference</div> |
| + | </div> |
| + | <div class="excerpt"> |
| + | This year, we continued to be an active participant in the iGEM Asia Pacific Conference, since we consider this conference as a great platform for us to report our interim achievements. In the poster session, our project intrigued many teams, especially those that also focus their projects on synthetic metabolic pathways. They believed that our comparison between the designed metabolic pathway and the natural biochemical network would help them accomplish their project better. |
| + | </div> |
| + | <div class="feature-image"> |
| + | <img src="https://static.igem.org/mediawiki/2018/f/f0/T--SJTU-software--APC.jpg" alt="Thumbnail" /> |
| + | </div> |
| + | <div class="excerpt"> |
| + | During the presentation, we demonstrated the background and design thought to the conventioneers and the professors, and they gave us some sincerer and professional suggestions. We also discovered our own shortcomings through this conference. We couldn’t present our algorism lucidly to our audience, so that we will pay special attention to this problem for the Grant Jamboree presentation. |
| + | </div> |
| + | |
| + | </article> |
| + | |
| + | |
| + | </div> |
| + | <!-- ENDS post list --> |
| + | |
| + | <!-- SIDEBAR --> |
| + | <aside id="sidebar"> |
| + | |
| + | <ul> |
| + | <li class="block"> |
| + | <h4 class="heading" align="center"><a href="#ExpertInterview" ></a>Expert Interview</h4> |
| + | <ul> |
| + | <li class="cat-item"><a href="#FT" >Prof. Fei Tao</a></li> |
| + | <li class="cat-item"><a href="#ZW" >Prof. Zhuo Wang</a></li> |
| + | |
| + | <li class="cat-item"><a href="#DF" >Prof. Daniel Figeys</a></li> |
| + | <li class="cat-item"><a href="#JM" >Dr. Juntao Mai</a></li> |
| + | </ul> |
| + | </li> |
| + | |
| + | |
| + | <li class="block"> |
| + | <h4 class="heading" align="center">Communication</h4> |
| + | <ul > |
| + | <li class="cat-item"><a href="#BUDS" >BUDS</a></li> |
| + | <li class="cat-item"><a href="#TECHNOMISE" >TECHNOMISE</a></li> |
| + | <li class="cat-item"><a href="#APC">Asia-Pacific iGEM Conference</a></li> |
| + | |
| + | </ul> |
| + | </li> |
| + | |
| + | </ul> |
| + | </aside> |
| + | <!-- ENDS SIDEBAR --> |
| + | |
| + | </div> |
| | | |
− | <div class="column full_size">
| |
− | <h3>Best Integrated Human Practices Special Prize</h3>
| |
| | | |
− | <p>To compete for the Best Integrated Human Practices prize, please describe your work on this page and also fill out the description on the judging form. </p> | + | <!-- ENDS MAIN --> |
| | | |
− | <p>How does your project affect society and how does society influence the direction of your project? How might ethical considerations and stakeholder input guide your project purpose and design and the experiments you conduct in the lab? How does this feedback enter into the process of your work all through the iGEM competition? Document a thoughtful and creative approach to exploring these questions and how your project evolved in the process to compete for this award!</p>
| + | </body> |
− | <p>You must also delete the message box on the top of this page to be eligible for this prize.</p>
| + | |
| | | |
− | </div> | + | </html> |
| + | {{SJTU-software/Widget}} |