mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-25 16:08:19 +01:00
Add notes for 2019-07-20
This commit is contained in:
parent
7d97c6ec22
commit
8b4159c943
@ -293,4 +293,27 @@ Please see the DSpace documentation for assistance.
|
||||
- ICT reset the password for the CGSpace support account and apparently removed the expiry requirement
|
||||
- I tested the account and it's working
|
||||
|
||||
## 2019-07-20
|
||||
|
||||
- Create an account for Lionelle Samnick on CGSpace because the registration isn't working for some reason:
|
||||
|
||||
```
|
||||
$ dspace user --add --givenname Lionelle --surname Samnick --email blah@blah.com --password 'blah'
|
||||
```
|
||||
|
||||
- I added her as a submitter to [CTA ISF Pro-Agro series](https://cgspace.cgiar.org/handle/10568/74536)
|
||||
- Start looking at 1492 records for the Bioversity batch import
|
||||
- Multiple authors should be specified with multi-value separatator (||) instead of ;
|
||||
- We don't use "(eds)" as an author
|
||||
- Same issue with dc.publisher using ";" for multiple values
|
||||
- Some invalid ISSNs in dc.identifier.issn (they look like ISBNs)
|
||||
- I see some ISSNs in the dc.identifier.isbn field
|
||||
- I see some invalid ISBNs that look like Excel errors (9,78E+12)
|
||||
- For DOI we just use the URL, not "DOI: https://doi.org..."
|
||||
- I see an invalid "LEAVE BLANK" in the cg.contributor.crp field
|
||||
- Country field is using "," for multiple values instead of "||"
|
||||
- Region field is using "," for multiple values instead of "||"
|
||||
- Language field should be lowercase like "en", and it is using the wrong multiple value separator, and has some invalid values
|
||||
- What is the cg.identifier.url2 field? You should probably add those as cg.link.reference
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -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: -->
|
||||
|
||||
|
||||
|
@ -4,30 +4,30 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2019-07-18T18:18:44+03:00</lastmod>
|
||||
<lastmod>2019-07-19T10:50:29+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2019-07/</loc>
|
||||
<lastmod>2019-07-18T18:18:44+03:00</lastmod>
|
||||
<lastmod>2019-07-19T10:50:29+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2019-07-18T18:18:44+03:00</lastmod>
|
||||
<lastmod>2019-07-19T10:50:29+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2019-07-18T18:18:44+03:00</lastmod>
|
||||
<lastmod>2019-07-19T10:50:29+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2019-07-18T18:18:44+03:00</lastmod>
|
||||
<lastmod>2019-07-19T10:50:29+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user