isi
isi copied to clipboard
Tools for scraping the Thomson Reuters (aka ISI) Web of Science
Similar to ProQuest (!8), http://app.knovel.com/web/ uses some sort of SSO process which leaves the user connecting to that site directly but with a login cookie authorized by the relaying ezproxy....
[ProQuest](https://ebookcentral.proquest.com) has a different login flow than most academic publishers. The [ezproxy config for it](https://help.oclc.org/Library_Management/EZproxy/Database_stanzas/Ebook_Central) is a bit complicated. It has "patron login" and "SSO login". I was able to...
ezproxy can run in two modes: by port or by hostname. In port mode, https://ezproxy.example.com:$port proxies to https://paywalled-site.net. In hostname mode, https://paywalled-site.ezproxy.example.com proxies to paywalled-site.net. See https://help.oclc.org/Library_Management/EZproxy/Get_started/Evaluate_proxy_by_port_versus_proxy_by_hostname. ezproxy.py is currently...
I've falled out of love with inheritence trees and mixins. I would rather make the ezproxy instances I create return a fresh object, with no parent class, that fits the...
Merge pull request #4 from reidmcy/master
ISI does have an internal accounts system--they don't just sell themselves through library proxies. I have no way to test this. If anyone does actually have an ISI account not...