Ticket #262 (closed task: fixed)

Opened 2 years ago

Last modified 1 year ago

Report of Articles with Annotations

Reported by: rich Assigned to: somebody
Priority: high Milestone:
Component: topaz Version:
Keywords: Cc:
Blocking: Blocked By:

Description

I need a command line that can be run to generate article ids with associated number of annotations.

Dependency Graph

Change History

01/25/07 12:26:19 changed by ebrown

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

(In [2289]) Script to generate list of articles & annotation counts between specific dates

To run:

/usr/local/topaz/bin/rungroovy /usr/local/topaz/scripts/annotated --help

Dates are optional. Without dates, it will dump all articles that have annotations and the number of annotations. (fixes #262)

Dates are in ISO-8601 format. But we're just using string comparison, so only need to use the amount of date necessary for string comparison to work.

Date ranges are inclusive.

Output will look like:

article, title, count
"info:doi/10.1371/journal.pone.0000136","",3.0
"info:doi/10.1371/journal.pone.0000011","Public Health and Epidemiology",1.0

08/07/07 16:25:51 changed by

  • milestone deleted.

Milestone Bugs deleted