mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes
This commit is contained in:
@ -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
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
22
content/posts/2024-07.md
Normal file
22
content/posts/2024-07.md
Normal 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: -->
|
Reference in New Issue
Block a user