Skip to content

Commit

Permalink
merge in DHBSI to master
Browse files Browse the repository at this point in the history
  • Loading branch information
henchc committed Oct 3, 2017
1 parent 061a294 commit 93d44be
Show file tree
Hide file tree
Showing 52 changed files with 53 additions and 1,234 deletions.
13 changes: 6 additions & 7 deletions 01-setup/01-HTRC-Extracted Features.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
"collapsed": false
},
"outputs": [],
"source": [
"!pip install htrc-feature-reader\n",
"!pip install matplotlib jupyter"
"%%capture\n",
"!pip install htrc-feature-reader"
]
},
{
Expand Down Expand Up @@ -116,7 +116,6 @@
},
"outputs": [],
"source": [
"%%bash\n",
"!rm -rf local-folder/\n",
"download_output = !htid2rsync --f vol_ids_5.txt | rsync -azv --files-from=- data.sharc.hathitrust.org::features/ local-folder/\n",
"download_output"
Expand All @@ -138,7 +137,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
"collapsed": false
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -237,7 +236,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
"collapsed": false
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -317,7 +316,7 @@
"outputs": [],
"source": [
"i = 0\n",
"for page in vol.pages():`\n",
"for page in vol.pages():\n",
" i += 1\n",
" if i >= 200:\n",
" break\n",
Expand Down
1 change: 0 additions & 1 deletion 01-setup/authors-nigerian.txt

This file was deleted.

Loading

0 comments on commit 93d44be

Please sign in to comment.