Ticket #217 (closed task: fixed)

Opened 8 months ago

Last modified 3 months ago

Scopus Reader

Reported by: mwlinnem@IU.EDU Assigned to: mwlinnem@IU.EDU
Priority: normal Milestone: 1.0
Component: Algorithm Version: 0.9.x
Severity: major Keywords:
Cc:

Description

Read data from scopus into a prefuse.data.table, ready to have authorship, co-authorship, citation, and co-citation networks extracted from it.

Change History

03/12/08 15:40:22 changed by mwlinnem@IU.EDU

Current Status:
Scopus is already in a pretty good state. * Author names are already cleaned and separated by commas. All we do currently is trim whitespace from the names. (This takes care of authorship and co-authorship). * Citation information is present, and nicely separated by semi-colons. We need to construct a self-reference if possible.

Future Work
* Verify cleanliness of author names * Add self-reference * Add column that contains both self-reference citation and normal citations (so we can use co-authorship style algorithm for citations) (?)

08/14/08 16:43:43 changed by mwlinnem@IU.EDU

  • priority changed from highest to normal.

Need to test this out with a few pipelines to make sure it works for 1.0 release.

08/14/08 18:28:00 changed by mwlinnem@IU.EDU

  • owner changed from nwb to mwlinnem@IU.EDU.

08/22/08 13:50:40 changed by mwlinnem@IU.EDU

  • status changed from new to closed.
  • resolution set to fixed.