mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes
This commit is contained in:
25
content/posts/2023-05.md
Normal file
25
content/posts/2023-05.md
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
title: "May, 2023"
|
||||
date: 2023-05-03T08:53:36+03:00
|
||||
author: "Alan Orth"
|
||||
categories: ["Notes"]
|
||||
---
|
||||
|
||||
## 2023-05-03
|
||||
|
||||
- Alliance's TIP team emailed me to ask about issues authenticating on CGSpace
|
||||
- It seems their password expired, which is annoying
|
||||
- I continued looking at the CGSpace subjects for the FAO / AGROVOC exercise that I started last week
|
||||
- There are many of our subjects that would match if they added a "-" like "high yielding varieties" or used singular...
|
||||
- Also I found at least two spelling mistakes, for example "decison support systems", which would match if it was spelled correctly
|
||||
- Work on cleaning, proofing, and uploading twenty-seven records for IFPRI to CGSpace
|
||||
|
||||
<!--more-->
|
||||
|
||||
- I notice there are a few dozen locks from the `dspaceWeb` pool that are five days old on CGSpace so I killed them
|
||||
|
||||
```console
|
||||
$ psql < locks-age.sql | grep " days " | awk -F"|" '{print $10}' | sort -u | xargs kill
|
||||
```
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
Reference in New Issue
Block a user