Add notes for 2021-01-18

This commit is contained in:
2021-01-18 16:21:24 +02:00
parent 87fd47e7d2
commit 5c7d01cbc4
26 changed files with 173 additions and 45 deletions

View File

@ -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="2019-10-28T13:27:35+02:00" />
<meta property="article:modified_time" content="2020-04-13T15:30:24+03:00" />
<meta property="article:modified_time" content="2021-01-18T16:20:57+02:00" />
@ -30,7 +30,7 @@
"url": "https://alanorth.github.io/cgspace-notes/cgspace-cgcorev2-migration/",
"wordCount": "555",
"datePublished": "2019-10-28T13:27:35+02:00",
"dateModified": "2020-04-13T15:30:24+03:00",
"dateModified": "2021-01-18T16:20:57+02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -116,7 +116,7 @@
<li><a href="#implementation-progress">Implementation Progress</a></li>
</ul>
<h2 id="proposed-changes">Proposed Changes</h2>
<p>As of 2019-12-22 the scope of the changes includes the following fields:</p>
<p>As of 2021-01-18 the scope of the changes includes the following fields:</p>
<ul>
<li>cg.creator.id→cg.creator.identifier
<ul>
@ -132,8 +132,8 @@
<li>values from CrossRef or Grid.ac if possible</li>
</ul>
</li>
<li>dc.description.version→cg.review-status</li>
<li>cg.fulltextstatus→cg.howpublished
<li>dc.description.version→cg.reviewStatus</li>
<li>cg.fulltextstatus→cg.howPublished
<ul>
<li>CGSpace uses values like &ldquo;Formally Published&rdquo; or &ldquo;Grey Literature&rdquo;</li>
</ul>
@ -179,13 +179,13 @@
<h2 id="fields-to-create">Fields to Create</h2>
<p>Make sure the following fields exist:</p>
<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.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>
<li><input checked="" disabled="" type="checkbox"> cg.issn (248)</li>
<li>[] cg.creator.identifier</li>
<li>[] cg.contributor.donor</li>
<li>[] cg.reviewStatus</li>
<li>[] cg.howPublished</li>
<li>[] cg.journal</li>
<li>[] cg.isbn</li>
<li>[] cg.issn</li>
</ul>
<h2 id="fields-to-delete">Fields to delete</h2>
<p>Fields to delete after migration:</p>