Line 1: | Line 1: | ||
− | + | <html lang="en"> | |
− | <html> | + | |
− | + | <head> | |
− | < | + | <style> |
− | |||
− | + | /***************************************************** DEFAULT WIKI SETTINGS ****************************************************/ | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | /* Clear the default wiki settings */ | ||
− | + | #home_logo, #sideMenu { | |
− | + | display: none; | |
− | + | } | |
− | + | #sideMenu, #top_title, .patrollink { | |
+ | display: none; | ||
+ | } | ||
− | <div class=" | + | #content { |
− | < | + | width: 100%; |
+ | padding: 0px; | ||
+ | margin-top: 0px; | ||
+ | margin-left: 0px; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | background-color: #FAFAFA; | ||
+ | !important; | ||
+ | } | ||
+ | |||
+ | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { | ||
+ | margin-bottom: 0px; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> | ||
+ | <script type="text/javascript" src="https://2017.igem.org/Template:Peking/mdl/materialminjs? | ||
+ | action=raw&ctype=text/javascript"></script> | ||
+ | <link href="https://2017.igem.org/Template:Peking/mdl/component?action=raw&ctype=text/css" rel="stylesheet"> | ||
+ | <script type="text/javascript" | ||
+ | src="https://2017.igem.org/Template:Peking/mdl/componentjs?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <link rel="stylesheet" type="text/css" | ||
+ | href="https://2017.igem.org/Template:Peking/mdl/MDLnew?action=raw&ctype=text/css"> | ||
+ | |||
+ | <link rel="stylesheet" type="text/css" | ||
+ | href="https://2017.igem.org/Template:Peking/mdl/main?action=raw&ctype=text/css"> | ||
+ | <!-- Fonts --> | ||
+ | <link rel="stylesheet" type="text/css" | ||
+ | href="https://2017.igem.org/Template:Peking/mdl/fonts?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" | ||
+ | href="https://2017.igem.org/Template:Peking/mdl/icon?action=raw&ctype=text/css"> | ||
+ | |||
+ | </head> | ||
+ | |||
+ | |||
+ | <body> | ||
+ | |||
+ | |||
+ | <!-- Always shows a header, even in smaller screens. --> | ||
+ | <div class="mdl-layout mdl-js-layout mdl-layout--fixed-header"> | ||
+ | <header class="mdl-layout__header"> | ||
+ | <div class="mdl-layout__header-row"> | ||
+ | <!-- Title --> | ||
+ | <a href="https://2017.igem.org/Team:Peking"><img | ||
+ | src="https://static.igem.org/mediawiki/2017/c/cf/Peking_TeamLogoClassical.png" height="35"></a> | ||
+ | |||
+ | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking" | ||
+ | style="color: #000000; font-size: x-large"><strong>Peking iGEM </strong> 2017</a> | ||
+ | <!-- Add spacer, to align navigation to the right --> | ||
+ | <div class="mdl-layout-spacer"></div> | ||
+ | <!-- Navigation. We hide it in small screens. --> | ||
+ | <nav class="mdl-navigation mdl-layout--large-screen-only"> | ||
+ | <style> | ||
+ | a:link { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a:visited { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a:active { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a:hover { | ||
+ | } | ||
+ | </style> | ||
+ | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking">Home</a> | ||
+ | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Project">Project</a> | ||
+ | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Model">Modelling</a> | ||
+ | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Software">Software</a> | ||
+ | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Hardware">Hardware</a> | ||
+ | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Lab">Lab</a> | ||
+ | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/HP" style="color: #000; font-weight: 500;">Practices</a> | ||
+ | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Parts">Parts</a> | ||
+ | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Team">Team</a> | ||
+ | </nav> | ||
+ | </div> | ||
+ | </header> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
− | <div class=" | + | |
− | <div class=" | + | <main class="docs-layout-content mdl-layout__content mdl-color-text--grey-600" |
− | < | + | style="width: 100%; padding-bottom: 0px; background-color: #FAFAFA;"> |
− | < | + | <!-- Wide card with share menu button --> |
− | <ul> | + | <style> |
− | <li><a href="https:// | + | |
− | <li><a href="https:// | + | a:link { |
− | <li><a href="https:// | + | text-decoration: none; |
− | <li><a href="https:// | + | } |
− | </ul> | + | |
+ | a:visited { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a:active { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a:hover { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .demo-card-wide.mdl-card { | ||
+ | margin-left: 50px; | ||
+ | margin-right: 50px; | ||
+ | margin-top: 120px; | ||
+ | margin-bottom: 50px; | ||
+ | width: auto; | ||
+ | } | ||
+ | |||
+ | .demo-card-wide > .mdl-card__title { | ||
+ | color: #fff; | ||
+ | height: 360px; | ||
+ | } | ||
+ | |||
+ | .demo-card-wide > .mdl-card__menu { | ||
+ | color: #fff; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | <div class="demo-card-wide mdl-card mdl-shadow--2dp"> | ||
+ | <div class="mdl-card__title" | ||
+ | style="background: url('https://static.igem.org/mediawiki/2017/7/76/Peking_HP_BG1.jpeg') center / cover; padding-left: 50px;"> | ||
+ | <div class="mdl-card__title-text"> | ||
+ | <h1 style="font-size: xx-large; color: #070707"><strong>Integrated & Gold</strong></h1> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="mdl-card__supporting-text" | ||
+ | style="line-height: 2em;text-align: justify; color: #3A3A3A; padding-left: 50px; padding-top: 50px; padding-bottom:50px"> | ||
+ | |||
+ | |||
+ | <section class="docs-toc docs-text-styling"> | ||
+ | <nav class="section-content"> | ||
+ | <ul style="margin-left: 0px;"> | ||
+ | |||
+ | <li><a href="#p1">Industry visit</a> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="#p2">Interdisciplinary Communication</a> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | |||
+ | <li><a href="#p3">Peking iGEM X</a> | ||
+ | </li> | ||
+ | |||
+ | </ul> | ||
+ | </nav> | ||
+ | </section> | ||
+ | |||
+ | <br> | ||
+ | This year the Peking iGEM 2017 team took part in three major aspects of Integrated human practice work.<br> | ||
+ | First of all, we evaluated the possible impact of our work in the “real world” by visiting two distinguished synthetic biology companies, SynBioTech and Bluepha. | ||
+ | We then visited both an electrical engineering expert and a synthetic biologist, creating an interdisciplinary communication environment. Based on their feedback, we further designed a handbook for synthetic biologists and a lecture for electrical engineering students. | ||
+ | Since it is the 10th anniversary of Peking iGEM, we organized a series of activities to commemorate the culture and spirit of the team. | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="mdl-card__menu"> | ||
+ | <a class="mdl-button mdl-button--icon mdl-js-button mdl-js-ripple-effect"> | ||
+ | <i class="material-icons">opacity</i> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="demo-card-wide mdl-card mdl-shadow--2dp" style="margin-top: 10px"> | ||
+ | |||
+ | |||
+ | |||
+ | <div class="mdl-card__supporting-text" | ||
+ | style="line-height: 2em;text-align: justify; color: #3A3A3A; padding-left: 50px; padding-top: 50px; padding-bottom:50px"> | ||
+ | |||
+ | <h1>Industry Visit</h1> | ||
+ | |||
+ | <br> | ||
+ | The ethical, social, legal, and environmental impact of a concept usually unfolds when it is transformed from a novel idea into a “real world” project, especially when it is applied to the practice of production. Sometimes it is too late to solve the problems at that time, which makes a thorough consideration in advance quite essential.<br><br> Teams concerned with theoretical projects of the iGEM competition are often limited to talking to other researchers about their work, and in a sense must ignore the application of their work in the “real world”. This is not to say that we do not need to consider wider implications of our work. We surveyed two distinguished synthetic biology companies, SynBioTech and Bluepha. <br><br>We focused on two questions during the investigation: | ||
+ | |||
+ | |||
+ | <ol start="1"> | ||
+ | <script type="text/javascript"> | ||
+ | (function () { | ||
+ | |||
+ | var doc_ols = document.getElementsByTagName("ol"); | ||
+ | |||
+ | for (i = 0; i < doc_ols.length; i++) { | ||
+ | |||
+ | var ol_start = doc_ols[i].getAttribute("start") - 1; | ||
+ | doc_ols[i].setAttribute("style", "counter-reset:ol " + ol_start + ";"); | ||
+ | |||
+ | } | ||
+ | |||
+ | })(); | ||
+ | </script> | ||
+ | |||
+ | <style> | ||
+ | ol, ul { | ||
+ | list-style: none | ||
+ | } | ||
+ | |||
+ | ol li:before { | ||
+ | content: counter(ol) "."; | ||
+ | counter-increment: ol; | ||
+ | color: #e06e73; | ||
+ | text-align: right; | ||
+ | display: inline-block; | ||
+ | min-width: 1em; | ||
+ | margin-right: 0.5em | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <li>When an idea is converted into an application, what should be thoroughly considered?</li> | ||
+ | <li>What do we expect for sequential logic programming from the perspective of industry?</li> | ||
+ | |||
+ | |||
+ | </ol> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="mdl-card__menu"> | ||
+ | <a class="mdl-button mdl-button--icon mdl-js-button mdl-js-ripple-effect"> | ||
+ | <i class="material-icons">opacity</i> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="demo-card-wide mdl-card mdl-shadow--2dp" style="margin-top: 10px"> | ||
+ | |||
+ | |||
+ | |||
+ | <div class="mdl-card__supporting-text" | ||
+ | style="line-height: 2em;text-align: justify; color: #3A3A3A; padding-left: 50px; padding-top: 50px; padding-bottom:50px"> | ||
+ | |||
+ | <h1>Interdisciplinary Communication</h1><br> | ||
+ | <h2>Interview</h2> | ||
+ | <br> | ||
+ | We first visited Dr. Wei Ping from the center of quantitative biology, whose research interest mainly lies in reconsidering and programming important cellular signal-transduction networks. Dr. Wei carefully listened to our design principles and voiced his concerns: | ||
+ | |||
+ | |||
+ | |||
+ | <style> | ||
+ | ol, ul { | ||
+ | list-style: none | ||
+ | } | ||
+ | |||
+ | ol li:before { | ||
+ | content: counter(ol) "."; | ||
+ | counter-increment: ol; | ||
+ | color: #e06e73; | ||
+ | text-align: right; | ||
+ | display: inline-block; | ||
+ | min-width: 1em; | ||
+ | margin-right: 0.5em | ||
+ | } | ||
+ | |||
+ | ol ol { | ||
+ | margin-left: 1.25714em | ||
+ | } | ||
+ | |||
+ | ol li { | ||
+ | text-indent: -1.55em | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <ol start="1"> | ||
+ | <script type="text/javascript"> | ||
+ | (function () { | ||
+ | |||
+ | var doc_ols = document.getElementsByTagName("ol"); | ||
+ | |||
+ | for (i = 0; i < doc_ols.length; i++) { | ||
+ | |||
+ | var ol_start = doc_ols[i].getAttribute("start") - 1; | ||
+ | doc_ols[i].setAttribute("style", "counter-reset:ol " + ol_start + ";"); | ||
+ | |||
+ | } | ||
+ | |||
+ | })(); | ||
+ | </script> | ||
+ | |||
+ | <li>The coding capacity of the system.</li> | ||
+ | <li>The connection between the clock module and the flip-flop module.</li> | ||
+ | <li>The necessity of a CAD system.</li> | ||
+ | |||
+ | |||
+ | </ol> | ||
+ | |||
+ | During the interview, Dr. Wei was at first slightly confused by several concepts from electrical engineering. As the conversation went deeper, he found our project interesting, since we based our design on the development of electrical engineering and introduced the design principles into synthetic biology. He further had several pieces of advice for us: | ||
+ | |||
+ | <ol start="1"> | ||
+ | <script type="text/javascript"> | ||
+ | (function () { | ||
+ | |||
+ | var doc_ols = document.getElementsByTagName("ol"); | ||
+ | |||
+ | for (i = 0; i < doc_ols.length; i++) { | ||
+ | |||
+ | var ol_start = doc_ols[i].getAttribute("start") - 1; | ||
+ | doc_ols[i].setAttribute("style", "counter-reset:ol " + ol_start + ";"); | ||
+ | |||
+ | } | ||
+ | |||
+ | })(); | ||
+ | </script> | ||
+ | |||
+ | <li>A good researcher should always be open-minded. Although we designed our project from the viewpoint of engineering, we can still consider applying the idea to fundamental research topics such as cellular differentiation on a population level. Never restrict our sight only to the purely technical side.</li> | ||
+ | <li>We can demonstrate the time scale by</li> | ||
+ | |||
+ | |||
+ | </ol> | ||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="mdl-card__menu"> | ||
+ | <a class="mdl-button mdl-button--icon mdl-js-button mdl-js-ripple-effect"> | ||
+ | <i class="material-icons">opacity</i> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <section class="docs-text-styling download mdl-color--grey-800" style="height: 1px"></section> | ||
+ | <footer class="mdl-mega-footer" style="height: 260px; margin-bottom: 0px;"> | ||
+ | <div class="mdl-mega-footer__middle-section"> | ||
+ | |||
+ | <div class="mdl-mega-footer__drop-down-section"> | ||
+ | <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked> | ||
+ | <h1 class="mdl-mega-footer__heading">Acknowledgement</h1> | ||
+ | <ul class="mdl-mega-footer__link-list" style="margin-left: 0px;> | ||
+ | <li><a href=" http: | ||
+ | //dean.pku.edu.cn/pkudean/"> </li> | ||
+ | <li><a href="http://dean.pku.edu.cn/pkudean/"><img | ||
+ | src="https://static.igem.org/mediawiki/2017/9/99/Peking_footer_logo_admin.png" height="50px"/></a> | ||
+ | </li> | ||
+ | <li><a href="http://www.bio.pku.edu.cn/en/"> <img | ||
+ | src="https://static.igem.org/mediawiki/2017/a/ab/Peking_footer_logo_slslogo.png" height="50px"/> </a> | ||
+ | </li> | ||
+ | <li><a href="http://cqb.pku.edu.cn/en/"> <img | ||
+ | src="https://static.igem.org/mediawiki/2017/9/9a/Peking_footer_logo_cqb.png" height="48px"/> </a></li> | ||
+ | |||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="mdl-mega-footer__drop-down-section"> | ||
+ | <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked> | ||
+ | <h1 class="mdl-mega-footer__heading">Connection</h1> | ||
+ | <ul class="mdl-mega-footer__link-list" style="margin-left: 0px;> | ||
+ | <li><a href=" https: | ||
+ | //www.facebook.com/pekingigem"></a></li> | ||
+ | <li><a href="https://www.facebook.com/pekingigem">Facebook</a></li> | ||
+ | <li><a href="https://www.youtube.com/channel/UCefEYVCVqKJLmoJrSxivgZQ">Youtube</a></li> | ||
+ | <li><a href="https://twitter.com/iGEM_Peking">Twitter</a></li> | ||
+ | <li><a href="https://github.com/PekingiGEM2017">Github</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="mdl-mega-footer__drop-down-section"> | ||
+ | <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked> | ||
+ | <h1 class="mdl-mega-footer__heading">Contact</h1> | ||
+ | <ul class="mdl-mega-footer__link-list" style="margin-left: 0px;> | ||
+ | <li><a href=" http: | ||
+ | //www.synbiowiki.com"> </a></li> | ||
+ | <li><a href="http://www.synbiowiki.com">SynBioWiki.com</a></li> | ||
+ | <li><a href="mailto:PekingIGEM@gmail.com">Mail</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="mdl-mega-footer__drop-down-section"> | ||
+ | <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked> | ||
+ | <h2 style="color: white; "><strong>Peking iGEM</strong> 2017</h2> | ||
+ | <ul class="mdl-mega-footer__link-list" style="margin-left: 0px;"> | ||
+ | <li style="color: white; line-height: 1.88em;">Peking University,<br> No.5 Yiheyuan Road Haidian | ||
+ | District, Beijing, P.R.China<br>100871 | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | </footer> | ||
+ | |||
+ | </main> | ||
+ | |||
+ | |||
+ | </body> | ||
</html> | </html> |
Revision as of 14:33, 28 October 2017
Integrated & Gold
This year the Peking iGEM 2017 team took part in three major aspects of Integrated human practice work.
First of all, we evaluated the possible impact of our work in the “real world” by visiting two distinguished synthetic biology companies, SynBioTech and Bluepha. We then visited both an electrical engineering expert and a synthetic biologist, creating an interdisciplinary communication environment. Based on their feedback, we further designed a handbook for synthetic biologists and a lecture for electrical engineering students. Since it is the 10th anniversary of Peking iGEM, we organized a series of activities to commemorate the culture and spirit of the team.
Industry Visit
The ethical, social, legal, and environmental impact of a concept usually unfolds when it is transformed from a novel idea into a “real world” project, especially when it is applied to the practice of production. Sometimes it is too late to solve the problems at that time, which makes a thorough consideration in advance quite essential.
Teams concerned with theoretical projects of the iGEM competition are often limited to talking to other researchers about their work, and in a sense must ignore the application of their work in the “real world”. This is not to say that we do not need to consider wider implications of our work. We surveyed two distinguished synthetic biology companies, SynBioTech and Bluepha.
We focused on two questions during the investigation:
- When an idea is converted into an application, what should be thoroughly considered?
- What do we expect for sequential logic programming from the perspective of industry?
Interdisciplinary Communication
Interview
We first visited Dr. Wei Ping from the center of quantitative biology, whose research interest mainly lies in reconsidering and programming important cellular signal-transduction networks. Dr. Wei carefully listened to our design principles and voiced his concerns:
- The coding capacity of the system.
- The connection between the clock module and the flip-flop module.
- The necessity of a CAD system.
- A good researcher should always be open-minded. Although we designed our project from the viewpoint of engineering, we can still consider applying the idea to fundamental research topics such as cellular differentiation on a population level. Never restrict our sight only to the purely technical side.
- We can demonstrate the time scale by