Add notes for 2020-09-08

This commit is contained in:
2020-09-08 12:10:08 +03:00
parent 1d967b21bf
commit 3f3e94d80a
24 changed files with 68 additions and 27 deletions

View File

@ -128,4 +128,23 @@ dspace=# UPDATE metadatavalue SET text_value = regexp_replace(text_value, '^http
- I always forget how to copy the reconciled values in OpenRefine, but you need to make a new column and populate it using this GREL: `if(cell.recon.matched, cell.recon.match.name, value)`
- I mapped one duplicated from the CIFOR Archives and re-uploaded the 94 IITA items to a new collection on [DSpace Test](https://dspacetest.cgiar.org/handle/10568/108453)
## 2020-09-08
- I noticed that the "share" link in AReS wasn't working properly because it excludes the "explorer" part of the URI
![AReS share link broken](/cgspace-notes/2020/09/ares-share-link.png)
- I filed an issue on GitHub: https://github.com/ilri/OpenRXV/issues/41
- I uploaded the 94 IITA items that I had been working on last week to CGSpace
- RTB emailed to ask why they are getting HTTP 503 errors during harvesting to the RTB WordPress website
- From the screenshot I can see they are requesting URLs like this:
```
https://cgspace.cgiar.org/bitstream/handle/10568/82745/Characteristics-Silage.JPG
```
- So they end up getting rate limited due to the XMLUI rate limits
- I told them to use the REST API bitstream retrieve links, because we don't have any rate limits there
<!-- vim: set sw=2 ts=2: -->