# Reading Sequence **Repository Path**: davidqiu/Reading-Sequence ## Basic Information - **Project Name**: Reading Sequence - **Description**: Artificial Intelligence Technology Based Reading Sequence Recommandation Tool - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2013-12-03 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Reading Sequence Project * The project of Artificial Intelligence based technology. Its purpose is to help people read professional document or paper with prerequisite knowledge, so that they have no barrier in understanding the professional terms. * This tool will provide reader with topological view of reading recommandations that the reader can choose as unfamiliar concepts, and those chosen will be sort in topological order so as to provide proper reading order. ##Directories The directory structure is as followed: - `Spider` : The spider for collecting knowledge. - `MySql` : SQL scripts for our knowledge base based on MySql database. - `Seg` : VisualStudio/C# project for user client ##Resources Some helpful resources or references will be pasted here. * [Operating MySql in Python](http://blog.davidqiu.com/post/2013-12-10/40060413784) * [Markdown Online Editor](http://mahua.jser.me/) ##Members - Yufan L.
* Figure out how to use PanGu segment
1. How to use the segment system 2. How to insert new words and change their frequency 3. Tree display and topological sorting - David Qiu (david@davidqiu.com)
* SQL scripts programming of MySql database
1. Action: Initialization of the database (Finished) 2. Action: Clear the database (Finished) 3. Proc: `UpdateConnection` that append a connection pair automatically (Finished) 4. Proc: `GenerateRelation` that generate the relations from existing connections (Finished) 5. Proc: `SearchLabel` that query a label and return the ancestors if existing (Finished) - Vanxin Liu
* Build the MySql in IBM Lab (Failed) - Pengzhi C.
* Play Dota - Fengdi W.
* Insertion from wikipages to database calling stored procedure