mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Update notes for 2018-10-25
This commit is contained in:
parent
0d811c208f
commit
09e246ff56
@ -550,4 +550,18 @@ $ curl -X GET -H "Content-Type: application/json" -H "Accept: application/json"
|
||||
- Re-work the [dspace-statistics-api](https://github.com/alanorth/dspace-statistics-api) to use Python's native json instead of ujson to make it easier to deploy in places where we don't have — or don't want to have — Python headers and a compiler (like containers)
|
||||
- Re-work the deployment of the API to use systemd's `EnvironmentFile` to read the environment variables instead of `Environment` in the [RMG Ansible infrastructure scripts](https://github.com/ilri/rmg-ansible-public)
|
||||
|
||||
## 2018-10-25
|
||||
|
||||
- Send Peter and Jane a list of technical ToRs for AReS open source work:
|
||||
- Basic version of AReS that works with metadata fields present in default DSpace 5.x/6.x (for example author, date issued, type, subjects)
|
||||
- Ability to harvest multiple repositories
|
||||
- Configurable list of extra fields to harvest, per repository
|
||||
- Configurable list of field and value mappings for consistent display/search with multiple repositories
|
||||
- Configurable list of graphs/blocks to display on homepage
|
||||
- Optional harvesting of DSpace view/download statistics if dspace-statistics-api is available on repository
|
||||
- Optional harvesting of Altmetric mentions
|
||||
- Configurable scheduling of harvesting (daily, weekly, etc)
|
||||
- High-quality README.md on GitHub with description, requirements, deployment instructions, and license (GPLv3 unless ICARDA has a problem with that)
|
||||
- Maria asked if we can add publisher (`dc.publisher`) to the advanced search filters, so I created a [GitHub issue](https://github.com/ilri/DSpace/issues/401) to track it
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta property="og:description" content="2018-10-01 Phil Thornton got an ORCID identifier so we need to add it to the list on CGSpace and tag his existing items I created a GitHub issue to track this #389, because I’m super busy in Nairobi right now 2018-10-03 I see Moayad was busy collecting item views and downloads from CGSpace yesterday: # zcat --force /var/log/nginx/*.log /var/log/nginx/*.log.1 | grep -E "02/Oct/2018" | awk '{print $1} ' | sort | uniq -c | sort -n | tail -n 10 933 40." />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2018-10/" /><meta property="article:published_time" content="2018-10-01T22:31:54+03:00"/>
|
||||
<meta property="article:modified_time" content="2018-10-24T08:08:26+03:00"/>
|
||||
<meta property="article:modified_time" content="2018-10-24T14:47:58+03:00"/>
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="October, 2018"/>
|
||||
@ -24,9 +24,9 @@
|
||||
"@type": "BlogPosting",
|
||||
"headline": "October, 2018",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2018-10/",
|
||||
"wordCount": "4029",
|
||||
"wordCount": "4165",
|
||||
"datePublished": "2018-10-01T22:31:54+03:00",
|
||||
"dateModified": "2018-10-24T08:08:26+03:00",
|
||||
"dateModified": "2018-10-24T14:47:58+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -719,6 +719,25 @@ $ curl -X GET -H "Content-Type: application/json" -H "Accept: app
|
||||
<li>Re-work the deployment of the API to use systemd’s <code>EnvironmentFile</code> to read the environment variables instead of <code>Environment</code> in the <a href="https://github.com/ilri/rmg-ansible-public">RMG Ansible infrastructure scripts</a></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="2018-10-25">2018-10-25</h2>
|
||||
|
||||
<ul>
|
||||
<li>Send Peter and Jane a list of technical ToRs for AReS open source work:</li>
|
||||
<li>Basic version of AReS that works with metadata fields present in default DSpace 5.x/6.x (for example author, date issued, type, subjects)
|
||||
|
||||
<ul>
|
||||
<li>Ability to harvest multiple repositories</li>
|
||||
<li>Configurable list of extra fields to harvest, per repository</li>
|
||||
<li>Configurable list of field and value mappings for consistent display/search with multiple repositories</li>
|
||||
<li>Configurable list of graphs/blocks to display on homepage</li>
|
||||
<li>Optional harvesting of DSpace view/download statistics if dspace-statistics-api is available on repository</li>
|
||||
<li>Optional harvesting of Altmetric mentions</li>
|
||||
<li>Configurable scheduling of harvesting (daily, weekly, etc)</li>
|
||||
<li>High-quality README.md on GitHub with description, requirements, deployment instructions, and license (GPLv3 unless ICARDA has a problem with that)</li>
|
||||
</ul></li>
|
||||
<li>Maria asked if we can add publisher (<code>dc.publisher</code>) to the advanced search filters, so I created a <a href="https://github.com/ilri/DSpace/issues/401">GitHub issue</a> to track it</li>
|
||||
</ul>
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
||||
|
||||
|
@ -40,7 +40,7 @@ Disallow: /cgspace-notes/2015-12/
|
||||
Disallow: /cgspace-notes/2015-11/
|
||||
Disallow: /cgspace-notes/
|
||||
Disallow: /cgspace-notes/categories/
|
||||
Disallow: /cgspace-notes/tags/notes/
|
||||
Disallow: /cgspace-notes/categories/notes/
|
||||
Disallow: /cgspace-notes/tags/notes/
|
||||
Disallow: /cgspace-notes/posts/
|
||||
Disallow: /cgspace-notes/tags/
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2018-10/</loc>
|
||||
<lastmod>2018-10-24T08:08:26+03:00</lastmod>
|
||||
<lastmod>2018-10-24T14:47:58+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
@ -189,7 +189,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2018-10-24T08:08:26+03:00</lastmod>
|
||||
<lastmod>2018-10-24T14:47:58+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -198,27 +198,27 @@
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2018-10-24T08:08:26+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
|
||||
<lastmod>2018-03-09T22:10:33+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2018-10-24T14:47:58+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2018-10-24T08:08:26+03:00</lastmod>
|
||||
<lastmod>2018-10-24T14:47:58+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2018-10-24T08:08:26+03:00</lastmod>
|
||||
<lastmod>2018-10-24T14:47:58+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user