-
Notifications
You must be signed in to change notification settings - Fork 1
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
Get the article URL when extracting data #16
Comments
by the way the code above was taken from here: |
We have this feature already. It's just not available from the API but
could be very easily.
Le mar. 30 avr. 2019 à 18:54, Brandon Stell <[email protected]> a
écrit :
… by the way the code above was taken from here:
http://zzz.rezo.net/HowTo-Expand-Short-URLs.html
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAJBQMH4ZR4FNULMHXIQ6V3PTB2TFANCNFSM4HJOMB6Q>
.
|
That would be great. However, I think the problem is more complicated that I originally thought. cURL in my script above does not return the correct link... I can get the correct link only when I use the selenium package in python (presumably because it emulates a real browser). |
(also note that the URL returned by the crossref API is not correct) |
I guess we'll probably need an array of links for each DOI since there seems to be several. |
We could do it based on DOIs using something like this:
For things that don't have a DOI (only arXiv?) we can make the URL from the ID:
The text was updated successfully, but these errors were encountered: