Difference between revisions of "Team:UPO-Sevilla/HP/Gold"

Line 1: Line 1:
{{UPO-Sevilla}}
+
{{:Team:UPO-Sevilla/Template:CSS}}
<html>
+
{{:Team:UPO-Sevilla/Template:JAVA}}
 +
<html>
  
<div class="column full_size">
+
<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/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>
  
<p>iGEM teams are unique and leading the field because they "go beyond the lab" to imagine their projects in a social/environmental context, to better understand issues that might influence the design and use of their technologies.</p>
+
                            </ul>
<p>Teams work with students and advisors from the humanities and social sciences to explore topics concerning ethical, legal, social, economic, safety or security issues related to their work. Consideration of these Human Practices is crucial for building safe and sustainable projects that serve the public interest. </p>
+
                        </li>
<p>For more information, please see the <a href="https://2016.igem.org/Human_Practices">Human Practices Hub</a>.</p>
+
                       
 +
                        <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">
 +
HP GOLD
 +
</h1>
 +
</div>
 +
</div>
 +
</div>
 +
 +
<h2 style="text-align:center">MEETING VALENCIA</h2>
 +
 +
<p style="font-size:15px;margin-bottom:10px">Past August (18, 19 and 20), Spanish iGEM groups met in the city of Valencia. The purpose of the meeting was to know in depth the rest of the projects and the members from the other teams. At this event we did not only get to know the projects, we also were able to appreciate the great work that the groups were doing.</p>
 +
 +
<p style="font-size:15px;margin-bottom:10px">The initiative came from iGEM group of Valencia, who contacted us and the iGEM team from Barcelona. We were chatting for a few weeks until we agreed on a date for the meeting, which was not hard. </p>
 +
 +
<img class="pull-right" src="https://static.igem.org/mediawiki/2016/3/39/T--UPO-Sevilla--Meet1.png" style="margin-right:250px;width:250px"/>
 +
 +
<p style="font-size:15px;margin-bottom:10px"> On Friday 19 August, the 3 groups presented their projects in the residence Galileo Galilei. The first group was <b>Valencia UPV</b> with their project <b>“Hack Your Plants Editing”</b>.They decided to be the first because they were the hosts.</p>
 +
 +
<p style="font-size:15px;margin-bottom:10px">Each part of the project was explained by a different member. It was a very entertaining and surprising exhibition. It was very interesting to know the use of biomechanics and biomedicine to create transgenic plants using a new technique much more efficient.</p>
 +
 +
<div align="center">
 +
<img src="https://static.igem.org/mediawiki/2016/7/78/T--UPO-Sevilla--Meet2.png">
 
</div>
 
</div>
  
 +
<p style="font-size:15px;margin-bottom:10px">Our group was the second one in presenting the project.
 +
We talked about our project, and also explained the techniques we make use of to get our objects. We presented our project <b>"Biofilms Transformer"</b> They were very interested and gave us their views. It was very rewarding for us.
 +
Each of us explained his own work, except our friend José who could not come. We finished the exhibition with a Spot of Human Practices.</p>
 +
 +
<div align="center">
 +
<img src="https://static.igem.org/mediawiki/2016/0/0b/T--UPO-Sevilla--Meet3.png">
 +
<img src="https://static.igem.org/mediawiki/2016/e/e1/T--UPO-Sevilla--Meet4.png">
 +
</div>
 +
 +
<img class="pull-left" src="https://static.igem.org/mediawiki/2016/b/b3/T--UPO-Sevilla--Meet5.png" style="margin-right:250px;width:250px"/>
 +
 +
<p style="font-size:15px;margin-bottom:10px">Finally, it was the turn of <b>UPF-CRG Barcelona</b>. They were a little embarrassed to expose their project because they thought it was not as good as the others. When they began to tell about their idea everyone agreed it was a great project.  They made a funny show and we had a great time listening to their progress and difficulties on the creation of a probiotic to act as a preventive treatment for cancer. The other groups gave them some ideas to help them improve their techniques.</p>
 +
 +
<p style="font-size:15px;margin-bottom:10px">Once presentations had finished, all group members got together and talked about what we thought about the other projects and how we could help each other. We had very constructive talks for our projects and ourselves.</p>
 +
 +
<div align="center">
 +
<img src="https://static.igem.org/mediawiki/2016/thumb/d/d6/T--UPO-Sevilla--Meet6.png/800px-T--UPO-Sevilla--Meet6.png">
 +
</div>
 +
 +
<img class="pull-left" src="https://static.igem.org/mediawiki/2016/6/6b/T--UPO-Sevilla--Meet7.png" style="margin-right:250px;width:250px"/>
 +
 +
<p style="font-size:15px;margin-bottom:10px">After the presentations, all members of the group went out to have dinner together. We took advantage of this opportunity to better know all groups and mostly for fun. We even changed our site in order to sit with different people and know them better.</p>
 +
 +
<div align="center">
 +
<img src="https://static.igem.org/mediawiki/2016/thumb/3/31/T--UPO-Sevilla--Meet8.png/800px-T--UPO-Sevilla--Meet8.png">
 +
</div>
 +
 +
<p style="font-size:15px;margin-bottom:10px">It was a fun night we enjoyed competing healthily with friends.</p>
 +
 +
<div align="center">
 +
<img src="https://static.igem.org/mediawiki/2016/thumb/4/42/T--UPO-Sevilla--Meet9.png/800px-T--UPO-Sevilla--Meet9.png">
 +
</div>
 +
 +
