diff --git a/content/posts/2021-04.md b/content/posts/2021-04.md
index b51f5f26d..f7d218822 100644
--- a/content/posts/2021-04.md
+++ b/content/posts/2021-04.md
@@ -895,6 +895,26 @@ $ ~/dspace7b5/bin/dspace database migrate ignored
```console
$ time ~/dspace7b5/bin/dspace index-discovery -b
+...
+~/dspace7b5/bin/dspace index-discovery -b 25156.71s user 64.22s system 97% cpu 7:11:09.94 total
```
+- Not good, that shit took almost seven hours!
+
+## 2021-04-27
+
+- Peter sent me a list of 500+ DOIs from CGSpace with no Altmetric score
+ - I used csvgrep (with Windows encoding!) to extract those without our handle and save the DOIs to a text file, then got their handles with my `doi-to-handle.py` script:
+
+```console
+$ csvgrep -e 'windows-1252' -c 'Handle.net IDs' -i -m '10568/' ~/Downloads/Altmetric\ -\ Research\ Outputs\ -\ CGSpace\ -\ 2021-04-26.csv | csvcut -c DOI | sed '1d' > /tmp/dois.txt
+$ ./ilri/doi-to-handle.py -i /tmp/dois.txt -o /tmp/handles.csv -db dspace63 -u dspace -p 'fuuu' -d
+```
+
+- He will Tweet them...
+
+## 2021-04-28
+
+- Grant some IWMI colleagues access to the Atmire Content and Usage stats on CGSpace
+
diff --git a/docs/2021-04/index.html b/docs/2021-04/index.html
index 946afacf8..9394b8eeb 100644
--- a/docs/2021-04/index.html
+++ b/docs/2021-04/index.html
@@ -24,7 +24,7 @@ Perhaps one of the containers crashed, I should have looked closer but I was in
-
+
@@ -54,9 +54,9 @@ Perhaps one of the containers crashed, I should have looked closer but I was in
"@type": "BlogPosting",
"headline": "April, 2021",
"url": "https://alanorth.github.io/cgspace-notes/2021-04/",
- "wordCount": "4547",
+ "wordCount": "4669",
"datePublished": "2021-04-01T09:50:54+03:00",
- "dateModified": "2021-04-21T22:53:24+03:00",
+ "dateModified": "2021-04-26T15:58:48+03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@@ -999,7 +999,29 @@ Statement : UPDATE cwf_pooltask SET workflow_id='defaultWorkflow' WHERE workflo
I will try to do a full re-index to see how long it takes:
$ time ~/dspace7b5/bin/dspace index-discovery -b
-
+...
+~/dspace7b5/bin/dspace index-discovery -b 25156.71s user 64.22s system 97% cpu 7:11:09.94 total
+
+- Not good, that shit took almost seven hours!
+
+2021-04-27
+
+- Peter sent me a list of 500+ DOIs from CGSpace with no Altmetric score
+
+- I used csvgrep (with Windows encoding!) to extract those without our handle and save the DOIs to a text file, then got their handles with my
doi-to-handle.py
script:
+
+
+
+$ csvgrep -e 'windows-1252' -c 'Handle.net IDs' -i -m '10568/' ~/Downloads/Altmetric\ -\ Research\ Outputs\ -\ CGSpace\ -\ 2021-04-26.csv | csvcut -c DOI | sed '1d' > /tmp/dois.txt
+$ ./ilri/doi-to-handle.py -i /tmp/dois.txt -o /tmp/handles.csv -db dspace63 -u dspace -p 'fuuu' -d
+
+2021-04-28
+
+- Grant some IWMI colleagues access to the Atmire Content and Usage stats on CGSpace
+
+
diff --git a/docs/categories/index.html b/docs/categories/index.html
index e22c23f85..d2fd04638 100644
--- a/docs/categories/index.html
+++ b/docs/categories/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/index.html b/docs/categories/notes/index.html
index eb170b49b..ecf83694e 100644
--- a/docs/categories/notes/index.html
+++ b/docs/categories/notes/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/page/2/index.html b/docs/categories/notes/page/2/index.html
index 3e6f1c4fb..e8eb04000 100644
--- a/docs/categories/notes/page/2/index.html
+++ b/docs/categories/notes/page/2/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/page/3/index.html b/docs/categories/notes/page/3/index.html
index e9045a339..e81549294 100644
--- a/docs/categories/notes/page/3/index.html
+++ b/docs/categories/notes/page/3/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/page/4/index.html b/docs/categories/notes/page/4/index.html
index a90feb906..025a923d3 100644
--- a/docs/categories/notes/page/4/index.html
+++ b/docs/categories/notes/page/4/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/page/5/index.html b/docs/categories/notes/page/5/index.html
index a925f47d2..b131c2973 100644
--- a/docs/categories/notes/page/5/index.html
+++ b/docs/categories/notes/page/5/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/index.html b/docs/index.html
index 1ece27357..7a6215fa7 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/2/index.html b/docs/page/2/index.html
index 6e7b9e12d..c78bccfc6 100644
--- a/docs/page/2/index.html
+++ b/docs/page/2/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/3/index.html b/docs/page/3/index.html
index 749cfca7a..d4a9531db 100644
--- a/docs/page/3/index.html
+++ b/docs/page/3/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/4/index.html b/docs/page/4/index.html
index ec7bc62e4..54238cb1c 100644
--- a/docs/page/4/index.html
+++ b/docs/page/4/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/5/index.html b/docs/page/5/index.html
index 071ccbeeb..37c77b4fe 100644
--- a/docs/page/5/index.html
+++ b/docs/page/5/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/6/index.html b/docs/page/6/index.html
index b8e8c5521..f16fd6046 100644
--- a/docs/page/6/index.html
+++ b/docs/page/6/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/7/index.html b/docs/page/7/index.html
index d980801ea..5ec212efa 100644
--- a/docs/page/7/index.html
+++ b/docs/page/7/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/index.html b/docs/posts/index.html
index 9df4092ed..9d7b48ada 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/2/index.html b/docs/posts/page/2/index.html
index 09ee131d4..cff6a75d2 100644
--- a/docs/posts/page/2/index.html
+++ b/docs/posts/page/2/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/3/index.html b/docs/posts/page/3/index.html
index 7d03b4e4f..065ef4459 100644
--- a/docs/posts/page/3/index.html
+++ b/docs/posts/page/3/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/4/index.html b/docs/posts/page/4/index.html
index c77accff3..470de921b 100644
--- a/docs/posts/page/4/index.html
+++ b/docs/posts/page/4/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/5/index.html b/docs/posts/page/5/index.html
index 2c17bd0d3..693fb1585 100644
--- a/docs/posts/page/5/index.html
+++ b/docs/posts/page/5/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/6/index.html b/docs/posts/page/6/index.html
index b00ca84cb..4fd3ca615 100644
--- a/docs/posts/page/6/index.html
+++ b/docs/posts/page/6/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/7/index.html b/docs/posts/page/7/index.html
index 00829ef59..497358a66 100644
--- a/docs/posts/page/7/index.html
+++ b/docs/posts/page/7/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/sitemap.xml b/docs/sitemap.xml
index 584b79cef..7e2387182 100644
--- a/docs/sitemap.xml
+++ b/docs/sitemap.xml
@@ -3,19 +3,19 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
https://alanorth.github.io/cgspace-notes/2021-04/
- 2021-04-21T22:53:24+03:00
+ 2021-04-26T15:58:48+03:00
https://alanorth.github.io/cgspace-notes/categories/
- 2021-04-21T22:53:24+03:00
+ 2021-04-26T15:58:48+03:00
https://alanorth.github.io/cgspace-notes/
- 2021-04-21T22:53:24+03:00
+ 2021-04-26T15:58:48+03:00
https://alanorth.github.io/cgspace-notes/categories/notes/
- 2021-04-21T22:53:24+03:00
+ 2021-04-26T15:58:48+03:00
https://alanorth.github.io/cgspace-notes/posts/
- 2021-04-21T22:53:24+03:00
+ 2021-04-26T15:58:48+03:00
https://alanorth.github.io/cgspace-notes/2021-03/
2021-04-13T21:13:08+03:00