mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2019-10-29
This commit is contained in:
@ -235,4 +235,10 @@ $ dspace import -a -c 10568/104057 -e fuu@cgiar.org -m 2019-10-15-Bioversity.map
|
||||
- I will revert all changes to `dc.title` and `dc.title.alternative`
|
||||
- TODO: there are similar issues with the `citation_author` metadata element missing from DRI, so I might have to revert those changes too
|
||||
|
||||
## 2019-10-29
|
||||
|
||||
- After more digging in the source I found out why the `dcterms.title` and `dcterms.creator` fields are not present in the DRI `pageMeta`...
|
||||
- The `pageMeta` element is constructed in `dspace-xmlui/src/main/java/org/dspace/app/xmlui/wing/IncludePageMeta.java` and the code does not consider any other schemas besides DC
|
||||
- I moved title and creator back to the original DC fields and then everything was working as expected in the pageMeta, so I guess we cannot use these in DCTERMS either!
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -20,10 +20,8 @@ With reference to [CG Core v2 draft standard](https://agriculturalsemantics.gith
|
||||
- [Implementation Progress](#implementation-progress)
|
||||
|
||||
## Proposed Changes
|
||||
As of 2019-09-11 the scope of the changes includes the following fields:
|
||||
As of 2019-10-29 the scope of the changes includes the following fields:
|
||||
|
||||
- dc.contributor.author→dcterms.creator
|
||||
- for people and institutional authors
|
||||
- cg.creator.id→cg.creator.identifier
|
||||
- ORCID identifiers
|
||||
- dc.format.extent→dcterms.extent
|
||||
@ -56,12 +54,13 @@ As of 2019-09-11 the scope of the changes includes the following fields:
|
||||
|
||||
The following fields are currently out of the scope of this migration because they are used internally by DSpace 5.x/6.x and would be difficult to change without significant modifications to the core of the code:
|
||||
|
||||
- dc.title
|
||||
- dc.title (`IncludePageMeta.java` only considers DC when building pageMeta, which we rely on in XMLUI because of XSLT from DRI)
|
||||
- dc.title.alternative
|
||||
- dc.date.available
|
||||
- dc.date.accessioned
|
||||
- dc.identifier.uri
|
||||
- dc.identifier.uri (hard coded for Handle assignment upon item submission)
|
||||
- dc.description.provenance
|
||||
- dc.contributor.author (`IncludePageMeta.java` only considers DC when building pageMeta, which we rely on in XMLUI because of XSLT from DRI)
|
||||
|
||||
## Fields to Create
|
||||
Make sure the following fields exist:
|
||||
@ -89,7 +88,6 @@ Tally of the status of the implementation of the new fields in the CGSpace `5_x-
|
||||
|
||||
| Field Name | migrate-fields.sh | Input Forms | XMLUI Themes¹ | dspace.cfg | Discovery | Atmire Modules | Crosswalks |
|
||||
| ---------- | :---------------: | :---------: | :-----------: | :--------: | :-------: | :------------: | :--------: |
|
||||
dcterms.creator | ✓ | ✓ | ? | ✓ | ✓ | ✓ | |
|
||||
cg.creator.identifier | ✓ | ✓ | ✓ | - | ✓ | ✓ | |
|
||||
dcterms.extent | ✓ | ✓ | - | - | - | - | |
|
||||
dcterms.issued | ✓ | ✓ | ? | ✓ | ✓ | ✓ | |
|
||||
|
Reference in New Issue
Block a user