diff --git a/content/posts/2019-12.md b/content/posts/2019-12.md index 1d0bb360b..e57164e70 100644 --- a/content/posts/2019-12.md +++ b/content/posts/2019-12.md @@ -54,5 +54,9 @@ categories: ["Notes"] ``` - Clear Ansible's fact cache and re-run the playbooks to update the system's firewalls, SSH config, etc +- Altmetric finally responded to my question about Dublin Core fields + - They shared a [list of fields they use for tracking](https://help.altmetric.com/support/solutions/articles/6000141419-what-metadata-is-required-to-track-our-content-), but it only mentions HTML meta tags, and not fields considered when harvesting via OAI + - Anyways, there might be some areas we can improve on the HTML meta tags, if I look at one [item with a DOI, ISSN, etc](https://hdl.handle.net/10568/101623) I see that we could at least add status (Open Access) and journal title + - I merged a [pull request](https://github.com/ilri/DSpace/pull/438) into the `5_x-prod` branch to add status and journal title to the XHTML meta tags diff --git a/docs/2019-12/index.html b/docs/2019-12/index.html index b7e120140..0a419fae4 100644 --- a/docs/2019-12/index.html +++ b/docs/2019-12/index.html @@ -24,7 +24,7 @@ Make sure all packages are up to date and the package manager is up to date, the - + @@ -53,9 +53,9 @@ Make sure all packages are up to date and the package manager is up to date, the "@type": "BlogPosting", "headline": "December, 2019", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-12\/", - "wordCount": "208", + "wordCount": "302", "datePublished": "2019-12-01T11:22:30+02:00", - "dateModified": "2019-12-01T11:22:30+02:00", + "dateModified": "2019-12-01T11:29:49+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -165,6 +165,13 @@ Make sure all packages are up to date and the package manager is up to date, the # /opt/certbot-auto
5_x-prod
branch to add status and journal title to the XHTML meta tags