Difference between revisions of "Team:Shanghaitech/Software3"

 
(2 intermediate revisions by one other user not shown)
Line 14: Line 14:
 
<h2>Submit & Retrieve & Review</h2>
 
<h2>Submit & Retrieve & Review</h2>
 
<p>
 
<p>
First, we created a simple database, the user can submit their parts and add description to them. Other users can retrieve the parts.</p><p>
+
First, we created a simple database, the user can submit their parts and add description to the database, and other users can retrieve the parts.</p><p>
 
But how can we ensure the quality of their parts? To solve this problem, we also introduce the 'Comment' function, which means our users can rate and comment on the parts.
 
But how can we ensure the quality of their parts? To solve this problem, we also introduce the 'Comment' function, which means our users can rate and comment on the parts.
 
</p>
 
</p>
Line 20: Line 20:
 
</p>
 
</p>
 
<h2>Python Crawler</h2>
 
<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). Users can download this script from <a href="https://github.com/SHTUSIST/igem">here.</a></p>
+
<p>To enrich our database information, we wrote a Python crawler for iGEM’s website, which can crawl the relevant parts information on the site (all the parts from iGEM indicate the origin source). Users can download this script from <a href="https://github.com/SHTUSIST/igem">here.</a></p>
 
<p>Users should install "selenium" and ChromeDriver before they use it. <center>
 
<p>Users should install "selenium" and ChromeDriver before they use it. <center>
 
</center>
 
</center>
 
+
<h2>Circuit Game</h2>
 +
<a href="https://2017.igem.org/Team:Shanghaitech/Software2">Click to view</a>
  
  

Latest revision as of 03:55, 2 November 2017

Simple Database

Submit & Retrieve & Review

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

But how can we ensure the quality of their parts? To solve this problem, we also introduce the 'Comment' function, which means our users can rate and comment on the parts.

Python Crawler

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

Users should install "selenium" and ChromeDriver before they use it.

Circuit Game

Click to view