mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2020-05-25
This commit is contained in:
@ -18,7 +18,7 @@ I see that CGSpace (linode18) is still using PostgreSQL JDBC driver version 42.2
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2020-05/" />
|
||||
<meta property="article:published_time" content="2020-05-02T09:52:04+03:00" />
|
||||
<meta property="article:modified_time" content="2020-05-19T11:13:48+03:00" />
|
||||
<meta property="article:modified_time" content="2020-05-20T09:44:36+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="May, 2020"/>
|
||||
@ -31,7 +31,7 @@ I see that CGSpace (linode18) is still using PostgreSQL JDBC driver version 42.2
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.70.0" />
|
||||
<meta name="generator" content="Hugo 0.71.0" />
|
||||
|
||||
|
||||
|
||||
@ -41,9 +41,9 @@ I see that CGSpace (linode18) is still using PostgreSQL JDBC driver version 42.2
|
||||
"@type": "BlogPosting",
|
||||
"headline": "May, 2020",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2020-05/",
|
||||
"wordCount": "1078",
|
||||
"wordCount": "1288",
|
||||
"datePublished": "2020-05-02T09:52:04+03:00",
|
||||
"dateModified": "2020-05-19T11:13:48+03:00",
|
||||
"dateModified": "2020-05-20T09:44:36+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -262,8 +262,8 @@ $ ./add-orcid-identifiers-csv.py -i 2020-05-11-add-orcids.csv -db dspace -u dspa
|
||||
</ul>
|
||||
<pre><code>$ cat 2020-05-19-add-orcids.csv
|
||||
dc.contributor.author,cg.creator.id
|
||||
$ ./add-orcid-identifiers-csv.py -i 2020-05-19-add-orcids.csv -db dspace -u dspace -p 'fuuu' -d
|
||||
"Bahta, Sirak T.","Sirak Bahta: 0000-0002-5728-2489"
|
||||
$ ./add-orcid-identifiers-csv.py -i 2020-05-19-add-orcids.csv -db dspace -u dspace -p 'fuuu' -d
|
||||
</code></pre><ul>
|
||||
<li>An IITA user is having issues submitting to CGSpace and I see there are a rising number of PostgreSQL connections waiting in transaction and in lock:</li>
|
||||
</ul>
|
||||
@ -287,6 +287,35 @@ $ ./add-orcid-identifiers-csv.py -i 2020-05-19-add-orcids.csv -db dspace -u dspa
|
||||
<ul>
|
||||
<li>Send CodeObia some logos and footer text for the next phase of OpenRXV development (<a href="https://github.com/ilri/OpenRXV/issues/18">#18</a>)</li>
|
||||
</ul>
|
||||
<h2 id="2020-05-25">2020-05-25</h2>
|
||||
<ul>
|
||||
<li>Add ORCID identifier for CIAT author Manuel Francisco
|
||||
<ul>
|
||||
<li>I added it to the controlled vocabulary and tagged the user’s existing ~27 items in CGSpace using this CSV file with my <code>add-orcid-identifiers-csv.py</code> script:</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<pre><code>$ cat 2020-05-25-add-orcids.csv
|
||||
dc.contributor.author,cg.creator.id
|
||||
"Díaz, Manuel F.","Manuel Francisco Diaz Baca: 0000-0001-8996-5092"
|
||||
"Díaz, Manuel Francisco","Manuel Francisco Diaz Baca: 0000-0001-8996-5092"
|
||||
$ ./add-orcid-identifiers-csv.py -i 2020-05-25-add-orcids.csv -db dspace -u dspace -p 'fuuu' -d
|
||||
</code></pre><ul>
|
||||
<li>Last week Maria asked again about searching for items by accession or issue date
|
||||
<ul>
|
||||
<li>A few months ago I had told her to search for the ISO8601 date in Discovery search, which appears to work because it filters the results down quite a bit</li>
|
||||
<li>She pointed out that the results include hits that don’t exactly match, for example if part of the search string appears elsewhere like in the timestamp</li>
|
||||
<li>I checked in Solr and the results are the same, so perhaps it’s a limitation in Solr…?</li>
|
||||
<li>So this effectively means that we don’t have a way to create reports for items in an arbitrary date range shorter than a year:
|
||||
<ul>
|
||||
<li>DSpace advanced search is buggy or simply not designed to work like that</li>
|
||||
<li>AReS Explorer currently only allows filtering by year, but will allow months soon</li>
|
||||
<li>Atmire Listings and Reports only allows a “Timespan” of a year</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- raw HTML omitted -->
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user