From 43722deb40512f0cc6937144d15811479e20aef0 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 21 Sep 2021 12:46:34 +0300 Subject: [PATCH] cgspace-cgcorev2-migration.md: Add out of scope header --- content/posts/cgspace-cgcorev2-migration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/posts/cgspace-cgcorev2-migration.md b/content/posts/cgspace-cgcorev2-migration.md index 6b5816a49..886aaedd5 100644 --- a/content/posts/cgspace-cgcorev2-migration.md +++ b/content/posts/cgspace-cgcorev2-migration.md @@ -15,6 +15,7 @@ With reference to [CG Core v2 draft standard](https://agriculturalsemantics.gith - [Proposed Changes](#proposed-changes) + - [Out of Scope](#out-of-scope) - [Fields to Create](#fields-to-create) - [Fields to Delete](#fields-to-delete) - [Implementation Progress](#implementation-progress) @@ -54,6 +55,7 @@ As of 2021-01-18 the scope of the changes includes the following fields: - dc.identifier.issn→cg.issn - cg.targetaudience→dcterms.audience +### Out of Scope 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 (`IncludePageMeta.java` only considers DC when building pageMeta, which we rely on in XMLUI because of XSLT from DRI)