mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-17 20:27:05 +01:00
Update notes for 2017-06-05
This commit is contained in:
parent
e64491ce31
commit
0a56cbb6ed
@ -40,4 +40,12 @@ tags = ["Notes"]
|
|||||||
- dc.format.extent: `or(value.contains("p. "),value.contains(" p."))`
|
- dc.format.extent: `or(value.contains("p. "),value.contains(" p."))`
|
||||||
- Command like: `$ gs -dNOPAUSE -dBATCH -dFirstPage=14 -dLastPage=27 -sDEVICE=pdfwrite -sOutputFile=beans.pdf -f 12605-1.pdf`
|
- Command like: `$ gs -dNOPAUSE -dBATCH -dFirstPage=14 -dLastPage=27 -sDEVICE=pdfwrite -sOutputFile=beans.pdf -f 12605-1.pdf`
|
||||||
- 17 of the items have issues with incorrect page number ranges, and upon closer inspection they do not appear in the referenced PDF
|
- 17 of the items have issues with incorrect page number ranges, and upon closer inspection they do not appear in the referenced PDF
|
||||||
- I've flagged them and proceeded without them
|
- I've flagged them and proceeded without them (752 total) on DSpace Test:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" [dspace]/bin/dspace import --add --eperson=aorth@mjanja.ch --collection=10568/93843 --source /home/aorth/src/CIAT-Books/SimpleArchiveFormat/ --mapfile=/tmp/ciat-books.map &> /tmp/ciat-books.log
|
||||||
|
```
|
||||||
|
|
||||||
|
- I went and did some basic sanity checks on the remaining items in the CIAT Book Chapters and decided they are mostly fine (except one duplicate and the flagged ones), so I imported them to DSpace Test too (162 items)
|
||||||
|
- Total items in CIAT Book Chapters is 914, with the others being flagged for some reason, and we should send that back to CIAT
|
||||||
|
- Restart Tomcat on CGSpace so that the `cg.identifier.wletheme` field is available on REST API for Macaroni Bros
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<meta property="article:published_time" content="2017-06-01T10:14:52+03:00"/>
|
<meta property="article:published_time" content="2017-06-01T10:14:52+03:00"/>
|
||||||
<meta property="article:modified_time" content="2017-06-04T09:12:02+03:00"/>
|
<meta property="article:modified_time" content="2017-06-05T18:16:30+03:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -45,9 +45,9 @@
|
|||||||
"@type": "BlogPosting",
|
"@type": "BlogPosting",
|
||||||
"headline": "June, 2017",
|
"headline": "June, 2017",
|
||||||
"url": "https://alanorth.github.io/cgspace-notes/2017-06/",
|
"url": "https://alanorth.github.io/cgspace-notes/2017-06/",
|
||||||
"wordCount": "430",
|
"wordCount": "529",
|
||||||
"datePublished": "2017-06-01T10:14:52+03:00",
|
"datePublished": "2017-06-01T10:14:52+03:00",
|
||||||
"dateModified": "2017-06-04T09:12:02+03:00",
|
"dateModified": "2017-06-05T18:16:30+03:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -164,7 +164,16 @@
|
|||||||
<li>Command like: <code>$ gs -dNOPAUSE -dBATCH -dFirstPage=14 -dLastPage=27 -sDEVICE=pdfwrite -sOutputFile=beans.pdf -f 12605-1.pdf</code></li>
|
<li>Command like: <code>$ gs -dNOPAUSE -dBATCH -dFirstPage=14 -dLastPage=27 -sDEVICE=pdfwrite -sOutputFile=beans.pdf -f 12605-1.pdf</code></li>
|
||||||
</ul></li>
|
</ul></li>
|
||||||
<li>17 of the items have issues with incorrect page number ranges, and upon closer inspection they do not appear in the referenced PDF</li>
|
<li>17 of the items have issues with incorrect page number ranges, and upon closer inspection they do not appear in the referenced PDF</li>
|
||||||
<li>I’ve flagged them and proceeded without them</li>
|
<li>I’ve flagged them and proceeded without them (752 total) on DSpace Test:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code>$ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" [dspace]/bin/dspace import --add --eperson=aorth@mjanja.ch --collection=10568/93843 --source /home/aorth/src/CIAT-Books/SimpleArchiveFormat/ --mapfile=/tmp/ciat-books.map &> /tmp/ciat-books.log
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>I went and did some basic sanity checks on the remaining items in the CIAT Book Chapters and decided they are mostly fine (except one duplicate and the flagged ones), so I imported them to DSpace Test too (162 items)</li>
|
||||||
|
<li>Total items in CIAT Book Chapters is 914, with the others being flagged for some reason, and we should send that back to CIAT</li>
|
||||||
|
<li>Restart Tomcat on CGSpace so that the <code>cg.identifier.wletheme</code> field is available on REST API for Macaroni Bros</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2017-06/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2017-06/</loc>
|
||||||
<lastmod>2017-06-04T09:12:02+03:00</lastmod>
|
<lastmod>2017-06-05T18:16:30+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
@ -104,7 +104,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||||
<lastmod>2017-06-04T09:12:02+03:00</lastmod>
|
<lastmod>2017-06-05T18:16:30+03:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
@ -115,19 +115,19 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||||
<lastmod>2017-06-04T09:12:02+03:00</lastmod>
|
<lastmod>2017-06-05T18:16:30+03:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/post/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/post/</loc>
|
||||||
<lastmod>2017-06-04T09:12:02+03:00</lastmod>
|
<lastmod>2017-06-05T18:16:30+03:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||||
<lastmod>2017-06-04T09:12:02+03:00</lastmod>
|
<lastmod>2017-06-05T18:16:30+03:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user