diff --git a/content/posts/2023-09.md b/content/posts/2023-09.md index c4bbe806d..dfb45389f 100644 --- a/content/posts/2023-09.md +++ b/content/posts/2023-09.md @@ -238,5 +238,6 @@ https://dspace7test.ilri.org/server/api/submission/vocabularies/common_iso_langu - evidence: "open (via page says Open Access)" <---- yes...? - evidence: "open (via free pdf)" <---- hmmm, not always correct - evidence: "oa journal (via publisher name)" <---- noooo +- I updated access status for about four hundred more items based on this, and licenses for a dozen or so diff --git a/content/posts/2023-10.md b/content/posts/2023-10.md new file mode 100644 index 000000000..942421280 --- /dev/null +++ b/content/posts/2023-10.md @@ -0,0 +1,39 @@ +--- +title: "October, 2023" +date: 2023-10-02T09:05:36+03:00 +author: "Alan Orth" +categories: ["Notes"] +--- + +## 2023-10-02 + +- Export CGSpace to check DOIs against Crossref + - I found that [Crossref's metadata is in the public domain under the CC0 license](https://www.crossref.org/documentation/retrieve-metadata/rest-api/rest-api-metadata-license-information/) + - One interesting thing is the abstracts, which are copyrighted by the copyright owner, meaning Crossref cannot waive the copyright under the terms of the CC0 license, because it is not theirs to waive + - We can be on the safe side by using only abstracts for items that are licensed under Creative Commons + + + +- This GREL extracts the _text_ content of the `` tags (ie, no other JATS XML markup tags like ``, ``, etc): + +```console +forEach(value.parseXml().select("jats|p"),i,i.xmlText()).join("") +``` + +- Note that we need to use `select("jats|p")` instead of `select("jats:p")` for OpenRefine's parseXml, and we need to `join()` on the end +- I updated metadata for about 3,000 items using Crossref metadata + - I stripped trailing periods for titles where they were missing on the Crossref titles + - I copied abstracts for about 600 items that were missing them, for items that were Creative Commons + - I updated publishers for a few thousand more where ours and Crossref disagreed, checking a handful manually first +- I also added subjects to the `crossref_doi_lookup.py` script to see if they will be useful for us + - When checking with csv-metadata-quality I can validate those subjects against AGROVOC and add them if they are valid + +## 2023-10-03 + +- I added the item type to the collection subscription email on DSpace 6 + - It's done differently on DSpace 7 so I'll have to see how to do it there... +- Test a patch that fixes a bug with item versioning disabled in DSpace 7 + - I hadn't realized that DSpace 7 defaulted to versioning being enabled, whereas we never used this in DSpace 6 (yet) +- Submit [an issue regarding duplicate Discovery sort fields](https://github.com/DSpace/DSpace/issues/9104) in DSpace 7 + + diff --git a/docs/2015-11/index.html b/docs/2015-11/index.html index 7bf3126f4..43d64b3bb 100644 --- a/docs/2015-11/index.html +++ b/docs/2015-11/index.html @@ -242,6 +242,8 @@ db.statementpool = true
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -250,8 +252,6 @@ db.statementpool = true
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2015-12/index.html b/docs/2015-12/index.html index e4b03f121..3384683a7 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -272,8 +274,6 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2016-01/index.html b/docs/2016-01/index.html index d7fa3f2f2..47b33464f 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -208,8 +210,6 @@ $ find SimpleArchiveForBio/ -iname “*.pdf” -exec basename {} ; | sor
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2016-02/index.html b/docs/2016-02/index.html index 1b7b49797..18e9761e9 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -386,8 +388,6 @@ Bitstream: tést señora alimentación.pdf
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2016-03/index.html b/docs/2016-03/index.html index 3bcddea90..74d27289e 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -324,8 +326,6 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2016-04/index.html b/docs/2016-04/index.html index f7e8ccf06..d6673069d 100644 --- a/docs/2016-04/index.html +++ b/docs/2016-04/index.html @@ -495,6 +495,8 @@ dspace.log.2016-04-27:7271
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -503,8 +505,6 @@ dspace.log.2016-04-27:7271
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2016-05/index.html b/docs/2016-05/index.html index 879ca332a..3840bac55 100644 --- a/docs/2016-05/index.html +++ b/docs/2016-05/index.html @@ -371,6 +371,8 @@ sys 0m20.540s
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -379,8 +381,6 @@ sys 0m20.540s
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2016-06/index.html b/docs/2016-06/index.html index e0cd23efc..95b466f1d 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -417,8 +419,6 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2016-07/index.html b/docs/2016-07/index.html index 8813a1cbd..9260e5fbf 100644 --- a/docs/2016-07/index.html +++ b/docs/2016-07/index.html @@ -325,6 +325,8 @@ discovery.index.authority.ignore-variants=true
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -333,8 +335,6 @@ discovery.index.authority.ignore-variants=true
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2016-08/index.html b/docs/2016-08/index.html index dba19a566..7e04dbb66 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -397,8 +399,6 @@ $ JAVA_OPTS="-Dfile.encoding=UTF-8 -Xmx512m" /home/cgspace.cgiar.org/bin
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2016-09/index.html b/docs/2016-09/index.html index cafab5e63..666455fe0 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -614,8 +616,6 @@ $ ./delete-metadata-values.py -i ilrisubjects-delete-13.csv -f cg.subject.ilri -
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2016-10/index.html b/docs/2016-10/index.html index e5f6a4ca1..d92ca3dec 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -380,8 +382,6 @@ dspace=# update metadatavalue set text_value = regexp_replace(text_value, 'h
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2016-11/index.html b/docs/2016-11/index.html index a7962d636..2fe26713f 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -556,8 +558,6 @@ org.dspace.discovery.SearchServiceException: Error executing query
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2016-12/index.html b/docs/2016-12/index.html index 7a53ab8a5..1c08bbf9a 100644 --- a/docs/2016-12/index.html +++ b/docs/2016-12/index.html @@ -784,6 +784,8 @@ $ exit
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -792,8 +794,6 @@ $ exit
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2017-01/index.html b/docs/2017-01/index.html index 39e71a996..c3815ab7e 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -377,8 +379,6 @@ $ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2017-02/index.html b/docs/2017-02/index.html index 6a3534330..e10f1e31f 100644 --- a/docs/2017-02/index.html +++ b/docs/2017-02/index.html @@ -423,6 +423,8 @@ COPY 1968
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -431,8 +433,6 @@ COPY 1968
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2017-03/index.html b/docs/2017-03/index.html index 4acadfb3a..95ea61164 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -363,8 +365,6 @@ $ ./delete-metadata-values.py -i Investors-Delete-121.csv -f dc.description.spon
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2017-04/index.html b/docs/2017-04/index.html index 4dffebb16..553afa903 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -593,8 +595,6 @@ $ gem install compass -v 1.0.3
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2017-05/index.html b/docs/2017-05/index.html index 6b4a0a77d..f70d3680e 100644 --- a/docs/2017-05/index.html +++ b/docs/2017-05/index.html @@ -391,6 +391,8 @@ UPDATE 187
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -399,8 +401,6 @@ UPDATE 187
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2017-06/index.html b/docs/2017-06/index.html index a7059de8f..d0bdfd544 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -278,8 +280,6 @@ $ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" [dspace]/bin/dspace import
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2017-07/index.html b/docs/2017-07/index.html index cefaa7c36..0a3e3b2db 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -283,8 +285,6 @@ delete from metadatavalue where resource_type_id=2 and metadata_field_id=235 and
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2017-08/index.html b/docs/2017-08/index.html index b7e5283b3..5c9faeaf4 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -525,8 +527,6 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2017-09/index.html b/docs/2017-09/index.html index 28f1118fd..cb8491bd3 100644 --- a/docs/2017-09/index.html +++ b/docs/2017-09/index.html @@ -659,6 +659,8 @@ Cert Status: good
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -667,8 +669,6 @@ Cert Status: good
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2017-10/index.html b/docs/2017-10/index.html index da5ef9b84..7c936cb86 100644 --- a/docs/2017-10/index.html +++ b/docs/2017-10/index.html @@ -443,6 +443,8 @@ session_id=6C30F10B4351A4ED83EC6ED50AFD6B6A
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -451,8 +453,6 @@ session_id=6C30F10B4351A4ED83EC6ED50AFD6B6A
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2017-11/index.html b/docs/2017-11/index.html index d88d4a370..d6df4d3f6 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -952,8 +954,6 @@ $ cat dspace.log.2017-11-28 | grep -o -E 'session_id=[A-Z0-9]{32}' | sor
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2017-12/index.html b/docs/2017-12/index.html index f66042ea9..5f7e8b092 100644 --- a/docs/2017-12/index.html +++ b/docs/2017-12/index.html @@ -783,6 +783,8 @@ DELETE 20
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -791,8 +793,6 @@ DELETE 20
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2018-01/index.html b/docs/2018-01/index.html index 93ab94626..f1320ab5c 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -1460,8 +1462,6 @@ Catalina:type=Manager,context=/,host=localhost activeSessions 8
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2018-02/index.html b/docs/2018-02/index.html index 3c5860bc2..8b94c9f36 100644 --- a/docs/2018-02/index.html +++ b/docs/2018-02/index.html @@ -1038,6 +1038,8 @@ UPDATE 3
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -1046,8 +1048,6 @@ UPDATE 3
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2018-03/index.html b/docs/2018-03/index.html index 7536d938b..3bbda74a4 100644 --- a/docs/2018-03/index.html +++ b/docs/2018-03/index.html @@ -585,6 +585,8 @@ Fixed 5 occurences of: GENEBANKS
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -593,8 +595,6 @@ Fixed 5 occurences of: GENEBANKS
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2018-04/index.html b/docs/2018-04/index.html index 4f532010e..d8e693c86 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -602,8 +604,6 @@ $ pg_restore -O -U dspacetest -d dspacetest -W -h localhost /tmp/dspace_2018-04-
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2018-05/index.html b/docs/2018-05/index.html index c62065c71..ab25dbe44 100644 --- a/docs/2018-05/index.html +++ b/docs/2018-05/index.html @@ -523,6 +523,8 @@ $ psql -h localhost -U postgres dspacetest
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -531,8 +533,6 @@ $ psql -h localhost -U postgres dspacetest
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2018-06/index.html b/docs/2018-06/index.html index b6fbdb4c4..8282676dc 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -525,8 +527,6 @@ $ sed '/^id/d' 10568-*.csv | csvcut -c 1,2 > map-to-cifor-archive.csv
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2018-07/index.html b/docs/2018-07/index.html index 9657d69ed..cd885d171 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -577,8 +579,6 @@ dspace=# select count(text_value) from metadatavalue where resource_type_id=2 an
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2018-08/index.html b/docs/2018-08/index.html index 7f78d2894..3779ee96f 100644 --- a/docs/2018-08/index.html +++ b/docs/2018-08/index.html @@ -442,6 +442,8 @@ $ dspace database migrate ignored
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -450,8 +452,6 @@ $ dspace database migrate ignored
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2018-09/index.html b/docs/2018-09/index.html index 556b2723a..2b99cc232 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -756,8 +758,6 @@ UPDATE metadatavalue SET text_value='ja' WHERE resource_type_id=2 AND me
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2018-10/index.html b/docs/2018-10/index.html index 63da05290..1553f7de5 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -664,8 +666,6 @@ $ curl -X GET -H "Content-Type: application/json" -H "Accept: applic
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2018-11/index.html b/docs/2018-11/index.html index a7d938495..c87f473af 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -561,8 +563,6 @@ $ dspace dsrun org.dspace.eperson.Groomer -a -b 11/27/2016 -d
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2018-12/index.html b/docs/2018-12/index.html index eefd32cd3..1de8344ce 100644 --- a/docs/2018-12/index.html +++ b/docs/2018-12/index.html @@ -594,6 +594,8 @@ UPDATE 1
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -602,8 +604,6 @@ UPDATE 1
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2019-01/index.html b/docs/2019-01/index.html index e0c6be39e..01fb191ac 100644 --- a/docs/2019-01/index.html +++ b/docs/2019-01/index.html @@ -1264,6 +1264,8 @@ identify: CorruptImageProfile `xmp' @ warning/profile.c/SetImageProfileInter
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -1272,8 +1274,6 @@ identify: CorruptImageProfile `xmp' @ warning/profile.c/SetImageProfileInter
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2019-02/index.html b/docs/2019-02/index.html index 33139b905..6fc01c9b3 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -1352,8 +1354,6 @@ Please see the DSpace documentation for assistance.
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2019-03/index.html b/docs/2019-03/index.html index 9d1028d9b..362b4ad24 100644 --- a/docs/2019-03/index.html +++ b/docs/2019-03/index.html @@ -1208,6 +1208,8 @@ sys 0m2.551s
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -1216,8 +1218,6 @@ sys 0m2.551s
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2019-04/index.html b/docs/2019-04/index.html index 5c2946bd6..10ec479b7 100644 --- a/docs/2019-04/index.html +++ b/docs/2019-04/index.html @@ -1299,6 +1299,8 @@ UPDATE 14
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -1307,8 +1309,6 @@ UPDATE 14
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2019-05/index.html b/docs/2019-05/index.html index d979af120..d87aa1546 100644 --- a/docs/2019-05/index.html +++ b/docs/2019-05/index.html @@ -631,6 +631,8 @@ COPY 64871
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -639,8 +641,6 @@ COPY 64871
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2019-06/index.html b/docs/2019-06/index.html index a712acc66..96f4b5e7f 100644 --- a/docs/2019-06/index.html +++ b/docs/2019-06/index.html @@ -317,6 +317,8 @@ UPDATE 2
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -325,8 +327,6 @@ UPDATE 2
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2019-07/index.html b/docs/2019-07/index.html index a16d6952d..03f0f409a 100644 --- a/docs/2019-07/index.html +++ b/docs/2019-07/index.html @@ -554,6 +554,8 @@ issn.validate('1020-3362')
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -562,8 +564,6 @@ issn.validate('1020-3362')
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2019-08/index.html b/docs/2019-08/index.html index d9e9af158..3e16d9c25 100644 --- a/docs/2019-08/index.html +++ b/docs/2019-08/index.html @@ -573,6 +573,8 @@ sys 2m27.496s
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -581,8 +583,6 @@ sys 2m27.496s
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2019-09/index.html b/docs/2019-09/index.html index 3d51fe665..893baf4bd 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -589,8 +591,6 @@ $ csv-metadata-quality -i /tmp/clarisa-institutions.csv -o /tmp/clarisa-institut
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2019-10/index.html b/docs/2019-10/index.html index 0125b6dc0..f849aa3bb 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -393,8 +395,6 @@ $ dspace import -a -c 10568/104057 -e fuu@cgiar.org -m 2019-10-15-Bioversity.map
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2019-11/index.html b/docs/2019-11/index.html index 29ebd31a1..1c449003a 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -700,8 +702,6 @@ $ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-i
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2019-12/index.html b/docs/2019-12/index.html index fdf58382b..7d346077d 100644 --- a/docs/2019-12/index.html +++ b/docs/2019-12/index.html @@ -404,6 +404,8 @@ UPDATE 1
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -412,8 +414,6 @@ UPDATE 1
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2020-01/index.html b/docs/2020-01/index.html index cc942b64e..b27f2aedd 100644 --- a/docs/2020-01/index.html +++ b/docs/2020-01/index.html @@ -604,6 +604,8 @@ COPY 2900
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -612,8 +614,6 @@ COPY 2900
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2020-02/index.html b/docs/2020-02/index.html index 4a38aa917..0f77501bf 100644 --- a/docs/2020-02/index.html +++ b/docs/2020-02/index.html @@ -1275,6 +1275,8 @@ Moving: 21993 into core statistics-2019
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -1283,8 +1285,6 @@ Moving: 21993 into core statistics-2019
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2020-03/index.html b/docs/2020-03/index.html index 8cd1388dd..86922e220 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -492,8 +494,6 @@ $ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-i
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2020-04/index.html b/docs/2020-04/index.html index a7820dd97..edaa33efc 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -666,8 +668,6 @@ $ psql -c 'select * from pg_stat_activity' | wc -l
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2020-05/index.html b/docs/2020-05/index.html index 8f6076223..8a28ec46b 100644 --- a/docs/2020-05/index.html +++ b/docs/2020-05/index.html @@ -477,6 +477,8 @@ Caused by: java.lang.NullPointerException
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -485,8 +487,6 @@ Caused by: java.lang.NullPointerException
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2020-06/index.html b/docs/2020-06/index.html index 5c6d597e4..12648d283 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -819,8 +821,6 @@ $ csvcut -c 'id,cg.subject.ilri[],cg.subject.ilri[en_US],dc.subject[en_US]&#
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2020-07/index.html b/docs/2020-07/index.html index c93655aa8..440dc8e51 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -1150,8 +1152,6 @@ Fixed 4 occurences of: Muloi, D.M.
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2020-08/index.html b/docs/2020-08/index.html index a3a0e508f..a34a7689c 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -806,8 +808,6 @@ $ grep -c added /tmp/2020-08-27-countrycodetagger.log
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2020-09/index.html b/docs/2020-09/index.html index 6c3fc657a..b8f85cc4c 100644 --- a/docs/2020-09/index.html +++ b/docs/2020-09/index.html @@ -717,6 +717,8 @@ solr_query_params = {
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -725,8 +727,6 @@ solr_query_params = {
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2020-10/index.html b/docs/2020-10/index.html index c3a9d911a..4a58b9aa0 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -1249,8 +1251,6 @@ $ ./delete-metadata-values.py -i 2020-10-31-delete-74-sponsors.csv -db dspace -u
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2020-11/index.html b/docs/2020-11/index.html index 77e4893e7..967d2b515 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -739,8 +741,6 @@ $ ./fix-metadata-values.py -i 2020-11-30-fix-hung-orcid.csv -db dspace63 -u dspa
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2020-12/index.html b/docs/2020-12/index.html index f3e8f5c83..5f9a13467 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -877,8 +879,6 @@ $ query-json '.items | length' /tmp/policy2.json
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2021-01/index.html b/docs/2021-01/index.html index 1785e8ed8..527854be2 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -696,8 +698,6 @@ java.lang.IllegalArgumentException: Invalid character found in the request targe
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2021-02/index.html b/docs/2021-02/index.html index 77aed19b2..86c519653 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -906,8 +908,6 @@ dspace=# UPDATE metadatavalue SET text_lang='en_US' WHERE dspace_object_
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2021-03/index.html b/docs/2021-03/index.html index 3059ca5fc..fe1fa72d2 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -883,8 +885,6 @@ Also, we found some issues building and running OpenRXV currently due to ecosyst
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2021-04/index.html b/docs/2021-04/index.html index 0f904eef9..3c8514cab 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -1050,8 +1052,6 @@ $ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisti
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2021-05/index.html b/docs/2021-05/index.html index 8f01a47a0..29b4b9283 100644 --- a/docs/2021-05/index.html +++ b/docs/2021-05/index.html @@ -685,6 +685,8 @@ May 26, 02:57 UTC
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -693,8 +695,6 @@ May 26, 02:57 UTC
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2021-06/index.html b/docs/2021-06/index.html index 2a43c9f59..277343767 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -701,8 +703,6 @@ I simply started it and AReS was running again:
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2021-07/index.html b/docs/2021-07/index.html index 01f4ebba8..f710fb98b 100644 --- a/docs/2021-07/index.html +++ b/docs/2021-07/index.html @@ -715,6 +715,8 @@ COPY 20994
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -723,8 +725,6 @@ COPY 20994
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2021-08/index.html b/docs/2021-08/index.html index f9e6381b1..43aac9b8a 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -614,8 +616,6 @@ I decided to upgrade linode20 from Ubuntu 18.04 to 20.04
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2021-09/index.html b/docs/2021-09/index.html index afbc96b62..7bf1aea14 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -596,8 +598,6 @@ The syntax Moayad showed me last month doesn’t seem to honor the search qu
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2021-10/index.html b/docs/2021-10/index.html index 232ebc072..747db419a 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -799,8 +801,6 @@ Try doing it in two imports. In first import, remove all authors. In second impo
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2021-11/index.html b/docs/2021-11/index.html index c270e2f87..905ab94b9 100644 --- a/docs/2021-11/index.html +++ b/docs/2021-11/index.html @@ -494,6 +494,8 @@ $ zstd statistics-2019.json
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -502,8 +504,6 @@ $ zstd statistics-2019.json
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2021-12/index.html b/docs/2021-12/index.html index 4c2e9de5b..fa9075cec 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -585,8 +587,6 @@ Total number of bot hits purged: 3679
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2022-01/index.html b/docs/2022-01/index.html index 94b3a1c81..45654b3ca 100644 --- a/docs/2022-01/index.html +++ b/docs/2022-01/index.html @@ -380,6 +380,8 @@ Start a full harvest on AReS
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -388,8 +390,6 @@ Start a full harvest on AReS
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2022-02/index.html b/docs/2022-02/index.html index 451ce3f39..ffea0fdc7 100644 --- a/docs/2022-02/index.html +++ b/docs/2022-02/index.html @@ -724,6 +724,8 @@ isNotNull(value.match('699'))
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -732,8 +734,6 @@ isNotNull(value.match('699'))
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2022-03/index.html b/docs/2022-03/index.html index 86873dcee..b64a18511 100644 --- a/docs/2022-03/index.html +++ b/docs/2022-03/index.html @@ -476,6 +476,8 @@ isNotNull(value.match('889'))
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -484,8 +486,6 @@ isNotNull(value.match('889'))
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2022-04/index.html b/docs/2022-04/index.html index d30b2bcee..f40157f76 100644 --- a/docs/2022-04/index.html +++ b/docs/2022-04/index.html @@ -509,6 +509,8 @@
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -517,8 +519,6 @@
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2022-05/index.html b/docs/2022-05/index.html index caa2eaea1..6ad4301d9 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -453,8 +455,6 @@ I purged 93,974 hits from these IPs using my check-spider-ip-hits.sh script
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2022-06/index.html b/docs/2022-06/index.html index b8d0092ba..bf720721c 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -466,8 +468,6 @@ There seem to be many more of these:
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2022-07/index.html b/docs/2022-07/index.html index fbee4b025..a0922a488 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -744,8 +746,6 @@ Also, the trgm functions I’ve used before are case insensitive, but Levens
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2022-08/index.html b/docs/2022-08/index.html index 849f18f53..6143eb2bd 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -530,8 +532,6 @@ Our request to add CC-BY-3.0-IGO to SPDX was approved a few weeks ago
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2022-09/index.html b/docs/2022-09/index.html index e7e25a622..098983abb 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -791,8 +793,6 @@ harvesting of meat from wildlife and not from livestock.

  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2022-10/index.html b/docs/2022-10/index.html index 737252fd8..0ae9b6788 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -986,8 +988,6 @@ I filed an issue to ask about Java 11+ support
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2022-11/index.html b/docs/2022-11/index.html index 778377d62..d2d5bd915 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -765,8 +767,6 @@ I reverted the Cocoon autosave change because it was more of a nuissance that Pe
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2022-12/index.html b/docs/2022-12/index.html index 1156e9f0b..16ea6203c 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -585,8 +587,6 @@ Replace “East Asia” with “Eastern Asia” region on CGSpac
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2023-01/index.html b/docs/2023-01/index.html index 04fce0437..0e8f4f68a 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -835,8 +837,6 @@ I see we have some new ones that aren’t in our list if I combine with this
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2023-02/index.html b/docs/2023-02/index.html index d93578a1a..b35431df1 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -655,8 +657,6 @@ I want to try to expand my use of their data to journals, publishers, volumes, i
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2023-03/index.html b/docs/2023-03/index.html index 5b5c6e634..90a3ca2df 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -867,8 +869,6 @@ RL: performed 0 reads and 16 write i/o operations
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2023-04/index.html b/docs/2023-04/index.html index 6d8cabc96..ce3cc55e3 100644 --- a/docs/2023-04/index.html +++ b/docs/2023-04/index.html @@ -751,6 +751,8 @@ Start a harvest on AReS
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -759,8 +761,6 @@ Start a harvest on AReS
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2023-05/index.html b/docs/2023-05/index.html index 1d2f08e36..3dcc9d26a 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -382,8 +384,6 @@ Work on cleaning, proofing, and uploading twenty-seven records for IFPRI to CGSp
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2023-06/index.html b/docs/2023-06/index.html index 4a6cfa5d6..9b49c9d9c 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. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  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. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2023-07/index.html b/docs/2023-07/index.html index 8a5b402db..ebb84a0a9 100644 --- a/docs/2023-07/index.html +++ b/docs/2023-07/index.html @@ -479,6 +479,8 @@
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -487,8 +489,6 @@
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2023-08/index.html b/docs/2023-08/index.html index 2e2b259a4..17636ad01 100644 --- a/docs/2023-08/index.html +++ b/docs/2023-08/index.html @@ -460,6 +460,8 @@ UPDATE 1
    +
  1. October, 2023
  2. +
  3. September, 2023
  4. August, 2023
  5. @@ -468,8 +470,6 @@ UPDATE 1
  6. June, 2023
  7. -
  8. May, 2023
  9. -
diff --git a/docs/2023-09/index.html b/docs/2023-09/index.html index ad5b01d60..686cf3ed8 100644 --- a/docs/2023-09/index.html +++ b/docs/2023-09/index.html @@ -15,7 +15,7 @@ Start a harvest on AReS - + @@ -36,9 +36,9 @@ Start a harvest on AReS "@type": "BlogPosting", "headline": "September, 2023", "url": "https://alanorth.github.io/cgspace-notes/2023-09/", - "wordCount": "1515", + "wordCount": "1535", "datePublished": "2023-09-02T17:29:36+03:00", - "dateModified": "2023-09-25T17:38:05+03:00", + "dateModified": "2023-09-30T13:07:23+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -384,6 +384,7 @@ Start a harvest on AReS
  • evidence: “oa journal (via publisher name)” <—- noooo
  • +
  • I updated access status for about four hundred more items based on this, and licenses for a dozen or so
  • @@ -406,6 +407,8 @@ Start a harvest on AReS
      +
    1. October, 2023
    2. +
    3. September, 2023
    4. August, 2023
    5. @@ -414,8 +417,6 @@ Start a harvest on AReS
    6. June, 2023
    7. -
    8. May, 2023
    9. -
    diff --git a/docs/2023-10/index.html b/docs/2023-10/index.html new file mode 100644 index 000000000..af9c41e60 --- /dev/null +++ b/docs/2023-10/index.html @@ -0,0 +1,240 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + October, 2023 | CGSpace Notes + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    +
    + + + + +
    +
    +

    CGSpace Notes

    +

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

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

    October, 2023

    + +
    +

    2023-10-02

    +
      +
    • Export CGSpace to check DOIs against Crossref +
        +
      • I found that Crossref’s metadata is in the public domain under the CC0 license
      • +
      • One interesting thing is the abstracts, which are copyrighted by the copyright owner, meaning Crossref cannot waive the copyright under the terms of the CC0 license, because it is not theirs to waive
      • +
      • We can be on the safe side by using only abstracts for items that are licensed under Creative Commons
      • +
      +
    • +
    +
      +
    • This GREL extracts the text content of the <jats:p> tags (ie, no other JATS XML markup tags like <jats:i>, <jats:sub>, etc):
    • +
    +
    forEach(value.parseXml().select("jats|p"),i,i.xmlText()).join("")
    +
      +
    • Note that we need to use select("jats|p") instead of select("jats:p") for OpenRefine’s parseXml, and we need to join() on the end
    • +
    • I updated metadata for about 3,000 items using Crossref metadata +
        +
      • I stripped trailing periods for titles where they were missing on the Crossref titles
      • +
      • I copied abstracts for about 600 items that were missing them, for items that were Creative Commons
      • +
      • I updated publishers for a few thousand more where ours and Crossref disagreed, checking a handful manually first
      • +
      +
    • +
    • I also added subjects to the crossref_doi_lookup.py script to see if they will be useful for us +
        +
      • When checking with csv-metadata-quality I can validate those subjects against AGROVOC and add them if they are valid
      • +
      +
    • +
    +

    2023-10-03

    +
      +
    • I added the item type to the collection subscription email on DSpace 6 +
        +
      • It’s done differently on DSpace 7 so I’ll have to see how to do it there…
      • +
      +
    • +
    • Test a patch that fixes a bug with item versioning disabled in DSpace 7 +
        +
      • I hadn’t realized that DSpace 7 defaulted to versioning being enabled, whereas we never used this in DSpace 6 (yet)
      • +
      +
    • +
    • Submit an issue regarding duplicate Discovery sort fields in DSpace 7
    • +
    + + + + + + +
    + + + +
    + + + + +
    +
    + + + + + + + + + diff --git a/docs/404.html b/docs/404.html index d5b05d0b5..7430ced5d 100644 --- a/docs/404.html +++ b/docs/404.html @@ -95,6 +95,8 @@
      +
    1. October, 2023
    2. +
    3. September, 2023
    4. August, 2023
    5. @@ -103,8 +105,6 @@
    6. June, 2023
    7. -
    8. May, 2023
    9. -
    diff --git a/docs/categories/index.html b/docs/categories/index.html index af7ae0481..9b5b663c5 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. October, 2023
    2. +
    3. September, 2023
    4. August, 2023
    5. @@ -116,8 +118,6 @@
    6. June, 2023
    7. -
    8. May, 2023
    9. -
    diff --git a/docs/categories/index.xml b/docs/categories/index.xml index dce51d165..1df9639eb 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 - Sat, 02 Sep 2023 17:29:36 +0300 + Mon, 02 Oct 2023 09:05:36 +0300 Notes https://alanorth.github.io/cgspace-notes/categories/notes/ - Sat, 02 Sep 2023 17:29:36 +0300 + Mon, 02 Oct 2023 09:05:36 +0300 https://alanorth.github.io/cgspace-notes/categories/notes/ diff --git a/docs/categories/notes/index.html b/docs/categories/notes/index.html index 315ae9e3d..71fad8133 100644 --- a/docs/categories/notes/index.html +++ b/docs/categories/notes/index.html @@ -10,7 +10,7 @@ - + @@ -81,6 +81,33 @@ +
    +
    +

    October, 2023

    + +
    +

    2023-10-02

    +
      +
    • Export CGSpace to check DOIs against Crossref +
        +
      • I found that Crossref’s metadata is in the public domain under the CC0 license
      • +
      • One interesting thing is the abstracts, which are copyrighted by the copyright owner, meaning Crossref cannot waive the copyright under the terms of the CC0 license, because it is not theirs to waive
      • +
      • We can be on the safe side by using only abstracts for items that are licensed under Creative Commons
      • +
      +
    • +
    + Read more → +
    + + + + + +

    September, 2023

    @@ -310,33 +337,6 @@ - -
    -
    -

    December, 2022

    - -
    -

    2022-12-01

    -
      -
    • Fix some incorrect regions on CGSpace -
        -
      • I exported the CCAFS and IITA communities, extracted just the country and region columns, then ran them through csv-metadata-quality to fix the regions
      • -
      -
    • -
    • Add a few more authors to my CSV with author names and ORCID identifiers and tag 283 items!
    • -
    • Replace “East Asia” with “Eastern Asia” region on CGSpace (UN M.49 region)
    • -
    - Read more → -
    - - - - -