Lauraclafe (Talk | contribs) |
|||
(28 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{UPO-Sevilla}} | + | {{:Team:UPO-Sevilla/Template:CSS}} |
− | + | {{:Team:UPO-Sevilla/Template:JAVA}} | |
− | < | + | <html> |
+ | <style type="text/css"> | ||
+ | |||
+ | * { | ||
+ | margin:0px; | ||
+ | padding:0px; | ||
+ | } | ||
+ | |||
+ | #header { | ||
+ | margin:auto; | ||
+ | width:500px; | ||
+ | font-family:Arial, Helvetica, sans-serif; | ||
+ | } | ||
+ | |||
+ | ul, ol { | ||
+ | list-style:none; | ||
+ | } | ||
+ | |||
+ | .nav > li { | ||
+ | float:left; | ||
+ | } | ||
+ | |||
+ | .nav li a { | ||
+ | background-color:#CEECF5; | ||
+ | color:#000; | ||
+ | text-decoration:none; | ||
+ | padding:10px 12px; | ||
+ | display:block; | ||
+ | } | ||
+ | |||
+ | .nav li a:hover { | ||
+ | background-color:#434343; | ||
+ | } | ||
+ | |||
+ | .nav li ul { | ||
+ | display:none; | ||
+ | position:absolute; | ||
+ | min-width:140px; | ||
+ | } | ||
+ | |||
+ | .nav li:hover > ul { | ||
+ | display:block; | ||
+ | } | ||
+ | |||
+ | .nav li ul li { | ||
+ | position:relative; | ||
+ | } | ||
+ | |||
+ | .nav li ul li ul { | ||
+ | right:-140px; | ||
+ | top:0px; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | <!--HEADER ROW--> | ||
+ | <div id="header-row"> | ||
+ | <div class="container" style="height:75px"> | ||
+ | <div class="row" style="height:75px"> | ||
+ | <!--LOGO--> | ||
+ | <div class="span3"><a class="brand" href="#"><img src="https://static.igem.org/mediawiki/2016/9/94/T--UPO-Sevilla--upoescudo.jpg" width="200" height="400"></a></div> | ||
+ | <!-- /LOGO --> | ||
− | < | + | <!-- MAIN NAVIGATION --> |
− | + | <div class="span9"> | |
− | </ | + | <div class="navbar pull-right" style="font-size:80%"> |
− | </ | + | <div class="navbar-inner"> |
+ | <a data-target=".navbar-responsive-collapse" data-toggle="collapse" class="btn btn-navbar"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></a> | ||
+ | <div class="nav-collapse collapse navbar-responsive-collapse"> | ||
+ | <ul class="nav"> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla">Home</a></li> | ||
+ | |||
+ | <li class="dropdown"> | ||
+ | <a class="dropdown-toggle" data-toggle="dropdown">Team<b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Sevilla">Our city</a></li> | ||
− | < | + | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Team">Members</a></li> |
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Attributions">Attributions</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class="dropdown"> | ||
+ | <a class="dropdown-toggle" data-toggle="dropdown">Project<b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Description">Description</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Design">Design</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Proof">Proof of Concept</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Demonstrate">Demonstrate</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Notebook">Notebook</a></li> | ||
− | < | + | </ul> |
− | < | + | </li> |
− | + | ||
− | </ | + | <li class="dropdown"> |
+ | <a class="dropdown-toggle" data-toggle="dropdown">Parts<b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Basic_Part">Basic Parts</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Composite_Part">Composite Parts</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Part_Collection">Part Collection</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
− | < | + | <li class="dropdown"> |
− | + | <a class="dropdown-toggle" data-toggle="dropdown">Wet Lab<b class="caret"></b></a> | |
− | </ | + | <ul class="dropdown-menu"> |
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Protocols">Protocols</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Experiments">Experiments</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Safety">Safety</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown"> | ||
+ | <a class="dropdown-toggle" data-toggle="dropdown">Dry Lab<b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Software">Software</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Model">Modeling</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Collaborations">Collaborations</a></li> | ||
+ | |||
+ | <li class="dropdown"> | ||
+ | <a class="dropdown-toggle" data-toggle="dropdown">Human Practices<b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/HP/Silver">HP Silver</a></li> | ||
+ | |||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Integrated_Practices">Integrated Practices</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/HP/Gold">HP Gold</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Engagement">Engagement</a></li> | ||
+ | |||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- MAIN NAVIGATION --> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-- /HEADER ROW --> | ||
+ | <div class="container"> | ||
+ | |||
+ | <!--PAGE TITLE--> | ||
+ | |||
+ | <div class="row"> | ||
+ | <div class="span12"> | ||
+ | <div class="page-header"> | ||
+ | <h1 style="text-align:center"> | ||
+ | COLLABORATIONS | ||
+ | </h1> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <h3 style="text-align:center">Collaboration with UPF-CRG_Barcelona Team</h3> | ||
+ | |||
+ | <p style="font-size:15px;margin-bottom:10px">UPO-Sevilla, UPF-CRG-Barcelona and Valencia_UPV teams met up this year to share their projects. From that point on, and on-going active communication has continued. As a result, UPO-Sevilla and UPF-CGR-Barcelona teams found that they both were working with metabolic pathway modeling. Particularly, assessment of metabolite concentrations in different biochemical routes were necessary.</p> | ||
+ | |||
+ | <p style="font-size:15px;margin-bottom:10px">And so, it was time for the corresponding dry labs to cooperate. It turned out that both softwares were actually very similar, although UPO-Sevilla’s software assumed the first metabolite in the pathway to be a “source” and therefore constant in concentration. This is justified by the need to model primarily assimilation of a constant source of glycerol by <i>Pseudomonas putida</i>.</p> | ||
+ | |||
+ | <p style="font-size:15px;margin-bottom:10px">At the same time, there was a consensus between the groups to specialize in the format of the computer applications. UPF-CGR-Barcelona team opted for a more user-friendly approach (“Polyenzime”), displaying a graphical interface. This way, they facilitate computer analysis of biochemical pathways even for non-computer experts, and this constitutes an excellent contribution in the field. Then, UPO-Sevilla team worked to orient its metabolic pathway modeling software to advanced users. That is, researchers interested in making an intensive use of the program, or developers pursuing implementing the software as a module for their own programs. For this goal, all of the input parameters and output results in the application are set in the form of text files.</p> | ||
+ | |||
+ | <div align="center"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/thumb/c/c7/T--UPO-Sevilla--BCN1.jpg/800px-T--UPO-Sevilla--BCN1.jpg" style="width:400px"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/thumb/a/ac/T--UPO-Sevilla--BCN2.jpg/800px-T--UPO-Sevilla--BCN2.jpg" style="width:400px"> | ||
</div> | </div> | ||
+ | <p style="font-size:13px;text-align:center;margin-bottom:20px">We met in Valencia in a meeting of the spanish iGEM teams and as a result we decided to collaborate.</p> | ||
+ | <h3 style="text-align:center">Surveys collaboration</h3> | ||
+ | <p style="font-size:15px;margin-bottom:10px">We have been collaborating with other teams from all over the world, helping with surveys and magazines. Thank to some of those collaborations, we have some badges they kindly sent us.</p> | ||
− | |||
− | |||
− | |||
− | |||
− | < | + | <img src="https://static.igem.org/mediawiki/2016/9/94/T--UPO-Sevilla--GroningenBadge.png" style="width:220px;margin-left:350px;margin-bottom:20px"> |
− | + | ||
− | + | <div id="vgemcollaboration"> | |
− | + | <a href="https://2016.igem.org/Team:Virginia/Collaborations" target="_blank"></a> | |
− | + | ||
− | + | ||
− | < | + | |
− | < | + | |
− | </ | + | |
</div> | </div> | ||
+ | <p style="font-size:15px;margin-bottom:10px">We would like to thank SVCE_CHENNAI Team (India) for helping so much with our survey. They kindly got a lot of answers from people in their country and sent us the results. We did the same by asking people in our country to fill their survey (see it <a href="https://2016.igem.org/Team:SVCE_CHENNAI/world">here</a>) and also sent them the Law 9/2003 about deliberate release of GMOs.</p> | ||
+ | |||
+ | <div align="center"> | ||
+ | <a href="https://2016.igem.org/Team:SVCE_CHENNAI/Collaborations"><img src="https://static.igem.org/mediawiki/2016/1/15/T--SVCE_CHENNAI--LactoshieldLogo.png" width="20%"></a> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | <!--Footer | ||
+ | ==========================--> | ||
+ | |||
+ | <footer> | ||
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | <div class="span6"><br> | ||
+ | </div> | ||
+ | <div class="span6"> | ||
+ | <div class="social pull-right"> | ||
+ | |||
+ | <a href="https://www.youtube.com/channel/UCXUAle_ywH8F127dWBYrhgw" target="_blank" title="Youtube official page"><img src="https://static.igem.org/mediawiki/2016/a/ac/T--UPO-Sevilla--youtube.jpg" width="60" style="height:50px"</a> | ||
+ | |||
+ | <a href="https://www.facebook.com/profile.php?id=100006118518232&fref=ts" target="_blank" title="Facebook official page"><img src="https://static.igem.org/mediawiki/igem.org/thumb/8/8b/FaceBook-icon.png/120px-FaceBook-icon.png" width="60" height="60"></a> | ||
+ | |||
+ | <a href=https://twitter.com/iGEM_UPO target="_blank" title="Twitter official page"><img src="https://static.igem.org/mediawiki/igem.org/thumb/1/1a/Twitter_logo.png/120px-Twitter_logo.png" width="60" height="60"></a> | ||
+ | |||
+ | <a href="https://www.instagram.com/igemupo/" target="_blank" title="Instagram official page"><img src="https://static.igem.org/mediawiki/2016/thumb/f/f7/Instagram.jpeg/120px-Instagram.jpeg.png" width="60" height="60"></a> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </footer> | ||
+ | |||
+ | <!--/.Footer--> | ||
+ | </body> | ||
</html> | </html> |
Latest revision as of 13:35, 19 October 2016
COLLABORATIONS
Collaboration with UPF-CRG_Barcelona Team
UPO-Sevilla, UPF-CRG-Barcelona and Valencia_UPV teams met up this year to share their projects. From that point on, and on-going active communication has continued. As a result, UPO-Sevilla and UPF-CGR-Barcelona teams found that they both were working with metabolic pathway modeling. Particularly, assessment of metabolite concentrations in different biochemical routes were necessary.
And so, it was time for the corresponding dry labs to cooperate. It turned out that both softwares were actually very similar, although UPO-Sevilla’s software assumed the first metabolite in the pathway to be a “source” and therefore constant in concentration. This is justified by the need to model primarily assimilation of a constant source of glycerol by Pseudomonas putida.
At the same time, there was a consensus between the groups to specialize in the format of the computer applications. UPF-CGR-Barcelona team opted for a more user-friendly approach (“Polyenzime”), displaying a graphical interface. This way, they facilitate computer analysis of biochemical pathways even for non-computer experts, and this constitutes an excellent contribution in the field. Then, UPO-Sevilla team worked to orient its metabolic pathway modeling software to advanced users. That is, researchers interested in making an intensive use of the program, or developers pursuing implementing the software as a module for their own programs. For this goal, all of the input parameters and output results in the application are set in the form of text files.
We met in Valencia in a meeting of the spanish iGEM teams and as a result we decided to collaborate.
Surveys collaboration
We have been collaborating with other teams from all over the world, helping with surveys and magazines. Thank to some of those collaborations, we have some badges they kindly sent us.
We would like to thank SVCE_CHENNAI Team (India) for helping so much with our survey. They kindly got a lot of answers from people in their country and sent us the results. We did the same by asking people in our country to fill their survey (see it here) and also sent them the Law 9/2003 about deliberate release of GMOs.