mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-26 08:28:18 +01:00
Add dcterms.audience to list of fields to migrate
This commit is contained in:
parent
31335f7dc7
commit
2ea64137a2
@ -20,7 +20,7 @@ With reference to [CG Core v2 draft standard](https://agriculturalsemantics.gith
|
|||||||
- [Implementation Progress](#implementation-progress)
|
- [Implementation Progress](#implementation-progress)
|
||||||
|
|
||||||
## Proposed Changes
|
## Proposed Changes
|
||||||
As of 2019-11-17 the scope of the changes includes the following fields:
|
As of 2019-12-22 the scope of the changes includes the following fields:
|
||||||
|
|
||||||
- cg.creator.id→cg.creator.identifier
|
- cg.creator.id→cg.creator.identifier
|
||||||
- ORCID identifiers
|
- ORCID identifiers
|
||||||
@ -50,6 +50,7 @@ As of 2019-11-17 the scope of the changes includes the following fields:
|
|||||||
- dc.type→dcterms.type
|
- dc.type→dcterms.type
|
||||||
- dc.identifier.isbn→cg.isbn
|
- dc.identifier.isbn→cg.isbn
|
||||||
- dc.identifier.issn→cg.issn
|
- dc.identifier.issn→cg.issn
|
||||||
|
- cg.targetaudience→dcterms.audience
|
||||||
|
|
||||||
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:
|
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:
|
||||||
|
|
||||||
@ -79,6 +80,7 @@ Fields to delete after migration:
|
|||||||
- [ ] cg.fulltextstatus
|
- [ ] cg.fulltextstatus
|
||||||
- [ ] cg.identifier.status
|
- [ ] cg.identifier.status
|
||||||
- [ ] cg.link.reference
|
- [ ] cg.link.reference
|
||||||
|
- [ ] cg.targetaudience
|
||||||
|
|
||||||
## Implementation Progress
|
## Implementation Progress
|
||||||
Tally of the status of the implementation of the new fields in the CGSpace `5_x-cgcorev2` branch.
|
Tally of the status of the implementation of the new fields in the CGSpace `5_x-cgcorev2` branch.
|
||||||
@ -105,6 +107,7 @@ dcterms.subject | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
|
|||||||
dcterms.type | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
|
dcterms.type | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
|
||||||
cg.isbn | ✓ | ✓ | - | - | - | ✓ | |
|
cg.isbn | ✓ | ✓ | - | - | - | ✓ | |
|
||||||
cg.issn | ✓ | ✓ | - | - | - | ✓ | |
|
cg.issn | ✓ | ✓ | - | - | - | ✓ | |
|
||||||
|
dcterms.audience | ✓ | ✓ | - | - | - | ✓ | |
|
||||||
|
|
||||||
There are a few things that I need to check once I get a deployment of this code up and running:
|
There are a few things that I need to check once I get a deployment of this code up and running:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user