-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send PMIDs from Elements to eSchol #66
Comments
Example Elements pub w PubMed record: 4503909 |
Fact-FindingWe can pass all of a publication's external identifiers from the xwalk out. There are a few options for how we want to format the data.
Warning: It's possible this may slow down RT2 a small amount. I believe the string aggregation (e.g. getting all the external-identifiers) will be slower than the PMID-only selection? Changes requiredXwalk out elements input reference:
Sending all external IDsThis field mapping references the entire external-identifiers list, and passes a delimited string.
Only PMIDsThis field mapping uses a conditional to check the identifier:scheme in the input list, and pass through only the pubmed scheme value.
Output from the above:
|
Seems to be working fine: Elements pub -- eSchol pub |
PMIDs beginning to appear in the regular syncing process:
|
Symplectic answer re: disagregating via relevance scheme. No dice. ticket link "there is no way to configue the relevance scheme to generate a hash only when a pubmed ID is added in this field. You can use the field as is, and when it is modified, a new hash will be generated regardless of what identifier is added." |
2025 Update: Good News / Bad NewsLet's discuss this on Thursday
Relevance Scheme details
Only one change is required to include all eSchol pubs with PubMed records, here:
Changes to:
Estimated syncing time50k took about 9 days of syncing. Given this pacing, somewhere around 30 days will be required for the remaining 150k. Potential impacts for rolling diff sync
|
During the rewrite of the Pubmed LinkOut script, some fact-finding indicated PMIDs are being added to eScholarship manually. (e.g. only 48 eScholarship items total in 2023 had these IDs).
However, many more publications in Elements have PMIDs. Investigate if we can send these automatically via the Deposit xwalk + connectRT2.
The text was updated successfully, but these errors were encountered: