Add notes

This commit is contained in:
2024-07-02 11:12:03 +03:00
parent 7858008918
commit 668947909a
154 changed files with 1823 additions and 1466 deletions

View File

@ -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 20162019 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 20162019 batch migration
## 2024-06-26
- Did a big cleanup of several thousand journal articles based on metadata from Crossref
<!-- vim: set sw=2 ts=2: -->

22
content/posts/2024-07.md Normal file
View File

@ -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):
<!--more-->
```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)
<!-- vim: set sw=2 ts=2: -->