Add notes for 2019-12-02

This commit is contained in:
2019-12-02 16:43:27 +02:00
parent c9dbed75b0
commit 52f6a6a049
3 changed files with 44 additions and 8 deletions

View File

@ -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
- 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: -->