mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2017-06-25
This commit is contained in:
@ -107,3 +107,19 @@ $ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" [dspace]/bin/dspace import --add -
|
||||
$ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" [dspace]/bin/dspace import --add --eperson=aorth@mjanja.ch --collection=10568/35701 --source /home/aorth/CIAT-Books/SimpleArchiveFormat/ --mapfile=/tmp/ciat-books.map &> /tmp/ciat-books.log
|
||||
$ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" [dspace]/bin/dspace import --add --eperson=aorth@mjanja.ch --collection=10568/35701 --source /home/aorth/CIAT-Books/SimpleArchiveFormat/ --mapfile=/tmp/ciat-books2.map &> /tmp/ciat-books2.log
|
||||
```
|
||||
|
||||
## 2017-06-25
|
||||
|
||||
- WLE has said that one of their Phase II research themes is being renamed from `Regenerating Degraded Landscapes` to `Restoring Degraded Landscapes`
|
||||
- Pull request with the changes to `input-forms.xml`: [#329](https://github.com/ilri/DSpace/pull/329)
|
||||
- As of now it doesn't look like there are any items using this research theme so we don't need to do any updates:
|
||||
|
||||
```
|
||||
dspace=# select text_value from metadatavalue where resource_type_id=2 and metadata_field_id=237 and text_value like 'Regenerating Degraded Landscapes%';
|
||||
text_value
|
||||
------------
|
||||
(0 rows)
|
||||
```
|
||||
|
||||
- Marianne from WLE asked if they can have both Phase I and II research themes together in the item submission form
|
||||
- Perhaps we can add them together in the same question for `cg.identifier.wletheme`
|
||||
|
Reference in New Issue
Block a user