Team:Shanghaitech/Software3

Simple Database

Submit & Retrieve & Review

First, we created a simple database, the user can submit their parts and add description to them..Other users can retrieve the parts.

But how can we ensure the quality of their parts? Well, the comment feature is also available, which means you can rate and commment on the parts.

Python Crawler

To enrich our database information, we wrote a Python crawler for igem’s webpage, which can crawl the relevant parts information on the site (all the parts from igem indicate the origin source). You can download this script from here.

You should install "selenium" and ChromeDriver before you can use it.