Commit Graph

9 Commits (359b7f003f71a190f022c0265cc815a7f76d26fd)

Author SHA1 Message Date
Raymond Yee 359b7f003f I think I have a pretty good cut at code for uploading DOAB covers to our S3 space and integrating that code into uploading the DOAB records 2014-07-16 13:30:16 -07:00
Raymond Yee c3cfffe5eb Now I have a function to take a doab_id and upload the cover to S3 (if the cover is not already there.) 2014-07-14 15:09:16 -07:00
Raymond Yee ce05d4e5ba start of writing code to download and write DOAB covers to local file storage 2014-07-08 14:30:17 -07:00
Raymond Yee 4201d2dcc0 doab_loading.ipynb has some code now for loading DOAB cover images 2014-07-08 12:48:32 -07:00
Raymond Yee d14a0dc497 Fixed bug in load_doab_edition: new Work needs to be saved before attaching IDs to it.
code in doab_load.ipynb to load books and test the integrity of the load.  Big surprise (to me):  to find invalid ISBNs in the DOAB data
2014-07-08 09:29:31 -07:00
Raymond Yee 5b3a8d7b13 I've moved the new version of load_doab_edition into core/doab.py from notebook.
Code in doab_loading.ipynb for testing the loading
2014-07-07 11:00:52 -07:00
Raymond Yee 0794545d09 first draft of a rewrite of load_doab_edition to handle multiple ISBNs --> at least in ipynb form 2014-07-03 15:50:22 -07:00
Raymond Yee 833f077de1 With the new arguments in doab.json, I needed to add a catch-all **kwargs to load_doab_edition
functions in regluit.core.doab and regluit.core.tasks.
2014-07-03 10:45:57 -07:00
Raymond Yee fbc6c61587 The notebook is a bit out of date but I want to put it under git control before updating it. 2014-07-03 09:57:30 -07:00