ropensci-archive / crminer

:no_entry: ARCHIVED :no_entry: Fetch 'Scholary' Full Text from 'Crossref'
Other
17 stars 5 forks source link

click through... #4

Closed sckott closed 7 years ago

sckott commented 8 years ago

Using the Click-Through Service

Some publishers will require you to use the CrossRef click-through service. This allows you to agree to supplementary licenses. For more information see the Click-Through Service documentation. When you use the click-through service you will be given a token. You should supply this as a header when you make the query to full-text. Here is an example request using a click-through service token:

curl -H "CR-TDM-Client-Token: hZqJDbcbKSSRgRG_PJxSBAx" -k "https://annalsofpsychoceramics.labs.crossref.org/fulltext/515151" -D - -L -O

not sure what i was originally trying to say here, i guess just make sure to support click through as well as possible

behrica commented 7 years ago

I have it working for Wiley by setting a environment variable like this:

Sys.setenv(CROSSREF_TDM, ".....")

sckott commented 7 years ago

cool, glad that works. trying to build in nice support in the pkg as well