mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2019-12-22
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-11-17T15:39:10+02:00" />
|
||||
<meta property="article:modified_time" content="2019-12-22T11:56:45+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": "546",
|
||||
"wordCount": "555",
|
||||
"datePublished": "2019-10-28T13:27:35+02:00",
|
||||
"dateModified": "2019-11-17T15:39:10+02:00",
|
||||
"dateModified": "2019-12-22T11:56:45+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -108,7 +108,7 @@
|
||||
<li><a href="#implementation-progress">Implementation Progress</a></li>
|
||||
</ul>
|
||||
<h2 id="proposed-changes">Proposed Changes</h2>
|
||||
<p>As of 2019-11-17 the scope of the changes includes the following fields:</p>
|
||||
<p>As of 2019-12-22 the scope of the changes includes the following fields:</p>
|
||||
<ul>
|
||||
<li>cg.creator.id→cg.creator.identifier
|
||||
<ul>
|
||||
@ -124,7 +124,7 @@
|
||||
<li>values from CrossRef or Grid.ac if possible</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>dc.description.version→cg.peer-reviewed</li>
|
||||
<li>dc.description.version→cg.review-status</li>
|
||||
<li>cg.fulltextstatus→cg.howpublished
|
||||
<ul>
|
||||
<li>CGSpace uses values like “Formally Published” or “Grey Literature”</li>
|
||||
@ -156,6 +156,7 @@
|
||||
<li>dc.type→dcterms.type</li>
|
||||
<li>dc.identifier.isbn→cg.isbn</li>
|
||||
<li>dc.identifier.issn→cg.issn</li>
|
||||
<li>cg.targetaudience→dcterms.audience</li>
|
||||
</ul>
|
||||
<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>
|
||||
@ -172,7 +173,7 @@
|
||||
<ul>
|
||||
<li><input checked="" disabled="" type="checkbox">cg.creator.identifier (242)</li>
|
||||
<li><input checked="" disabled="" type="checkbox">cg.contributor.donor (243)</li>
|
||||
<li><input checked="" disabled="" type="checkbox">cg.peer-reviewed (244)</li>
|
||||
<li><input checked="" disabled="" type="checkbox">cg.review-status (244)</li>
|
||||
<li><input checked="" disabled="" type="checkbox">cg.howpublished (245)</li>
|
||||
<li><input checked="" disabled="" type="checkbox">cg.journal (246)</li>
|
||||
<li><input checked="" disabled="" type="checkbox">cg.isbn (247)</li>
|
||||
@ -185,6 +186,7 @@
|
||||
<li><input disabled="" type="checkbox">cg.fulltextstatus</li>
|
||||
<li><input disabled="" type="checkbox">cg.identifier.status</li>
|
||||
<li><input disabled="" type="checkbox">cg.link.reference</li>
|
||||
<li><input disabled="" type="checkbox">cg.targetaudience</li>
|
||||
</ul>
|
||||
<h2 id="implementation-progress">Implementation Progress</h2>
|
||||
<p>Tally of the status of the implementation of the new fields in the CGSpace <code>5_x-cgcorev2</code> branch.</p>
|
||||
@ -263,7 +265,7 @@
|
||||
<td align="center"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>cg.peer-reviewed</td>
|
||||
<td>cg.review-status</td>
|
||||
<td align="center">✓</td>
|
||||
<td align="center">✓</td>
|
||||
<td align="center">✓</td>
|
||||
@ -402,6 +404,16 @@
|
||||
<td align="center">✓</td>
|
||||
<td align="center"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>dcterms.audience</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>
|
||||
</tbody>
|
||||
</table>
|
||||
<p>There are a few things that I need to check once I get a deployment of this code up and running:</p>
|
||||
|
Reference in New Issue
Block a user