Nick Haupka

Results 16 comments of Nick Haupka

How will the cache perform on large amounts of data? I think your idea is good but we should add a note that Unpaywall also offers database snapshots for faster...

I like the idea, but the performance will depend on the equipment of the user, because there are millions of entries in the unpaywall data dumps.

Actually, I wrote a blog post on how to use Python and Google BigQuery with Unpaywall database snapshots (https://subugoe.github.io/scholcomm_analytics/posts/unpaywall_python/). But since we want to use a local database, I cant...

@bganglia ok, I will create a new issue for this.

something like: Report ------------- Out of seven dois, two were invalid. doi | error ------------------|------- 10.3253/dga.dsfs | Unpaywall response 10.214134/afsaf | Timeout... Or do you have a better idea?

ok, the table has just been converted to markdown. Imagine that as a plain python table

@bganglia I dont know. I associate warnings with internal problems. But this is more of an external one. Or? But we can do that.

Hi Matteo, it seems that the publisher is blocking the request (or redirecting it so it is more difficult to download automatically). Unfortunately, I cant help in this case. You...

@bganglia Python provides also the tempfile module (https://docs.python.org/3.7/library/tempfile.html) which creates a temporary file that we could use to store dois from faulty connections. So we can create a temporary txt...

An alternative interface for the console would also fit here. So without calling the python interpreter and importing the module manually. We can use argparse for that (https://docs.python.org/3.7/library/argparse.html). And then...