ScholarOne field mapping (ORE)
Data mappings for obtaining identifier values from ScholarOne XML.
The following table shows the mapping from the ScholarOne data to the OUP OxencyclML data model. The mapping is giving using Xpath.
| Item | ScholarOne data location | OxEncycl data location | Additional requirements |
|---|---|---|---|
| ISBN | /article_set/article/journal/issn[@issn_type="digital"] | n/a | This value is used as part of the IDs and DOIs. |
| Version Number | /article_set/article/configurable_data_fields/custom_fields[@cd_name="Version number"]/@cd_value | /e/metaInfo/versionInfo/versionNum | Not present if unversioned. |
| Version Date | /article_set/article/configurable_data_fields/custom_fields[@cd_name="Version date"]/@cd_value | /e/metaInfo/versionInfo/versionDate | Not present if unversioned. This value will need converting from the value provided to an ISO format. See ISO 8601 date format |
| Product Grouping | /article_set/article/journal/journal_abbreviation | /e/metaInfo/metaItem/metaDescribes[@predicate="product-grouping"] | |
| entry ID | /article_set/article/@tracking_no | /e/@id | The resulting value should be a concatenation of "acrefore-" ISBN for the product "-e-" ending with the value found in the scholarOne data E.g. "acrefore-9780199975839-e-6789" |
| entry DOI | /article_set/article/@tracking_no | /e/@doi | The resulting value should be a concatenation of "10.1093/acrefore/" ISBN for the product ".013." ending the with value found in the ScholarOne data E.g. "10.1093/acrefore/9780199975839.013.6789" See DOI values for how to build the DOI from the ID. |