Add notes for 2018-07-22

This commit is contained in:
2018-07-22 11:54:12 +03:00
parent daa45dba07
commit 4f7469cf9d
61 changed files with 89 additions and 68 deletions

View File

@ -30,7 +30,7 @@ There is insufficient memory for the Java Runtime Environment to continue.
<meta property="article:published_time" content="2018-07-01T12:56:54&#43;03:00"/>
<meta property="article:modified_time" content="2018-07-19T11:23:52&#43;03:00"/>
<meta property="article:modified_time" content="2018-07-19T16:16:43&#43;03:00"/>
@ -71,9 +71,9 @@ There is insufficient memory for the Java Runtime Environment to continue.
"@type": "BlogPosting",
"headline": "July, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-07/",
"wordCount": "3055",
"wordCount": "3140",
"datePublished": "2018-07-01T12:56:54&#43;03:00",
"dateModified": "2018-07-19T11:23:52&#43;03:00",
"dateModified": "2018-07-19T16:16:43&#43;03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -89,7 +89,7 @@ There is insufficient memory for the Java Runtime Environment to continue.
<title>July, 2018 | CGSpace Notes</title>
<!-- combined, minified CSS -->
<link href="https://alanorth.github.io/cgspace-notes/css/style.css" rel="stylesheet" integrity="sha384-TbfEhJn4HkgPUIZUhhHaAYsycYKHxSuIloCjZOiyCSpbVunRQxg5T5pxKVFwxilF" crossorigin="anonymous">
<link href="https://alanorth.github.io/cgspace-notes/css/style.css" rel="stylesheet" integrity="sha384-Upm5uY/SXdvbjuIGH6fBjF5vOYUr9DguqBskM&#43;EQpLBzO9U&#43;9fMVmWEt&#43;TTlGrWQ" crossorigin="anonymous">
@ -634,6 +634,17 @@ X-XSS-Protection: 1; mode=block
<li>In the example item I looked at the DOI has a publish date of 2018-03-16, so they should really try to capture that</li>
</ul>
<h2 id="2018-07-22">2018-07-22</h2>
<ul>
<li>I told the IWMI people that they can use <code>sort_by=3</code> in their OpenSearch query to sort the results by <code>dc.date.accessioned</code> instead of <code>dc.date.issued</code></li>
<li>They say that it is a burden for them to capture the issue dates, so I cautioned them that this is in their own benefit for future posterity and that everyone else on CGSpace manages to capture the issue dates!</li>
<li>For future reference, as I had previously noted in <a href="/cgspace-notes/2018-04/">2018-04</a>, sort options are configured in <code>dspace.cfg</code>, for example:</li>
</ul>
<pre><code>webui.itemlist.sort-option.3 = dateaccessioned:dc.date.accessioned:date
</code></pre>
<!-- vim: set sw=2 ts=2: -->