mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2019-10-06
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-10/" />
|
||||
<meta property="article:published_time" content="2019-10-01T13:20:51+03:00" />
|
||||
<meta property="article:modified_time" content="2019-10-03T17:38:41+03:00" />
|
||||
<meta property="article:modified_time" content="2019-10-04T18:34:31+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="October, 2019"/>
|
||||
@ -27,9 +27,9 @@
|
||||
"@type": "BlogPosting",
|
||||
"headline": "October, 2019",
|
||||
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-10\/",
|
||||
"wordCount": "335",
|
||||
"wordCount": "440",
|
||||
"datePublished": "2019-10-01T13:20:51\x2b03:00",
|
||||
"dateModified": "2019-10-03T17:38:41\x2b03:00",
|
||||
"dateModified": "2019-10-04T18:34:31\x2b03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -152,6 +152,22 @@
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="2019-10-06">2019-10-06</h2>
|
||||
|
||||
<ul>
|
||||
<li>Hector from CCAFS responded about my feedback of their CLARISA API
|
||||
|
||||
<ul>
|
||||
<li>He made some fixes to the metadata values they are using based on my feedback and said they are happy if we would use it</li>
|
||||
</ul></li>
|
||||
<li>Gabriela from CIP asked me if it was possible to generate an RSS feed of items that have the CIP subject “POTATO AGRI-FOOD SYSTEMS”
|
||||
|
||||
<ul>
|
||||
<li>I notice that there is a similar term “SWEETPOTATO AGRI-FOOD SYSTEMS” so I had to come up with a way to exclude that using the boolean “AND NOT” in the <a href="https://cgspace.cgiar.org/open-search/discover?query=cipsubject:POTATO%20AGRI%E2%80%90FOOD%20SYSTEMS%20AND%20NOT%20cipsubject:SWEETPOTATO%20AGRI%E2%80%90FOOD%20SYSTEMS&scope=10568/51671&sort_by=3&order=DESC">OpenSearch query</a></li>
|
||||
<li>Again, the <code>sort_by=3</code> parameter is the accession date, as configured in <code>dspace.cfg</code></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user