diff --git a/content/posts/2024-12.md b/content/posts/2024-12.md new file mode 100644 index 000000000..f44e113a1 --- /dev/null +++ b/content/posts/2024-12.md @@ -0,0 +1,28 @@ +--- +title: "December, 2024" +date: 2024-12-04T10:19:00+03:00 +author: "Alan Orth" +categories: ["Notes"] +--- + +## 2024-12-04 + +- We need to get view and download statistics for the last year from CGSpace + - The only way to get that is using Solr + + + +- After consulting the [Solr documentation](https://solr.apache.org/guide/8_11/working-with-dates.html) I came up with this facet query: + +> facet.range=time&facet.range.start=NOW/MONTH-11MONTHS&facet.range.end=NOW/MONTH+1MONTH&facet.range.gap=+1MONTH + +- [This StackOverflow answer](https://stackoverflow.com/questions/34290600/how-to-apply-facet-on-date-field-where-result-should-provide-number-of-records-f) helped too, recommending `NOW/MONTH` to get neatly bucketed months because this will use the beginning of the current month +- For views, I added the following query parameters: `q=type:2&fq=-isBot:true AND statistics_type:view` + +> http://localhost:8983/solr/statistics/select?facet.range.end=NOW%2FMONTH%2B1MONTH&facet.range.gap=%2B1MONTH&facet.range.start=NOW%2FMONTH-11MONTHS&facet.range=time&facet=true&fq=-isBot%3Atrue%20AND%20statistics_type%3Aview&indent=true&q.op=OR&q=type%3A2&rows=0 + +- For downloads I added the following query parameters: `q=type:0&fq=-isBot:true AND statistics_type:view AND bundleName:ORIGINAL` + +> http://localhost:8983/solr/statistics/select?facet.range.end=NOW%2FMONTH%2B1MONTH&facet.range.gap=%2B1MONTH&facet.range.start=NOW%2FMONTH-11MONTHS&facet.range=time&facet=true&fq=-isBot%3Atrue%20AND%20statistics_type%3Aview%20AND%20bundleName%3AORIGINAL&indent=true&q.op=OR&q=type%3A0&rows=0 + + diff --git a/docs/2015-11/index.html b/docs/2015-11/index.html index 10885ccaf..86da7e4cf 100644 --- a/docs/2015-11/index.html +++ b/docs/2015-11/index.html @@ -242,6 +242,8 @@ db.statementpool = true
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -250,8 +252,6 @@ db.statementpool = true
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2015-12/index.html b/docs/2015-12/index.html index 4471bb343..e50f0260c 100644 --- a/docs/2015-12/index.html +++ b/docs/2015-12/index.html @@ -264,6 +264,8 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -272,8 +274,6 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2016-01/index.html b/docs/2016-01/index.html index f14008941..cbafc09b2 100644 --- a/docs/2016-01/index.html +++ b/docs/2016-01/index.html @@ -200,6 +200,8 @@ $ find SimpleArchiveForBio/ -iname “*.pdf” -exec basename {} ; | sor
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -208,8 +210,6 @@ $ find SimpleArchiveForBio/ -iname “*.pdf” -exec basename {} ; | sor
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2016-02/index.html b/docs/2016-02/index.html index 19bc68b09..3d33ae4bc 100644 --- a/docs/2016-02/index.html +++ b/docs/2016-02/index.html @@ -378,6 +378,8 @@ Bitstream: tést señora alimentación.pdf
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -386,8 +388,6 @@ Bitstream: tést señora alimentación.pdf
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2016-03/index.html b/docs/2016-03/index.html index 5d701bba3..7c2bc05f2 100644 --- a/docs/2016-03/index.html +++ b/docs/2016-03/index.html @@ -316,6 +316,8 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -324,8 +326,6 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2016-04/index.html b/docs/2016-04/index.html index d6db6fcd2..74e486b15 100644 --- a/docs/2016-04/index.html +++ b/docs/2016-04/index.html @@ -495,6 +495,8 @@ dspace.log.2016-04-27:7271
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -503,8 +505,6 @@ dspace.log.2016-04-27:7271
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2016-05/index.html b/docs/2016-05/index.html index 65a9c1e54..72fa015ae 100644 --- a/docs/2016-05/index.html +++ b/docs/2016-05/index.html @@ -371,6 +371,8 @@ sys 0m20.540s
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -379,8 +381,6 @@ sys 0m20.540s
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2016-06/index.html b/docs/2016-06/index.html index 8ce267865..dd3323a42 100644 --- a/docs/2016-06/index.html +++ b/docs/2016-06/index.html @@ -409,6 +409,8 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -417,8 +419,6 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2016-07/index.html b/docs/2016-07/index.html index d62b0ce86..edf3b9c83 100644 --- a/docs/2016-07/index.html +++ b/docs/2016-07/index.html @@ -325,6 +325,8 @@ discovery.index.authority.ignore-variants=true
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -333,8 +335,6 @@ discovery.index.authority.ignore-variants=true
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2016-08/index.html b/docs/2016-08/index.html index a2c872083..3bc427987 100644 --- a/docs/2016-08/index.html +++ b/docs/2016-08/index.html @@ -389,6 +389,8 @@ $ JAVA_OPTS="-Dfile.encoding=UTF-8 -Xmx512m" /home/cgspace.cgiar.org/bin
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -397,8 +399,6 @@ $ JAVA_OPTS="-Dfile.encoding=UTF-8 -Xmx512m" /home/cgspace.cgiar.org/bin
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2016-09/index.html b/docs/2016-09/index.html index 28ea752e0..06626698d 100644 --- a/docs/2016-09/index.html +++ b/docs/2016-09/index.html @@ -606,6 +606,8 @@ $ ./delete-metadata-values.py -i ilrisubjects-delete-13.csv -f cg.subject.ilri -
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -614,8 +616,6 @@ $ ./delete-metadata-values.py -i ilrisubjects-delete-13.csv -f cg.subject.ilri -
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2016-10/index.html b/docs/2016-10/index.html index a533de3dc..5f68af6a0 100644 --- a/docs/2016-10/index.html +++ b/docs/2016-10/index.html @@ -372,6 +372,8 @@ dspace=# update metadatavalue set text_value = regexp_replace(text_value, 'h
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -380,8 +382,6 @@ dspace=# update metadatavalue set text_value = regexp_replace(text_value, 'h
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2016-11/index.html b/docs/2016-11/index.html index 51e105ca6..f454f74bc 100644 --- a/docs/2016-11/index.html +++ b/docs/2016-11/index.html @@ -548,6 +548,8 @@ org.dspace.discovery.SearchServiceException: Error executing query
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -556,8 +558,6 @@ org.dspace.discovery.SearchServiceException: Error executing query
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2016-12/index.html b/docs/2016-12/index.html index ddc872b69..4f3dd44f6 100644 --- a/docs/2016-12/index.html +++ b/docs/2016-12/index.html @@ -784,6 +784,8 @@ $ exit
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -792,8 +794,6 @@ $ exit
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2017-01/index.html b/docs/2017-01/index.html index d6986a014..bdcb0e553 100644 --- a/docs/2017-01/index.html +++ b/docs/2017-01/index.html @@ -369,6 +369,8 @@ $ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -377,8 +379,6 @@ $ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2017-02/index.html b/docs/2017-02/index.html index 122601590..0e0ddf921 100644 --- a/docs/2017-02/index.html +++ b/docs/2017-02/index.html @@ -423,6 +423,8 @@ COPY 1968
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -431,8 +433,6 @@ COPY 1968
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2017-03/index.html b/docs/2017-03/index.html index 81d20c990..37c46518e 100644 --- a/docs/2017-03/index.html +++ b/docs/2017-03/index.html @@ -355,6 +355,8 @@ $ ./delete-metadata-values.py -i Investors-Delete-121.csv -f dc.description.spon
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -363,8 +365,6 @@ $ ./delete-metadata-values.py -i Investors-Delete-121.csv -f dc.description.spon
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2017-04/index.html b/docs/2017-04/index.html index 2e0aaa38b..8b92b1c3c 100644 --- a/docs/2017-04/index.html +++ b/docs/2017-04/index.html @@ -585,6 +585,8 @@ $ gem install compass -v 1.0.3
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -593,8 +595,6 @@ $ gem install compass -v 1.0.3
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2017-05/index.html b/docs/2017-05/index.html index 96f66d2e7..a1c8f920f 100644 --- a/docs/2017-05/index.html +++ b/docs/2017-05/index.html @@ -391,6 +391,8 @@ UPDATE 187
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -399,8 +401,6 @@ UPDATE 187
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2017-06/index.html b/docs/2017-06/index.html index 8aa37054f..6e208c6c5 100644 --- a/docs/2017-06/index.html +++ b/docs/2017-06/index.html @@ -270,6 +270,8 @@ $ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" [dspace]/bin/dspace import
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -278,8 +280,6 @@ $ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" [dspace]/bin/dspace import
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2017-07/index.html b/docs/2017-07/index.html index e5e904400..495c0ca28 100644 --- a/docs/2017-07/index.html +++ b/docs/2017-07/index.html @@ -275,6 +275,8 @@ delete from metadatavalue where resource_type_id=2 and metadata_field_id=235 and
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -283,8 +285,6 @@ delete from metadatavalue where resource_type_id=2 and metadata_field_id=235 and
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2017-08/index.html b/docs/2017-08/index.html index 640a44a61..6e258d07c 100644 --- a/docs/2017-08/index.html +++ b/docs/2017-08/index.html @@ -517,6 +517,8 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -525,8 +527,6 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2017-09/index.html b/docs/2017-09/index.html index 7cf19212d..0df4b9693 100644 --- a/docs/2017-09/index.html +++ b/docs/2017-09/index.html @@ -659,6 +659,8 @@ Cert Status: good
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -667,8 +669,6 @@ Cert Status: good
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2017-10/index.html b/docs/2017-10/index.html index 00281c5d7..41106b073 100644 --- a/docs/2017-10/index.html +++ b/docs/2017-10/index.html @@ -443,6 +443,8 @@ session_id=6C30F10B4351A4ED83EC6ED50AFD6B6A
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -451,8 +453,6 @@ session_id=6C30F10B4351A4ED83EC6ED50AFD6B6A
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2017-11/index.html b/docs/2017-11/index.html index dc0f050d9..42ac1f819 100644 --- a/docs/2017-11/index.html +++ b/docs/2017-11/index.html @@ -944,6 +944,8 @@ $ cat dspace.log.2017-11-28 | grep -o -E 'session_id=[A-Z0-9]{32}' | sor
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -952,8 +954,6 @@ $ cat dspace.log.2017-11-28 | grep -o -E 'session_id=[A-Z0-9]{32}' | sor
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2017-12/index.html b/docs/2017-12/index.html index 0ed3f8d01..0044a040e 100644 --- a/docs/2017-12/index.html +++ b/docs/2017-12/index.html @@ -783,6 +783,8 @@ DELETE 20
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -791,8 +793,6 @@ DELETE 20
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2018-01/index.html b/docs/2018-01/index.html index ca15a36a2..47d1b507b 100644 --- a/docs/2018-01/index.html +++ b/docs/2018-01/index.html @@ -1452,6 +1452,8 @@ Catalina:type=Manager,context=/,host=localhost activeSessions 8
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -1460,8 +1462,6 @@ Catalina:type=Manager,context=/,host=localhost activeSessions 8
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2018-02/index.html b/docs/2018-02/index.html index 20ad7478b..bcb1db2f5 100644 --- a/docs/2018-02/index.html +++ b/docs/2018-02/index.html @@ -1038,6 +1038,8 @@ UPDATE 3
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -1046,8 +1048,6 @@ UPDATE 3
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2018-03/index.html b/docs/2018-03/index.html index c2e7be3d3..2a470507b 100644 --- a/docs/2018-03/index.html +++ b/docs/2018-03/index.html @@ -585,6 +585,8 @@ Fixed 5 occurences of: GENEBANKS
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -593,8 +595,6 @@ Fixed 5 occurences of: GENEBANKS
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2018-04/index.html b/docs/2018-04/index.html index 991877a1d..d8f50d5bd 100644 --- a/docs/2018-04/index.html +++ b/docs/2018-04/index.html @@ -594,6 +594,8 @@ $ pg_restore -O -U dspacetest -d dspacetest -W -h localhost /tmp/dspace_2018-04-
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -602,8 +604,6 @@ $ pg_restore -O -U dspacetest -d dspacetest -W -h localhost /tmp/dspace_2018-04-
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2018-05/index.html b/docs/2018-05/index.html index bccd6054c..f63179105 100644 --- a/docs/2018-05/index.html +++ b/docs/2018-05/index.html @@ -523,6 +523,8 @@ $ psql -h localhost -U postgres dspacetest
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -531,8 +533,6 @@ $ psql -h localhost -U postgres dspacetest
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2018-06/index.html b/docs/2018-06/index.html index dc660fa6a..b6c2ec676 100644 --- a/docs/2018-06/index.html +++ b/docs/2018-06/index.html @@ -517,6 +517,8 @@ $ sed '/^id/d' 10568-*.csv | csvcut -c 1,2 > map-to-cifor-archive.csv
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -525,8 +527,6 @@ $ sed '/^id/d' 10568-*.csv | csvcut -c 1,2 > map-to-cifor-archive.csv
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2018-07/index.html b/docs/2018-07/index.html index 4b9048630..93ba19b5f 100644 --- a/docs/2018-07/index.html +++ b/docs/2018-07/index.html @@ -569,6 +569,8 @@ dspace=# select count(text_value) from metadatavalue where resource_type_id=2 an
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -577,8 +579,6 @@ dspace=# select count(text_value) from metadatavalue where resource_type_id=2 an
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2018-08/index.html b/docs/2018-08/index.html index c761f59cf..37c647909 100644 --- a/docs/2018-08/index.html +++ b/docs/2018-08/index.html @@ -442,6 +442,8 @@ $ dspace database migrate ignored
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -450,8 +452,6 @@ $ dspace database migrate ignored
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2018-09/index.html b/docs/2018-09/index.html index d0f95209e..f39050f53 100644 --- a/docs/2018-09/index.html +++ b/docs/2018-09/index.html @@ -748,6 +748,8 @@ UPDATE metadatavalue SET text_value='ja' WHERE resource_type_id=2 AND me
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -756,8 +758,6 @@ UPDATE metadatavalue SET text_value='ja' WHERE resource_type_id=2 AND me
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2018-10/index.html b/docs/2018-10/index.html index 204284010..bc3c24b68 100644 --- a/docs/2018-10/index.html +++ b/docs/2018-10/index.html @@ -656,6 +656,8 @@ $ curl -X GET -H "Content-Type: application/json" -H "Accept: applic
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -664,8 +666,6 @@ $ curl -X GET -H "Content-Type: application/json" -H "Accept: applic
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2018-11/index.html b/docs/2018-11/index.html index a6a4527ef..9e6e24e82 100644 --- a/docs/2018-11/index.html +++ b/docs/2018-11/index.html @@ -553,6 +553,8 @@ $ dspace dsrun org.dspace.eperson.Groomer -a -b 11/27/2016 -d
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -561,8 +563,6 @@ $ dspace dsrun org.dspace.eperson.Groomer -a -b 11/27/2016 -d
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2018-12/index.html b/docs/2018-12/index.html index 4d752bfc8..c54f8a00a 100644 --- a/docs/2018-12/index.html +++ b/docs/2018-12/index.html @@ -594,6 +594,8 @@ UPDATE 1
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -602,8 +604,6 @@ UPDATE 1
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2019-01/index.html b/docs/2019-01/index.html index d4f1a5452..dcdf573fb 100644 --- a/docs/2019-01/index.html +++ b/docs/2019-01/index.html @@ -1265,6 +1265,8 @@ identify: CorruptImageProfile `xmp' @ warning/profile.c/SetImageProfileInter
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -1273,8 +1275,6 @@ identify: CorruptImageProfile `xmp' @ warning/profile.c/SetImageProfileInter
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2019-02/index.html b/docs/2019-02/index.html index c2992298d..76219cb42 100644 --- a/docs/2019-02/index.html +++ b/docs/2019-02/index.html @@ -1344,6 +1344,8 @@ Please see the DSpace documentation for assistance.
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -1352,8 +1354,6 @@ Please see the DSpace documentation for assistance.
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2019-03/index.html b/docs/2019-03/index.html index 86096a418..423b37ee2 100644 --- a/docs/2019-03/index.html +++ b/docs/2019-03/index.html @@ -1208,6 +1208,8 @@ sys 0m2.551s
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -1216,8 +1218,6 @@ sys 0m2.551s
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2019-04/index.html b/docs/2019-04/index.html index d140dd654..d92f72306 100644 --- a/docs/2019-04/index.html +++ b/docs/2019-04/index.html @@ -1299,6 +1299,8 @@ UPDATE 14
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -1307,8 +1309,6 @@ UPDATE 14
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2019-05/index.html b/docs/2019-05/index.html index 35ab065c9..4dbad5e86 100644 --- a/docs/2019-05/index.html +++ b/docs/2019-05/index.html @@ -631,6 +631,8 @@ COPY 64871
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -639,8 +641,6 @@ COPY 64871
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2019-06/index.html b/docs/2019-06/index.html index 78edc5fa1..87b654da9 100644 --- a/docs/2019-06/index.html +++ b/docs/2019-06/index.html @@ -317,6 +317,8 @@ UPDATE 2
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -325,8 +327,6 @@ UPDATE 2
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2019-07/index.html b/docs/2019-07/index.html index 2b0fd6e8c..90848b132 100644 --- a/docs/2019-07/index.html +++ b/docs/2019-07/index.html @@ -554,6 +554,8 @@ issn.validate('1020-3362')
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -562,8 +564,6 @@ issn.validate('1020-3362')
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2019-08/index.html b/docs/2019-08/index.html index 303e36ed9..d4159678a 100644 --- a/docs/2019-08/index.html +++ b/docs/2019-08/index.html @@ -573,6 +573,8 @@ sys 2m27.496s
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -581,8 +583,6 @@ sys 2m27.496s
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2019-09/index.html b/docs/2019-09/index.html index a316b482d..0a2c8fea6 100644 --- a/docs/2019-09/index.html +++ b/docs/2019-09/index.html @@ -581,6 +581,8 @@ $ csv-metadata-quality -i /tmp/clarisa-institutions.csv -o /tmp/clarisa-institut
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -589,8 +591,6 @@ $ csv-metadata-quality -i /tmp/clarisa-institutions.csv -o /tmp/clarisa-institut
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2019-10/index.html b/docs/2019-10/index.html index a1f0cf51c..5c766d23a 100644 --- a/docs/2019-10/index.html +++ b/docs/2019-10/index.html @@ -385,6 +385,8 @@ $ dspace import -a -c 10568/104057 -e fuu@cgiar.org -m 2019-10-15-Bioversity.map
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -393,8 +395,6 @@ $ dspace import -a -c 10568/104057 -e fuu@cgiar.org -m 2019-10-15-Bioversity.map
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2019-11/index.html b/docs/2019-11/index.html index 0279f0241..db7f79a20 100644 --- a/docs/2019-11/index.html +++ b/docs/2019-11/index.html @@ -692,6 +692,8 @@ $ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-i
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -700,8 +702,6 @@ $ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-i
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2019-12/index.html b/docs/2019-12/index.html index e3b450674..4d2ed880c 100644 --- a/docs/2019-12/index.html +++ b/docs/2019-12/index.html @@ -404,6 +404,8 @@ UPDATE 1
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -412,8 +414,6 @@ UPDATE 1
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2020-01/index.html b/docs/2020-01/index.html index 57752ab80..fe1f6ed48 100644 --- a/docs/2020-01/index.html +++ b/docs/2020-01/index.html @@ -604,6 +604,8 @@ COPY 2900
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -612,8 +614,6 @@ COPY 2900
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2020-02/index.html b/docs/2020-02/index.html index a157a3afb..7c6b3ea92 100644 --- a/docs/2020-02/index.html +++ b/docs/2020-02/index.html @@ -1275,6 +1275,8 @@ Moving: 21993 into core statistics-2019
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -1283,8 +1285,6 @@ Moving: 21993 into core statistics-2019
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2020-03/index.html b/docs/2020-03/index.html index 2b75bcc58..e0607eadb 100644 --- a/docs/2020-03/index.html +++ b/docs/2020-03/index.html @@ -484,6 +484,8 @@ $ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-i
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -492,8 +494,6 @@ $ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-i
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2020-04/index.html b/docs/2020-04/index.html index fe3c2a9f0..8795b8394 100644 --- a/docs/2020-04/index.html +++ b/docs/2020-04/index.html @@ -658,6 +658,8 @@ $ psql -c 'select * from pg_stat_activity' | wc -l
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -666,8 +668,6 @@ $ psql -c 'select * from pg_stat_activity' | wc -l
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2020-05/index.html b/docs/2020-05/index.html index 47c6f43ef..3b27202e9 100644 --- a/docs/2020-05/index.html +++ b/docs/2020-05/index.html @@ -477,6 +477,8 @@ Caused by: java.lang.NullPointerException
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -485,8 +487,6 @@ Caused by: java.lang.NullPointerException
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2020-06/index.html b/docs/2020-06/index.html index eca32c65d..02a7dcdd9 100644 --- a/docs/2020-06/index.html +++ b/docs/2020-06/index.html @@ -811,6 +811,8 @@ $ csvcut -c 'id,cg.subject.ilri[],cg.subject.ilri[en_US],dc.subject[en_US]&#
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -819,8 +821,6 @@ $ csvcut -c 'id,cg.subject.ilri[],cg.subject.ilri[en_US],dc.subject[en_US]&#
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2020-07/index.html b/docs/2020-07/index.html index af42e9231..5189e3d9c 100644 --- a/docs/2020-07/index.html +++ b/docs/2020-07/index.html @@ -1142,6 +1142,8 @@ Fixed 4 occurences of: Muloi, D.M.
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -1150,8 +1152,6 @@ Fixed 4 occurences of: Muloi, D.M.
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2020-08/index.html b/docs/2020-08/index.html index 029f37c8e..ac8f2c677 100644 --- a/docs/2020-08/index.html +++ b/docs/2020-08/index.html @@ -798,6 +798,8 @@ $ grep -c added /tmp/2020-08-27-countrycodetagger.log
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -806,8 +808,6 @@ $ grep -c added /tmp/2020-08-27-countrycodetagger.log
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2020-09/index.html b/docs/2020-09/index.html index 4c9479843..f0c62ca71 100644 --- a/docs/2020-09/index.html +++ b/docs/2020-09/index.html @@ -717,6 +717,8 @@ solr_query_params = {
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -725,8 +727,6 @@ solr_query_params = {
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2020-10/index.html b/docs/2020-10/index.html index 2aa0c2ca9..f12058805 100644 --- a/docs/2020-10/index.html +++ b/docs/2020-10/index.html @@ -1241,6 +1241,8 @@ $ ./delete-metadata-values.py -i 2020-10-31-delete-74-sponsors.csv -db dspace -u
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -1249,8 +1251,6 @@ $ ./delete-metadata-values.py -i 2020-10-31-delete-74-sponsors.csv -db dspace -u
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2020-11/index.html b/docs/2020-11/index.html index e3be76faf..676a70979 100644 --- a/docs/2020-11/index.html +++ b/docs/2020-11/index.html @@ -731,6 +731,8 @@ $ ./fix-metadata-values.py -i 2020-11-30-fix-hung-orcid.csv -db dspace63 -u dspa
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -739,8 +741,6 @@ $ ./fix-metadata-values.py -i 2020-11-30-fix-hung-orcid.csv -db dspace63 -u dspa
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2020-12/index.html b/docs/2020-12/index.html index fdc25f659..b86d50fcb 100644 --- a/docs/2020-12/index.html +++ b/docs/2020-12/index.html @@ -869,6 +869,8 @@ $ query-json '.items | length' /tmp/policy2.json
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -877,8 +879,6 @@ $ query-json '.items | length' /tmp/policy2.json
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2021-01/index.html b/docs/2021-01/index.html index 4fdb6fd94..8789af91a 100644 --- a/docs/2021-01/index.html +++ b/docs/2021-01/index.html @@ -688,6 +688,8 @@ java.lang.IllegalArgumentException: Invalid character found in the request targe
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -696,8 +698,6 @@ java.lang.IllegalArgumentException: Invalid character found in the request targe
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2021-02/index.html b/docs/2021-02/index.html index f361e1305..ce08213e0 100644 --- a/docs/2021-02/index.html +++ b/docs/2021-02/index.html @@ -898,6 +898,8 @@ dspace=# UPDATE metadatavalue SET text_lang='en_US' WHERE dspace_object_
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -906,8 +908,6 @@ dspace=# UPDATE metadatavalue SET text_lang='en_US' WHERE dspace_object_
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2021-03/index.html b/docs/2021-03/index.html index 2651dd3e9..f12cee1ce 100644 --- a/docs/2021-03/index.html +++ b/docs/2021-03/index.html @@ -875,6 +875,8 @@ Also, we found some issues building and running OpenRXV currently due to ecosyst
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -883,8 +885,6 @@ Also, we found some issues building and running OpenRXV currently due to ecosyst
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2021-04/index.html b/docs/2021-04/index.html index 0c8cd5570..b7125bf3f 100644 --- a/docs/2021-04/index.html +++ b/docs/2021-04/index.html @@ -1042,6 +1042,8 @@ $ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisti
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -1050,8 +1052,6 @@ $ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisti
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2021-05/index.html b/docs/2021-05/index.html index 09e10c4f8..a40adc947 100644 --- a/docs/2021-05/index.html +++ b/docs/2021-05/index.html @@ -685,6 +685,8 @@ May 26, 02:57 UTC
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -693,8 +695,6 @@ May 26, 02:57 UTC
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2021-06/index.html b/docs/2021-06/index.html index ac64f6f46..6c7e278e8 100644 --- a/docs/2021-06/index.html +++ b/docs/2021-06/index.html @@ -693,6 +693,8 @@ I simply started it and AReS was running again:
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -701,8 +703,6 @@ I simply started it and AReS was running again:
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2021-07/index.html b/docs/2021-07/index.html index c5ae96813..5c04091f7 100644 --- a/docs/2021-07/index.html +++ b/docs/2021-07/index.html @@ -715,6 +715,8 @@ COPY 20994
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -723,8 +725,6 @@ COPY 20994
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2021-08/index.html b/docs/2021-08/index.html index d2f76cf70..3cf8f67a0 100644 --- a/docs/2021-08/index.html +++ b/docs/2021-08/index.html @@ -606,6 +606,8 @@ I decided to upgrade linode20 from Ubuntu 18.04 to 20.04
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -614,8 +616,6 @@ I decided to upgrade linode20 from Ubuntu 18.04 to 20.04
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2021-09/index.html b/docs/2021-09/index.html index 76bc65692..35dd6c179 100644 --- a/docs/2021-09/index.html +++ b/docs/2021-09/index.html @@ -588,6 +588,8 @@ The syntax Moayad showed me last month doesn’t seem to honor the search qu
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -596,8 +598,6 @@ The syntax Moayad showed me last month doesn’t seem to honor the search qu
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2021-10/index.html b/docs/2021-10/index.html index a4d4491d3..ceca58caf 100644 --- a/docs/2021-10/index.html +++ b/docs/2021-10/index.html @@ -791,6 +791,8 @@ Try doing it in two imports. In first import, remove all authors. In second impo
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -799,8 +801,6 @@ Try doing it in two imports. In first import, remove all authors. In second impo
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2021-11/index.html b/docs/2021-11/index.html index 2ebfa3637..c76a81b50 100644 --- a/docs/2021-11/index.html +++ b/docs/2021-11/index.html @@ -494,6 +494,8 @@ $ zstd statistics-2019.json
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -502,8 +504,6 @@ $ zstd statistics-2019.json
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2021-12/index.html b/docs/2021-12/index.html index ca10bb0e9..a4c513a38 100644 --- a/docs/2021-12/index.html +++ b/docs/2021-12/index.html @@ -577,6 +577,8 @@ Total number of bot hits purged: 3679
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -585,8 +587,6 @@ Total number of bot hits purged: 3679
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2022-01/index.html b/docs/2022-01/index.html index c641eacc2..2ac244a7f 100644 --- a/docs/2022-01/index.html +++ b/docs/2022-01/index.html @@ -380,6 +380,8 @@ Start a full harvest on AReS
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -388,8 +390,6 @@ Start a full harvest on AReS
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2022-02/index.html b/docs/2022-02/index.html index 16d95ed5b..ccb4d5485 100644 --- a/docs/2022-02/index.html +++ b/docs/2022-02/index.html @@ -724,6 +724,8 @@ isNotNull(value.match('699'))
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -732,8 +734,6 @@ isNotNull(value.match('699'))
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2022-03/index.html b/docs/2022-03/index.html index 76a71c024..56ed98b07 100644 --- a/docs/2022-03/index.html +++ b/docs/2022-03/index.html @@ -476,6 +476,8 @@ isNotNull(value.match('889'))
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -484,8 +486,6 @@ isNotNull(value.match('889'))
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2022-04/index.html b/docs/2022-04/index.html index 490ee7ce8..3b595586d 100644 --- a/docs/2022-04/index.html +++ b/docs/2022-04/index.html @@ -509,6 +509,8 @@
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -517,8 +519,6 @@
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2022-05/index.html b/docs/2022-05/index.html index c65d00676..bec8c5fd9 100644 --- a/docs/2022-05/index.html +++ b/docs/2022-05/index.html @@ -445,6 +445,8 @@ I purged 93,974 hits from these IPs using my check-spider-ip-hits.sh script
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -453,8 +455,6 @@ I purged 93,974 hits from these IPs using my check-spider-ip-hits.sh script
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2022-06/index.html b/docs/2022-06/index.html index 1a0eea19f..bf313adad 100644 --- a/docs/2022-06/index.html +++ b/docs/2022-06/index.html @@ -458,6 +458,8 @@ There seem to be many more of these:
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -466,8 +468,6 @@ There seem to be many more of these:
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2022-07/index.html b/docs/2022-07/index.html index a9c05cb13..9a4f10245 100644 --- a/docs/2022-07/index.html +++ b/docs/2022-07/index.html @@ -736,6 +736,8 @@ Also, the trgm functions I’ve used before are case insensitive, but Levens
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -744,8 +746,6 @@ Also, the trgm functions I’ve used before are case insensitive, but Levens
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2022-08/index.html b/docs/2022-08/index.html index 8a8590c72..3a5455a41 100644 --- a/docs/2022-08/index.html +++ b/docs/2022-08/index.html @@ -522,6 +522,8 @@ Our request to add CC-BY-3.0-IGO to SPDX was approved a few weeks ago
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -530,8 +532,6 @@ Our request to add CC-BY-3.0-IGO to SPDX was approved a few weeks ago
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2022-09/index.html b/docs/2022-09/index.html index c8c9a84ec..d49041fef 100644 --- a/docs/2022-09/index.html +++ b/docs/2022-09/index.html @@ -783,6 +783,8 @@ harvesting of meat from wildlife and not from livestock.

    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -791,8 +793,6 @@ harvesting of meat from wildlife and not from livestock.

  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2022-10/index.html b/docs/2022-10/index.html index 0533cc463..ac64f8bed 100644 --- a/docs/2022-10/index.html +++ b/docs/2022-10/index.html @@ -978,6 +978,8 @@ I filed an issue to ask about Java 11+ support
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -986,8 +988,6 @@ I filed an issue to ask about Java 11+ support
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2022-11/index.html b/docs/2022-11/index.html index 34da8133c..d95787e10 100644 --- a/docs/2022-11/index.html +++ b/docs/2022-11/index.html @@ -757,6 +757,8 @@ I reverted the Cocoon autosave change because it was more of a nuissance that Pe
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -765,8 +767,6 @@ I reverted the Cocoon autosave change because it was more of a nuissance that Pe
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2022-12/index.html b/docs/2022-12/index.html index 040a40d36..76501989b 100644 --- a/docs/2022-12/index.html +++ b/docs/2022-12/index.html @@ -577,6 +577,8 @@ Replace “East Asia” with “Eastern Asia” region on CGSpac
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -585,8 +587,6 @@ Replace “East Asia” with “Eastern Asia” region on CGSpac
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2023-01/index.html b/docs/2023-01/index.html index f342e0b4a..c384bc294 100644 --- a/docs/2023-01/index.html +++ b/docs/2023-01/index.html @@ -827,6 +827,8 @@ I see we have some new ones that aren’t in our list if I combine with this
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -835,8 +837,6 @@ I see we have some new ones that aren’t in our list if I combine with this
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2023-02/index.html b/docs/2023-02/index.html index 99f54db98..065c644ce 100644 --- a/docs/2023-02/index.html +++ b/docs/2023-02/index.html @@ -647,6 +647,8 @@ I want to try to expand my use of their data to journals, publishers, volumes, i
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -655,8 +657,6 @@ I want to try to expand my use of their data to journals, publishers, volumes, i
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2023-03/index.html b/docs/2023-03/index.html index 72b5c977c..18abda985 100644 --- a/docs/2023-03/index.html +++ b/docs/2023-03/index.html @@ -859,6 +859,8 @@ RL: performed 0 reads and 16 write i/o operations
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -867,8 +869,6 @@ RL: performed 0 reads and 16 write i/o operations
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2023-04/index.html b/docs/2023-04/index.html index f6ccbb9f0..d960af815 100644 --- a/docs/2023-04/index.html +++ b/docs/2023-04/index.html @@ -751,6 +751,8 @@ Start a harvest on AReS
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -759,8 +761,6 @@ Start a harvest on AReS
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2023-05/index.html b/docs/2023-05/index.html index 55f95eff1..e192226fc 100644 --- a/docs/2023-05/index.html +++ b/docs/2023-05/index.html @@ -374,6 +374,8 @@ Work on cleaning, proofing, and uploading twenty-seven records for IFPRI to CGSp
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -382,8 +384,6 @@ Work on cleaning, proofing, and uploading twenty-seven records for IFPRI to CGSp
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2023-06/index.html b/docs/2023-06/index.html index f3d54fbcf..535f40d22 100644 --- a/docs/2023-06/index.html +++ b/docs/2023-06/index.html @@ -446,6 +446,8 @@ From what I can see we need to upgrade the MODS schema from 3.1 to 3.7 and then
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -454,8 +456,6 @@ From what I can see we need to upgrade the MODS schema from 3.1 to 3.7 and then
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2023-07/index.html b/docs/2023-07/index.html index 5ff9f54ab..136713348 100644 --- a/docs/2023-07/index.html +++ b/docs/2023-07/index.html @@ -479,6 +479,8 @@
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -487,8 +489,6 @@
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2023-08/index.html b/docs/2023-08/index.html index 5823c8b52..a9ef84051 100644 --- a/docs/2023-08/index.html +++ b/docs/2023-08/index.html @@ -460,6 +460,8 @@ UPDATE 1
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -468,8 +470,6 @@ UPDATE 1
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2023-09/index.html b/docs/2023-09/index.html index f48096cd0..a9fc7ea98 100644 --- a/docs/2023-09/index.html +++ b/docs/2023-09/index.html @@ -407,6 +407,8 @@ Start a harvest on AReS
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -415,8 +417,6 @@ Start a harvest on AReS
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2023-10/index.html b/docs/2023-10/index.html index a30f2674c..b3e45452f 100644 --- a/docs/2023-10/index.html +++ b/docs/2023-10/index.html @@ -345,6 +345,8 @@ We can be on the safe side by using only abstracts for items that are licensed u
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -353,8 +355,6 @@ We can be on the safe side by using only abstracts for items that are licensed u
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2023-11/index.html b/docs/2023-11/index.html index 2102b7c50..9d4078c97 100644 --- a/docs/2023-11/index.html +++ b/docs/2023-11/index.html @@ -389,6 +389,8 @@ tomcat9[732]: [9955.666s][info ][gc] GC(6292) To-space exhausted
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -397,8 +399,6 @@ tomcat9[732]: [9955.666s][info ][gc] GC(6292) To-space exhausted
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2023-12/index.html b/docs/2023-12/index.html index 652a8d232..8360f2559 100644 --- a/docs/2023-12/index.html +++ b/docs/2023-12/index.html @@ -408,6 +408,8 @@
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -416,8 +418,6 @@
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2024-01/index.html b/docs/2024-01/index.html index c28917815..af4a0db0d 100644 --- a/docs/2024-01/index.html +++ b/docs/2024-01/index.html @@ -601,6 +601,8 @@ Work on IFPRI ISNAR archive cleanup
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -609,8 +611,6 @@ Work on IFPRI ISNAR archive cleanup
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2024-02/index.html b/docs/2024-02/index.html index 78c1b7c57..38c43979f 100644 --- a/docs/2024-02/index.html +++ b/docs/2024-02/index.html @@ -247,6 +247,8 @@ Lower case all the AGROVOC subjects on CGSpace
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -255,8 +257,6 @@ Lower case all the AGROVOC subjects on CGSpace
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2024-03/index.html b/docs/2024-03/index.html index 9230947de..f51d16a61 100644 --- a/docs/2024-03/index.html +++ b/docs/2024-03/index.html @@ -357,6 +357,8 @@ COPY 28024
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -365,8 +367,6 @@ COPY 28024
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2024-04/index.html b/docs/2024-04/index.html index 1982fb25e..25e90cd07 100644 --- a/docs/2024-04/index.html +++ b/docs/2024-04/index.html @@ -303,6 +303,8 @@ curl -s -o /dev/null 0.01s user 0.01s system 0% cpu 4.764 total
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -311,8 +313,6 @@ curl -s -o /dev/null 0.01s user 0.01s system 0% cpu 4.764 total
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2024-05/index.html b/docs/2024-05/index.html index 7f57608de..16b91e5c7 100644 --- a/docs/2024-05/index.html +++ b/docs/2024-05/index.html @@ -322,6 +322,8 @@ dspace=# \COPY (SELECT i.uuid, m.text_value AS submitted_by FROM item i JOIN met
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -330,8 +332,6 @@ dspace=# \COPY (SELECT i.uuid, m.text_value AS submitted_by FROM item i JOIN met
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2024-06/index.html b/docs/2024-06/index.html index 11f74d6d0..0ad06c77c 100644 --- a/docs/2024-06/index.html +++ b/docs/2024-06/index.html @@ -264,6 +264,8 @@ We have both Handles and DOIs for these datasets, both from Harvard’s Data
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -272,8 +274,6 @@ We have both Handles and DOIs for these datasets, both from Harvard’s Data
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2024-07/index.html b/docs/2024-07/index.html index 737518928..afaad46cb 100644 --- a/docs/2024-07/index.html +++ b/docs/2024-07/index.html @@ -185,6 +185,8 @@ I tried to delete all users who have been inactive since six years ago (July 1,
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -193,8 +195,6 @@ I tried to delete all users who have been inactive since six years ago (July 1,
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2024-08/index.html b/docs/2024-08/index.html index 9f4795c9c..ad4065345 100644 --- a/docs/2024-08/index.html +++ b/docs/2024-08/index.html @@ -189,6 +189,8 @@ COPY 10794
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -197,8 +199,6 @@ COPY 10794
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2024-09/index.html b/docs/2024-09/index.html index fd52247a5..810a05658 100644 --- a/docs/2024-09/index.html +++ b/docs/2024-09/index.html @@ -267,6 +267,8 @@ Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:11.0) Gecko/20100101 Firefox/11.0
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -275,8 +277,6 @@ Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:11.0) Gecko/20100101 Firefox/11.0
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2024-10/index.html b/docs/2024-10/index.html index 8e89b2596..364d91042 100644 --- a/docs/2024-10/index.html +++ b/docs/2024-10/index.html @@ -18,7 +18,7 @@ For copyright reasons they don’t include plain abstracts, but the pyalex l - + @@ -44,7 +44,7 @@ For copyright reasons they don’t include plain abstracts, but the pyalex l "url": "https://alanorth.github.io/cgspace-notes/2024-10/", "wordCount": "620", "datePublished": "2024-10-03T11:01:00+03:00", - "dateModified": "2024-10-08T13:46:23+03:00", + "dateModified": "2024-11-19T10:40:23+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -228,6 +228,8 @@ For copyright reasons they don’t include plain abstracts, but the pyalex l
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -236,8 +238,6 @@ For copyright reasons they don’t include plain abstracts, but the pyalex l
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2024-11/index.html b/docs/2024-11/index.html index afd682743..f06022ee3 100644 --- a/docs/2024-11/index.html +++ b/docs/2024-11/index.html @@ -18,7 +18,7 @@ Some IP in India is making tons of requests this morning with a normal user agen - + @@ -44,7 +44,7 @@ Some IP in India is making tons of requests this morning with a normal user agen "url": "https://alanorth.github.io/cgspace-notes/2024-11/", "wordCount": "229", "datePublished": "2024-11-11T09:47:00+03:00", - "dateModified": "2024-11-11T09:47:00+03:00", + "dateModified": "2024-11-19T10:40:23+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -175,6 +175,8 @@ Some IP in India is making tons of requests this morning with a normal user agen
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -183,8 +185,6 @@ Some IP in India is making tons of requests this morning with a normal user agen
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/2024-12/index.html b/docs/2024-12/index.html new file mode 100644 index 000000000..451477dc9 --- /dev/null +++ b/docs/2024-12/index.html @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + December, 2024 | CGSpace Notes + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+ + + + +
+
+

CGSpace Notes

+

Documenting day-to-day work on the CGSpace repository.

+
+
+ + + + +
+
+
+ + + + +
+
+

December, 2024

+ +
+

2024-12-04

+
    +
  • We need to get view and download statistics for the last year from CGSpace +
      +
    • The only way to get that is using Solr
    • +
    +
  • +
+ +
+

facet.range=time&facet.range.start=NOW/MONTH-11MONTHS&facet.range.end=NOW/MONTH+1MONTH&facet.range.gap=+1MONTH

+
+
    +
  • This StackOverflow answer helped too, recommending NOW/MONTH to get neatly bucketed months because this will use the beginning of the current month
  • +
  • For views, I added the following query parameters: q=type:2&fq=-isBot:true AND statistics_type:view
  • +
+
+

http://localhost:8983/solr/statistics/select?facet.range.end=NOW%2FMONTH%2B1MONTH&facet.range.gap=%2B1MONTH&facet.range.start=NOW%2FMONTH-11MONTHS&facet.range=time&facet=true&fq=-isBot%3Atrue%20AND%20statistics_type%3Aview&indent=true&q.op=OR&q=type%3A2&rows=0

+
+
    +
  • For downloads I added the following query parameters: q=type:0&fq=-isBot:true AND statistics_type:view AND bundleName:ORIGINAL
  • +
+
+

http://localhost:8983/solr/statistics/select?facet.range.end=NOW%2FMONTH%2B1MONTH&facet.range.gap=%2B1MONTH&facet.range.start=NOW%2FMONTH-11MONTHS&facet.range=time&facet=true&fq=-isBot%3Atrue%20AND%20statistics_type%3Aview%20AND%20bundleName%3AORIGINAL&indent=true&q.op=OR&q=type%3A0&rows=0

+
+ + + + + + +
+ + + +
+ + + + +
+
+ + + + + + + + + diff --git a/docs/404.html b/docs/404.html index 26d7d2f23..e631024a8 100644 --- a/docs/404.html +++ b/docs/404.html @@ -95,6 +95,8 @@
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -103,8 +105,6 @@
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/categories/index.html b/docs/categories/index.html index 6b2013cb9..bb6504334 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -10,7 +10,7 @@ - + @@ -84,7 +84,7 @@

Notes

- +
Read more → @@ -108,6 +108,8 @@
    +
  1. December, 2024
  2. +
  3. November, 2024
  4. October, 2024
  5. @@ -116,8 +118,6 @@
  6. August, 2024
  7. -
  8. July, 2024
  9. -
diff --git a/docs/categories/index.xml b/docs/categories/index.xml index ebd249747..0ad71ab83 100644 --- a/docs/categories/index.xml +++ b/docs/categories/index.xml @@ -6,12 +6,12 @@ Recent content in Categories on CGSpace Notes Hugo en-us - Mon, 11 Nov 2024 09:47:00 +0300 + Wed, 04 Dec 2024 10:19:00 +0300 Notes https://alanorth.github.io/cgspace-notes/categories/notes/ - Mon, 11 Nov 2024 09:47:00 +0300 + Wed, 04 Dec 2024 10:19:00 +0300 https://alanorth.github.io/cgspace-notes/categories/notes/ diff --git a/docs/categories/notes/index.html b/docs/categories/notes/index.html index 188f7f20e..83b78a7e7 100644 --- a/docs/categories/notes/index.html +++ b/docs/categories/notes/index.html @@ -10,7 +10,7 @@ - + @@ -81,6 +81,31 @@ +
+
+

December, 2024

+ +
+

2024-12-04

+
    +
  • We need to get view and download statistics for the last year from CGSpace +
      +
    • The only way to get that is using Solr
    • +
    +
  • +
+ Read more → +
+ + + + + +

November, 2024

@@ -296,28 +321,6 @@ - - - - - - -