mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2019-04-10
This commit is contained in:
@ -553,5 +553,20 @@ $ psql -c 'select * from pg_stat_activity' | grep -o -E '(dspaceWeb|dspaceApi|ds
|
||||
```
|
||||
|
||||
- Ironically I do still see some 2 to 10% of CPU steal in `iostat 1 10`
|
||||
- Leroy from CIAT contacted me to say he knows the team who is making all those requests to CGSpace
|
||||
- I told them how to use the REST API to get the CIAT Datasets collection and enumerate its items
|
||||
- In other news, Linode staff identified a noisy neighbor sharing our host and migrated it elsewhere last night
|
||||
|
||||
## 2019-04-10
|
||||
|
||||
- Abenet pointed out a possibility of validating funders against the [CrossRef API](https://support.crossref.org/hc/en-us/articles/215788143-Funder-data-via-the-API)
|
||||
- Note that if you use HTTPS and specify a contact address in the API request you have less likelihood of being blocked
|
||||
|
||||
```
|
||||
$ http 'https://api.crossref.org/funders?query=mercator&mailto=me@cgiar.org'
|
||||
```
|
||||
|
||||
- Otherwise, they provide the funder data in [CSV and RDF format](https://www.crossref.org/services/funder-registry/)
|
||||
- I did a quick test with the recent IITA records against reconcile-csv in OpenRefine and it matched a few, but the ones that didn't match will need a human to go and do some manual checking and informed decision making...
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user