diff --git a/content/posts/2018-10.md b/content/posts/2018-10.md index d2dd41c0c..01a96b169 100644 --- a/content/posts/2018-10.md +++ b/content/posts/2018-10.md @@ -95,5 +95,24 @@ Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrom - It's clearly a bot and it's not re-using its Tomcat session, so I will add its IP to the nginx bad bot list - I looked in Solr's statistics core and these hits were actually all counted as `isBot:false` (of course)... hmmm +- I tagged all of Sonal and Phil's items with their ORCID identifiers on CGSpace using my [add-orcid-identifiers.py](https://gist.github.com/alanorth/a49d85cd9c5dea89cddbe809813a7050) script: + +``` +$ ./add-orcid-identifiers-csv.py -i 2018-10-03-add-orcids.csv -db dspace -u dspace -p 'fuuu' +``` + +- Where `2018-10-03-add-orcids.csv` contained: + +``` +dc.contributor.author,cg.creator.id +"Henson, Sonal P.",Sonal Henson: 0000-0002-2002-5462 +"Henson, S.",Sonal Henson: 0000-0002-2002-5462 +"Thornton, P.K.",Philip Thornton: 0000-0002-1854-0182 +"Thornton, Philip K",Philip Thornton: 0000-0002-1854-0182 +"Thornton, Phil",Philip Thornton: 0000-0002-1854-0182 +"Thornton, Philip K.",Philip Thornton: 0000-0002-1854-0182 +"Thornton, Phillip",Philip Thornton: 0000-0002-1854-0182 +"Thornton, Phillip K.",Philip Thornton: 0000-0002-1854-0182 +``` diff --git a/docs/2018-10/index.html b/docs/2018-10/index.html index 0eaf95c9d..b9fe26707 100644 --- a/docs/2018-10/index.html +++ b/docs/2018-10/index.html @@ -9,7 +9,7 @@ - + @@ -24,9 +24,9 @@ "@type": "BlogPosting", "headline": "October, 2018", "url": "https://alanorth.github.io/cgspace-notes/2018-10/", - "wordCount": "460", + "wordCount": "528", "datePublished": "2018-10-01T22:31:54+03:00", - "dateModified": "2018-10-03T17:54:58+03:00", + "dateModified": "2018-10-03T21:52:12+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -195,8 +195,27 @@ Given Names Deactivated Family Name Deactivated: 0000-0001-7930-5752
isBot:false
(of course)… hmmm$ ./add-orcid-identifiers-csv.py -i 2018-10-03-add-orcids.csv -db dspace -u dspace -p 'fuuu'
+
+
+2018-10-03-add-orcids.csv
contained:dc.contributor.author,cg.creator.id
+"Henson, Sonal P.",Sonal Henson: 0000-0002-2002-5462
+"Henson, S.",Sonal Henson: 0000-0002-2002-5462
+"Thornton, P.K.",Philip Thornton: 0000-0002-1854-0182
+"Thornton, Philip K",Philip Thornton: 0000-0002-1854-0182
+"Thornton, Phil",Philip Thornton: 0000-0002-1854-0182
+"Thornton, Philip K.",Philip Thornton: 0000-0002-1854-0182
+"Thornton, Phillip",Philip Thornton: 0000-0002-1854-0182
+"Thornton, Phillip K.",Philip Thornton: 0000-0002-1854-0182
+
+
diff --git a/docs/robots.txt b/docs/robots.txt
index 80af82d91..c81a84496 100644
--- a/docs/robots.txt
+++ b/docs/robots.txt
@@ -40,7 +40,7 @@ Disallow: /cgspace-notes/2015-12/
Disallow: /cgspace-notes/2015-11/
Disallow: /cgspace-notes/
Disallow: /cgspace-notes/categories/
-Disallow: /cgspace-notes/categories/notes/
Disallow: /cgspace-notes/tags/notes/
+Disallow: /cgspace-notes/categories/notes/
Disallow: /cgspace-notes/posts/
Disallow: /cgspace-notes/tags/
diff --git a/docs/sitemap.xml b/docs/sitemap.xml
index e9869ef00..05f67c2a6 100644
--- a/docs/sitemap.xml
+++ b/docs/sitemap.xml
@@ -4,7 +4,7 @@