(Created page with "{{Shanghaitech/custom}} {{Shanghaitech/css}} {{Shanghaitech/js}} <html> <div id='main-content-wrapper'> <div class="column half_size" id="content-block"> <div class="column...") |
|||
Line 12: | Line 12: | ||
<h1>Simple Database</h1> | <h1>Simple Database</h1> | ||
+ | <h2>Submit & Retrieve & Review</h2> | ||
+ | <p> | ||
+ | First, we created a simple database, the user can submit their parts, and add description to them. | ||
+ | Other users can retrieve the parts. The comment feature is also available, which means you can rate and commment on the parts. | ||
+ | </p> | ||
+ | <p style="text-align: center"><video height="600" src="https://static.igem.org/mediawiki/2017/2/22/T--ShanghaiTech--uploadDesign_1.mp4" controls="" style="max-width:100%"></video> | ||
+ | </p> | ||
+ | <h2>Python Crawler</h2> | ||
+ | <p>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 <a href="https://github.com/SHTUSIST/igem">here.</a></p> | ||
+ | <p>You should install "selenium" and ChromeDriver before you can use it. <center> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/thumb/a/a5/T--Shanghaitech--interla1151515b2.jpg/247px-T--Shanghaitech--interla1151515b2.jpg.png"></center> | ||
+ | |||
+ | |||
Revision as of 02:27, 2 November 2017
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. 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.