Differences
This shows you the differences between two versions of the page.
|
projs:clans:docs:home [2014/01/21 10:09] cheungzeecn |
projs:clans:docs:home [2014/01/22 21:29] (current) 43107780 |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Document of CLANS ====== | ====== Document of CLANS ====== | ||
| + | |||
| + | ===== Information on Person ===== | ||
| + | ^ API ^ Description ^ | ||
| + | | getRelatedPerson(personName) | Return a list of people whose name is related with personName | | ||
| + | | getPersonName(pid) | | | ||
| + | | getPersonAge(pid) | | | ||
| + | | getPersonBirthday(pid) | | | ||
| + | | getPersonGender(pid) | | | ||
| + | | getPersonHometown(pid) | | | ||
| + | | getPersonIntroduction(pid) | | | ||
| + | | getPersonTimeline(pid, duration) | | | ||
| + | | getPersonTimeline(pid, latestEventNumber) | | | ||
| + | | getSchoolMatesSocialNetwork(pid, duration, neighbour_number, layer) | | | ||
| + | | getWorkMatesSocialNetwork(pid, duration, neighbour_number, layer) | | | ||
| + | | getFellowTownsmenMatesSocialNetwork(pid, duration, neighbour_number, layer) | | | ||
| + | | getFriendsSocialNetwork(pid, duration, neighbour_number, layer) | | | ||
| + | |||
| + | ===== Information on Company ===== | ||
| + | ^ API ^ Description ^ | ||
| + | | getRelatedCompany(companyName) | Return a list of people whose name is related with personName | | ||
| + | | getCompanyStockName(stock_id) | | | ||
| + | | getCompanyAddress(stock_id) | | | ||
| + | | getCompanyFullName(stock_id) | | | ||
| + | | getCompanyIndustry(stock_id) | | | ||
| + | | getCompanyRevenue(stock_id, year) | | | ||
| + | | getCompanyPerformance(stock_id, year) | | | ||
| + | | getCompanyStockReturn(stock_id, year) | | | ||
| + | | getCompanyEmployeeChangeTimeline(stock_id, position_rank, duration) | | | ||
| + | | getEmployeesSocialNetwork(stock_id, position_list, duration, neighbour_number, layer) | | | ||
| + | | getCompanySocialNetwork(stock_id, duration, neighbour_number, layer) | | | ||
| + | | getSectorSocialNetwork(stock_id, sector, duration, neighbour_number, layer) | | | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| ===== Example ===== | ===== Example ===== | ||
| Line 116: | Line 168: | ||
| ===== Prediction (Zhi)===== | ===== Prediction (Zhi)===== | ||
| - | [[projs/clans/docs/prediction_lib_utilanalz|Utilanalz]], a lib for drawing and analyzing data. | + | * [[projs/clans/docs/prediction_lib_utilanalz|Utilanalz]], a lib for drawing and analyzing data. |
| ===== Information Processing (Zhi, Hang)===== | ===== Information Processing (Zhi, Hang)===== | ||
| Line 166: | Line 218: | ||
| ===== Data Source (Lily, Zhi -database) ===== | ===== Data Source (Lily, Zhi -database) ===== | ||
| + | Describe data and data scheme in CLANS database. | ||
| ====database tables==== | ====database tables==== | ||
| + | * [[projs/clans/docs/dataset_db_companyinfor|db::companyinfor]] | ||
| + | * [[projs/clans/docs/dataset_db_company_rank|db::company_rank]] | ||
| + | * [[projs/clans/docs/dataset_db_company_employee|db::company_employee]] | ||
| + | * [[projs/clans/docs/dataset_db_relation_company|db::relation_company]] | ||
| + | * [[projs/clans/docs/dataset_db_relation_company_component|db::relation_company_component]] | ||
| ===prediction related=== | ===prediction related=== | ||
| * [[projs/clans/docs/dataset_db_stock_return|db::stock_return]] | * [[projs/clans/docs/dataset_db_stock_return|db::stock_return]] | ||
| ===personal information related=== | ===personal information related=== | ||
| - | * [[projs/clans/docs/dataset_db_newdata_people_edu|newdata_people_edu]] | + | * [[projs/clans/docs/dataset_db_newdata_people_edu|db::newdata_people_edu]] |
| - | * [[projs/clans/docs/dataset_db_newdata_people_work|newdata_people_work]] | + | * [[projs/clans/docs/dataset_db_newdata_people_work|db::newdata_people_work]] |
| - | * [[projs/clans/docs/dataset_db_newdata_peopleinfor|newdata_peopleinfor]] | + | * [[projs/clans/docs/dataset_db_newdata_peopleinfor|db::newdata_peopleinfor]] |
| - | + | ||
| - | + | ||