Differences
This shows you the differences between two versions of the page.
|
projs:clans:docs:home [2014/01/22 00:16] yoyoliliu |
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 170: | Line 222: | ||
| ====database tables==== | ====database tables==== | ||
| * [[projs/clans/docs/dataset_db_companyinfor|db::companyinfor]] | * [[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]] | ||
| Line 177: | Line 233: | ||
| * [[projs/clans/docs/dataset_db_newdata_people_work|db::newdata_people_work]] | * [[projs/clans/docs/dataset_db_newdata_people_work|db::newdata_people_work]] | ||
| * [[projs/clans/docs/dataset_db_newdata_peopleinfor|db::newdata_peopleinfor]] | * [[projs/clans/docs/dataset_db_newdata_peopleinfor|db::newdata_peopleinfor]] | ||
| - | |||
| - | |||
| - | |||