Seekers
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, too!
All the code is available as open source on GitHub and is free to be reused, modified or expanded. All of the projects can be found through our GitHub organization Quiet Sushi Force.
We made two different Seeker brand tools (BioBrick Seeker and Team Seeker) for making the research part of iGEM projects a little easier. Both of the Seekers were written in JavaScript using the Angular.js library. The data in both is a massive JSON file that is easily modifiable and can be changed without doing any modifications to the rest of the code: expanding the tools for the future only requires adding data!
Both Seekers use Yeoman for scaffolding and deployment, and they are currently running on GitHub Pages. GitHub Pages is free and handles requests very fast, so they will stay available for the foreseeable future.
BioBrick Seeker
BioBrick Seeker 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.
All of the code and installation instructions are available on the BioBrick Seeker GitHub page.
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.
Team Seeker
Team Seeker is a tool that you can use to search through the project abstracts of past teams. With this tool you don't need to use hours of research time to make sure that your idea hasn't been done yet in iGEM but you can just type in what you wish to find! With Team Seeker it's also easy to find all the projects that are close to your interests and this way the background research becomes a lot easier. Team Seeker has a smart phrase search: writing anything in the search bar should bring up what you need.
All of the code and installation instructions are available at the project's GitHub page.
Here's a screenshot of Team Seeker.