mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2020-09-08
This commit is contained in:
@ -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
|
||||
|
||||

|
||||
|
||||
- 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: -->
|
||||
|
Reference in New Issue
Block a user