elifesciences / elife-crossref-feed

code to support uploading info to crossref on PAW articles
1 stars 1 forks source link

Only import Crossref allowed data #75

Closed Melissa37 closed 7 years ago

Melissa37 commented 7 years ago

Does not pull in items in object that are not deposited to Crossref

gnott commented 7 years ago

Option for a publisher to customise the data that is included in the crossref deposit.

gnott commented 7 years ago

Build parts are configurable now, the ones we need to build include

['abstract', 'basic', 'components', 'contributors', 'funding',
        'license', 'pub_dates', 'references', 'volume']
gnott commented 7 years ago

Also, contributor details to be built can be "brief" rather than "full", which was previously the default.

I'm not sure these options made it any faster or whether it added much advantage yet.