mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2019-07-20
This commit is contained in:
@ -21,7 +21,7 @@ Abenet had another similar issue a few days ago when trying to find the stats fo
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-07/" />
|
||||
<meta property="article:published_time" content="2019-07-01T12:13:51+03:00"/>
|
||||
<meta property="article:modified_time" content="2019-07-18T18:18:44+03:00"/>
|
||||
<meta property="article:modified_time" content="2019-07-19T10:50:29+03:00"/>
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="July, 2019"/>
|
||||
@ -47,9 +47,9 @@ Abenet had another similar issue a few days ago when trying to find the stats fo
|
||||
"@type": "BlogPosting",
|
||||
"headline": "July, 2019",
|
||||
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-07\/",
|
||||
"wordCount": "1661",
|
||||
"wordCount": "1842",
|
||||
"datePublished": "2019-07-01T12:13:51\x2b03:00",
|
||||
"dateModified": "2019-07-18T18:18:44\x2b03:00",
|
||||
"dateModified": "2019-07-19T10:50:29\x2b03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -468,6 +468,34 @@ Please see the DSpace documentation for assistance.
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="2019-07-20">2019-07-20</h2>
|
||||
|
||||
<ul>
|
||||
<li><p>Create an account for Lionelle Samnick on CGSpace because the registration isn’t working for some reason:</p>
|
||||
|
||||
<pre><code>$ dspace user --add --givenname Lionelle --surname Samnick --email blah@blah.com --password 'blah'
|
||||
</code></pre></li>
|
||||
|
||||
<li><p>I added her as a submitter to <a href="https://cgspace.cgiar.org/handle/10568/74536">CTA ISF Pro-Agro series</a></p></li>
|
||||
|
||||
<li><p>Start looking at 1492 records for the Bioversity batch import</p>
|
||||
|
||||
<ul>
|
||||
<li>Multiple authors should be specified with multi-value separatator (||) instead of ;</li>
|
||||
<li>We don’t use “(eds)” as an author</li>
|
||||
<li>Same issue with dc.publisher using “;” for multiple values</li>
|
||||
<li>Some invalid ISSNs in dc.identifier.issn (they look like ISBNs)</li>
|
||||
<li>I see some ISSNs in the dc.identifier.isbn field</li>
|
||||
<li>I see some invalid ISBNs that look like Excel errors (9,78E+12)</li>
|
||||
<li>For DOI we just use the URL, not “DOI: <a href="https://doi.org..."">https://doi.org..."</a></li>
|
||||
<li>I see an invalid “LEAVE BLANK” in the cg.contributor.crp field</li>
|
||||
<li>Country field is using “,” for multiple values instead of “||”</li>
|
||||
<li>Region field is using “,” for multiple values instead of “||”</li>
|
||||
<li>Language field should be lowercase like “en”, and it is using the wrong multiple value separator, and has some invalid values</li>
|
||||
<li>What is the cg.identifier.url2 field? You should probably add those as cg.link.reference</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user