Update notes for 2018-07-15

This commit is contained in:
2018-07-15 14:21:56 +03:00
parent 2aa6fdf59f
commit dfbf86769e
4 changed files with 29 additions and 14 deletions

View File

@ -378,6 +378,13 @@ $ cat dspace/config/controlled-vocabularies/cg-creator-id.xml MEL\ ORCID.json |
$ ./resolve-orcids.py -i /tmp/2018-07-15-orcid-ids.txt -o /tmp/2018-07-15-resolved-orcids.txt -d
```
- Then I added the XML formatting for controlled vocabularies, sorted the list with GNU sort in vim via `% !sort` and then checked the formatting with tidy:
```
$ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-id.xml
```
- I will check with the CGSpace team to see if they want me to add these to CGSpace
- Help Udana from WLE understand some Altmetrics concepts
<!-- vim: set sw=2 ts=2: -->