mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Regenerate public
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/cgspace-cgcorev2-migration/" />
|
||||
<meta property="article:published_time" content="2021-02-21T13:27:35+02:00" />
|
||||
<meta property="article:modified_time" content="2021-03-30T09:56:38+03:00" />
|
||||
<meta property="article:modified_time" content="2021-09-21T12:46:34+03:00" />
|
||||
|
||||
|
||||
|
||||
@ -28,9 +28,9 @@
|
||||
"@type": "BlogPosting",
|
||||
"headline": "CGSpace CG Core v2 Migration",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/cgspace-cgcorev2-migration/",
|
||||
"wordCount": "573",
|
||||
"wordCount": "579",
|
||||
"datePublished": "2021-02-21T13:27:35+02:00",
|
||||
"dateModified": "2021-03-30T09:56:38+03:00",
|
||||
"dateModified": "2021-09-21T12:46:34+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -110,7 +110,11 @@
|
||||
<p>Changes to CGSpace metadata fields to align more with DC, QDC, and DCTERMS as well as CG Core v2. Implemented on 2021-02-21.</p>
|
||||
<p>With reference to <a href="https://agriculturalsemantics.github.io/cg-core/cgcore.html">CG Core v2 draft standard</a> by Marie-Angélique as well as <a href="http://www.dublincore.org/specifications/dublin-core/dcmi-terms/">DCMI DCTERMS</a>.</p>
|
||||
<ul>
|
||||
<li><a href="#proposed-changes">Proposed Changes</a></li>
|
||||
<li><a href="#proposed-changes">Proposed Changes</a>
|
||||
<ul>
|
||||
<li><a href="#out-of-scope">Out of Scope</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#fields-to-create">Fields to Create</a></li>
|
||||
<li><a href="#fields-to-delete">Fields to Delete</a></li>
|
||||
<li><a href="#implementation-progress">Implementation Progress</a></li>
|
||||
@ -171,6 +175,7 @@
|
||||
<li>dc.identifier.issn→cg.issn</li>
|
||||
<li>cg.targetaudience→dcterms.audience</li>
|
||||
</ul>
|
||||
<h3 id="out-of-scope">Out of Scope</h3>
|
||||
<p>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:</p>
|
||||
<ul>
|
||||
<li>dc.title (<code>IncludePageMeta.java</code> only considers DC when building pageMeta, which we rely on in XMLUI because of XSLT from DRI)</li>
|
||||
|
Reference in New Issue
Block a user