Most of times zotero can't auto-dowload pdf from sciencedirect
Zotero standard 4.028.7 on win7, while grab from science, pdf will not be auto downloaded. For example,
http://www.sciencedirect.com/science/article/pii/S096669231000133X
Occasionaly, it works.
http://www.sciencedirect.com/science/article/pii/S096669231000133X
Occasionaly, it works.
This discussion has been closed.
http://www.sciencedirect.com/science/article/pii/S0301421510003897
When you open the PDFs in your browsers, what are the respective URLs you're seeing for those?
I surely have the access, I can dowload by myself. And pdf link address is:
http://www.sciencedirect.com/science/article/pii/S096669231000133X/pdfft?md5=f2f30e46691dbfa0af357d4ebeecf2fc&pid=1-s2.0-S096669231000133X-main.pdf
Firefox portable 42.0 Zotero add on 4.028.7 on win7.
not working: http://www.sciencedirect.com/science/article/pii/S0264817211001528
Could one or two of you do the following
1. Right click on the "Download PDF" icon at the top left and select Inspect element.
2 In the panel that open, a little forther up right-click on the line that starts with <div id="articleToolbar"... select "copy innerHTML" (Firefox) or copy (Chrome) and paste what you get to gist.github.com, create a private gist and provide the link to it here.
3 Together with that provide both the link to the article and the link that you see in the browser when looking at the PDF.
The requested Inspect Element results: https://gist.github.com/anonymous/972f3598720e3a515c7b
For article http://www.sciencedirect.com/science/article/pii/S096669231000133X
PDF link: http://www.sciencedirect.com/science/article/pii/S096669231000133X/pdfft?md5=f2f30e46691dbfa0af357d4ebeecf2fc&pid=1-s2.0-S096669231000133X-main.pdf
https://gist.githubusercontent.com/adam3smith/d49f0e28c40a16a4ad1b/raw/94378c44ab9dc28c440157ffc3ec1446f9d41260/ScienceDirect.js
Download it and place it in the "translators" folder in the Zotero data directory, replacing the existing file of the same name.
Restart both Standalone and Chrome and try again. Please report back either way.
No longer relevant. This issue is resovled in Zotero
I tried adamsmith's new translator but Zotero still didn't fetch the PDF. The Sciencedirect translator shows up when opening a Sciencedirect page. I could download the PDF manually. I use Zotero for Firefox 4.0.28.7 and Zotero Standalone 4.0.28.
Impossible to save any references from Science Direct since few days...
And in my Zotero data directory, there isn't the translator proposed by Adamsmtih...
Thank you for your help!
https://gist.githubusercontent.com/adam3smith/d49f0e28c40a16a4ad1b/raw/70733f83c988ddbbbc4a43183c7491cdbfc85a4c/ScienceDirect.js
No longer relevant. This issue is resovled in Zotero
I won't claim to know everything that's going on in the code, but for example, if I edit a snippet of the translator to always feed in a dummy link as an expected PDF attachment, it still does not appear to try anything with this URL when grabbing the article.
var pdfLink = getPDFLink(doc);
//if(pdfLink)
item.attachments.push({
title: 'ScienceDirect Full Text PDF',
url: 'http://www.sciencedirect.com/science/article/pii/S096669231000133X/pdfft?md5=f2f30e46691dbfa0af357d4ebeecf2fc&pid=1-s2.0-S096669231000133X-main.pdf',
mimeType: 'application/pdf'
});
Is there a way to be more certain that it is correctly using the edited Translator?
Special thanks to Chris for spotting where exactly this was breaking & helping to troubleshoot.
I experience the pdf save issue with sciencedirect while in on my uni's network.
Site: http://www.sciencedirect.com/science/article/pii/S092911991500053X
Report ID: 1315821484
Windows 10 x64
Zotero 4.0.28.7 Standalone
Chrome Connector
Any ideas how I could solve this?
Thanks!
See my post from Dec3 -- I'd want all the info I requested there.
Article
Article + other articles in issue
https://gist.github.com/anonymous/6e9209ab821b31b3ceeb
http://www.sciencedirect.com/science/article/pii/S092911991500053X
http://www.sciencedirect.com/science/article/pii/S092911991500053X/pdfft?md5=f8be0aaffce0a08cc097515519b2fd8c&pid=1-s2.0-S092911991500053X-main.pdf
Thanks!
I experience the pdf save issue with sciencedirect .
Site: http://www.sciencedirect.com/science/article/pii/S0959652616001748?_rdoc=1&_fmt=high&_origin=gateway&_docanchor=&md5=b8429449ccfc9c30159a5f9aeaa92ffb
Windows 10 x64
Zotero 5.07 Standalone
Chrome Connector and Firefox connector
Any ideas how I could solve this?
Thanks!