PDC FullText with DOI translator
PDC hosts quite a large number of journals in my field (http://www.pdcnet.org/pdc/bvdb.nsf/journalindex?openform). It provides DOIs, so metadata import works fine via the DOI translator and CrossRef search translator, but that approach doesn't do anything to grab FullText. I am loathe to write a completely new translator for PDC, not only because of the time required but because it will probably be less robust/well-maintained than the existing DOI method, but I'm a little lost on how to create a skeleton that would call out to DOI for metadata and only scrape FullText URLs. Thoughts on how to do this elegantly? I'm not a great javascript programmer, but I've gotten a few things working.
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Upgrade Storage
1. Borrow the DOI-scraping code from DOI
2. Scrape the FullText URL myself
3. Call out to CrossRef for the metadata
4. Assign all the properties from CrossRef to the item as arXiv does
Is that right? Is that the most lightweight approach?