mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Add notes for 2019-10-06
This commit is contained in:
parent
361bfc16cd
commit
232cccc1b6
@ -44,4 +44,12 @@ $ dspace user -a -m blah@mail.it -g Francesco -s Vernocchi -p 'fffff'
|
||||
- I suggested that if they still want to do value addition of those records (like adding countries, regions, etc) that they could maybe do it after we migrate the records to CGSpace
|
||||
- Carol responded to tell me where to map the items with type Brochure, Journal Item, and Thesis, so I applied them to the [collection on DSpace Test](https://dspacetest.cgiar.org/handle/10568/103688)
|
||||
|
||||
## 2019-10-06
|
||||
|
||||
- Hector from CCAFS responded about my feedback of their CLARISA API
|
||||
- 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
|
||||
- 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"
|
||||
- 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 [OpenSearch query](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)
|
||||
- Again, the `sort_by=3` parameter is the accession date, as configured in `dspace.cfg`
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -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: -->
|
||||
|
||||
|
||||
|
@ -4,27 +4,27 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2019-10-03T17:38:41+03:00</lastmod>
|
||||
<lastmod>2019-10-04T18:34:31+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2019-10-03T17:38:41+03:00</lastmod>
|
||||
<lastmod>2019-10-04T18:34:31+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2019-10/</loc>
|
||||
<lastmod>2019-10-03T17:38:41+03:00</lastmod>
|
||||
<lastmod>2019-10-04T18:34:31+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2019-10-03T17:38:41+03:00</lastmod>
|
||||
<lastmod>2019-10-04T18:34:31+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2019-10-03T17:38:41+03:00</lastmod>
|
||||
<lastmod>2019-10-04T18:34:31+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
|
Loading…
Reference in New Issue
Block a user