content/posts/2021-09.md: Fix syntax error

This commit is contained in:
Alan Orth 2021-10-04 11:10:54 +03:00
parent 50407a4570
commit 45ae9e7820
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 7 additions and 1 deletions

View File

@ -75,7 +75,7 @@ $ vipsthumbnail ARRTB2020ST.pdf -s x600 -o '%s.jpg[Q=85,optimize_coding,strip]'
- Some people from the Alliance contacted me last week about AICCRA metadata
- They have internal things called Components and Clusters, so they were asking how to store these in CGSpace
- I suggested adding new metadata values: `cg.subject.aiccraComponent` and cg.subject.aiccraCluster`
- I suggested adding new metadata values: `cg.subject.aiccraComponent` and `cg.subject.aiccraCluster`
- On second thought, these are identifiers so perhaps this is better: `cg.identifier.aiccraComponent` and `cg.identifier.aiccraCluster`
## 2021-09-15
@ -386,4 +386,10 @@ $ csvcut -c subject,'match type' /tmp/2021-09-29-ilri-subjects.csv | sed -e 's/m
- Talk to Moayad about OpenRXV
- We decided that we'd keep harvesting all the Handles from the Altmetric prefix API, but then have a plugin to retrive DOI scores that we can run manually
## 2021-09-30
- Look over 292 non-IWMI publications from Udana for inclusion into the Virtual library on water management collection on CGSpace
- I did some minor cleanup to remove blank columns and run it through the csv-metadata-quality tool
- I told him to add licenses and journal volume/issue and asked Abenet for input as well
<!-- vim: set sw=2 ts=2: -->