mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-04 14:23:01 +01:00
Add notes for 2019-12-02
This commit is contained in:
parent
c9dbed75b0
commit
52f6a6a049
@ -59,4 +59,20 @@ categories: ["Notes"]
|
|||||||
- 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
|
- 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
|
- 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
|
||||||
|
|
||||||
|
## 2019-12-02
|
||||||
|
|
||||||
|
- Raise the issue of old, low-quality thumbnails with Peter and the CGSpace team
|
||||||
|
- I suggested that we move manually uploaded thumbnails from the `ORIGINAL` bundle to the `THUMBNAIL` bundle
|
||||||
|
- Also replace old thumbnails where an item is available on Slideshare or YouTube because those are easy to get new, high-quality thumbnails for
|
||||||
|
- Continue testing CG Core v2 implementation on DSpace Test
|
||||||
|
- Compare the OAI QDC representation of a few items on CGSpace vs DSpace Test:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ http 'https://cgspace.cgiar.org/oai/request?verb=GetRecord&metadataPrefix=oai_dc&identifier=oai:cgspace.cgiar.org:10568/104030' > /tmp/cgspace-104030.xml
|
||||||
|
$ http 'https://dspacetest.cgiar.org/oai/request?verb=GetRecord&metadataPrefix=oai_dc&identifier=oai:cgspace.cgiar.org:10568/104030' > /tmp/dspacetest-104030.xml
|
||||||
|
```
|
||||||
|
|
||||||
|
- The DSpace Test ones actually now capture the DOI, where the CGSpace doesn't...
|
||||||
|
- And the DSpace Test one doesn't include review status as `dc.description`, but I don't think that's an important field
|
||||||
|
|
||||||
<!-- vim: set sw=2 ts=2: -->
|
<!-- vim: set sw=2 ts=2: -->
|
||||||
|
@ -24,7 +24,7 @@ Make sure all packages are up to date and the package manager is up to date, the
|
|||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-12/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-12/" />
|
||||||
<meta property="article:published_time" content="2019-12-01T11:22:30+02:00" />
|
<meta property="article:published_time" content="2019-12-01T11:22:30+02:00" />
|
||||||
<meta property="article:modified_time" content="2019-12-01T11:29:49+02:00" />
|
<meta property="article:modified_time" content="2019-12-01T16:58:13+02:00" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="December, 2019"/>
|
<meta name="twitter:title" content="December, 2019"/>
|
||||||
@ -53,9 +53,9 @@ Make sure all packages are up to date and the package manager is up to date, the
|
|||||||
"@type": "BlogPosting",
|
"@type": "BlogPosting",
|
||||||
"headline": "December, 2019",
|
"headline": "December, 2019",
|
||||||
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-12\/",
|
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-12\/",
|
||||||
"wordCount": "302",
|
"wordCount": "420",
|
||||||
"datePublished": "2019-12-01T11:22:30+02:00",
|
"datePublished": "2019-12-01T11:22:30+02:00",
|
||||||
"dateModified": "2019-12-01T11:29:49+02:00",
|
"dateModified": "2019-12-01T16:58:13+02:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -173,6 +173,26 @@ Make sure all packages are up to date and the package manager is up to date, the
|
|||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<h2 id="20191202">2019-12-02</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Raise the issue of old, low-quality thumbnails with Peter and the CGSpace team
|
||||||
|
<ul>
|
||||||
|
<li>I suggested that we move manually uploaded thumbnails from the <code>ORIGINAL</code> bundle to the <code>THUMBNAIL</code> bundle</li>
|
||||||
|
<li>Also replace old thumbnails where an item is available on Slideshare or YouTube because those are easy to get new, high-quality thumbnails for</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Continue testing CG Core v2 implementation on DSpace Test
|
||||||
|
<ul>
|
||||||
|
<li>Compare the OAI QDC representation of a few items on CGSpace vs DSpace Test:</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<pre><code>$ http 'https://cgspace.cgiar.org/oai/request?verb=GetRecord&metadataPrefix=oai_dc&identifier=oai:cgspace.cgiar.org:10568/104030' > /tmp/cgspace-104030.xml
|
||||||
|
$ http 'https://dspacetest.cgiar.org/oai/request?verb=GetRecord&metadataPrefix=oai_dc&identifier=oai:cgspace.cgiar.org:10568/104030' > /tmp/dspacetest-104030.xml
|
||||||
|
</code></pre><ul>
|
||||||
|
<li>The DSpace Test ones actually now capture the DOI, where the CGSpace doesn't…</li>
|
||||||
|
<li>And the DSpace Test one doesn't include review status as <code>dc.description</code>, but I don't think that's an important field</li>
|
||||||
|
</ul>
|
||||||
<!-- raw HTML omitted -->
|
<!-- raw HTML omitted -->
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,27 +4,27 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
|
||||||
<lastmod>2019-12-01T11:29:49+02:00</lastmod>
|
<lastmod>2019-12-01T16:58:13+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||||
<lastmod>2019-12-01T11:29:49+02:00</lastmod>
|
<lastmod>2019-12-01T16:58:13+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2019-12/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2019-12/</loc>
|
||||||
<lastmod>2019-12-01T11:29:49+02:00</lastmod>
|
<lastmod>2019-12-01T16:58:13+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
|
||||||
<lastmod>2019-12-01T11:29:49+02:00</lastmod>
|
<lastmod>2019-12-01T16:58:13+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||||
<lastmod>2019-12-01T11:29:49+02:00</lastmod>
|
<lastmod>2019-12-01T16:58:13+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
|
Loading…
Reference in New Issue
Block a user