Add notes for 2020-09-15

This commit is contained in:
2020-09-15 17:32:29 +03:00
parent 2f444bd7f8
commit 608fcd6136
22 changed files with 90 additions and 27 deletions

View File

@ -221,4 +221,34 @@ Would fix 3 occurences of: SOUTHWEST ASIA
- Leroy and Carol from CIAT/Bioversity were asking for information about posting to the CGSpace REST API from Sharepoint
- I told them that we don't allow this yet, but that we need to check in the future whether content can be posted to a workflow
## 2020-09-15
- Charlotte from Altmetric said they had issues parsing the XML file I sent them last month
- I told them that it was mimicking the same format that they had sent me (fourteen pages of XML responses concatenated together)!
- A few days ago IWMI asked us if we can add a new field on CGSpace for their library identifier
- The IDs look like this: H049940
- I suggested that we use `cg.identifier.iwmilibrary`
- I added it to the input forms and push it to the `5_x-prod` and 6.x branches and will re-deploy it in the next few days
- Abenet asked me to import sixty-nine (69) CIP Annual Reports to CGSpace
- I looked at the data in OpenRefine and it is very good quality
- I only added descriptions to the filename field so that SAFBuilder will add them to the bitstreams on import:
```
value + "__description:" + cells["dc.type"].value
```
- Then I created a SAF bundle with SAFBuilder:
```
$ ./safbuilder.sh -c ~/Downloads/cip-annual-reports/cip-reports.csv
```
- And imported them into my local test instance of CGSpace:
```
$ ~/dspace/bin/dspace import -a -e y.arrr@cgiar.org -m /tmp/2020-09-15-cip-annual-reports.map -s ~/Downloads/cip-annual-reports/SimpleArchiveFormat
```
- Then I uploaded them to CGSpace
<!-- vim: set sw=2 ts=2: -->