diff --git a/docs/2021-10/index.html b/docs/1-01/index.html
similarity index 88%
rename from docs/2021-10/index.html
rename to docs/1-01/index.html
index 16b6acca4..9d90e8426 100644
--- a/docs/2021-10/index.html
+++ b/docs/1-01/index.html
@@ -6,8 +6,13 @@
-
-
+
-
-
-
+
+
-
-
+
-
+
-
- 2021-10-01
+ e–
+title: “October, 2021”
+date: 2021-10-01T11:14:07+03:00
+author: “Alan Orth”
+categories: [“Notes”]
+2021-10-01
Export all affiliations on CGSpace and run them against the latest RoR data dump:
@@ -694,6 +703,82 @@ $ wc -l /tmp/ips-to-purge.txt
+2021-10-28
+
+Meeting with Medha and a bunch of others about the FAIRscribe tool they have been developing
+
+Seems it is a submission tool like MEL
+
+
+
+2021-10-29
+
+Linode alerted me that CGSpace (linode18) has high outbound traffic for the last two hours
+
+This has happened a few other times this week so I decided to go look at the Solr stats for today
+I see 93.158.91.62 is making thousands of requests to Discover with a normal user agent:
+
+
+
+Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36
+
+Even more annoying, they are not re-using their session ID:
+
+$ grep 93.158.91.62 log/dspace.log.2021-10-29 | grep -oE 'session_id=[A-Z0-9]{32}:ip_addr=' | sort | uniq | wc -l
+4888
+
+This IP has made 36,000 requests to CGSpace…
+The IP is owned by Internet Vikings in Sweden
+I purged their statistics and set up a temporary HTTP 403 telling them to use a real user agent
+I see another one in Sweden a few days ago (192.36.109.131), also using the same exact user agent as above, but belonging to Resilans AB
+
+I purged another 74,619 hits from this bot
+
+
+I added these two IPs to the nginx IP bot identifier
+Jesus I found a few Russian IPs attempting SQL injection and path traversal, ie:
+
+45.9.20.71 - - [20/Oct/2021:02:31:15 +0200] "GET /bitstream/handle/10568/1820/Rhodesgrass.pdf?sequence=4&OoxD=6591%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23 HTTP/1.1" 200 143070 "https://cgspace.cgiar.org:443/bitstream/handle/10568/1820/Rhodesgrass.pdf" "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.8.1.11) Gecko/20071204 Ubuntu/7.10 (gutsy) Firefox/2.0.0.11"
+
+I reported them to AbuseIPDB.com and purged their hits:
+
+$ ./ilri/check-spider-ip-hits.sh -f /tmp/ip.txt -p
+Purging 6364 hits from 45.9.20.71 in statistics
+Purging 8039 hits from 45.146.166.157 in statistics
+Purging 3383 hits from 45.155.204.82 in statistics
+
+Total number of bot hits purged: 17786
+
2021-10-31
+
+Update Docker containers for AReS on linode20 and run a fresh harvest
+Found some strange IP (94.71.3.44) making 51,000 requests today with the user agent “Microsoft Internet Explorer”
+
+It is in Greece, and it seems to be requesting each item’s XMLUI full metadata view, so I suspect it’s Gardian actually
+I found it making another 25,000 requests yesterday…
+I purged them from Solr
+
+
+Found 20,000 hits from Qualys (according to AbuseIPDB.com) using normal user agents… ugh, must be some ILRI ICT scan
+Found more request from a Swedish IP (93.158.90.34) using that weird Firefox user agent that I noticed a few weeks ago:
+
+Mozilla/5.0 (Macintosh; Intel Mac OS X 11.1; rv:84.0) Gecko/20100101 Firefox/84.0
+
+That’s from ASN 12552 (IPO-EU, SE), which is operated by Internet Vikings, though AbuseIPDB.com says it’s Availo Networks AB
+There’s another IP (3.225.28.105) that made a few thousand requests to the REST API from Amazon, though it’s using a normal user agent
+
+# zgrep 3.225.28.105 /var/log/nginx/rest.log.* | wc -l
+3991
+~# zgrep 3.225.28.105 /var/log/nginx/rest.log.* | grep -oE 'GET /rest/(collections|handle|items)' | sort | uniq -c
+ 3154 GET /rest/collections
+ 427 GET /rest/handle
+ 410 GET /rest/items
+
+It requested the CIAT Story Maps collection over 3,000 times last month…
+
+I will purge those hits
+
+
+
@@ -715,8 +800,6 @@ $ wc -l /tmp/ips-to-purge.txt
-October, 2021
-
September, 2021
August, 2021
@@ -725,6 +808,8 @@ $ wc -l /tmp/ips-to-purge.txt
June, 2021
+May, 2021
+
diff --git a/docs/2015-11/index.html b/docs/2015-11/index.html
index 28245c15e..c73e40093 100644
--- a/docs/2015-11/index.html
+++ b/docs/2015-11/index.html
@@ -242,8 +242,6 @@ db.statementpool = true
-October, 2021
-
September, 2021
August, 2021
@@ -252,6 +250,8 @@ db.statementpool = true
June, 2021
+May, 2021
+
diff --git a/docs/2015-12/index.html b/docs/2015-12/index.html
index 2d6b25906..178620a8c 100644
--- a/docs/2015-12/index.html
+++ b/docs/2015-12/index.html
@@ -264,8 +264,6 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
-October, 2021
-
September, 2021
August, 2021
@@ -274,6 +272,8 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
June, 2021
+May, 2021
+
diff --git a/docs/2016-01/index.html b/docs/2016-01/index.html
index c4dc25ec6..0ce80fb91 100644
--- a/docs/2016-01/index.html
+++ b/docs/2016-01/index.html
@@ -200,8 +200,6 @@ $ find SimpleArchiveForBio/ -iname “*.pdf” -exec basename {} ; | sor
-October, 2021
-
September, 2021
August, 2021
@@ -210,6 +208,8 @@ $ find SimpleArchiveForBio/ -iname “*.pdf” -exec basename {} ; | sor
June, 2021
+May, 2021
+
diff --git a/docs/2016-02/index.html b/docs/2016-02/index.html
index 7e169ab6a..504a6a86d 100644
--- a/docs/2016-02/index.html
+++ b/docs/2016-02/index.html
@@ -378,8 +378,6 @@ Bitstream: tést señora alimentación.pdf
-October, 2021
-
September, 2021
August, 2021
@@ -388,6 +386,8 @@ Bitstream: tést señora alimentación.pdf
June, 2021
+May, 2021
+
diff --git a/docs/2016-03/index.html b/docs/2016-03/index.html
index 1702472d8..ccaefb927 100644
--- a/docs/2016-03/index.html
+++ b/docs/2016-03/index.html
@@ -316,8 +316,6 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja
-October, 2021
-
September, 2021
August, 2021
@@ -326,6 +324,8 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja
June, 2021
+May, 2021
+
diff --git a/docs/2016-04/index.html b/docs/2016-04/index.html
index 7d6828e81..0e5aa9cb2 100644
--- a/docs/2016-04/index.html
+++ b/docs/2016-04/index.html
@@ -495,8 +495,6 @@ dspace.log.2016-04-27:7271
-October, 2021
-
September, 2021
August, 2021
@@ -505,6 +503,8 @@ dspace.log.2016-04-27:7271
June, 2021
+May, 2021
+
diff --git a/docs/2016-05/index.html b/docs/2016-05/index.html
index 663946faf..17a484b6c 100644
--- a/docs/2016-05/index.html
+++ b/docs/2016-05/index.html
@@ -371,8 +371,6 @@ sys 0m20.540s
-October, 2021
-
September, 2021
August, 2021
@@ -381,6 +379,8 @@ sys 0m20.540s
June, 2021
+May, 2021
+
diff --git a/docs/2016-06/index.html b/docs/2016-06/index.html
index ab470edad..f1d3fc087 100644
--- a/docs/2016-06/index.html
+++ b/docs/2016-06/index.html
@@ -409,8 +409,6 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
-October, 2021
-
September, 2021
August, 2021
@@ -419,6 +417,8 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
June, 2021
+May, 2021
+
diff --git a/docs/2016-07/index.html b/docs/2016-07/index.html
index 8249eaf86..90b72301d 100644
--- a/docs/2016-07/index.html
+++ b/docs/2016-07/index.html
@@ -325,8 +325,6 @@ discovery.index.authority.ignore-variants=true
-October, 2021
-
September, 2021
August, 2021
@@ -335,6 +333,8 @@ discovery.index.authority.ignore-variants=true
June, 2021
+May, 2021
+
diff --git a/docs/2016-08/index.html b/docs/2016-08/index.html
index d0386ee41..570128f13 100644
--- a/docs/2016-08/index.html
+++ b/docs/2016-08/index.html
@@ -389,8 +389,6 @@ $ JAVA_OPTS="-Dfile.encoding=UTF-8 -Xmx512m" /home/cgspace.cgiar.org/b
-October, 2021
-
September, 2021
August, 2021
@@ -399,6 +397,8 @@ $ JAVA_OPTS="-Dfile.encoding=UTF-8 -Xmx512m" /home/cgspace.cgiar.org/b
June, 2021
+May, 2021
+
diff --git a/docs/2016-09/index.html b/docs/2016-09/index.html
index 879053e2e..a8e91369f 100644
--- a/docs/2016-09/index.html
+++ b/docs/2016-09/index.html
@@ -606,8 +606,6 @@ $ ./delete-metadata-values.py -i ilrisubjects-delete-13.csv -f cg.subject.ilri -
-October, 2021
-
September, 2021
August, 2021
@@ -616,6 +614,8 @@ $ ./delete-metadata-values.py -i ilrisubjects-delete-13.csv -f cg.subject.ilri -
June, 2021
+May, 2021
+
diff --git a/docs/2016-10/index.html b/docs/2016-10/index.html
index d9d709b2b..47153d9d1 100644
--- a/docs/2016-10/index.html
+++ b/docs/2016-10/index.html
@@ -372,8 +372,6 @@ dspace=# update metadatavalue set text_value = regexp_replace(text_value, 'http:
-October, 2021
-
September, 2021
August, 2021
@@ -382,6 +380,8 @@ dspace=# update metadatavalue set text_value = regexp_replace(text_value, 'http:
June, 2021
+May, 2021
+
diff --git a/docs/2016-11/index.html b/docs/2016-11/index.html
index 82b56640a..5ca90d089 100644
--- a/docs/2016-11/index.html
+++ b/docs/2016-11/index.html
@@ -548,8 +548,6 @@ org.dspace.discovery.SearchServiceException: Error executing query
-October, 2021
-
September, 2021
August, 2021
@@ -558,6 +556,8 @@ org.dspace.discovery.SearchServiceException: Error executing query
June, 2021
+May, 2021
+
diff --git a/docs/2016-12/index.html b/docs/2016-12/index.html
index 2741113d7..9396e1345 100644
--- a/docs/2016-12/index.html
+++ b/docs/2016-12/index.html
@@ -784,8 +784,6 @@ $ exit
-October, 2021
-
September, 2021
August, 2021
@@ -794,6 +792,8 @@ $ exit
June, 2021
+May, 2021
+
diff --git a/docs/2017-01/index.html b/docs/2017-01/index.html
index 3b4744616..cd0e07a62 100644
--- a/docs/2017-01/index.html
+++ b/docs/2017-01/index.html
@@ -369,8 +369,6 @@ $ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -
-October, 2021
-
September, 2021
August, 2021
@@ -379,6 +377,8 @@ $ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -
June, 2021
+May, 2021
+
diff --git a/docs/2017-02/index.html b/docs/2017-02/index.html
index 835a29d0a..13499998f 100644
--- a/docs/2017-02/index.html
+++ b/docs/2017-02/index.html
@@ -424,8 +424,6 @@ COPY 1968
-October, 2021
-
September, 2021
August, 2021
@@ -434,6 +432,8 @@ COPY 1968
June, 2021
+May, 2021
+
diff --git a/docs/2017-03/index.html b/docs/2017-03/index.html
index 9a4a09aa8..7408e1417 100644
--- a/docs/2017-03/index.html
+++ b/docs/2017-03/index.html
@@ -355,8 +355,6 @@ $ ./delete-metadata-values.py -i Investors-Delete-121.csv -f dc.description.spon
-October, 2021
-
September, 2021
August, 2021
@@ -365,6 +363,8 @@ $ ./delete-metadata-values.py -i Investors-Delete-121.csv -f dc.description.spon
June, 2021
+May, 2021
+
diff --git a/docs/2017-04/index.html b/docs/2017-04/index.html
index 54b8f9d67..ee008fbfd 100644
--- a/docs/2017-04/index.html
+++ b/docs/2017-04/index.html
@@ -585,8 +585,6 @@ $ gem install compass -v 1.0.3
-October, 2021
-
September, 2021
August, 2021
@@ -595,6 +593,8 @@ $ gem install compass -v 1.0.3
June, 2021
+May, 2021
+
diff --git a/docs/2017-05/index.html b/docs/2017-05/index.html
index 3a70bd966..3c1a901de 100644
--- a/docs/2017-05/index.html
+++ b/docs/2017-05/index.html
@@ -391,8 +391,6 @@ UPDATE 187
-October, 2021
-
September, 2021
August, 2021
@@ -401,6 +399,8 @@ UPDATE 187
June, 2021
+May, 2021
+
diff --git a/docs/2017-06/index.html b/docs/2017-06/index.html
index 0be7708ec..06b58f0d1 100644
--- a/docs/2017-06/index.html
+++ b/docs/2017-06/index.html
@@ -270,8 +270,6 @@ $ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" [dspace]/bin/dspace impo
-October, 2021
-
September, 2021
August, 2021
@@ -280,6 +278,8 @@ $ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" [dspace]/bin/dspace impo
June, 2021
+May, 2021
+
diff --git a/docs/2017-07/index.html b/docs/2017-07/index.html
index 1241bd813..b9cfdac85 100644
--- a/docs/2017-07/index.html
+++ b/docs/2017-07/index.html
@@ -275,8 +275,6 @@ delete from metadatavalue where resource_type_id=2 and metadata_field_id=235 and
-October, 2021
-
September, 2021
August, 2021
@@ -285,6 +283,8 @@ delete from metadatavalue where resource_type_id=2 and metadata_field_id=235 and
June, 2021
+May, 2021
+
diff --git a/docs/2017-08/index.html b/docs/2017-08/index.html
index 9a8b2154d..1a725e3d3 100644
--- a/docs/2017-08/index.html
+++ b/docs/2017-08/index.html
@@ -517,8 +517,6 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
-October, 2021
-
September, 2021
August, 2021
@@ -527,6 +525,8 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
June, 2021
+May, 2021
+
diff --git a/docs/2017-09/index.html b/docs/2017-09/index.html
index 00d703d47..bd99ecd89 100644
--- a/docs/2017-09/index.html
+++ b/docs/2017-09/index.html
@@ -659,8 +659,6 @@ Cert Status: good
-October, 2021
-
September, 2021
August, 2021
@@ -669,6 +667,8 @@ Cert Status: good
June, 2021
+May, 2021
+
diff --git a/docs/2017-10/index.html b/docs/2017-10/index.html
index 92a81aec3..ab4f13ad0 100644
--- a/docs/2017-10/index.html
+++ b/docs/2017-10/index.html
@@ -443,8 +443,6 @@ session_id=6C30F10B4351A4ED83EC6ED50AFD6B6A
-October, 2021
-
September, 2021
August, 2021
@@ -453,6 +451,8 @@ session_id=6C30F10B4351A4ED83EC6ED50AFD6B6A
June, 2021
+May, 2021
+
diff --git a/docs/2017-11/index.html b/docs/2017-11/index.html
index c427b9a15..71a72e278 100644
--- a/docs/2017-11/index.html
+++ b/docs/2017-11/index.html
@@ -944,8 +944,6 @@ $ cat dspace.log.2017-11-28 | grep -o -E 'session_id=[A-Z0-9]{32}' | sort -n | u
-October, 2021
-
September, 2021
August, 2021
@@ -954,6 +952,8 @@ $ cat dspace.log.2017-11-28 | grep -o -E 'session_id=[A-Z0-9]{32}' | sort -n | u
June, 2021
+May, 2021
+
diff --git a/docs/2017-12/index.html b/docs/2017-12/index.html
index b21fb73e4..9933f152f 100644
--- a/docs/2017-12/index.html
+++ b/docs/2017-12/index.html
@@ -783,8 +783,6 @@ DELETE 20
-October, 2021
-
September, 2021
August, 2021
@@ -793,6 +791,8 @@ DELETE 20
June, 2021
+May, 2021
+
diff --git a/docs/2018-01/index.html b/docs/2018-01/index.html
index 46b02c9ed..4f913c911 100644
--- a/docs/2018-01/index.html
+++ b/docs/2018-01/index.html
@@ -1452,8 +1452,6 @@ Catalina:type=Manager,context=/,host=localhost activeSessions 8
-October, 2021
-
September, 2021
August, 2021
@@ -1462,6 +1460,8 @@ Catalina:type=Manager,context=/,host=localhost activeSessions 8
June, 2021
+May, 2021
+
diff --git a/docs/2018-02/index.html b/docs/2018-02/index.html
index b408aa1a1..b34decf95 100644
--- a/docs/2018-02/index.html
+++ b/docs/2018-02/index.html
@@ -1039,8 +1039,6 @@ UPDATE 3
-October, 2021
-
September, 2021
August, 2021
@@ -1049,6 +1047,8 @@ UPDATE 3
June, 2021
+May, 2021
+
diff --git a/docs/2018-03/index.html b/docs/2018-03/index.html
index 5316ae9a0..ea67312bb 100644
--- a/docs/2018-03/index.html
+++ b/docs/2018-03/index.html
@@ -585,8 +585,6 @@ Fixed 5 occurences of: GENEBANKS
-October, 2021
-
September, 2021
August, 2021
@@ -595,6 +593,8 @@ Fixed 5 occurences of: GENEBANKS
June, 2021
+May, 2021
+
diff --git a/docs/2018-04/index.html b/docs/2018-04/index.html
index 9a76213ee..b3572033a 100644
--- a/docs/2018-04/index.html
+++ b/docs/2018-04/index.html
@@ -594,8 +594,6 @@ $ pg_restore -O -U dspacetest -d dspacetest -W -h localhost /tmp/dspace_2018-04-
-October, 2021
-
September, 2021
August, 2021
@@ -604,6 +602,8 @@ $ pg_restore -O -U dspacetest -d dspacetest -W -h localhost /tmp/dspace_2018-04-
June, 2021
+May, 2021
+
diff --git a/docs/2018-05/index.html b/docs/2018-05/index.html
index 3eb8ef507..42290356e 100644
--- a/docs/2018-05/index.html
+++ b/docs/2018-05/index.html
@@ -523,8 +523,6 @@ $ psql -h localhost -U postgres dspacetest
-October, 2021
-
September, 2021
August, 2021
@@ -533,6 +531,8 @@ $ psql -h localhost -U postgres dspacetest
June, 2021
+May, 2021
+
diff --git a/docs/2018-06/index.html b/docs/2018-06/index.html
index d58f3eb3b..b49717c26 100644
--- a/docs/2018-06/index.html
+++ b/docs/2018-06/index.html
@@ -517,8 +517,6 @@ $ sed '/^id/d' 10568-*.csv | csvcut -c 1,2 > map-to-cifor-archive.csv
-October, 2021
-
September, 2021
August, 2021
@@ -527,6 +525,8 @@ $ sed '/^id/d' 10568-*.csv | csvcut -c 1,2 > map-to-cifor-archive.csv
June, 2021
+May, 2021
+
diff --git a/docs/2018-07/index.html b/docs/2018-07/index.html
index 80173e051..19a7e8789 100644
--- a/docs/2018-07/index.html
+++ b/docs/2018-07/index.html
@@ -569,8 +569,6 @@ dspace=# select count(text_value) from metadatavalue where resource_type_id=2 an
-October, 2021
-
September, 2021
August, 2021
@@ -579,6 +577,8 @@ dspace=# select count(text_value) from metadatavalue where resource_type_id=2 an
June, 2021
+May, 2021
+
diff --git a/docs/2018-08/index.html b/docs/2018-08/index.html
index 38d4c20ad..a2af57b3a 100644
--- a/docs/2018-08/index.html
+++ b/docs/2018-08/index.html
@@ -442,8 +442,6 @@ $ dspace database migrate ignored
-October, 2021
-
September, 2021
August, 2021
@@ -452,6 +450,8 @@ $ dspace database migrate ignored
June, 2021
+May, 2021
+
diff --git a/docs/2018-09/index.html b/docs/2018-09/index.html
index 19f8c6b9a..006c3de5e 100644
--- a/docs/2018-09/index.html
+++ b/docs/2018-09/index.html
@@ -748,8 +748,6 @@ UPDATE metadatavalue SET text_value='ja' WHERE resource_type_id=2 AND metadata_f
-October, 2021
-
September, 2021
August, 2021
@@ -758,6 +756,8 @@ UPDATE metadatavalue SET text_value='ja' WHERE resource_type_id=2 AND metadata_f
June, 2021
+May, 2021
+
diff --git a/docs/2018-10/index.html b/docs/2018-10/index.html
index 05ff9d6ac..d5d1445bc 100644
--- a/docs/2018-10/index.html
+++ b/docs/2018-10/index.html
@@ -656,8 +656,6 @@ $ curl -X GET -H "Content-Type: application/json" -H "Accept: app
-October, 2021
-
September, 2021
August, 2021
@@ -666,6 +664,8 @@ $ curl -X GET -H "Content-Type: application/json" -H "Accept: app
June, 2021
+May, 2021
+
diff --git a/docs/2018-11/index.html b/docs/2018-11/index.html
index c44643610..730a39aee 100644
--- a/docs/2018-11/index.html
+++ b/docs/2018-11/index.html
@@ -553,8 +553,6 @@ $ dspace dsrun org.dspace.eperson.Groomer -a -b 11/27/2016 -d
-October, 2021
-
September, 2021
August, 2021
@@ -563,6 +561,8 @@ $ dspace dsrun org.dspace.eperson.Groomer -a -b 11/27/2016 -d
June, 2021
+May, 2021
+
diff --git a/docs/2018-12/index.html b/docs/2018-12/index.html
index 980e29f49..fea550695 100644
--- a/docs/2018-12/index.html
+++ b/docs/2018-12/index.html
@@ -594,8 +594,6 @@ UPDATE 1
-October, 2021
-
September, 2021
August, 2021
@@ -604,6 +602,8 @@ UPDATE 1
June, 2021
+May, 2021
+
diff --git a/docs/2019-01/index.html b/docs/2019-01/index.html
index 948545473..bb95b8217 100644
--- a/docs/2019-01/index.html
+++ b/docs/2019-01/index.html
@@ -1264,8 +1264,6 @@ identify: CorruptImageProfile `xmp' @ warning/profile.c/SetImageProfileInternal/
-October, 2021
-
September, 2021
August, 2021
@@ -1274,6 +1272,8 @@ identify: CorruptImageProfile `xmp' @ warning/profile.c/SetImageProfileInternal/
June, 2021
+May, 2021
+
diff --git a/docs/2019-02/index.html b/docs/2019-02/index.html
index e39520c88..452251d27 100644
--- a/docs/2019-02/index.html
+++ b/docs/2019-02/index.html
@@ -1344,8 +1344,6 @@ Please see the DSpace documentation for assistance.
-October, 2021
-
September, 2021
August, 2021
@@ -1354,6 +1352,8 @@ Please see the DSpace documentation for assistance.
June, 2021
+May, 2021
+
diff --git a/docs/2019-03/index.html b/docs/2019-03/index.html
index ebaffba69..61a70de7c 100644
--- a/docs/2019-03/index.html
+++ b/docs/2019-03/index.html
@@ -1208,8 +1208,6 @@ sys 0m2.551s
-October, 2021
-
September, 2021
August, 2021
@@ -1218,6 +1216,8 @@ sys 0m2.551s
June, 2021
+May, 2021
+
diff --git a/docs/2019-04/index.html b/docs/2019-04/index.html
index d3f509431..3ed955dfd 100644
--- a/docs/2019-04/index.html
+++ b/docs/2019-04/index.html
@@ -1299,8 +1299,6 @@ UPDATE 14
-October, 2021
-
September, 2021
August, 2021
@@ -1309,6 +1307,8 @@ UPDATE 14
June, 2021
+May, 2021
+
diff --git a/docs/2019-05/index.html b/docs/2019-05/index.html
index f29b61496..88d128925 100644
--- a/docs/2019-05/index.html
+++ b/docs/2019-05/index.html
@@ -631,8 +631,6 @@ COPY 64871
-October, 2021
-
September, 2021
August, 2021
@@ -641,6 +639,8 @@ COPY 64871
June, 2021
+May, 2021
+
diff --git a/docs/2019-06/index.html b/docs/2019-06/index.html
index d5335bcf8..97cac967b 100644
--- a/docs/2019-06/index.html
+++ b/docs/2019-06/index.html
@@ -317,8 +317,6 @@ UPDATE 2
-October, 2021
-
September, 2021
August, 2021
@@ -327,6 +325,8 @@ UPDATE 2
June, 2021
+May, 2021
+
diff --git a/docs/2019-07/index.html b/docs/2019-07/index.html
index f34fa2385..e45253809 100644
--- a/docs/2019-07/index.html
+++ b/docs/2019-07/index.html
@@ -554,8 +554,6 @@ issn.validate('1020-3362')
-October, 2021
-
September, 2021
August, 2021
@@ -564,6 +562,8 @@ issn.validate('1020-3362')
June, 2021
+May, 2021
+
diff --git a/docs/2019-08/index.html b/docs/2019-08/index.html
index c064abc30..e23779849 100644
--- a/docs/2019-08/index.html
+++ b/docs/2019-08/index.html
@@ -573,8 +573,6 @@ sys 2m27.496s
-October, 2021
-
September, 2021
August, 2021
@@ -583,6 +581,8 @@ sys 2m27.496s
June, 2021
+May, 2021
+
diff --git a/docs/2019-09/index.html b/docs/2019-09/index.html
index 5fdc58ada..aed774983 100644
--- a/docs/2019-09/index.html
+++ b/docs/2019-09/index.html
@@ -581,8 +581,6 @@ $ csv-metadata-quality -i /tmp/clarisa-institutions.csv -o /tmp/clarisa-institut
-October, 2021
-
September, 2021
August, 2021
@@ -591,6 +589,8 @@ $ csv-metadata-quality -i /tmp/clarisa-institutions.csv -o /tmp/clarisa-institut
June, 2021
+May, 2021
+
diff --git a/docs/2019-10/index.html b/docs/2019-10/index.html
index cbb091686..71118ee79 100644
--- a/docs/2019-10/index.html
+++ b/docs/2019-10/index.html
@@ -385,8 +385,6 @@ $ dspace import -a -c 10568/104057 -e fuu@cgiar.org -m 2019-10-15-Bioversity.map
-October, 2021
-
September, 2021
August, 2021
@@ -395,6 +393,8 @@ $ dspace import -a -c 10568/104057 -e fuu@cgiar.org -m 2019-10-15-Bioversity.map
June, 2021
+May, 2021
+
diff --git a/docs/2019-11/index.html b/docs/2019-11/index.html
index df2cce998..aa065533d 100644
--- a/docs/2019-11/index.html
+++ b/docs/2019-11/index.html
@@ -692,8 +692,6 @@ $ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-i
-October, 2021
-
September, 2021
August, 2021
@@ -702,6 +700,8 @@ $ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-i
June, 2021
+May, 2021
+
diff --git a/docs/2019-12/index.html b/docs/2019-12/index.html
index 2049dcd62..4bf1c8666 100644
--- a/docs/2019-12/index.html
+++ b/docs/2019-12/index.html
@@ -404,8 +404,6 @@ UPDATE 1
-October, 2021
-
September, 2021
August, 2021
@@ -414,6 +412,8 @@ UPDATE 1
June, 2021
+May, 2021
+
diff --git a/docs/2020-01/index.html b/docs/2020-01/index.html
index 3f1dfd4d2..263e72ba2 100644
--- a/docs/2020-01/index.html
+++ b/docs/2020-01/index.html
@@ -604,8 +604,6 @@ COPY 2900
-October, 2021
-
September, 2021
August, 2021
@@ -614,6 +612,8 @@ COPY 2900
June, 2021
+May, 2021
+
diff --git a/docs/2020-02/index.html b/docs/2020-02/index.html
index bbf569298..608ab59c9 100644
--- a/docs/2020-02/index.html
+++ b/docs/2020-02/index.html
@@ -1275,8 +1275,6 @@ Moving: 21993 into core statistics-2019
-October, 2021
-
September, 2021
August, 2021
@@ -1285,6 +1283,8 @@ Moving: 21993 into core statistics-2019
June, 2021
+May, 2021
+
diff --git a/docs/2020-03/index.html b/docs/2020-03/index.html
index 0ccd80969..7f077df8d 100644
--- a/docs/2020-03/index.html
+++ b/docs/2020-03/index.html
@@ -484,8 +484,6 @@ $ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-i
-October, 2021
-
September, 2021
August, 2021
@@ -494,6 +492,8 @@ $ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-i
June, 2021
+May, 2021
+
diff --git a/docs/2020-04/index.html b/docs/2020-04/index.html
index 013a419eb..7f12b3abc 100644
--- a/docs/2020-04/index.html
+++ b/docs/2020-04/index.html
@@ -658,8 +658,6 @@ $ psql -c 'select * from pg_stat_activity' | wc -l
-October, 2021
-
September, 2021
August, 2021
@@ -668,6 +666,8 @@ $ psql -c 'select * from pg_stat_activity' | wc -l
June, 2021
+May, 2021
+
diff --git a/docs/2020-05/index.html b/docs/2020-05/index.html
index c9cacaa7a..c1d187a7f 100644
--- a/docs/2020-05/index.html
+++ b/docs/2020-05/index.html
@@ -477,8 +477,6 @@ Caused by: java.lang.NullPointerException
-October, 2021
-
September, 2021
August, 2021
@@ -487,6 +485,8 @@ Caused by: java.lang.NullPointerException
June, 2021
+May, 2021
+
diff --git a/docs/2020-06/index.html b/docs/2020-06/index.html
index 438209ebe..41a05733e 100644
--- a/docs/2020-06/index.html
+++ b/docs/2020-06/index.html
@@ -811,8 +811,6 @@ $ csvcut -c 'id,cg.subject.ilri[],cg.subject.ilri[en_US],dc.subject[en_US]' /tmp
-October, 2021
-
September, 2021
August, 2021
@@ -821,6 +819,8 @@ $ csvcut -c 'id,cg.subject.ilri[],cg.subject.ilri[en_US],dc.subject[en_US]' /tmp
June, 2021
+May, 2021
+
diff --git a/docs/2020-07/index.html b/docs/2020-07/index.html
index 7666e35ae..699bcce35 100644
--- a/docs/2020-07/index.html
+++ b/docs/2020-07/index.html
@@ -1142,8 +1142,6 @@ Fixed 4 occurences of: Muloi, D.M.
-October, 2021
-
September, 2021
August, 2021
@@ -1152,6 +1150,8 @@ Fixed 4 occurences of: Muloi, D.M.
June, 2021
+May, 2021
+
diff --git a/docs/2020-08/index.html b/docs/2020-08/index.html
index 58a50a640..ebe877fe4 100644
--- a/docs/2020-08/index.html
+++ b/docs/2020-08/index.html
@@ -798,8 +798,6 @@ $ grep -c added /tmp/2020-08-27-countrycodetagger.log
-October, 2021
-
September, 2021
August, 2021
@@ -808,6 +806,8 @@ $ grep -c added /tmp/2020-08-27-countrycodetagger.log
June, 2021
+May, 2021
+
diff --git a/docs/2020-09/index.html b/docs/2020-09/index.html
index 68349a2ef..fba740918 100644
--- a/docs/2020-09/index.html
+++ b/docs/2020-09/index.html
@@ -717,8 +717,6 @@ solr_query_params = {
-October, 2021
-
September, 2021
August, 2021
@@ -727,6 +725,8 @@ solr_query_params = {
June, 2021
+May, 2021
+
diff --git a/docs/2020-10/index.html b/docs/2020-10/index.html
index d81b01427..60eaa91b2 100644
--- a/docs/2020-10/index.html
+++ b/docs/2020-10/index.html
@@ -1241,8 +1241,6 @@ $ ./delete-metadata-values.py -i 2020-10-31-delete-74-sponsors.csv -db dspace -u
-October, 2021
-
September, 2021
August, 2021
@@ -1251,6 +1249,8 @@ $ ./delete-metadata-values.py -i 2020-10-31-delete-74-sponsors.csv -db dspace -u
June, 2021
+May, 2021
+
diff --git a/docs/2020-11/index.html b/docs/2020-11/index.html
index 1fa4a42af..0003e5039 100644
--- a/docs/2020-11/index.html
+++ b/docs/2020-11/index.html
@@ -731,8 +731,6 @@ $ ./fix-metadata-values.py -i 2020-11-30-fix-hung-orcid.csv -db dspace63 -u dspa
-October, 2021
-
September, 2021
August, 2021
@@ -741,6 +739,8 @@ $ ./fix-metadata-values.py -i 2020-11-30-fix-hung-orcid.csv -db dspace63 -u dspa
June, 2021
+May, 2021
+
diff --git a/docs/2020-12/index.html b/docs/2020-12/index.html
index b0e960af4..9042af4eb 100644
--- a/docs/2020-12/index.html
+++ b/docs/2020-12/index.html
@@ -869,8 +869,6 @@ $ curl -XDELETE 'http://localhost:9200/openrxv-items-2020-12-29?pretty'
-October, 2021
-
September, 2021
August, 2021
@@ -879,6 +877,8 @@ $ curl -XDELETE 'http://localhost:9200/openrxv-items-2020-12-29?pretty'
June, 2021
+May, 2021
+
diff --git a/docs/2021-01/index.html b/docs/2021-01/index.html
index 4da34e3de..03c74ef7d 100644
--- a/docs/2021-01/index.html
+++ b/docs/2021-01/index.html
@@ -688,8 +688,6 @@ java.lang.IllegalArgumentException: Invalid character found in the request targe
-October, 2021
-
September, 2021
August, 2021
@@ -698,6 +696,8 @@ java.lang.IllegalArgumentException: Invalid character found in the request targe
June, 2021
+May, 2021
+
diff --git a/docs/2021-02/index.html b/docs/2021-02/index.html
index 46a2d7ff2..9b0a51188 100644
--- a/docs/2021-02/index.html
+++ b/docs/2021-02/index.html
@@ -898,8 +898,6 @@ dspace.log.2021-02-28:0
-October, 2021
-
September, 2021
August, 2021
@@ -908,6 +906,8 @@ dspace.log.2021-02-28:0
June, 2021
+May, 2021
+
diff --git a/docs/2021-03/index.html b/docs/2021-03/index.html
index eed5eb900..f55866a7a 100644
--- a/docs/2021-03/index.html
+++ b/docs/2021-03/index.html
@@ -875,8 +875,6 @@ COPY 3081
-October, 2021
-
September, 2021
August, 2021
@@ -885,6 +883,8 @@ COPY 3081
June, 2021
+May, 2021
+
diff --git a/docs/2021-04/index.html b/docs/2021-04/index.html
index 873a1ee58..abc93bf64 100644
--- a/docs/2021-04/index.html
+++ b/docs/2021-04/index.html
@@ -1042,8 +1042,6 @@ $ ./ilri/doi-to-handle.py -i /tmp/dois.txt -o /tmp/handles.csv -db dspace63 -u d
-October, 2021
-
September, 2021
August, 2021
@@ -1052,6 +1050,8 @@ $ ./ilri/doi-to-handle.py -i /tmp/dois.txt -o /tmp/handles.csv -db dspace63 -u d
June, 2021
+May, 2021
+
diff --git a/docs/2021-05/index.html b/docs/2021-05/index.html
index 98d679b4f..b330a88a5 100644
--- a/docs/2021-05/index.html
+++ b/docs/2021-05/index.html
@@ -685,8 +685,6 @@ Please see the DSpace documentation for assistance.
-October, 2021
-
September, 2021
August, 2021
@@ -695,6 +693,8 @@ Please see the DSpace documentation for assistance.
June, 2021
+May, 2021
+
diff --git a/docs/2021-06/index.html b/docs/2021-06/index.html
index 0f1682064..1153dda36 100644
--- a/docs/2021-06/index.html
+++ b/docs/2021-06/index.html
@@ -693,8 +693,6 @@ COPY 1710
-October, 2021
-
September, 2021
August, 2021
@@ -703,6 +701,8 @@ COPY 1710
June, 2021
+May, 2021
+
diff --git a/docs/2021-07/index.html b/docs/2021-07/index.html
index 73465dbc3..115839278 100644
--- a/docs/2021-07/index.html
+++ b/docs/2021-07/index.html
@@ -715,8 +715,6 @@ $ cat AS* /tmp/ddos-networks-to-block.txt | sed -e '/^$/d' -e '/^#/d' -e '/^{/d'
-October, 2021
-
September, 2021
August, 2021
@@ -725,6 +723,8 @@ $ cat AS* /tmp/ddos-networks-to-block.txt | sed -e '/^$/d' -e '/^#/d' -e '/^{/d'
June, 2021
+May, 2021
+
diff --git a/docs/2021-08/index.html b/docs/2021-08/index.html
index 4e6f7bd92..c8e0e76ab 100644
--- a/docs/2021-08/index.html
+++ b/docs/2021-08/index.html
@@ -606,8 +606,6 @@ $ ./ilri/add-orcid-identifiers-csv.py -i 2021-08-25-add-orcids.csv -db dspace -u
-October, 2021
-
September, 2021
August, 2021
@@ -616,6 +614,8 @@ $ ./ilri/add-orcid-identifiers-csv.py -i 2021-08-25-add-orcids.csv -db dspace -u
June, 2021
+May, 2021
+
diff --git a/docs/2021-09/index.html b/docs/2021-09/index.html
index 1f7948979..f90327c49 100644
--- a/docs/2021-09/index.html
+++ b/docs/2021-09/index.html
@@ -588,8 +588,6 @@ $ csvcut -c subject,'match type' /tmp/2021-09-29-ilri-subjects.csv | sed -e 's/m
-October, 2021
-
September, 2021
August, 2021
@@ -598,6 +596,8 @@ $ csvcut -c subject,'match type' /tmp/2021-09-29-ilri-subjects.csv | sed -e 's/m
June, 2021
+May, 2021
+
diff --git a/docs/404.html b/docs/404.html
index 05ca42b65..3351ab790 100644
--- a/docs/404.html
+++ b/docs/404.html
@@ -95,8 +95,6 @@
-October, 2021
-
September, 2021
August, 2021
@@ -105,6 +103,8 @@
June, 2021
+May, 2021
+
diff --git a/docs/categories/index.html b/docs/categories/index.html
index 567685599..9f5b60140 100644
--- a/docs/categories/index.html
+++ b/docs/categories/index.html
@@ -10,7 +10,7 @@
-
+
@@ -84,7 +84,7 @@
- Fri Oct 01, 2021 by Alan Orth
+ Wed Sep 01, 2021 by Alan Orth
Read more →
@@ -108,8 +108,6 @@
-October, 2021
-
September, 2021
August, 2021
@@ -118,6 +116,8 @@
June, 2021
+May, 2021
+
diff --git a/docs/categories/index.xml b/docs/categories/index.xml
index 1753fc18c..2ef3455b2 100644
--- a/docs/categories/index.xml
+++ b/docs/categories/index.xml
@@ -6,11 +6,11 @@
Recent content in Categories on CGSpace Notes
Hugo -- gohugo.io
en-us
- Fri, 01 Oct 2021 11:14:07 +0300
+ Wed, 01 Sep 2021 09:14:07 +0300
-
Notes
https://alanorth.github.io/cgspace-notes/categories/notes/
- Fri, 01 Oct 2021 11:14:07 +0300
+ Wed, 01 Sep 2021 09:14:07 +0300
https://alanorth.github.io/cgspace-notes/categories/notes/
diff --git a/docs/categories/notes/index.html b/docs/categories/notes/index.html
index af4669416..3a9f71193 100644
--- a/docs/categories/notes/index.html
+++ b/docs/categories/notes/index.html
@@ -10,7 +10,7 @@
-
+
@@ -81,38 +81,6 @@
-
-
- 2021-10-01
-
-Export all affiliations on CGSpace and run them against the latest RoR data dump:
-
-localhost/dspace63= > \COPY (SELECT DISTINCT text_value as "cg.contributor.affiliation", count(*) FROM metadatavalue WHERE dspace_object_id IN (SELECT uuid FROM item) AND metadata_field_id = 211 GROUP BY text_value ORDER BY count DESC) to /tmp/2021-10-01-affiliations.csv WITH CSV HEADER;
-$ csvcut -c 1 /tmp/2021-10-01-affiliations.csv | sed 1d > /tmp/2021-10-01-affiliations.txt
-$ ./ilri/ror-lookup.py -i /tmp/2021-10-01-affiliations.txt -r 2021-09-23-ror-data.json -o /tmp/2021-10-01-affili
-ations-matching.csv
-$ csvgrep -c matched -m true /tmp/2021-10-01-affiliations-matching.csv | sed 1d | wc -l
-1879
-$ wc -l /tmp/2021-10-01-affiliations.txt
-7100 /tmp/2021-10-01-affiliations.txt
-
-So we have 1879/7100 (26.46%) matching already
-
- Read more →
-
-
-
-
-
-
-
@@ -365,6 +333,40 @@ COPY 20994
+
+
+
+ 2021-01-03
+
+Peter notified me that some filters on AReS were broken again
+
+It’s the same issue with the field names getting .keyword
appended to the end that I already filed an issue on OpenRXV about last month
+I fixed the broken filters (careful to not edit any others, lest they break too!)
+
+
+Fix an issue with start page number for the DSpace REST API and statistics API in OpenRXV
+
+The start page had been “1” in the UI, but in the backend they were doing some gymnastics to adjust to the zero-based offset/limit/page of the DSpace REST API and the statistics API
+I adjusted it to default to 0 and added a note to the admin screen
+I realized that this issue was actually causing the first page of 100 statistics to be missing…
+For example, this item has 51 views on CGSpace, but 0 on AReS
+
+
+
+ Read more →
+
+
+
+
+
+