mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2021-05-13
This commit is contained in:
@ -212,6 +212,25 @@ $ csvgrep -c matched -m 'true' /tmp/clarisa-ror-matches.csv | sed '1d' | wc -l
|
||||
```
|
||||
|
||||
- With 1770 out of 6230 matched, that's 28.5%...
|
||||
- I sent an email to Hector Tobon to point out the issues in CLARISA again and ask him to chat
|
||||
- Meeting with GARDIAN developers about CG Core and how GARDIAN works
|
||||
|
||||
## 2021-05-13
|
||||
|
||||
- Fix a few thousand IWMI URLs that are using HTTP instead of HTTPS on CGSpace:
|
||||
|
||||
```console
|
||||
localhost/dspace63= > UPDATE metadatavalue SET text_value = REGEXP_REPLACE(text_value, 'http://www.iwmi.cgiar.org','https://www.iwmi.cgiar.org', 'g') WHERE text_value LIKE 'http://www.iwmi.cgiar.org%' AND metadata_field_id=219;
|
||||
UPDATE 1132
|
||||
localhost/dspace63= > UPDATE metadatavalue SET text_value = REGEXP_REPLACE(text_value, 'http://publications.iwmi.org','https://publications.iwmi.org', 'g') WHERE text_value LIKE 'http://publications.iwmi.org%' AND metadata_field_id=219;
|
||||
UPDATE 1803
|
||||
```
|
||||
|
||||
- In the case of the latter, the HTTP links don't even work! The web server returns HTTP 404 unless the request is HTTPS
|
||||
- IWMI also says that their subjects are a subset of AGROVOC so they no longer want to use `cg.subject.iwmi` for their subjects
|
||||
- They asked if I can move them to `dcterms.subject`
|
||||
- Delete two items for Udana because he was getting the "Authorization denied for action OBSOLETE (DELETE) ..." error when trying to delete them (DSpace 6 bug I found a few months ago)
|
||||
- https://cgspace.cgiar.org/handle/10568/34536
|
||||
- https://cgspace.cgiar.org/handle/10568/34570
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user