mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2018-03-28
This commit is contained in:
@ -505,4 +505,30 @@ $ ./delete-metadata-values.py -i /tmp/Delete-8-Authors-2018-03-21.csv -f dc.cont
|
||||
## 2018-03-28
|
||||
|
||||
- DSpace Test crashed due to heap space so I've increased it from 4096m to 5120m
|
||||
- The error in Tomcat's `catalina.out` was:
|
||||
|
||||
```
|
||||
Exception in thread "RMI TCP Connection(idle)" java.lang.OutOfMemoryError: Java heap space
|
||||
```
|
||||
|
||||
- Add ISI Journal (cg.isijournal) as an option in Atmire's Listing and Reports layout ([#370](https://github.com/ilri/DSpace/pull/370)) for Abenet
|
||||
- I noticed a few hundred CRPs using the old capitalized formatting so I corrected them:
|
||||
|
||||
```
|
||||
$ ./fix-metadata-values.py -i /tmp/Correct-21-CRPs-2018-03-16.csv -f cg.contributor.crp -t correct -m 230 -db cgspace -u cgspace -p 'fuuu'
|
||||
Fixed 29 occurences of: CLIMATE CHANGE, AGRICULTURE AND FOOD SECURITY
|
||||
Fixed 7 occurences of: WATER, LAND AND ECOSYSTEMS
|
||||
Fixed 19 occurences of: AGRICULTURE FOR NUTRITION AND HEALTH
|
||||
Fixed 100 occurences of: ROOTS, TUBERS AND BANANAS
|
||||
Fixed 31 occurences of: HUMIDTROPICS
|
||||
Fixed 21 occurences of: MAIZE
|
||||
Fixed 11 occurences of: POLICIES, INSTITUTIONS, AND MARKETS
|
||||
Fixed 28 occurences of: GRAIN LEGUMES
|
||||
Fixed 3 occurences of: FORESTS, TREES AND AGROFORESTRY
|
||||
Fixed 5 occurences of: GENEBANKS
|
||||
```
|
||||
|
||||
- That's weird because we just updated them last week...
|
||||
- Create a pull request to enable searching by ORCID identifier (`cg.creator.id`) in Discovery and Listings and Reports ([#371](https://github.com/ilri/DSpace/pull/371))
|
||||
- I will test it on DSpace Test first!
|
||||
- Fix one missing XMLUI string for "Access Status" (cg.identifier.status)
|
||||
|
Reference in New Issue
Block a user