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:
@ -10,7 +10,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="2019-10-28T13:27:35+02:00" />
|
||||
<meta property="article:modified_time" content="2019-10-28T16:54:05+02:00" />
|
||||
<meta property="article:modified_time" content="2019-10-28T16:55:37+02:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="CGSpace CG Core v2 Migration"/>
|
||||
@ -25,9 +25,9 @@
|
||||
"@type": "BlogPosting",
|
||||
"headline": "CGSpace CG Core v2 Migration",
|
||||
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/cgspace-cgcorev2-migration\/",
|
||||
"wordCount": "522",
|
||||
"wordCount": "554",
|
||||
"datePublished": "2019-10-28T13:27:35+02:00",
|
||||
"dateModified": "2019-10-28T16:54:05+02:00",
|
||||
"dateModified": "2019-10-28T16:55:37+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -112,14 +112,9 @@
|
||||
|
||||
<h2 id="proposed-changes">Proposed Changes</h2>
|
||||
|
||||
<p>As of 2019-09-11 the scope of the changes includes the following fields:</p>
|
||||
<p>As of 2019-10-29 the scope of the changes includes the following fields:</p>
|
||||
|
||||
<ul>
|
||||
<li>dc.contributor.author→dcterms.creator
|
||||
|
||||
<ul>
|
||||
<li>for people and institutional authors</li>
|
||||
</ul></li>
|
||||
<li>cg.creator.id→cg.creator.identifier
|
||||
|
||||
<ul>
|
||||
@ -172,12 +167,13 @@
|
||||
<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</li>
|
||||
<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>
|
||||
<li>dc.title.alternative</li>
|
||||
<li>dc.date.available</li>
|
||||
<li>dc.date.accessioned</li>
|
||||
<li>dc.identifier.uri</li>
|
||||
<li>dc.identifier.uri (hard coded for Handle assignment upon item submission)</li>
|
||||
<li>dc.description.provenance</li>
|
||||
<li>dc.contributor.author (<code>IncludePageMeta.java</code> only considers DC when building pageMeta, which we rely on in XMLUI because of XSLT from DRI)</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="fields-to-create">Fields to Create</h2>
|
||||
@ -226,17 +222,6 @@
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>dcterms.creator</td>
|
||||
<td align="center">✓</td>
|
||||
<td align="center">✓</td>
|
||||
<td align="center">?</td>
|
||||
<td align="center">✓</td>
|
||||
<td align="center">✓</td>
|
||||
<td align="center">✓</td>
|
||||
<td align="center"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>cg.creator.identifier</td>
|
||||
<td align="center">✓</td>
|
||||
|
Reference in New Issue
Block a user