<p style="font-size:15px;margin-bottom:10px">On Saturday, Valencia UPV Team had a surprise. As we didn’t know the city, our friends from Valencia were our guides and told us a lot of interesting historical information and some ancient legends of Valencia (such as the bat emblem of the city).</p>
 +
 +
<div align="center">
 +
<img src="https://static.igem.org/mediawiki/2016/thumb/7/7b/T--UPO-Sevilla--Meet10.png/800px-T--UPO-Sevilla--Meet10.png">
 +
</div>
 +
 +
<img class="pull-right" src="https://static.igem.org/mediawiki/2016/7/7c/T--UPO-Sevilla--Meet11.png
 +
" style="margin-right:250px;width:250px"/>
 +
 +
 +
<p style="font-size:15px;margin-bottom:10px">The surprise was a picnic that the people from Valencia had prepared for all of us. It was a very nice surprise and the food was really tasty. That evening we enjoyed together  playing different games and recording funny videos. </p>
 +
 +
<div align="center">
 +
<img src="https://static.igem.org/mediawiki/2016/0/05/T--UPO-Sevilla--Meet12.png">
 +
</div>
 +
 +
<p style="font-size:15px;margin-bottom:10px">The last day was the farewell. Nobody wanted to go home.</p>
 +
 +
<div align="center">
 +
<img src="https://static.igem.org/mediawiki/2016/8/8e/T--UPO-Sevilla--Meet13.png">
 +
</div>
 +
 +
<p style="font-size:15px;margin-bottom:10px"> We took advantage to enjoy the beauty of Valencia until the last moments, through the City of Arts and Sciences and the Malvarrosa beach with some friends from Valencia. Sadly, we had to say goodbye at the train station.</p>
 +
 +
<div align="center">
 +
<img src="https://static.igem.org/mediawiki/2016/8/83/T--UPO-Sevilla--Meet14.png">
 +
</div>
 +
 +
<p style="font-size:15px;margin-bottom:10px">The 3 groups (UPO-Sevilla, UPF-CRG Barcelona and Valencia UPV) discussed constructively on different projects and applications and contributions to science. It was a wonderful way to collaborate and help each other. All projects were very applauded and congratulated by the others. We are really delighted and integrated when interacting with the different disciplines that make up a team, from biotechnologists and biomedical scientists or computer engineers, to a journalist.</p>
 +
 +
<p style="font-size:15px;margin-bottom:10px">Thank to this meeting of different teams, we all made good friends and we are now a great family where everyone helps each other. </p>
 +
 +
</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>

Revision as of 18:10, 18 October 2016

MEETING VALENCIA

Past August (18, 19 and 20), Spanish iGEM groups met in the city of Valencia. The purpose of the meeting was to know in depth the rest of the projects and the members from the other teams. At this event we did not only get to know the projects, we also were able to appreciate the great work that the groups were doing.

The initiative came from iGEM group of Valencia, who contacted us and the iGEM team from Barcelona. We were chatting for a few weeks until we agreed on a date for the meeting, which was not hard.

On Friday 19 August, the 3 groups presented their projects in the residence Galileo Galilei. The first group was Valencia UPV with their project “Hack Your Plants Editing”.They decided to be the first because they were the hosts.

Each part of the project was explained by a different member. It was a very entertaining and surprising exhibition. It was very interesting to know the use of biomechanics and biomedicine to create transgenic plants using a new technique much more efficient.

Our group was the second one in presenting the project. We talked about our project, and also explained the techniques we make use of to get our objects. We presented our project "Biofilms Transformer" They were very interested and gave us their views. It was very rewarding for us. Each of us explained his own work, except our friend José who could not come. We finished the exhibition with a Spot of Human Practices.

Finally, it was the turn of UPF-CRG Barcelona. They were a little embarrassed to expose their project because they thought it was not as good as the others. When they began to tell about their idea everyone agreed it was a great project. They made a funny show and we had a great time listening to their progress and difficulties on the creation of a probiotic to act as a preventive treatment for cancer. The other groups gave them some ideas to help them improve their techniques.

Once presentations had finished, all group members got together and talked about what we thought about the other projects and how we could help each other. We had very constructive talks for our projects and ourselves.

After the presentations, all members of the group went out to have dinner together. We took advantage of this opportunity to better know all groups and mostly for fun. We even changed our site in order to sit with different people and know them better.

It was a fun night we enjoyed competing healthily with friends.

On Saturday, Valencia UPV Team had a surprise. As we didn’t know the city, our friends from Valencia were our guides and told us a lot of interesting historical information and some ancient legends of Valencia (such as the bat emblem of the city).

The surprise was a picnic that the people from Valencia had prepared for all of us. It was a very nice surprise and the food was really tasty. That evening we enjoyed together playing different games and recording funny videos.

The last day was the farewell. Nobody wanted to go home.

We took advantage to enjoy the beauty of Valencia until the last moments, through the City of Arts and Sciences and the Malvarrosa beach with some friends from Valencia. Sadly, we had to say goodbye at the train station.

The 3 groups (UPO-Sevilla, UPF-CRG Barcelona and Valencia UPV) discussed constructively on different projects and applications and contributions to science. It was a wonderful way to collaborate and help each other. All projects were very applauded and congratulated by the others. We are really delighted and integrated when interacting with the different disciplines that make up a team, from biotechnologists and biomedical scientists or computer engineers, to a journalist.

Thank to this meeting of different teams, we all made good friends and we are now a great family where everyone helps each other.