Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Typical Implementation Use Case

A typical use case may be to use the data service as a data source for a current awareness system that might appear within a website or be used to generate email notifications to users.  

To begin, utilize the Journal Lookup by Issue Availability to query the system for the time interval into the past you want to retrieve in order to know which journals released new issues.  For example, you can compile a list of journals who released a new issue in the previous week.

Next, store the response and do any filtering on the results that may be appropriate (for example, storing only selected ISSNs in order to single out particular journals or perhaps to filter by SJR value in order to only see the most "prestigious" journals.).

Use the Third Iron id present in each record post-filtering then to Retrieve the Current Issue id of the journal.

Take this current issue ID and then use the pages response of Retrieve articles of issue to gain a complete listing of article metadata for that issue.  Filter the results of that as appropriate and iterate as needed over each Third Iron ID.