Add notes for 2017-04-14

This commit is contained in:
2017-04-14 15:56:19 +03:00
parent 64b7ef320d
commit 4a9b4f2b28
2 changed files with 28 additions and 1 deletions

View File

@ -193,3 +193,14 @@ sys 1m29.310s
- After re-importing the CIFOR collection it looks *very* good!
- It seems like they have done a full metadata migration with `dc.date.issued` and `cg.coverage.country` etc
- Submit pull request to upstream DSpace for the PDF thumbnail bug (DS-3516): https://github.com/DSpace/DSpace/pull/1709
## 2017-04-14
- DSpace committers reviewed my patch for DS-3516 and proposed a simpler idea involving incorrect use of `SelfRegisteredInputFormats`
- I tested the idea and it works, so I made a new patch: https://github.com/DSpace/DSpace/pull/1709
- I discovered that we can override metadata formats in OAI by creating a new "context": https://wiki.duraspace.org/display/DSDOC5x/OAI+2.0+Server
- This allows us to have, say a default "request" context and a "cgiar" context, both of which implement the DSpace Intermediate Metadata formats, but have the later use a overridden version that exposes CG metadata
- Compare the following results:
- https://dspacetest.cgiar.org/oai/request?verb=GetRecord&metadataPrefix=dim&identifier=oai:dspacetest.cgiar.org:10568/6
- https://dspacetest.cgiar.org/oai/cgiar?verb=GetRecord&metadataPrefix=dim&identifier=oai:dspacetest.cgiar.org:10568/6
- Reboot DSpace Test server to get new Linode kernel