diff --git a/content/posts/2024-06.md b/content/posts/2024-06.md index c46668750..c85c29446 100644 --- a/content/posts/2024-06.md +++ b/content/posts/2024-06.md @@ -104,4 +104,16 @@ $ wc -l /tmp/networks.txt - Update list of ORCID identifiers with new ones from Alliance and IFPRI - Finalize uploading the remaining 3,264 items from IFPRI's 2016–2019 batch migration to CGSpace +## 2024-06-24 + +- Minor updates to [csv-metadata-quality](https://github.com/ilri/csv-metadata-quality) and [cgspace-java-helpers](https://github.com/ilri/cgspace-java-helpers) to normalize a few more invalid DOI formats + +## 2024-06-25 + +- Work on uploading some missing PDFs from the IFPRI 2016–2019 batch migration + +## 2024-06-26 + +- Did a big cleanup of several thousand journal articles based on metadata from Crossref + diff --git a/content/posts/2024-07.md b/content/posts/2024-07.md new file mode 100644 index 000000000..02c7b268b --- /dev/null +++ b/content/posts/2024-07.md @@ -0,0 +1,22 @@ +--- +title: "July, 2024" +date: 2024-07-01T09:37:00+03:00 +author: "Alan Orth" +categories: ["Notes"] +--- + +## 2024-07-01 + +- A bit of work to clean up duplicate DOIs on CGSpace + - A handful of book chapters, working papers, and journal articles using the wrong DOI +- I tried to delete all users who have been inactive since six years ago (July 1, 2018): + + + +```console +$ dspace dsrun org.dspace.eperson.Groomer -a -b 07/01/2018 -d +``` + +- File an issue on DSpace GitHub: [Allow configuring disallowed domains for self registration](https://github.com/DSpace/DSpace/issues/9675) + + diff --git a/docs/2015-11/index.html b/docs/2015-11/index.html index 80d205ad3..b4983b111 100644 --- a/docs/2015-11/index.html +++ b/docs/2015-11/index.html @@ -34,7 +34,7 @@ Last week I had increased the limit from 30 to 60, which seemed to help, but now $ psql -c 'SELECT * from pg_stat_activity;' | grep idle | grep -c cgspace 78 "/> - + @@ -242,6 +242,8 @@ db.statementpool = true
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -250,8 +252,6 @@ db.statementpool = true
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2015-12/index.html b/docs/2015-12/index.html index acb041218..2916cd147 100644 --- a/docs/2015-12/index.html +++ b/docs/2015-12/index.html @@ -36,7 +36,7 @@ Replace lzop with xz in log compression cron jobs on DSpace Test—it uses less -rw-rw-r-- 1 tomcat7 tomcat7 387K Nov 18 23:59 dspace.log.2015-11-18.lzo -rw-rw-r-- 1 tomcat7 tomcat7 169K Nov 18 23:59 dspace.log.2015-11-18.xz "/> - + @@ -264,6 +264,8 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -272,8 +274,6 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2016-01/index.html b/docs/2016-01/index.html index 68891b281..db9bdadcf 100644 --- a/docs/2016-01/index.html +++ b/docs/2016-01/index.html @@ -28,7 +28,7 @@ Move ILRI collection 10568/12503 from 10568/27869 to 10568/27629 using the move_ I realized it is only necessary to clear the Cocoon cache after moving collections—rather than reindexing—as no metadata has changed, and therefore no search or browse indexes need to be updated. Update GitHub wiki for documentation of maintenance tasks. "/> - + @@ -200,6 +200,8 @@ $ find SimpleArchiveForBio/ -iname “*.pdf” -exec basename {} ; | sor
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -208,8 +210,6 @@ $ find SimpleArchiveForBio/ -iname “*.pdf” -exec basename {} ; | sor
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2016-02/index.html b/docs/2016-02/index.html index e94e90d7b..aec6c2374 100644 --- a/docs/2016-02/index.html +++ b/docs/2016-02/index.html @@ -38,7 +38,7 @@ I noticed we have a very interesting list of countries on CGSpace: Not only are there 49,000 countries, we have some blanks (25)… Also, lots of things like “COTE D`LVOIRE” and “COTE D IVOIRE” "/> - + @@ -378,6 +378,8 @@ Bitstream: tést señora alimentación.pdf
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -386,8 +388,6 @@ Bitstream: tést señora alimentación.pdf
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2016-03/index.html b/docs/2016-03/index.html index c0ba10ec0..ee5a5db8a 100644 --- a/docs/2016-03/index.html +++ b/docs/2016-03/index.html @@ -28,7 +28,7 @@ Looking at issues with author authorities on CGSpace For some reason we still have the index-lucene-update cron job active on CGSpace, but I’m pretty sure we don’t need it as of the latest few versions of Atmire’s Listings and Reports module Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Java JDK 1.7 to match environment on CGSpace server "/> - + @@ -316,6 +316,8 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -324,8 +326,6 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2016-04/index.html b/docs/2016-04/index.html index d241a38b5..db84f63a4 100644 --- a/docs/2016-04/index.html +++ b/docs/2016-04/index.html @@ -32,7 +32,7 @@ After running DSpace for over five years I’ve never needed to look in any This will save us a few gigs of backup space we’re paying for on S3 Also, I noticed the checker log has some errors we should pay attention to: "/> - + @@ -495,6 +495,8 @@ dspace.log.2016-04-27:7271
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -503,8 +505,6 @@ dspace.log.2016-04-27:7271
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2016-05/index.html b/docs/2016-05/index.html index deec6c3b9..add19b49e 100644 --- a/docs/2016-05/index.html +++ b/docs/2016-05/index.html @@ -34,7 +34,7 @@ There are 3,000 IPs accessing the REST API in a 24-hour period! # awk '{print $1}' /var/log/nginx/rest.log | uniq | wc -l 3168 "/> - + @@ -371,6 +371,8 @@ sys 0m20.540s
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -379,8 +381,6 @@ sys 0m20.540s
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2016-06/index.html b/docs/2016-06/index.html index 1a7a8b155..fa4bed329 100644 --- a/docs/2016-06/index.html +++ b/docs/2016-06/index.html @@ -34,7 +34,7 @@ This is their publications set: http://ebrary.ifpri.org/oai/oai.php?verb=ListRec You can see the others by using the OAI ListSets verb: http://ebrary.ifpri.org/oai/oai.php?verb=ListSets Working on second phase of metadata migration, looks like this will work for moving CPWF-specific data in dc.identifier.fund to cg.identifier.cpwfproject and then the rest to dc.description.sponsorship "/> - + @@ -409,6 +409,8 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -417,8 +419,6 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2016-07/index.html b/docs/2016-07/index.html index e5422c892..7a837ae45 100644 --- a/docs/2016-07/index.html +++ b/docs/2016-07/index.html @@ -44,7 +44,7 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and In this case the select query was showing 95 results before the update "/> - + @@ -325,6 +325,8 @@ discovery.index.authority.ignore-variants=true
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -333,8 +335,6 @@ discovery.index.authority.ignore-variants=true
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2016-08/index.html b/docs/2016-08/index.html index fb407107d..c744dc5dc 100644 --- a/docs/2016-08/index.html +++ b/docs/2016-08/index.html @@ -42,7 +42,7 @@ $ git checkout -b 55new 5_x-prod $ git reset --hard ilri/5_x-prod $ git rebase -i dspace-5.5 "/> - + @@ -389,6 +389,8 @@ $ JAVA_OPTS="-Dfile.encoding=UTF-8 -Xmx512m" /home/cgspace.cgiar.org/bin
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -397,8 +399,6 @@ $ JAVA_OPTS="-Dfile.encoding=UTF-8 -Xmx512m" /home/cgspace.cgiar.org/bin
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2016-09/index.html b/docs/2016-09/index.html index 87f864909..a44d1016b 100644 --- a/docs/2016-09/index.html +++ b/docs/2016-09/index.html @@ -34,7 +34,7 @@ It looks like we might be able to use OUs now, instead of DCs: $ ldapsearch -x -H ldaps://svcgroot2.cgiarad.org:3269/ -b "dc=cgiarad,dc=org" -D "admigration1@cgiarad.org" -W "(sAMAccountName=admigration1)" "/> - + @@ -606,6 +606,8 @@ $ ./delete-metadata-values.py -i ilrisubjects-delete-13.csv -f cg.subject.ilri -
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -614,8 +616,6 @@ $ ./delete-metadata-values.py -i ilrisubjects-delete-13.csv -f cg.subject.ilri -
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2016-10/index.html b/docs/2016-10/index.html index 53f83b9ef..d1908c7b0 100644 --- a/docs/2016-10/index.html +++ b/docs/2016-10/index.html @@ -42,7 +42,7 @@ I exported a random item’s metadata as CSV, deleted all columns except id 0000-0002-6115-0956||0000-0002-3812-8793||0000-0001-7462-405X "/> - + @@ -372,6 +372,8 @@ dspace=# update metadatavalue set text_value = regexp_replace(text_value, 'h
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -380,8 +382,6 @@ dspace=# update metadatavalue set text_value = regexp_replace(text_value, 'h
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2016-11/index.html b/docs/2016-11/index.html index 3fb662462..ec55fb104 100644 --- a/docs/2016-11/index.html +++ b/docs/2016-11/index.html @@ -26,7 +26,7 @@ Add dc.type to the output options for Atmire’s Listings and Reports module Add dc.type to the output options for Atmire’s Listings and Reports module (#286) "/> - + @@ -548,6 +548,8 @@ org.dspace.discovery.SearchServiceException: Error executing query
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -556,8 +558,6 @@ org.dspace.discovery.SearchServiceException: Error executing query
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2016-12/index.html b/docs/2016-12/index.html index 994006c00..6fce11f7b 100644 --- a/docs/2016-12/index.html +++ b/docs/2016-12/index.html @@ -46,7 +46,7 @@ I see thousands of them in the logs for the last few months, so it’s not r I’ve raised a ticket with Atmire to ask Another worrying error from dspace.log is: "/> - + @@ -784,6 +784,8 @@ $ exit
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -792,8 +794,6 @@ $ exit
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2017-01/index.html b/docs/2017-01/index.html index 0bcf28385..bcfd108e4 100644 --- a/docs/2017-01/index.html +++ b/docs/2017-01/index.html @@ -28,7 +28,7 @@ I checked to see if the Solr sharding task that is supposed to run on January 1s I tested on DSpace Test as well and it doesn’t work there either I asked on the dspace-tech mailing list because it seems to be broken, and actually now I’m not sure if we’ve ever had the sharding task run successfully over all these years "/> - + @@ -369,6 +369,8 @@ $ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -377,8 +379,6 @@ $ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2017-02/index.html b/docs/2017-02/index.html index 5fefd6a61..6b1ac8115 100644 --- a/docs/2017-02/index.html +++ b/docs/2017-02/index.html @@ -50,7 +50,7 @@ DELETE 1 Create issue on GitHub to track the addition of CCAFS Phase II project tags (#301) Looks like we’ll be using cg.identifier.ccafsprojectpii as the field name "/> - + @@ -423,6 +423,8 @@ COPY 1968
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -431,8 +433,6 @@ COPY 1968
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2017-03/index.html b/docs/2017-03/index.html index ceb1b7f58..c3605af63 100644 --- a/docs/2017-03/index.html +++ b/docs/2017-03/index.html @@ -54,7 +54,7 @@ Interestingly, it seems DSpace 4.x’s thumbnails were sRGB, but forcing reg $ identify ~/Desktop/alc_contrastes_desafios.jpg /Users/aorth/Desktop/alc_contrastes_desafios.jpg JPEG 464x600 464x600+0+0 8-bit CMYK 168KB 0.000u 0:00.000 "/> - + @@ -355,6 +355,8 @@ $ ./delete-metadata-values.py -i Investors-Delete-121.csv -f dc.description.spon
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -363,8 +365,6 @@ $ ./delete-metadata-values.py -i Investors-Delete-121.csv -f dc.description.spon
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2017-04/index.html b/docs/2017-04/index.html index 3e1b69d1c..f9bbbeef8 100644 --- a/docs/2017-04/index.html +++ b/docs/2017-04/index.html @@ -40,7 +40,7 @@ Testing the CMYK patch on a collection with 650 items: $ [dspace]/bin/dspace filter-media -f -i 10568/16498 -p "ImageMagick PDF Thumbnail" -v >& /tmp/filter-media-cmyk.txt "/> - + @@ -585,6 +585,8 @@ $ gem install compass -v 1.0.3
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -593,8 +595,6 @@ $ gem install compass -v 1.0.3
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2017-05/index.html b/docs/2017-05/index.html index eb20acbc1..0ad6f619b 100644 --- a/docs/2017-05/index.html +++ b/docs/2017-05/index.html @@ -18,7 +18,7 @@ - + @@ -391,6 +391,8 @@ UPDATE 187
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -399,8 +401,6 @@ UPDATE 187
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2017-06/index.html b/docs/2017-06/index.html index 36c4dff83..c034e55fa 100644 --- a/docs/2017-06/index.html +++ b/docs/2017-06/index.html @@ -18,7 +18,7 @@ - + @@ -270,6 +270,8 @@ $ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" [dspace]/bin/dspace import
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -278,8 +280,6 @@ $ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" [dspace]/bin/dspace import
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2017-07/index.html b/docs/2017-07/index.html index 63832878d..df1d16d4d 100644 --- a/docs/2017-07/index.html +++ b/docs/2017-07/index.html @@ -36,7 +36,7 @@ Merge changes for WLE Phase II theme rename (#329) Looking at extracting the metadata registries from ICARDA’s MEL DSpace database so we can compare fields with CGSpace We can use PostgreSQL’s extended output format (-x) plus sed to format the output into quasi XML: "/> - + @@ -275,6 +275,8 @@ delete from metadatavalue where resource_type_id=2 and metadata_field_id=235 and
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -283,8 +285,6 @@ delete from metadatavalue where resource_type_id=2 and metadata_field_id=235 and
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2017-08/index.html b/docs/2017-08/index.html index 638ce2d7e..999228346 100644 --- a/docs/2017-08/index.html +++ b/docs/2017-08/index.html @@ -60,7 +60,7 @@ This was due to newline characters in the dc.description.abstract column, which I exported a new CSV from the collection on DSpace Test and then manually removed the characters in vim using g/^$/d Then I cleaned up the author authorities and HTML characters in OpenRefine and sent the file back to Abenet "/> - + @@ -517,6 +517,8 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -525,8 +527,6 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2017-09/index.html b/docs/2017-09/index.html index f62270826..8a56fb3d7 100644 --- a/docs/2017-09/index.html +++ b/docs/2017-09/index.html @@ -32,7 +32,7 @@ Linode sent an alert that CGSpace (linode18) was using 261% CPU for the past two Ask Sisay to clean up the WLE approvers a bit, as Marianne’s user account is both in the approvers step as well as the group "/> - + @@ -659,6 +659,8 @@ Cert Status: good
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -667,8 +669,6 @@ Cert Status: good
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2017-10/index.html b/docs/2017-10/index.html index 5f4508233..e15696072 100644 --- a/docs/2017-10/index.html +++ b/docs/2017-10/index.html @@ -34,7 +34,7 @@ http://hdl.handle.net/10568/78495||http://hdl.handle.net/10568/79336 There appears to be a pattern but I’ll have to look a bit closer and try to clean them up automatically, either in SQL or in OpenRefine Add Katherine Lutz to the groups for content submission and edit steps of the CGIAR System collections "/> - + @@ -443,6 +443,8 @@ session_id=6C30F10B4351A4ED83EC6ED50AFD6B6A
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -451,8 +453,6 @@ session_id=6C30F10B4351A4ED83EC6ED50AFD6B6A
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2017-11/index.html b/docs/2017-11/index.html index f196c8a9c..a0fa769fa 100644 --- a/docs/2017-11/index.html +++ b/docs/2017-11/index.html @@ -48,7 +48,7 @@ Generate list of authors on CGSpace for Peter to go through and correct: dspace=# \copy (select distinct text_value, count(*) as count from metadatavalue where metadata_field_id = (select metadata_field_id from metadatafieldregistry where element = 'contributor' and qualifier = 'author') AND resource_type_id = 2 group by text_value order by count desc) to /tmp/authors.csv with csv; COPY 54701 "/> - + @@ -944,6 +944,8 @@ $ cat dspace.log.2017-11-28 | grep -o -E 'session_id=[A-Z0-9]{32}' | sor
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -952,8 +954,6 @@ $ cat dspace.log.2017-11-28 | grep -o -E 'session_id=[A-Z0-9]{32}' | sor
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2017-12/index.html b/docs/2017-12/index.html index 34d62f49a..61a2bac10 100644 --- a/docs/2017-12/index.html +++ b/docs/2017-12/index.html @@ -30,7 +30,7 @@ The logs say “Timeout waiting for idle object” PostgreSQL activity says there are 115 connections currently The list of connections to XMLUI and REST API for today: "/> - + @@ -783,6 +783,8 @@ DELETE 20
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -791,8 +793,6 @@ DELETE 20
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2018-01/index.html b/docs/2018-01/index.html index cf7922fdf..2da77550e 100644 --- a/docs/2018-01/index.html +++ b/docs/2018-01/index.html @@ -150,7 +150,7 @@ dspace.log.2018-01-02:34 Danny wrote to ask for help renewing the wildcard ilri.org certificate and I advised that we should probably use Let’s Encrypt if it’s just a handful of domains "/> - + @@ -1452,6 +1452,8 @@ Catalina:type=Manager,context=/,host=localhost activeSessions 8
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -1460,8 +1462,6 @@ Catalina:type=Manager,context=/,host=localhost activeSessions 8
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2018-02/index.html b/docs/2018-02/index.html index 6947ee410..148208a48 100644 --- a/docs/2018-02/index.html +++ b/docs/2018-02/index.html @@ -30,7 +30,7 @@ We don’t need to distinguish between internal and external works, so that Yesterday I figured out how to monitor DSpace sessions using JMX I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu’s munin-plugins-java package and used the stuff I discovered about JMX in 2018-01 "/> - + @@ -1038,6 +1038,8 @@ UPDATE 3
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -1046,8 +1048,6 @@ UPDATE 3
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2018-03/index.html b/docs/2018-03/index.html index 41a5410d5..07b6c6099 100644 --- a/docs/2018-03/index.html +++ b/docs/2018-03/index.html @@ -24,7 +24,7 @@ Export a CSV of the IITA community metadata for Martin Mueller Export a CSV of the IITA community metadata for Martin Mueller "/> - + @@ -585,6 +585,8 @@ Fixed 5 occurences of: GENEBANKS
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -593,8 +595,6 @@ Fixed 5 occurences of: GENEBANKS
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2018-04/index.html b/docs/2018-04/index.html index 223ad3297..6f6cf7aed 100644 --- a/docs/2018-04/index.html +++ b/docs/2018-04/index.html @@ -26,7 +26,7 @@ Catalina logs at least show some memory errors yesterday: I tried to test something on DSpace Test but noticed that it’s down since god knows when Catalina logs at least show some memory errors yesterday: "/> - + @@ -594,6 +594,8 @@ $ pg_restore -O -U dspacetest -d dspacetest -W -h localhost /tmp/dspace_2018-04-
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -602,8 +604,6 @@ $ pg_restore -O -U dspacetest -d dspacetest -W -h localhost /tmp/dspace_2018-04-
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2018-05/index.html b/docs/2018-05/index.html index 381efec2a..d49afd4aa 100644 --- a/docs/2018-05/index.html +++ b/docs/2018-05/index.html @@ -38,7 +38,7 @@ http://localhost:3000/solr/statistics/update?stream.body=%3Ccommit/%3E Then I reduced the JVM heap size from 6144 back to 5120m Also, I switched it to use OpenJDK instead of Oracle Java, as well as re-worked the Ansible infrastructure scripts to support hosts choosing which distribution they want to use "/> - + @@ -523,6 +523,8 @@ $ psql -h localhost -U postgres dspacetest
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -531,8 +533,6 @@ $ psql -h localhost -U postgres dspacetest
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2018-06/index.html b/docs/2018-06/index.html index f137756d1..be67c9c13 100644 --- a/docs/2018-06/index.html +++ b/docs/2018-06/index.html @@ -58,7 +58,7 @@ real 74m42.646s user 8m5.056s sys 2m7.289s "/> - + @@ -517,6 +517,8 @@ $ sed '/^id/d' 10568-*.csv | csvcut -c 1,2 > map-to-cifor-archive.csv
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -525,8 +527,6 @@ $ sed '/^id/d' 10568-*.csv | csvcut -c 1,2 > map-to-cifor-archive.csv
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2018-07/index.html b/docs/2018-07/index.html index 6a1460ffe..b17e8f2c8 100644 --- a/docs/2018-07/index.html +++ b/docs/2018-07/index.html @@ -36,7 +36,7 @@ During the mvn package stage on the 5.8 branch I kept getting issues with java r There is insufficient memory for the Java Runtime Environment to continue. "/> - + @@ -569,6 +569,8 @@ dspace=# select count(text_value) from metadatavalue where resource_type_id=2 an
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -577,8 +579,6 @@ dspace=# select count(text_value) from metadatavalue where resource_type_id=2 an
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2018-08/index.html b/docs/2018-08/index.html index 1cb25d745..bc8ac89a5 100644 --- a/docs/2018-08/index.html +++ b/docs/2018-08/index.html @@ -46,7 +46,7 @@ Anyways, perhaps I should increase the JVM heap from 5120m to 6144m like we did The server only has 8GB of RAM so we’ll eventually need to upgrade to a larger one because we’ll start starving the OS, PostgreSQL, and command line batch processes I ran all system updates on DSpace Test and rebooted it "/> - + @@ -442,6 +442,8 @@ $ dspace database migrate ignored
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -450,8 +452,6 @@ $ dspace database migrate ignored
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2018-09/index.html b/docs/2018-09/index.html index cde4a76d4..9aa28302a 100644 --- a/docs/2018-09/index.html +++ b/docs/2018-09/index.html @@ -30,7 +30,7 @@ I’ll update the DSpace role in our Ansible infrastructure playbooks and ru Also, I’ll re-run the postgresql tasks because the custom PostgreSQL variables are dynamic according to the system’s RAM, and we never re-ran them after migrating to larger Linodes last month I’m testing the new DSpace 5.8 branch in my Ubuntu 18.04 environment and I’m getting those autowire errors in Tomcat 8.5.30 again: "/> - + @@ -748,6 +748,8 @@ UPDATE metadatavalue SET text_value='ja' WHERE resource_type_id=2 AND me
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -756,8 +758,6 @@ UPDATE metadatavalue SET text_value='ja' WHERE resource_type_id=2 AND me
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2018-10/index.html b/docs/2018-10/index.html index a2c0e7df9..a2a3ad17c 100644 --- a/docs/2018-10/index.html +++ b/docs/2018-10/index.html @@ -26,7 +26,7 @@ I created a GitHub issue to track this #389, because I’m super busy in Nai Phil Thornton got an ORCID identifier so we need to add it to the list on CGSpace and tag his existing items I created a GitHub issue to track this #389, because I’m super busy in Nairobi right now "/> - + @@ -656,6 +656,8 @@ $ curl -X GET -H "Content-Type: application/json" -H "Accept: applic
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -664,8 +666,6 @@ $ curl -X GET -H "Content-Type: application/json" -H "Accept: applic
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2018-11/index.html b/docs/2018-11/index.html index a6ac519c4..66ff3ea80 100644 --- a/docs/2018-11/index.html +++ b/docs/2018-11/index.html @@ -36,7 +36,7 @@ Send a note about my dspace-statistics-api to the dspace-tech mailing list Linode has been sending mails a few times a day recently that CGSpace (linode18) has had high CPU usage Today these are the top 10 IPs: "/> - + @@ -553,6 +553,8 @@ $ dspace dsrun org.dspace.eperson.Groomer -a -b 11/27/2016 -d
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -561,8 +563,6 @@ $ dspace dsrun org.dspace.eperson.Groomer -a -b 11/27/2016 -d
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2018-12/index.html b/docs/2018-12/index.html index b6dcd2153..21e0b986f 100644 --- a/docs/2018-12/index.html +++ b/docs/2018-12/index.html @@ -36,7 +36,7 @@ Then I ran all system updates and restarted the server I noticed that there is another issue with PDF thumbnails on CGSpace, and I see there was another Ghostscript vulnerability last week "/> - + @@ -594,6 +594,8 @@ UPDATE 1
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -602,8 +604,6 @@ UPDATE 1
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2019-01/index.html b/docs/2019-01/index.html index da3496495..2a64719ef 100644 --- a/docs/2019-01/index.html +++ b/docs/2019-01/index.html @@ -50,7 +50,7 @@ I don’t see anything interesting in the web server logs around that time t 357 207.46.13.1 903 54.70.40.11 "/> - + @@ -1265,6 +1265,8 @@ identify: CorruptImageProfile `xmp' @ warning/profile.c/SetImageProfileInter
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -1273,8 +1275,6 @@ identify: CorruptImageProfile `xmp' @ warning/profile.c/SetImageProfileInter
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2019-02/index.html b/docs/2019-02/index.html index b1a7e34a8..e47d812fe 100644 --- a/docs/2019-02/index.html +++ b/docs/2019-02/index.html @@ -72,7 +72,7 @@ real 0m19.873s user 0m22.203s sys 0m1.979s "/> - + @@ -1344,6 +1344,8 @@ Please see the DSpace documentation for assistance.
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -1352,8 +1354,6 @@ Please see the DSpace documentation for assistance.
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2019-03/index.html b/docs/2019-03/index.html index d83d4ab0e..f8d4862ab 100644 --- a/docs/2019-03/index.html +++ b/docs/2019-03/index.html @@ -46,7 +46,7 @@ Most worryingly, there are encoding errors in the abstracts for eleven items, fo I think I will need to ask Udana to re-copy and paste the abstracts with more care using Google Docs "/> - + @@ -1208,6 +1208,8 @@ sys 0m2.551s
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -1216,8 +1218,6 @@ sys 0m2.551s
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2019-04/index.html b/docs/2019-04/index.html index f733ceea3..2136f6cec 100644 --- a/docs/2019-04/index.html +++ b/docs/2019-04/index.html @@ -64,7 +64,7 @@ $ ./fix-metadata-values.py -i /tmp/2019-02-21-fix-4-regions.csv -db dspace -u ds $ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-2-countries.csv -db dspace -u dspace -p 'fuuu' -m 228 -f cg.coverage.country -d $ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-1-region.csv -db dspace -u dspace -p 'fuuu' -m 231 -f cg.coverage.region -d "/> - + @@ -1299,6 +1299,8 @@ UPDATE 14
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -1307,8 +1309,6 @@ UPDATE 14
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2019-05/index.html b/docs/2019-05/index.html index 0e3ca59a6..ffa425fa7 100644 --- a/docs/2019-05/index.html +++ b/docs/2019-05/index.html @@ -48,7 +48,7 @@ DELETE 1 But after this I tried to delete the item from the XMLUI and it is still present… "/> - + @@ -631,6 +631,8 @@ COPY 64871
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -639,8 +641,6 @@ COPY 64871
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2019-06/index.html b/docs/2019-06/index.html index f7d434c4e..fb0d09c5d 100644 --- a/docs/2019-06/index.html +++ b/docs/2019-06/index.html @@ -34,7 +34,7 @@ Run system updates on CGSpace (linode18) and reboot it Skype with Marie-Angélique and Abenet about CG Core v2 "/> - + @@ -317,6 +317,8 @@ UPDATE 2
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -325,8 +327,6 @@ UPDATE 2
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2019-07/index.html b/docs/2019-07/index.html index a6424a62f..5927ecbbc 100644 --- a/docs/2019-07/index.html +++ b/docs/2019-07/index.html @@ -38,7 +38,7 @@ CGSpace Abenet had another similar issue a few days ago when trying to find the stats for 2018 in the RTB community "/> - + @@ -554,6 +554,8 @@ issn.validate('1020-3362')
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -562,8 +564,6 @@ issn.validate('1020-3362')
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2019-08/index.html b/docs/2019-08/index.html index 22d4e71c1..661b817e3 100644 --- a/docs/2019-08/index.html +++ b/docs/2019-08/index.html @@ -46,7 +46,7 @@ After rebooting, all statistics cores were loaded… wow, that’s luck Run system updates on DSpace Test (linode19) and reboot it "/> - + @@ -573,6 +573,8 @@ sys 2m27.496s
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -581,8 +583,6 @@ sys 2m27.496s
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2019-09/index.html b/docs/2019-09/index.html index c3e1752cc..66d7aef20 100644 --- a/docs/2019-09/index.html +++ b/docs/2019-09/index.html @@ -72,7 +72,7 @@ Here are the top ten IPs in the nginx XMLUI and REST/OAI logs this morning: 7249 2a01:7e00::f03c:91ff:fe18:7396 9124 45.5.186.2 "/> - + @@ -581,6 +581,8 @@ $ csv-metadata-quality -i /tmp/clarisa-institutions.csv -o /tmp/clarisa-institut
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -589,8 +591,6 @@ $ csv-metadata-quality -i /tmp/clarisa-institutions.csv -o /tmp/clarisa-institut
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2019-10/index.html b/docs/2019-10/index.html index ee11b6143..d3ee4d09c 100644 --- a/docs/2019-10/index.html +++ b/docs/2019-10/index.html @@ -18,7 +18,7 @@ - + @@ -385,6 +385,8 @@ $ dspace import -a -c 10568/104057 -e fuu@cgiar.org -m 2019-10-15-Bioversity.map
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -393,8 +395,6 @@ $ dspace import -a -c 10568/104057 -e fuu@cgiar.org -m 2019-10-15-Bioversity.map
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2019-11/index.html b/docs/2019-11/index.html index d46479a0d..c1c93d2d2 100644 --- a/docs/2019-11/index.html +++ b/docs/2019-11/index.html @@ -58,7 +58,7 @@ Let’s see how many of the REST API requests were for bitstreams (because t # zcat --force /var/log/nginx/rest.log.*.gz | grep -E "[0-9]{1,2}/Oct/2019" | grep -c -E "/rest/bitstreams" 106781 "/> - + @@ -692,6 +692,8 @@ $ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-i
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -700,8 +702,6 @@ $ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-i
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2019-12/index.html b/docs/2019-12/index.html index e68247090..e43bb41e8 100644 --- a/docs/2019-12/index.html +++ b/docs/2019-12/index.html @@ -46,7 +46,7 @@ Make sure all packages are up to date and the package manager is up to date, the # dpkg -C # reboot "/> - + @@ -404,6 +404,8 @@ UPDATE 1
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -412,8 +414,6 @@ UPDATE 1
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2020-01/index.html b/docs/2020-01/index.html index 56d6b0cf5..0a75b9fd0 100644 --- a/docs/2020-01/index.html +++ b/docs/2020-01/index.html @@ -56,7 +56,7 @@ I tweeted the CGSpace repository link "/> - + @@ -604,6 +604,8 @@ COPY 2900
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -612,8 +614,6 @@ COPY 2900
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2020-02/index.html b/docs/2020-02/index.html index 2a3f7a7ed..eb6ddaafe 100644 --- a/docs/2020-02/index.html +++ b/docs/2020-02/index.html @@ -38,7 +38,7 @@ The code finally builds and runs with a fresh install "/> - + @@ -1275,6 +1275,8 @@ Moving: 21993 into core statistics-2019
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -1283,8 +1285,6 @@ Moving: 21993 into core statistics-2019
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2020-03/index.html b/docs/2020-03/index.html index 8fbadc71c..ff8c145ef 100644 --- a/docs/2020-03/index.html +++ b/docs/2020-03/index.html @@ -42,7 +42,7 @@ You need to download this into the DSpace 6.x source and compile it "/> - + @@ -484,6 +484,8 @@ $ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-i
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -492,8 +494,6 @@ $ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-i
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2020-04/index.html b/docs/2020-04/index.html index b922d16f1..3ed527374 100644 --- a/docs/2020-04/index.html +++ b/docs/2020-04/index.html @@ -48,7 +48,7 @@ The third item now has a donut with score 1 since I tweeted it last week On the same note, the one item Abenet pointed out last week now has a donut with score of 104 after I tweeted it last week "/> - + @@ -658,6 +658,8 @@ $ psql -c 'select * from pg_stat_activity' | wc -l
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -666,8 +668,6 @@ $ psql -c 'select * from pg_stat_activity' | wc -l
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2020-05/index.html b/docs/2020-05/index.html index 22e83a41a..3e6cd947c 100644 --- a/docs/2020-05/index.html +++ b/docs/2020-05/index.html @@ -34,7 +34,7 @@ I see that CGSpace (linode18) is still using PostgreSQL JDBC driver version 42.2 "/> - + @@ -477,6 +477,8 @@ Caused by: java.lang.NullPointerException
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -485,8 +487,6 @@ Caused by: java.lang.NullPointerException
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2020-06/index.html b/docs/2020-06/index.html index 480df28df..e6a7180b7 100644 --- a/docs/2020-06/index.html +++ b/docs/2020-06/index.html @@ -36,7 +36,7 @@ I sent Atmire the dspace.log from today and told them to log into the server to In other news, I checked the statistics API on DSpace 6 and it’s working I tried to build the OAI registry on the freshly migrated DSpace 6 on DSpace Test and I get an error: "/> - + @@ -811,6 +811,8 @@ $ csvcut -c 'id,cg.subject.ilri[],cg.subject.ilri[en_US],dc.subject[en_US]&#
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -819,8 +821,6 @@ $ csvcut -c 'id,cg.subject.ilri[],cg.subject.ilri[en_US],dc.subject[en_US]&#
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2020-07/index.html b/docs/2020-07/index.html index 3e3545f61..fc5eaeddc 100644 --- a/docs/2020-07/index.html +++ b/docs/2020-07/index.html @@ -38,7 +38,7 @@ I restarted Tomcat and PostgreSQL and the issue was gone Since I was restarting Tomcat anyways I decided to redeploy the latest changes from the 5_x-prod branch and I added a note about COVID-19 items to the CGSpace frontpage at Peter’s request "/> - + @@ -1142,6 +1142,8 @@ Fixed 4 occurences of: Muloi, D.M.
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -1150,8 +1152,6 @@ Fixed 4 occurences of: Muloi, D.M.
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2020-08/index.html b/docs/2020-08/index.html index ecb0eab10..77ce923d5 100644 --- a/docs/2020-08/index.html +++ b/docs/2020-08/index.html @@ -36,7 +36,7 @@ It is class based so I can easily add support for other vocabularies, and the te "/> - + @@ -798,6 +798,8 @@ $ grep -c added /tmp/2020-08-27-countrycodetagger.log
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -806,8 +808,6 @@ $ grep -c added /tmp/2020-08-27-countrycodetagger.log
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2020-09/index.html b/docs/2020-09/index.html index 4d24f90b0..d0ce1c706 100644 --- a/docs/2020-09/index.html +++ b/docs/2020-09/index.html @@ -48,7 +48,7 @@ I filed a bug on OpenRXV: https://github.com/ilri/OpenRXV/issues/39 I filed an issue on OpenRXV to make some minor edits to the admin UI: https://github.com/ilri/OpenRXV/issues/40 "/> - + @@ -717,6 +717,8 @@ solr_query_params = {
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -725,8 +727,6 @@ solr_query_params = {
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2020-10/index.html b/docs/2020-10/index.html index 737af9aa0..d1dc0fdd5 100644 --- a/docs/2020-10/index.html +++ b/docs/2020-10/index.html @@ -44,7 +44,7 @@ During the FlywayDB migration I got an error: "/> - + @@ -1241,6 +1241,8 @@ $ ./delete-metadata-values.py -i 2020-10-31-delete-74-sponsors.csv -db dspace -u
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -1249,8 +1251,6 @@ $ ./delete-metadata-values.py -i 2020-10-31-delete-74-sponsors.csv -db dspace -u
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2020-11/index.html b/docs/2020-11/index.html index e699bf5e9..2813d30e3 100644 --- a/docs/2020-11/index.html +++ b/docs/2020-11/index.html @@ -32,7 +32,7 @@ So far we’ve spent at least fifty hours to process the statistics and stat "/> - + @@ -731,6 +731,8 @@ $ ./fix-metadata-values.py -i 2020-11-30-fix-hung-orcid.csv -db dspace63 -u dspa
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -739,8 +741,6 @@ $ ./fix-metadata-values.py -i 2020-11-30-fix-hung-orcid.csv -db dspace63 -u dspa
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2020-12/index.html b/docs/2020-12/index.html index 1ec9a53e6..112bd48d1 100644 --- a/docs/2020-12/index.html +++ b/docs/2020-12/index.html @@ -36,7 +36,7 @@ I started processing those (about 411,000 records): "/> - + @@ -869,6 +869,8 @@ $ query-json '.items | length' /tmp/policy2.json
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -877,8 +879,6 @@ $ query-json '.items | length' /tmp/policy2.json
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2021-01/index.html b/docs/2021-01/index.html index 287f62d6b..ed6e1346d 100644 --- a/docs/2021-01/index.html +++ b/docs/2021-01/index.html @@ -50,7 +50,7 @@ For example, this item has 51 views on CGSpace, but 0 on AReS "/> - + @@ -688,6 +688,8 @@ java.lang.IllegalArgumentException: Invalid character found in the request targe
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -696,8 +698,6 @@ java.lang.IllegalArgumentException: Invalid character found in the request targe
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2021-02/index.html b/docs/2021-02/index.html index 559332faf..f574fd75d 100644 --- a/docs/2021-02/index.html +++ b/docs/2021-02/index.html @@ -60,7 +60,7 @@ $ curl -s 'http://localhost:9200/openrxv-items-temp/_count?q=*&pretty } } "/> - + @@ -898,6 +898,8 @@ dspace=# UPDATE metadatavalue SET text_lang='en_US' WHERE dspace_object_
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -906,8 +908,6 @@ dspace=# UPDATE metadatavalue SET text_lang='en_US' WHERE dspace_object_
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2021-03/index.html b/docs/2021-03/index.html index 5d84c7b52..e1013d0e8 100644 --- a/docs/2021-03/index.html +++ b/docs/2021-03/index.html @@ -34,7 +34,7 @@ Also, we found some issues building and running OpenRXV currently due to ecosyst "/> - + @@ -875,6 +875,8 @@ Also, we found some issues building and running OpenRXV currently due to ecosyst
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -883,8 +885,6 @@ Also, we found some issues building and running OpenRXV currently due to ecosyst
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2021-04/index.html b/docs/2021-04/index.html index d43d7b5b9..aeafef0c2 100644 --- a/docs/2021-04/index.html +++ b/docs/2021-04/index.html @@ -44,7 +44,7 @@ Perhaps one of the containers crashed, I should have looked closer but I was in "/> - + @@ -1042,6 +1042,8 @@ $ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisti
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -1050,8 +1052,6 @@ $ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisti
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2021-05/index.html b/docs/2021-05/index.html index 083373405..bc7ffb10b 100644 --- a/docs/2021-05/index.html +++ b/docs/2021-05/index.html @@ -36,7 +36,7 @@ I looked at the top user agents and IPs in the Solr statistics for last month an I will add the RI/1.0 pattern to our DSpace agents overload and purge them from Solr (we had previously seen this agent with 9,000 hits or so in 2020-09), but I think I will leave the Microsoft Word one… as that’s an actual user… "/> - + @@ -685,6 +685,8 @@ May 26, 02:57 UTC
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -693,8 +695,6 @@ May 26, 02:57 UTC
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2021-06/index.html b/docs/2021-06/index.html index 2b7054e01..ce375da7a 100644 --- a/docs/2021-06/index.html +++ b/docs/2021-06/index.html @@ -36,7 +36,7 @@ I simply started it and AReS was running again: "/> - + @@ -693,6 +693,8 @@ I simply started it and AReS was running again:
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -701,8 +703,6 @@ I simply started it and AReS was running again:
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2021-07/index.html b/docs/2021-07/index.html index bc2138a7c..813a3eeee 100644 --- a/docs/2021-07/index.html +++ b/docs/2021-07/index.html @@ -30,7 +30,7 @@ Export another list of ALL subjects on CGSpace, including AGROVOC and non-AGROVO localhost/dspace63= > \COPY (SELECT DISTINCT LOWER(text_value) AS subject, count(*) FROM metadatavalue WHERE dspace_object_id in (SELECT dspace_object_id FROM item) AND metadata_field_id IN (119, 120, 127, 122, 128, 125, 135, 203, 208, 210, 215, 123, 236, 242, 187) GROUP BY subject ORDER BY count DESC) to /tmp/2021-07-01-all-subjects.csv WITH CSV HEADER; COPY 20994 "/> - + @@ -715,6 +715,8 @@ COPY 20994
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -723,8 +725,6 @@ COPY 20994
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2021-08/index.html b/docs/2021-08/index.html index 53df9c8f2..f0c2d2b7b 100644 --- a/docs/2021-08/index.html +++ b/docs/2021-08/index.html @@ -32,7 +32,7 @@ Update Docker images on AReS server (linode20) and reboot the server: I decided to upgrade linode20 from Ubuntu 18.04 to 20.04 "/> - + @@ -606,6 +606,8 @@ I decided to upgrade linode20 from Ubuntu 18.04 to 20.04
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -614,8 +616,6 @@ I decided to upgrade linode20 from Ubuntu 18.04 to 20.04
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2021-09/index.html b/docs/2021-09/index.html index 1144edef6..24bd29de0 100644 --- a/docs/2021-09/index.html +++ b/docs/2021-09/index.html @@ -48,7 +48,7 @@ The syntax Moayad showed me last month doesn’t seem to honor the search qu "/> - + @@ -588,6 +588,8 @@ The syntax Moayad showed me last month doesn’t seem to honor the search qu
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -596,8 +598,6 @@ The syntax Moayad showed me last month doesn’t seem to honor the search qu
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2021-10/index.html b/docs/2021-10/index.html index 8b9ad483d..e9c6fb7eb 100644 --- a/docs/2021-10/index.html +++ b/docs/2021-10/index.html @@ -46,7 +46,7 @@ $ wc -l /tmp/2021-10-01-affiliations.txt So we have 1879/7100 (26.46%) matching already "/> - + @@ -791,6 +791,8 @@ Try doing it in two imports. In first import, remove all authors. In second impo
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -799,8 +801,6 @@ Try doing it in two imports. In first import, remove all authors. In second impo
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2021-11/index.html b/docs/2021-11/index.html index b9c224a06..286891c29 100644 --- a/docs/2021-11/index.html +++ b/docs/2021-11/index.html @@ -32,7 +32,7 @@ First I exported all the 2019 stats from CGSpace: $ ./run.sh -s http://localhost:8081/solr/statistics -f 'time:2019-*' -a export -o statistics-2019.json -k uid $ zstd statistics-2019.json "/> - + @@ -494,6 +494,8 @@ $ zstd statistics-2019.json
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -502,8 +504,6 @@ $ zstd statistics-2019.json
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2021-12/index.html b/docs/2021-12/index.html index 733b8b48e..45cd1c036 100644 --- a/docs/2021-12/index.html +++ b/docs/2021-12/index.html @@ -40,7 +40,7 @@ Purging 455 hits from WhatsApp in statistics Total number of bot hits purged: 3679 "/> - + @@ -577,6 +577,8 @@ Total number of bot hits purged: 3679
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -585,8 +587,6 @@ Total number of bot hits purged: 3679
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2022-01/index.html b/docs/2022-01/index.html index 6648726b8..ee4ca284d 100644 --- a/docs/2022-01/index.html +++ b/docs/2022-01/index.html @@ -24,7 +24,7 @@ Start a full harvest on AReS Start a full harvest on AReS "/> - + @@ -380,6 +380,8 @@ Start a full harvest on AReS
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -388,8 +390,6 @@ Start a full harvest on AReS
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2022-02/index.html b/docs/2022-02/index.html index e61006235..90f8ec366 100644 --- a/docs/2022-02/index.html +++ b/docs/2022-02/index.html @@ -38,7 +38,7 @@ We agreed to try to do more alignment of affiliations/funders with ROR "/> - + @@ -724,6 +724,8 @@ isNotNull(value.match('699'))
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -732,8 +734,6 @@ isNotNull(value.match('699'))
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2022-03/index.html b/docs/2022-03/index.html index 0fa144852..161ee938d 100644 --- a/docs/2022-03/index.html +++ b/docs/2022-03/index.html @@ -34,7 +34,7 @@ $ ./ilri/check-duplicates.py -i /tmp/tac4.csv -db dspace -u dspace -p 'fuuu& $ csvcut -c id,filename ~/Downloads/2022-03-01-CGSpace-TAC-ICW-batch4-701-980.csv > /tmp/tac4-filenames.csv $ csvjoin -c id /tmp/2022-03-01-tac-batch4-701-980.csv /tmp/tac4-filenames.csv > /tmp/2022-03-01-tac-batch4-701-980-filenames.csv "/> - + @@ -476,6 +476,8 @@ isNotNull(value.match('889'))
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -484,8 +486,6 @@ isNotNull(value.match('889'))
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2022-04/index.html b/docs/2022-04/index.html index fe3365abf..2ad8c3895 100644 --- a/docs/2022-04/index.html +++ b/docs/2022-04/index.html @@ -18,7 +18,7 @@ - + @@ -509,6 +509,8 @@
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -517,8 +519,6 @@
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2022-05/index.html b/docs/2022-05/index.html index e1cc5e37c..de83fb899 100644 --- a/docs/2022-05/index.html +++ b/docs/2022-05/index.html @@ -66,7 +66,7 @@ If I query Solr for time:2022-04* AND dns:*msnbot* AND dns:*.msn.com. I see a ha I purged 93,974 hits from these IPs using my check-spider-ip-hits.sh script "/> - + @@ -445,6 +445,8 @@ I purged 93,974 hits from these IPs using my check-spider-ip-hits.sh script
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -453,8 +455,6 @@ I purged 93,974 hits from these IPs using my check-spider-ip-hits.sh script
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2022-06/index.html b/docs/2022-06/index.html index 4f26aca57..c25064a4c 100644 --- a/docs/2022-06/index.html +++ b/docs/2022-06/index.html @@ -48,7 +48,7 @@ There seem to be many more of these: "/> - + @@ -458,6 +458,8 @@ There seem to be many more of these:
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -466,8 +468,6 @@ There seem to be many more of these:
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2022-07/index.html b/docs/2022-07/index.html index a0521127e..ad8b8f10a 100644 --- a/docs/2022-07/index.html +++ b/docs/2022-07/index.html @@ -34,7 +34,7 @@ Also, the trgm functions I’ve used before are case insensitive, but Levens "/> - + @@ -736,6 +736,8 @@ Also, the trgm functions I’ve used before are case insensitive, but Levens
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -744,8 +746,6 @@ Also, the trgm functions I’ve used before are case insensitive, but Levens
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2022-08/index.html b/docs/2022-08/index.html index d4b92c3a8..7f5f54f16 100644 --- a/docs/2022-08/index.html +++ b/docs/2022-08/index.html @@ -24,7 +24,7 @@ Our request to add CC-BY-3.0-IGO to SPDX was approved a few weeks ago Our request to add CC-BY-3.0-IGO to SPDX was approved a few weeks ago "/> - + @@ -522,6 +522,8 @@ Our request to add CC-BY-3.0-IGO to SPDX was approved a few weeks ago
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -530,8 +532,6 @@ Our request to add CC-BY-3.0-IGO to SPDX was approved a few weeks ago
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2022-09/index.html b/docs/2022-09/index.html index cf94e5300..ea90c6367 100644 --- a/docs/2022-09/index.html +++ b/docs/2022-09/index.html @@ -46,7 +46,7 @@ I also fixed a few bugs and improved the region-matching logic "/> - + @@ -783,6 +783,8 @@ harvesting of meat from wildlife and not from livestock.

    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -791,8 +793,6 @@ harvesting of meat from wildlife and not from livestock.

  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2022-10/index.html b/docs/2022-10/index.html index 46362136f..be8ea68e3 100644 --- a/docs/2022-10/index.html +++ b/docs/2022-10/index.html @@ -36,7 +36,7 @@ I filed an issue to ask about Java 11+ support "/> - + @@ -978,6 +978,8 @@ I filed an issue to ask about Java 11+ support
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -986,8 +988,6 @@ I filed an issue to ask about Java 11+ support
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2022-11/index.html b/docs/2022-11/index.html index ff5e27ff3..7a551340e 100644 --- a/docs/2022-11/index.html +++ b/docs/2022-11/index.html @@ -44,7 +44,7 @@ I want to make sure they use groups instead of individuals where possible! I reverted the Cocoon autosave change because it was more of a nuissance that Peter can’t upload CSVs from the web interface and is a very low severity security issue "/> - + @@ -757,6 +757,8 @@ I reverted the Cocoon autosave change because it was more of a nuissance that Pe
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -765,8 +767,6 @@ I reverted the Cocoon autosave change because it was more of a nuissance that Pe
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2022-12/index.html b/docs/2022-12/index.html index bdaa5f418..56f3db181 100644 --- a/docs/2022-12/index.html +++ b/docs/2022-12/index.html @@ -36,7 +36,7 @@ I exported the CCAFS and IITA communities, extracted just the country and region 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) "/> - + @@ -577,6 +577,8 @@ Replace “East Asia” with “Eastern Asia” region on CGSpac
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -585,8 +587,6 @@ Replace “East Asia” with “Eastern Asia” region on CGSpac
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2023-01/index.html b/docs/2023-01/index.html index c43bd4e00..b718954bc 100644 --- a/docs/2023-01/index.html +++ b/docs/2023-01/index.html @@ -34,7 +34,7 @@ I see we have some new ones that aren’t in our list if I combine with this "/> - + @@ -827,6 +827,8 @@ I see we have some new ones that aren’t in our list if I combine with this
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 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. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2023-02/index.html b/docs/2023-02/index.html index 5a8bebe77..364ce8c44 100644 --- a/docs/2023-02/index.html +++ b/docs/2023-02/index.html @@ -32,7 +32,7 @@ I want to try to expand my use of their data to journals, publishers, volumes, i "/> - + @@ -647,6 +647,8 @@ I want to try to expand my use of their data to journals, publishers, volumes, i
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -655,8 +657,6 @@ I want to try to expand my use of their data to journals, publishers, volumes, i
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2023-03/index.html b/docs/2023-03/index.html index e86562c65..2b0bc3756 100644 --- a/docs/2023-03/index.html +++ b/docs/2023-03/index.html @@ -28,7 +28,7 @@ Remove cg.subject.wle and cg.identifier.wletheme from CGSpace input form after c iso-codes 4.13.0 was released, which incorporates my changes to the common names for Iran, Laos, and Syria I finally got through with porting the input form from DSpace 6 to DSpace 7 "/> - + @@ -859,6 +859,8 @@ RL: performed 0 reads and 16 write i/o operations
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -867,8 +869,6 @@ RL: performed 0 reads and 16 write i/o operations
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2023-04/index.html b/docs/2023-04/index.html index 0dba9be83..71aa7f421 100644 --- a/docs/2023-04/index.html +++ b/docs/2023-04/index.html @@ -36,7 +36,7 @@ I also did a check for missing country/region mappings with csv-metadata-quality Start a harvest on AReS "/> - + @@ -751,6 +751,8 @@ Start a harvest on AReS
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -759,8 +761,6 @@ Start a harvest on AReS
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2023-05/index.html b/docs/2023-05/index.html index 3eda26e5f..72ee63471 100644 --- a/docs/2023-05/index.html +++ b/docs/2023-05/index.html @@ -46,7 +46,7 @@ Also I found at least two spelling mistakes, for example “decison support Work on cleaning, proofing, and uploading twenty-seven records for IFPRI to CGSpace "/> - + @@ -374,6 +374,8 @@ Work on cleaning, proofing, and uploading twenty-seven records for IFPRI to CGSp
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -382,8 +384,6 @@ Work on cleaning, proofing, and uploading twenty-seven records for IFPRI to CGSp
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2023-06/index.html b/docs/2023-06/index.html index 5a447b03a..d2a5b2e9c 100644 --- a/docs/2023-06/index.html +++ b/docs/2023-06/index.html @@ -44,7 +44,7 @@ From what I can see we need to upgrade the MODS schema from 3.1 to 3.7 and then "/> - + @@ -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. July, 2024
  2. +
  3. June, 2024
  4. May, 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. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2023-07/index.html b/docs/2023-07/index.html index dc59a6323..ca876f161 100644 --- a/docs/2023-07/index.html +++ b/docs/2023-07/index.html @@ -18,7 +18,7 @@ - + @@ -479,6 +479,8 @@
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -487,8 +489,6 @@
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2023-08/index.html b/docs/2023-08/index.html index 108dc16b0..3df21c8b1 100644 --- a/docs/2023-08/index.html +++ b/docs/2023-08/index.html @@ -34,7 +34,7 @@ I did some minor cleanups myself and applied them to CGSpace Start working on some batch uploads for IFPRI "/> - + @@ -460,6 +460,8 @@ UPDATE 1
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -468,8 +470,6 @@ UPDATE 1
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2023-09/index.html b/docs/2023-09/index.html index 30d1c9cca..799ad83e2 100644 --- a/docs/2023-09/index.html +++ b/docs/2023-09/index.html @@ -26,7 +26,7 @@ Start a harvest on AReS Export CGSpace to check for missing Initiative collection mappings Start a harvest on AReS "/> - + @@ -407,6 +407,8 @@ Start a harvest on AReS
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -415,8 +417,6 @@ Start a harvest on AReS
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2023-10/index.html b/docs/2023-10/index.html index 31bfdbb0e..845029357 100644 --- a/docs/2023-10/index.html +++ b/docs/2023-10/index.html @@ -36,7 +36,7 @@ We can be on the safe side by using only abstracts for items that are licensed u "/> - + @@ -345,6 +345,8 @@ We can be on the safe side by using only abstracts for items that are licensed u
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -353,8 +355,6 @@ We can be on the safe side by using only abstracts for items that are licensed u
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2023-11/index.html b/docs/2023-11/index.html index f4766ecc4..5aeb105d0 100644 --- a/docs/2023-11/index.html +++ b/docs/2023-11/index.html @@ -42,7 +42,7 @@ I improved the filtering and wrote some Python using pandas to merge my sources Export CGSpace to check missing Initiative collection mappings Start a harvest on AReS "/> - + @@ -389,6 +389,8 @@ tomcat9[732]: [9955.666s][info ][gc] GC(6292) To-space exhausted
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -397,8 +399,6 @@ tomcat9[732]: [9955.666s][info ][gc] GC(6292) To-space exhausted
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2023-12/index.html b/docs/2023-12/index.html index 1912778e1..db386d0d8 100644 --- a/docs/2023-12/index.html +++ b/docs/2023-12/index.html @@ -18,7 +18,7 @@ - + @@ -408,6 +408,8 @@
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -416,8 +418,6 @@
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2024-01/index.html b/docs/2024-01/index.html index fe6a998ff..764022ec6 100644 --- a/docs/2024-01/index.html +++ b/docs/2024-01/index.html @@ -40,7 +40,7 @@ I sent the bundle to the Handle admins to make sure it’s OK before we do t Continue testing and debugging the cgspace-java-helpers on DSpace 7 Work on IFPRI ISNAR archive cleanup "/> - + @@ -601,6 +601,8 @@ Work on IFPRI ISNAR archive cleanup
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -609,8 +611,6 @@ Work on IFPRI ISNAR archive cleanup
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2024-02/index.html b/docs/2024-02/index.html index a0418a2c5..dfb7ca339 100644 --- a/docs/2024-02/index.html +++ b/docs/2024-02/index.html @@ -26,7 +26,7 @@ Lower case all the AGROVOC subjects on CGSpace Delete duplicate metadata as described in my DSpace issue from last year: https://github.com/DSpace/DSpace/issues/8253 Lower case all the AGROVOC subjects on CGSpace "/> - + @@ -247,6 +247,8 @@ Lower case all the AGROVOC subjects on CGSpace
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -255,8 +257,6 @@ Lower case all the AGROVOC subjects on CGSpace
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2024-03/index.html b/docs/2024-03/index.html index cf6c2c7f5..df1cad729 100644 --- a/docs/2024-03/index.html +++ b/docs/2024-03/index.html @@ -34,7 +34,7 @@ It might be this issue: https://github.com/DSpace/dspace-angular/issues/2808 "/> - + @@ -357,6 +357,8 @@ COPY 28024
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -365,8 +367,6 @@ COPY 28024
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2024-04/index.html b/docs/2024-04/index.html index 9ff152ea6..3b3e21163 100644 --- a/docs/2024-04/index.html +++ b/docs/2024-04/index.html @@ -24,7 +24,7 @@ Work on CGSpace duplicate DOIs more Work on CGSpace duplicate DOIs more "/> - + @@ -303,6 +303,8 @@ curl -s -o /dev/null 0.01s user 0.01s system 0% cpu 4.764 total
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -311,8 +313,6 @@ curl -s -o /dev/null 0.01s user 0.01s system 0% cpu 4.764 total
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2024-05/index.html b/docs/2024-05/index.html index b521a91cc..64f214091 100644 --- a/docs/2024-05/index.html +++ b/docs/2024-05/index.html @@ -32,7 +32,7 @@ Then I did some work to add missing abstracts (about 900!), volumes, issues, lic "/> - + @@ -322,6 +322,8 @@ dspace=# \COPY (SELECT i.uuid, m.text_value AS submitted_by FROM item i JOIN met
    +
  1. July, 2024
  2. +
  3. June, 2024
  4. May, 2024
  5. @@ -330,8 +332,6 @@ dspace=# \COPY (SELECT i.uuid, m.text_value AS submitted_by FROM item i JOIN met
  6. March, 2024
  7. -
  8. February, 2024
  9. -
diff --git a/docs/2024-06/index.html b/docs/2024-06/index.html index 4829cb943..4799d4cdc 100644 --- a/docs/2024-06/index.html +++ b/docs/2024-06/index.html @@ -19,7 +19,7 @@ We have both Handles and DOIs for these datasets, both from Harvard’s Data - + @@ -34,7 +34,7 @@ We have both Handles and DOIs for these datasets, both from Harvard’s Data "/> - + @@ -44,9 +44,9 @@ We have both Handles and DOIs for these datasets, both from Harvard’s Data "@type": "BlogPosting", "headline": "June, 2024", "url": "https://alanorth.github.io/cgspace-notes/2024-06/", - "wordCount": "564", + "wordCount": "607", "datePublished": "2024-06-03T14:14:00+03:00", - "dateModified": "2024-06-18T17:30:08+03:00", + "dateModified": "2024-06-23T09:34:49+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -231,6 +231,18 @@ We have both Handles and DOIs for these datasets, both from Harvard’s Data
  • Update list of ORCID identifiers with new ones from Alliance and IFPRI
  • Finalize uploading the remaining 3,264 items from IFPRI’s 2016–2019 batch migration to CGSpace
  • +

    2024-06-24

    + +

    2024-06-25

    + +

    2024-06-26

    + @@ -252,6 +264,8 @@ We have both Handles and DOIs for these datasets, both from Harvard’s Data
      +
    1. July, 2024
    2. +
    3. June, 2024
    4. May, 2024
    5. @@ -260,8 +274,6 @@ We have both Handles and DOIs for these datasets, both from Harvard’s Data
    6. March, 2024
    7. -
    8. February, 2024
    9. -
    diff --git a/docs/2024-07/index.html b/docs/2024-07/index.html new file mode 100644 index 000000000..94592ab5a --- /dev/null +++ b/docs/2024-07/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + July, 2024 | CGSpace Notes + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    +
    + + + + +
    +
    +

    CGSpace Notes

    +

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

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

    July, 2024

    + +
    +

    2024-07-01

    +
      +
    • A bit of work to clean up duplicate DOIs on CGSpace +
        +
      • A handful of book chapters, working papers, and journal articles using the wrong DOI
      • +
      +
    • +
    • I tried to delete all users who have been inactive since six years ago (July 1, 2018):
    • +
    +
    $ dspace dsrun org.dspace.eperson.Groomer -a -b 07/01/2018 -d
    +
    + + + + + + +
    + + + +
    + + + + +
    +
    + + + + + + + + + diff --git a/docs/404.html b/docs/404.html index 117a46f92..fd0a30a46 100644 --- a/docs/404.html +++ b/docs/404.html @@ -17,7 +17,7 @@ - + @@ -95,6 +95,8 @@
      +
    1. July, 2024
    2. +
    3. June, 2024
    4. May, 2024
    5. @@ -103,8 +105,6 @@
    6. March, 2024
    7. -
    8. February, 2024
    9. -
    diff --git a/docs/categories/index.html b/docs/categories/index.html index 7b9b21be4..0a4735846 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -10,14 +10,14 @@ - + - + @@ -84,7 +84,7 @@

    Notes

    - +
    Read more → @@ -108,6 +108,8 @@
      +
    1. July, 2024
    2. +
    3. June, 2024
    4. May, 2024
    5. @@ -116,8 +118,6 @@
    6. March, 2024
    7. -
    8. February, 2024
    9. -
    diff --git a/docs/categories/index.xml b/docs/categories/index.xml index fa8d0dbb2..c0c0dbf80 100644 --- a/docs/categories/index.xml +++ b/docs/categories/index.xml @@ -6,7 +6,7 @@ Recent content in Categories on CGSpace Notes Hugo en-us - Tue, 18 Jun 2024 17:30:08 +0300 + Mon, 01 Jul 2024 09:37:00 +0300 Notes diff --git a/docs/categories/notes/index.html b/docs/categories/notes/index.html index ae7f82754..d01be6807 100644 --- a/docs/categories/notes/index.html +++ b/docs/categories/notes/index.html @@ -10,14 +10,14 @@ - + - + @@ -81,6 +81,32 @@ +
    +
    +

    July, 2024

    + +
    +

    2024-07-01

    +
      +
    • A bit of work to clean up duplicate DOIs on CGSpace +
        +
      • A handful of book chapters, working papers, and journal articles using the wrong DOI
      • +
      +
    • +
    • I tried to delete all users who have been inactive since six years ago (July 1, 2018):
    • +
    + Read more → +
    + + + + + +

    June, 2024

    @@ -304,28 +330,6 @@ - -
    -
    -

    September, 2023

    - -
    -

    2023-09-02

    -
      -
    • Export CGSpace to check for missing Initiative collection mappings
    • -
    • Start a harvest on AReS
    • -
    - Read more → -
    - - - - -