-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Currently we are harvesting the Web of Science "Short Record":
rialto-airflow/rialto_airflow/harvest/wos.py
Line 159 in a4dd01c
"optionView": "SR", # SR = Short Records, which gives us the most basic info about the publication, skipping authors, to keep |
According to the docs the options are:
FR - Retrieves all metadata of the document (also known as FullRecord).
SR - Retrieves a short version of the document that would not count against the quota. The response fields are similar to the Web of Science Starter API fields.
FS - Custom Field Selection - must be combined with query parameter viewField. It is automatically selected if viewField is used.
Should we be getting the Full Record (FR) instead?
I've attached what the same record looks like in SR and FR:
Metadata
Metadata
Assignees
Labels
No labels