|
|
(19 intermediate revisions not shown) |
Line 16: |
Line 16: |
| <h1>Cooperation</h1> | | <h1>Cooperation</h1> |
| <p class="bigsplashtext"> | | <p class="bigsplashtext"> |
- | How we helped the the iGEM community and how others helped us. | + | How we helped the iGEM community and how others helped us. |
| </p> | | </p> |
| </div> | | </div> |
Line 33: |
Line 33: |
| | | |
| <div class="splashalavalikko"> | | <div class="splashalavalikko"> |
- | <a href="#Seekers">Seeker tools</a><br> | + | <a href="#Seekers">Seeker Tools</a><br> |
| <a href="#Interlab">Interlab Study</a><br> | | <a href="#Interlab">Interlab Study</a><br> |
| <a href="#Interteam">Interteam Cooperation</a><br> | | <a href="#Interteam">Interteam Cooperation</a><br> |
Line 50: |
Line 50: |
| <div class="navbar navbar-default extrabar" data-spy="affix"> | | <div class="navbar navbar-default extrabar" data-spy="affix"> |
| <nav> | | <nav> |
- | <a id="Seekers-submenu" class="active" href="#Seekers">Seeker tools</a> | + | <a id="Seekers-submenu" class="active" href="#Seekers">Seeker Tools</a> |
| <a id="Interlab-submenu" href="#Interlab">Interlab Study</a> | | <a id="Interlab-submenu" href="#Interlab">Interlab Study</a> |
| <a id="Interteam-submenu" href="#Interteam">Interteam Cooperation</a> | | <a id="Interteam-submenu" href="#Interteam">Interteam Cooperation</a> |
Line 59: |
Line 59: |
| <div class="link" id="Seekers"></div> | | <div class="link" id="Seekers"></div> |
| | | |
- | <h2>Seekers</h2> | + | <h2>Seeker Tools</h2> |
- | | + | |
- | <p>
| + | |
- | Right from the start, we decided that we were going to develop software tools to make the work of our team easier. We also wanted to share the tools with the iGEM Community to help everyone else, too!
| + | |
- | </p>
| + | |
- | <p>
| + | |
- | We made two different Seeker brand tools (BioBrick Seeker and Team Seeker) for making the research part of iGEM projects a little easier. Both have tens of thousands of lines of data to search through, but the results update in real-time. Both get their content from JSON files that can be easily added to and which are completely separate from the code, so expanding the tools for the future can be done by just adding new data!
| + | |
- | </p>
| + | |
- | <p>
| + | |
- | Both of the Seekers were written in JavaScript using the Angular.js library. They use Yeoman for scaffolding and deployment, and they are currently running on GitHub Pages. GitHub Pages is a free service that handles requests very quickly, so the Seekers will stay available for the foreseeable future.
| + | |
- | </p>
| + | |
- | <p>
| + | |
- | All of the code is available as open source on GitHub and is free to be reused, modified and expanded. All of our programming projects can be found through our GitHub organization <a href="http://github.com/iGEM-QSF">Quiet Sushi Force</a>.
| + | |
- | </p>
| + | |
- | | + | |
- | <h3>BioBrick Seeker</h3>
| + | |
| <div class="row"> | | <div class="row"> |
| <div class="col-md-6 text-col-left"> | | <div class="col-md-6 text-col-left"> |
| <p> | | <p> |
- | <a href="http://igem-qsf.github.io/BioBrick-Seeker/dist/">BioBrick Seeker</a> was created to make searching for the needed BioBricks in the 2014 iGEM Distribution a bit easier. It can be used to find Bricks with a certain keyword or list all from a certain type. It even has a search for the part names to see if the Brick you need is in this year's distribution. | + | Right from the start, we decided that we were going to develop software tools to make the work of our team easier. We also wanted to share the tools with the iGEM Community to help everyone else, too! |
| </p> | | </p> |
| <p> | | <p> |
- | All of the code and installation instructions for future development are available on <a href="http://github.com/iGEM-QSF/BioBrick-Seeker">the BioBrick Seeker GitHub page</a>. | + | We made two different Seeker brand tools (BioBrick Seeker and Team Seeker) for making the research part of iGEM projects a little easier. Both have tens of thousands of lines of data to search through, but the results update in real-time. Both get their content from JSON files that can be easily added to and which are completely separate from the code, so expanding the tools for the future can be done by just adding new data! |
| </p> | | </p> |
- | </div>
| + | <p> |
- | <div class="col-md-6 img-100">
| + | Both of the Seekers were written in JavaScript using the <a href="http://angularjs.org/">Angular.js</a> library. They use Yeoman for scaffolding and deployment, and they are currently running on GitHub Pages. GitHub Pages is a free service that handles requests very quickly, so the Seekers will stay available for the foreseeable future. |
- | <img src="https://static.igem.org/mediawiki/2014/9/94/Aalto_Helsinki_Biobrickseeker.png" class="img-responsive"></img>
| + | </p> |
- | <p class="kuvateksti"> | + | <p> |
- | Here's a screenshot of BioBrick Seeker and how it works if you want to search for BioBricks that have the word 'fluorescent' in their description. | + | All of the code is available as open source on GitHub and is free to be reused, modified and expanded. All of our programming projects can be found through our GitHub organization <a href="http://github.com/iGEM-QSF">Quiet Sushi Force</a>. |
| </p> | | </p> |
| + | </div> |
| + | <div class="col-md-6"> |
| + | <blockquote> |
| + | Awesome work! Very nice tool for fast search through the list of parts, very much appreciated. |
| + | <cite>Liu iGEM 2014</cite> |
| + | </blockquote> |
| + | <img src="https://static.igem.org/mediawiki/2014/3/32/Aalto_Helsinki_Seekers_Hand.png" class="img-responsive smallerimg center-block"></img> |
| </div> | | </div> |
| </div> | | </div> |
- | <h4> BioBrick Seeker Reception </h4> | + | <h3>BioBrick Seeker</h3> |
| <div class="row"> | | <div class="row"> |
| <div class="col-md-6 text-col-left"> | | <div class="col-md-6 text-col-left"> |
| <p> | | <p> |
- | The tool was received very well and got a lot of mentions on Twitter and got even featured on the iGEM 2014 Help page. We put Google Analytics on the site to get a rough idea of where in the world the tool was actually used. Turned out it was used on 5 different continents and many many teams all around the world. | + | <a href="http://igem-qsf.github.io/BioBrick-Seeker/dist/">BioBrick Seeker</a> was created to make searching for the needed BioBricks in the 2014 iGEM Distribution a bit easier. It can be used to find Bricks with a certain keyword or list all from a certain type. It even has a search for the part names to see if the Brick you need is in this year's distribution. |
| </p> | | </p> |
| + | <p> |
| + | All of the code and installation instructions for future development are available on <a href="http://github.com/iGEM-QSF/BioBrick-Seeker">the BioBrick Seeker GitHub page</a>. |
| + | </p> |
| + | <h4> BioBrick Seeker Reception </h4> |
| + | <p> |
| + | The tool was received very well and got a lot of mentions on Twitter and got even featured on the iGEM 2014 Help page. We put Google Analytics on the site to get a rough idea of where in the world the tool was actually used. It turned out that it has been used on five different continents by many many teams all around the world! |
| + | </p> |
| + | <img src="https://static.igem.org/mediawiki/2014/9/93/AaltoHelsinki_seekertweet.png" class="img-responsive margintop"> |
| + | <img src="https://static.igem.org/mediawiki/2014/d/d8/Aalto_Helsinki_Seeker_Twitter.png" class="img-responsive margintop"> |
| </div> | | </div> |
| <div class="col-md-6 img-100"> | | <div class="col-md-6 img-100"> |
| + | <img src="https://static.igem.org/mediawiki/2014/9/94/Aalto_Helsinki_Biobrickseeker.png" class="img-responsive"></img> |
| + | <p class="kuvateksti"> |
| + | BioBrick Seeker in action, searching for BioBricks that have the word 'fluorescent' in their description. |
| + | </p> |
| <img src="https://static.igem.org/mediawiki/2014/b/b3/Aalto_Helsinki_BBSeeker_sessions.png" class="img-responsive"></img> | | <img src="https://static.igem.org/mediawiki/2014/b/b3/Aalto_Helsinki_BBSeeker_sessions.png" class="img-responsive"></img> |
| <p class="kuvateksti"> | | <p class="kuvateksti"> |
- | BioBrick Seeker has been used around the world! From this map you can see the of the amount of sessions from different countries: the darker blue, the more sessions there has been from the country. Picture taken on October 12th 2014. | + | BioBrick Seeker has been used all around the world, on five continents! From this map you can see the of the amount of sessions from different countries: the darker blue, the more sessions there has been from the country. Picture taken on October 12th 2014. |
| </p> | | </p> |
| </div> | | </div> |
Line 119: |
Line 124: |
| <img src="https://static.igem.org/mediawiki/2014/a/a1/Aalto_Helsinki_Teamseeker.png" class="img-responsive"> | | <img src="https://static.igem.org/mediawiki/2014/a/a1/Aalto_Helsinki_Teamseeker.png" class="img-responsive"> |
| <p class="kuvateksti"> | | <p class="kuvateksti"> |
- | Here's a screenshot of Team Seeker. | + | Looking for bioplastic worms with Team Seeker. |
| </p> | | </p> |
| </div> | | </div> |
Line 142: |
Line 147: |
| </ol> | | </ol> |
| <h3>Protocols</h3> | | <h3>Protocols</h3> |
- | <h4>Building the Devices</h4> | + | <h4 class="nopaddingtop">Building the Devices</h4> |
| <p> | | <p> |
| We built the test devices with the same ligation protocol that we have used for all our ligations. The protocol can be found <a href="https://static.igem.org/mediawiki/2014/0/02/Aalto_Helsinki_Protocols.pdf">here (click)</a>. | | We built the test devices with the same ligation protocol that we have used for all our ligations. The protocol can be found <a href="https://static.igem.org/mediawiki/2014/0/02/Aalto_Helsinki_Protocols.pdf">here (click)</a>. |
Line 185: |
Line 190: |
| <h2>Interteam Cooperation</h2> | | <h2>Interteam Cooperation</h2> |
| <h3>ETH Zürich</h3> | | <h3>ETH Zürich</h3> |
- | <h4>Low Budget iGEM Challenge</h4> | + | <h4 class="nopaddingtop">Low Budget iGEM Challenge</h4> |
| <p> | | <p> |
- | We did some extraordinary intercountry collaboration with <a href="https://2014.igem.org/Team:ETH_Zurich">ETH Zürich team</a>. Together, we participated in iGEM Colombia team's Low Budget iGEM Challenge. We planned, carried out and reported our experiments regarding an accessible, easy and low cost PCR method. You can find our entry from <a href="https://static.igem.org/mediawiki/2014/9/9f/Aaltohelsinki_low_budget_challenge.pdf">here</a>. Furthermore, we made a video describing our method in more detail. You can find the video featuring Oskari from Aalto-Helsinki and Sumana from ETH Zürich below: | + | We did some extraordinary intercountry collaboration with <a href="https://2014.igem.org/Team:ETH_Zurich">ETH Zürich team</a>. Together we participated in the Low Budget iGEM Challenge arranged by Colombia's iGEM team. With ETH Zürich we planned, carried out and reported our experiments regarding an accessible, easy and low cost PCR method. You can find our entry from <a href="https://static.igem.org/mediawiki/2014/9/9f/Aaltohelsinki_low_budget_challenge.pdf">here</a>. Furthermore, we made a video describing our method in more detail. You can find the video featuring Oskari from Aalto-Helsinki and Sumana from ETH Zürich below: |
| </p> | | </p> |
| <div class="row"> | | <div class="row"> |
Line 215: |
Line 220: |
| <div class="col-md-8 text-col-left"> | | <div class="col-md-8 text-col-left"> |
| <p> | | <p> |
- | We Skyped with Daniela from Colombia iGEM team and agreed on participating their human practices project, the Low Budget iGEM Challenge. We also discussed about her previous experiences and how they have done mathematical modeling in the previous years. This way, we could validate, whether our approach to modeling was on the right track. It was very interesting to discuss about the differences in research and how it affects iGEM in Colombia. For example, ordering primers, kits or other materials takes a lot longer and it really limits the way of working there. | + | We Skyped with Daniela from Colombia iGEM team and agreed on participating their human practices project, the Low Budget iGEM Challenge. We also discussed about her previous experiences and how they have done mathematical modeling in the previous years. This way, we could validate whether our approach to modeling was on the right track. It was very interesting to discuss about the differences in research and how it affects iGEM in Colombia. For example, ordering primers, kits or other materials takes a lot longer and it really limits the way of working there. |
| </p> | | </p> |
| </div> | | </div> |
Line 230: |
Line 235: |
| <div class="col-md-8 text-col-left"> | | <div class="col-md-8 text-col-left"> |
| <p> | | <p> |
- | Paris-Saclay was the first iGEM team we got to talk to. It was great to hear of people doing the same kind of thing, though it was also kind of intimidating with such a big group and many advisors. It seemed like we'd need more knowledge to pull this off. Being a Finnish team, we appropriately Skyped from a sauna that was turned into a meeting room! However, we did wear clothes in contrast to normal Finnish way of being in sauna. | + | Paris-Saclay was the first iGEM team we got to talk to. It was great to hear of people doing the same kind of thing, though it was also kind of intimidating with such a big group and many advisors. It seemed like we'd need more knowledge to pull this off. Being a Finnish team, we appropriately Skyped from a sauna-themed meeting room! We did wear clothes, though. |
| </p> | | </p> |
| <p> | | <p> |
- | We got a lot of good tips about where to start, what to focus on and what to expect at Jamboree. They were doing bio art, so we contacted Aalto University's Biofilia project for them and they were very interested in talking to the Paris-Saclay team about their "Ceci n'est pas un citron"-project. | + | We got a lot of good tips about where to start, what to focus on and what to expect at Jamboree. They were doing bio art, so we contacted Aalto University's Biofilia (a biological art unit under the Aalto ARTS) for them. Biofilia were very interested in talking with the Paris-Saclay team about their "Ceci n'est pas un citron" project. |
| </p> | | </p> |
| </div> | | </div> |
Line 239: |
Line 244: |
| <img src="https://static.igem.org/mediawiki/2014/6/6e/Aalto_Helsinki_Paris_Saclay_picture.jpg" class="img-responsive"></img> | | <img src="https://static.igem.org/mediawiki/2014/6/6e/Aalto_Helsinki_Paris_Saclay_picture.jpg" class="img-responsive"></img> |
| <p class="kuvateksti"> | | <p class="kuvateksti"> |
- | This is how Paris Saclay's team saw us during the Skype call. | + | This is how Paris Saclay's team saw us during the Skype call. Image courtesy of <a href="https://2014.igem.org/Team:Paris_Saclay">Paris Saclay 2014 team</a>. |
| </p> | | </p> |
| </div> | | </div> |
Line 247: |
Line 252: |
| <div class="row"> | | <div class="row"> |
| <div class="col-md-8 text-col-left"> | | <div class="col-md-8 text-col-left"> |
- | <h4>Virginia's Survey</h4>
| |
| <p> | | <p> |
- | We participated to Virginia iGEM team's survey regarding synthetic biology. However, it was easier said and done. Otto and Niklas wandered around Helsinki city centre looking for volunteers with time to answer the survey. We were offering buns and coffee as an exchange for their time. After a long day we finally reached over 20 responses! | + | We participated in Virginia iGEM team's survey regarding synthetic biology. It was easier said than done, however. We wandered around Helsinki city centre looking for volunteers with time to answer the survey and offered buns and coffee as an exchange for their time. After a long day we finally reached over 20 responses! |
| </p> | | </p> |
| </div> | | </div> |
Line 265: |
Line 269: |
| </p> | | </p> |
| <p> | | <p> |
- | Tania has been encouraging and supporting our team in so many ways and even came to see us on <a href="https://2014.igem.org/Team:Aalto-Helsinki/Business#Sos">Summer of Startups Demo Day</a>. She was the first iGEM alumna we actually met. She also conncted us with iGEM-winning Groningen 2012 team's Arjan. | + | Tania has been encouraging and supporting our team in so many ways and even came to see us on <a href="https://2014.igem.org/Team:Aalto-Helsinki/Business#Sos">Summer of Startups Demo Day</a>. She was the first iGEM alumna we actually met. She also connected us with iGEM-winning Groningen 2012 team's Arjan. |
| </p> | | </p> |
| | | |