diff --git a/content/posts/2019-09.md b/content/posts/2019-09.md index c2fc46fd1..f73f26360 100644 --- a/content/posts/2019-09.md +++ b/content/posts/2019-09.md @@ -241,6 +241,11 @@ $ tidy -xml -utf8 -m -iq -w 0 dspace/config/controlled-vocabularies/dc-contribut - Also, they noticed that some items have a blank ISSN in the citation like "ISSN:" - I told them it's probably best if we have Francesco produce a new export from Typo 3 - But on second thought I think that I've already done so much work on this file as it is that I should fix what I can here and then do a new import to DSpace Test with the PDFs - - Other corrections would be to replace "Inst." with "Institute" and remove those blank ISSNs from the citations + - Other corrections would be to replace "Inst." and "Instit." with "Institute" and remove those blank ISSNs from the citations + - I will rename the files with multiple underscores so they match the filename column in the CSV using this command: + +``` +$ perl-rename -n 's/_{2,3}/_/g' *.pdf +``` diff --git a/docs/2019-09/index.html b/docs/2019-09/index.html index 82f434165..c9a220154 100644 --- a/docs/2019-09/index.html +++ b/docs/2019-09/index.html @@ -40,7 +40,7 @@ Here are the top ten IPs in the nginx XMLUI and REST/OAI logs this morning: - + @@ -85,9 +85,9 @@ Here are the top ten IPs in the nginx XMLUI and REST/OAI logs this morning: "@type": "BlogPosting", "headline": "September, 2019", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-09\/", - "wordCount": "1751", + "wordCount": "1778", "datePublished": "2019-09-01T10:17:51\x2b03:00", - "dateModified": "2019-09-20T12:39:48\x2b03:00", + "dateModified": "2019-09-20T12:55:11\x2b03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -438,14 +438,19 @@ $ psql -h localhost -U postgres -f ~/src/git/DSpace/dspace/etc/postgres/update-s
Skype with Carol and Francesca to discuss the Bioveristy migration to CGSpace
I will rename the files with multiple underscores so they match the filename column in the CSV using this command:
+ +$ perl-rename -n 's/_{2,3}/_/g' *.pdf
+