(Prototype team page) |
|||
(22 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
+ | |||
+ | |||
<html> | <html> | ||
+ | <head> | ||
+ | <!-- Basic --> | ||
+ | <meta charset="utf-8"> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
− | < | + | <title>NAWI-Graz @ iGem - Description</title> |
− | + | ||
− | + | ||
− | < | + | <meta name="keywords" content="NAWI-Graz, Description" /> |
− | < | + | <meta name="description" content="Project-Description"> |
+ | <!-- Favicon --> | ||
+ | <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" /> | ||
+ | <link rel="apple-touch-icon" href="img/apple-touch-icon.png"> | ||
+ | <!-- Mobile Metas --> | ||
+ | <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> | ||
+ | <!-- Web Fonts --> | ||
+ | <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800%7CShadows+Into+Light" rel="stylesheet" type="text/css"> | ||
− | <div class="column | + | <!-- Vendor CSS --> |
+ | <link rel="stylesheet" type="text/css" href="https://2016.igem.org/wiki/index.php?title=Team:NAWI-Graz/vendor/bootstrap/css/bootstrap.min.css&action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2016.igem.org/wiki/index.php?title=Team:NAWI-Graz/vendor/font-awesome/css/font-awesome.min.css&action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2016.igem.org/wiki/index.php?title=Team:NAWI-Graz/vendor/simple-line-icons/css/simple-line-icons.min.css&action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2016.igem.org/wiki/index.php?title=Team:NAWI-Graz/vendor/owl.carousel/assets/owlcarouselmin.css&action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2016.igem.org/wiki/index.php?title=Team:NAWI-Graz/vendor/owl.carousel/assets/owlthemedefaultmin.css&action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2016.igem.org/wiki/index.php?title=Team:NAWI-Graz/vendor/magnific-popup/magnific-popup.min.css&action=raw&ctype=text/css"> | ||
+ | |||
+ | <!-- Theme CSS --> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2016.igem.org/wiki/index.php?title=Team:NAWI-Graz/css/theme.css&action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2016.igem.org/wiki/index.php?title=Team:NAWI-Graz/css/theme-elements.css&action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2016.igem.org/wiki/index.php?title=Team:NAWI-Graz/css/theme-blog.css&action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2016.igem.org/wiki/index.php?title=Team:NAWI-Graz/css/theme-shop.css&action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2016.igem.org/wiki/index.php?title=Team:NAWI-Graz/css/theme-animate.css&action=raw&ctype=text/css"> | ||
+ | |||
+ | <!-- Current Page CSS --> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2016.igem.org/wiki/index.php?title=Team:NAWI-Graz/vendor/rs-plugin/css/settings.css&action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2016.igem.org/wiki/index.php?title=Team:NAWI-Graz/vendor/rs-plugin/css/layers.css&action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2016.igem.org/wiki/index.php?title=Team:NAWI-Graz/vendor/rs-plugin/css/navigation.css&action=raw&ctype=text/css"> | ||
+ | |||
+ | <!-- Skin CSS --> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2016.igem.org/wiki/index.php?title=Team:NAWI-Graz/css/skins/skin-medical.css&action=raw&ctype=text/css"> | ||
+ | |||
+ | <!-- Demo CSS --> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2016.igem.org/wiki/index.php?title=Team:NAWI-Graz/css/demos/demo-medical.css&action=raw&ctype=text/css"> | ||
+ | |||
+ | <!-- Theme Custom CSS --> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2016.igem.org/wiki/index.php?title=Team:NAWI-Graz/css/custom.css&action=raw&ctype=text/css"> | ||
+ | |||
+ | <link rel="stylesheet" type="text/css" href="https://2016.igem.org/wiki/index.php?title=Team:NAWI-Graz/vendor/simple-line-icons/css/simple-line-icons.css&action=raw&ctype=text/css"> | ||
+ | |||
+ | |||
+ | <!-- Head Libs --> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Template:NAWI-Graz/vendor/modernizr/modernizrmin?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <style> | ||
+ | |||
+ | #vgemcollaboration { | ||
+ | background-image:url('https://static.igem.org/mediawiki/2016/d/de/T--Virginia--collabopen.png'); | ||
+ | background-size:155px 200px; /*Adjust background-size and the width and height properties here if you wish to resize the icon*/ | ||
+ | width:155px; | ||
+ | height:200px; | ||
+ | z-index:100; | ||
+ | } | ||
+ | #vgemcollaboration:hover { | ||
+ | background-image:url('https://static.igem.org/mediawiki/2016/a/a5/T--Virginia--collabclosed.png'); | ||
+ | } | ||
+ | #vgemcollaboration a { | ||
+ | display:inline-block; | ||
+ | width:100%; | ||
+ | height:100%; | ||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
+ | |||
+ | </head> | ||
+ | <body data-spy="scroll" data-target="#navSecondary" data-offset="170"> | ||
+ | |||
+ | <div class="body"> | ||
+ | <header id="header" class="header-narrow" data-plugin-options='{"stickyEnabled": true, "stickyEnableOnBoxed": true, "stickyEnableOnMobile": true, "stickyStartAt": 35, "stickySetTop": "-35px", "stickyChangeLogo": false}'> | ||
+ | <div class="header-body"> | ||
+ | <div class="header-top header-top header-top-style-3 header-top-custom"> | ||
+ | <div class="container"> | ||
+ | <nav class="header-nav-top pull-right"> | ||
+ | <ul class="nav nav-pills"> | ||
+ | <li class="hidden-xs"> | ||
+ | <span class="ws-nowrap">Petersgasse 12, Graz</span> | ||
+ | </li> | ||
+ | <li class="hidden-xs"> | ||
+ | <span class="ws-nowrap"> <a class="text-decoration-none" href="#">NAWI Graz</a></span> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </nav> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="header-container container"> | ||
+ | <div class="header-row"> | ||
+ | <div class="header-column"> | ||
+ | <div class="header-logo"> | ||
+ | <a href="#"> | ||
+ | <img alt="iGem" width="90" height="70" src="/wiki/images/a/a4/T--NAWI-Graz--igem.png"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="header-column"> | ||
+ | <div class="header-row"> | ||
+ | <div class="header-nav pt-xs"> | ||
+ | <button class="btn header-btn-collapse-nav" data-toggle="collapse" data-target=".header-nav-main"> | ||
+ | <i class="fa fa-bars"></i> | ||
+ | </button> | ||
+ | <div class="header-nav-main header-nav-main-effect-1 header-nav-main-sub-effect-1 collapse"> | ||
+ | <nav> | ||
+ | <ul class="nav nav-pills" id="mainNav"> | ||
+ | <li class="activedropdown-full-color dropdown-secondary"> | ||
+ | <a href="/Team:NAWI-Graz"> | ||
+ | Home | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="dropdown dropdown-full-color dropdown-secondary"> | ||
+ | <a class="dropdown-toggle" href="#"> | ||
+ | Team | ||
+ | </a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="/Team:NAWI-Graz/Team">Team</a></li> | ||
+ | <li><a href="/Team:NAWI-Graz/Collaborations">Collaborations</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown dropdown-full-color dropdown-secondary"> | ||
+ | <a class="dropdown-toggle" href="#"> | ||
+ | Project | ||
+ | </a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="/Team:NAWI-Graz/Description">Description</a></li> | ||
+ | <li><a href="/Team:NAWI-Graz/Design">Design</a></li> | ||
+ | <li><a href="/Team:NAWI-Graz/Experiments">Experiments</a></li> | ||
+ | <li><a href="/Team:NAWI-Graz/Proof">Proof of concept</a></li> | ||
+ | <li><a href="/Team:NAWI-Graz/Demonstration">Demonstration</a></li> | ||
+ | <li><a href="/Team:NAWI-Graz/Results">Results</a></li> | ||
+ | <li><a href="/Team:NAWI-Graz/Notebook">Notebook</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown dropdown-full-color dropdown-secondary"> | ||
+ | <a class="dropdown-toggle" href="#"> | ||
+ | Parts | ||
+ | </a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="/Team:NAWI-Graz/Basic_Part">Basic_Parts</a></li> | ||
+ | <li><a href="/Team:NAWI-Graz/Composite_Part">Composite Part</a></li> | ||
+ | <li><a href="/Team:NAWI-Graz/Part_Collection">Part Collection</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown-full-color dropdown-secondary"> | ||
+ | <a href="/Team:NAWI-Graz/Safety"> | ||
+ | Safety | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="dropdown-full-color dropdown-secondary"> | ||
+ | <a href="/Team:NAWI-Graz/Attributions"> | ||
+ | Attributions | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="dropdown dropdown-full-color dropdown-secondary"> | ||
+ | <a class="dropdown-toggle" href="/Team:NAWI-Graz/Human_Practices"> | ||
+ | Human Practices | ||
+ | </a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="/Team:NAWI-Graz/Human_Practices">Human Practices</a></li> | ||
+ | <li><a href="/Team:NAWI-Graz/Silver">Silver</a></li> | ||
+ | |||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown-full-color dropdown-secondary"> | ||
+ | <a href="/Team:NAWI-Graz/Sponsor"> | ||
+ | Sponsoring | ||
+ | </a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </nav> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </header> | ||
+ | |||
+ | <div role="main" class="main"> | ||
+ | |||
+ | |||
+ | <section class="section-custom-medical"> | ||
+ | <div class="container"> | ||
+ | <div class="row mt-xlg pt-xlg mb-xlg pb-xs"> | ||
+ | <div class="col-sm-8 col-md-8"> | ||
+ | <!-- | ||
+ | <h2 class="font-weight-semibold mb-xs">Our project</h2> | ||
+ | <p class="lead font-weight-normal">The Last Colinator</p>--> | ||
+ | |||
+ | <h2 class="mt-xl mb-none"><span class="alternative-font font-size-md">Virginia</span></h2> | ||
+ | <p> | ||
+ | iGEM Team Virginia asked us to do a survey about biocontainment. It was very interesting and we could get more into the topic by doing it. For helping we got a collaboration badge. For the survey results go to <a https://2016.igem.org/Team:Virginia/Collaborations>https://2016.igem.org/Team:Virginia/Collaborations</a> | ||
+ | </p> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/e/e5/T--NAWI-Graz--virginia.png" class="img-responsive" alt=""> | ||
+ | |||
+ | |||
+ | <h2 class="mt-xl mb-none"><span class="alternative-font font-size-md">Tel Hai</span></h2> | ||
+ | <p> | ||
+ | Team Tel Hai is working on a possible cure for Cystic Fibrosis together with the Cystic Fibrosis foundation of Israel. | ||
+ | They decided to run a campaign called 65 roses. It is about people being photographed holding a rose in order to raise awareness amongst the general public and raise money for those great foundations, just like with the ALS ice bucket challenge. More information about the campaign can be found here: <a href=https://www.youtube.com/watch?v=qV30ZynAJfw>65 Roses: A Cystic Fibrosis Story</a> | ||
+ | |||
+ | We were very pleased to help them and of course, sent a picture of us and a rose. For the picture klick <a href=https://2016.igem.org/Team:Tel-Hai/Collaborations>https://2016.igem.org/Team:Tel-Hai/Collaborations</a> | ||
<p> | <p> | ||
− | + | </p> | |
− | </p> | + | <img src="https://static.igem.org/mediawiki/2016/1/1c/T--NAWI-Graz--telhai.png" class="img-responsive" alt=""> |
− | </ | + | |
− | |||
− | < | + | |
− | <p> | + | <h2 class="mt-xl mb-none"><span class="alternative-font font-size-md">Aachen</span></h2> |
− | + | <p> | |
− | </ | + | iGEM Team Aachen 2016 asked us to help them with a survey about genetic engineering. It gave us a better insight about the general opinion of the public, including a discussion about positive and negative representation in the media. We also were able to eliminate a few prejudices. |
+ | For any further information please check: <br> | ||
+ | https://2016.igem.org/Team:Aachen/Collaborations | ||
+ | </p> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/e/e6/T--NAWI-Graz--Aaachen.png" class="img-responsive" alt=""> | ||
+ | |||
+ | |||
+ | <h2 class="mt-xl mb-none"><span class="alternative-font font-size-md">Concordia</span></h2> | ||
+ | <p> | ||
+ | The collaboration with iGEM Concordia is our main collaboration. The team from Montreal is working on nanoparticles coating e.g. bacteria. They try to attach them to the surface of yeast and <i>Escherichia coli</i> cells. Afterwards they force a fight between the various organisms coated by different nanoparticles. | ||
+ | This is quite similar to what we are doing and so we decided to send our fighting-ready <i>E.coli</i> plasmids to Canada, in order to Team Concordia can build fighters with equipped nanoparticles and our plasmid, which produces toxins as a weapon. | ||
+ | The final study will be to find out if there are any differences in expression and secreting of the proteins, as well as, if they can survive with even more pressure from the environment. | ||
+ | For particular results please check: | ||
+ | <a href=https://2016.igem.org/Team:Concordia/Collaborations>https://2016.igem.org/Team:Concordia/Collaborations</a> | ||
<p> | <p> | ||
− | + | Furthermore, in our first Skype meeting with iGEM Team Concordia, we also talked about the ethics of our project. We addressed questions like: For what reason do we not care about manipulating our microorganisms to die for us? Is it because of size differences? Is it because there are vastly more single-cell organisms than humans? Because single celled organisms do not have nerve cells meaning they can’t feel death? Is the alternative just too problematic that the ends justify the means? | |
− | + | ||
− | </div> | + | The ethical discussion was exciting and we all got new inputs concerning ethics related to our projects. |
+ | |||
+ | |||
+ | |||
+ | </p> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/9/9b/T--NAWI-Graz--Concordia.png" class="img-responsive" alt=""> | ||
+ | |||
+ | </div> | ||
+ | <div class="col-sm-4 col-md-4"> | ||
+ | <div id="vgemcollaboration" class="img-responsive box-shadow-custom" /> </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | </section> | ||
+ | |||
+ | |||
+ | <footer id="footer" class="m-none"> | ||
+ | <div class="container"> | ||
+ | |||
+ | |||
+ | <div class="row mb-xlg"> | ||
+ | <div class="col-md-12"> | ||
+ | |||
+ | <div class="row show-grid"> | ||
+ | <div class="col-md-1"><span class="show-grid-block"><img src="/wiki/images/b/b2/T--NAWI-Graz--StefitzLogo.png" alt class="img-responsive" /></span></div> | ||
+ | <div class="col-md-1"><span class="show-grid-block"><img src="/wiki/images/9/9f/Thermo-Fisher.jpeg" alt class="img-responsive" /></span></div> | ||
+ | <div class="col-md-1"><span class="show-grid-block"><img src="/wiki/images/1/1a/Zeta.jpeg" alt class="img-responsive" /></span></div> | ||
+ | <div class="col-md-1"><span class="show-grid-block"><img src="/wiki/images/0/00/Microsynth.jpeg" alt class="img-responsive" /></span></div> | ||
+ | <div class="col-md-1"><span class="show-grid-block"><img src="/wiki/images/3/3b/T--NAWI-Graz--Schursches-Insel-Cafe-Logo.jpeg" alt class="img-responsive" /></span></div> | ||
+ | <div class="col-md-1"><span class="show-grid-block"><img src="/wiki/images/3/39/T--NAWI-Graz--snapgene.png" alt class="img-responsive" /> </span></div> | ||
+ | <div class="col-md-1"><span class="show-grid-block"><img src="/wiki/images/e/e5/KFU.jpeg" alt class="img-responsive" /></span></div> | ||
+ | <div class="col-md-1"><span class="show-grid-block"><img src="/wiki/images/5/5f/TU_Graz.jpeg" alt class="img-responsive" /></span></div> | ||
+ | <div class="col-md-1"><span class="show-grid-block"><img src="/wiki/images/7/76/T--NAWI-Graz--servolab.png" alt class="img-responsive" /></span></div> | ||
+ | <div class="col-md-1"><span class="show-grid-block"><img src="/wiki/images/1/1e/T--NAWI-Graz--bartelt.png" alt class="img-responsive" /></span></div> | ||
+ | <div class="col-md-1"><span class="show-grid-block"><img src="/wiki/images/4/44/T--NAWI-Graz--greiner-logo.png" alt class="img-responsive" /></span></div> | ||
+ | <div class="col-md-1"><span class="show-grid-block"><img src="/wiki/images/1/11/T--NAWI-Graz--IDT-Logo.png" alt class="img-responsive" /></span></div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="row"> | ||
+ | <div class="col-md-3"> | ||
+ | <h4 class="mb-xlg">Location</h4> | ||
+ | <p> | ||
+ | NAWI Graz<br> | ||
+ | Petersgasse 12<br> | ||
+ | 8010 Graz, AUT<br> | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="col-md-3 col-md-offset-1"> | ||
+ | <div class="contact-details"> | ||
+ | <h4 class="mb-xlg">Mail address</h4> | ||
+ | <a class="text-decoration-none" href="mailto:igem.nawigraz@gmail.com"> | ||
+ | igem.nawigraz@gmail.com | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-2"> | ||
+ | <h4 class="mb-xlg">Social Media</h4> | ||
+ | <ul class="social-icons"> | ||
+ | <li class="social-icons-facebook"> | ||
+ | <a href="https://www.facebook.com/igemteamgraz2016/?fref=ts" target="_blank" title="Facebook"> | ||
+ | <i class="fa fa-facebook"></i> | ||
+ | </a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="footer-copyright pt-md pb-md"> | ||
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-12 center m-none"> | ||
+ | <p>© Copyright 2016. All Rights Reserved.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </footer> | ||
+ | </div> | ||
+ | <!-- Vendor --> | ||
+ | |||
+ | <script type="text/javascript" src="https://2016.igem.org/Template:NAWI-Graz/vendor/jquery/jquerymin?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Template:NAWI-Graz/vendor/jquery.appear/jqueryappearmin?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Template:NAWI-Graz/vendor/jquery.easing/jqueryeasingmin?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Template:NAWI-Graz/vendor/jquery-cookie/jquerycookiemin?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Template:NAWI-Graz/vendor/bootstrap/js/bootstrapmin?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Template:NAWI-Graz/vendor/common/commonmin?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Template:NAWI-Graz/vendor/jquery.validation/jqueryvalidationmin?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Template:NAWI-Graz/vendor/jquery.lazyload/jquerylazyloadmin?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Template:NAWI-Graz/vendor/isotope/jqueryisotopemin?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Template:NAWI-Graz/vendor/owl.carousel/owlcarouselmin?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Template:NAWI-Graz/vendor/magnific-popup/jquerymagnificpopupmin?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Template:NAWI-Graz/vendor/vide/videmin?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <!-- Theme Base, Components and Settings --> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Template:NAWI-Graz/js/theme?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <!-- Current Page Vendor and Views --> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Template:NAWI-Graz/vendor/rs-plugin/js/jquerythemepunchtoolsmin?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Template:NAWI-Graz/vendor/rs-plugin/js/jquerythemepunchrevolutionmin?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <!-- Current Page Vendor and Views --> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Template:NAWI-Graz/js/views/viewcontact?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <!-- Demo --> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Template:NAWI-Graz/js/demos/demomedical?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <!-- Theme Custom --> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Template:NAWI-Graz/js/custom?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <!-- Theme Initialization Files --> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Template:NAWI-Graz/js/themeinit?action=raw&ctype=text/javascript"></script> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | </body> | ||
</html> | </html> |
Latest revision as of 17:24, 19 October 2016
Virginia
iGEM Team Virginia asked us to do a survey about biocontainment. It was very interesting and we could get more into the topic by doing it. For helping we got a collaboration badge. For the survey results go to https://2016.igem.org/Team:Virginia/Collaborations
Tel Hai
Team Tel Hai is working on a possible cure for Cystic Fibrosis together with the Cystic Fibrosis foundation of Israel. They decided to run a campaign called 65 roses. It is about people being photographed holding a rose in order to raise awareness amongst the general public and raise money for those great foundations, just like with the ALS ice bucket challenge. More information about the campaign can be found here: 65 Roses: A Cystic Fibrosis Story We were very pleased to help them and of course, sent a picture of us and a rose. For the picture klick https://2016.igem.org/Team:Tel-Hai/Collaborations
Aachen
iGEM Team Aachen 2016 asked us to help them with a survey about genetic engineering. It gave us a better insight about the general opinion of the public, including a discussion about positive and negative representation in the media. We also were able to eliminate a few prejudices.
For any further information please check:
https://2016.igem.org/Team:Aachen/Collaborations
Concordia
The collaboration with iGEM Concordia is our main collaboration. The team from Montreal is working on nanoparticles coating e.g. bacteria. They try to attach them to the surface of yeast and Escherichia coli cells. Afterwards they force a fight between the various organisms coated by different nanoparticles. This is quite similar to what we are doing and so we decided to send our fighting-ready E.coli plasmids to Canada, in order to Team Concordia can build fighters with equipped nanoparticles and our plasmid, which produces toxins as a weapon. The final study will be to find out if there are any differences in expression and secreting of the proteins, as well as, if they can survive with even more pressure from the environment. For particular results please check: https://2016.igem.org/Team:Concordia/Collaborations
Furthermore, in our first Skype meeting with iGEM Team Concordia, we also talked about the ethics of our project. We addressed questions like: For what reason do we not care about manipulating our microorganisms to die for us? Is it because of size differences? Is it because there are vastly more single-cell organisms than humans? Because single celled organisms do not have nerve cells meaning they can’t feel death? Is the alternative just too problematic that the ends justify the means? The ethical discussion was exciting and we all got new inputs concerning ethics related to our projects.