Everyone seemed very focused on RSS, which makes sense given what itposted by jessamyn at 2:01 PM on April 28, 2010
does for journals in terms of alerting readers to new content. I
cannot claim to have solved the problems, but had these thoughts:
- Anything built to auto-download the PDFs would have to do so very,
very carefully. As you know, vendors are very wary of active
downloaders, and anything that looks like a bot coming through a
university IP will get shut down right away. So, if one can do what I
suggest below, then I would suggest putting in a time delay between
fetches so as not to run afoul of the watchdogs.
- So the pieces that occurred to me are as follows. The person with
the original question wanted these to just synch automatically to his
(her?) iPad. Well, Dropbox instantly came to mind. If I could have
some scripty thing on my desktop or laptop grabbing these files and
tossing them into a Dropbox folder, then the synching issue is solved
since they will be available on the iPad and anywhere else this person
installs the Dropbox app. One could even share the folder with
colleagues, friends, etc. Neat, if somewhat dubious from a legal
standpoint.
- This is either a Greasemonkey script--super hard and he/she would
need a programmer of some skill to write something flexible enough to
work with various interfaces without constant tinkering--or perhaps
better for something like Yahoo Pipes, where mere mortals can patch
stuff together. I am thinking along the lines of taking the RSS feeds
and then using the String RegEx Module to extract the URL (which the
feed would have, albeit likely to the publisher's abstract page), and
then modifying it with other String Modules to build the URL to the
PDF based on predictable patterns from the abstract URL. Then one just
needs an action that retrieves what is at the other end of that URL.
Somewhere at this point, I personally would say, oh bloody hell, I
will just subscribe to the feed and click through to get the articles
I want, but a halfway competent programmer could likely build a really
spiffy tool along these lines, slap the GPL on it, and let us all
profit from their genius.
The person who wrote in about Papers is basically, if I read it
correctly, talking about manual functionality that Zotero also
possesses, i.e.- the ability to go from citation to fulltext. But it
still requires user action. I cannot imagine the creators of Papers
building auto-download functionality into the software due to the
aforementioned watchdogs. One does not want to run afoul of some of
those larger firms and their lawyers.
posted by jessamyn at 1:50 PM on April 26, 2010