mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2017-11-02
This commit is contained in:
@ -27,3 +27,14 @@ COPY 54701
|
||||
|
||||
<!--more-->
|
||||
|
||||
- Abenet asked if it would be possible to generate a report of items in Listing and Reports that had "International Fund for Agricultural Development" as the *only* investor
|
||||
- I opened a ticket with Atmire to ask if this was possible: https://tracker.atmire.com/tickets-cgiar-ilri/view-ticket?id=540
|
||||
- Work on making the thumbnails in the item view clickable
|
||||
- Basically, once you read the METS XML for an item it becomes easy to trace the structure to find the bitstream link
|
||||
|
||||
```
|
||||
//mets:fileSec/mets:fileGrp[@USE='CONTENT']/mets:file/mets:FLocat[@LOCTYPE='URL']/@xlink:href
|
||||
```
|
||||
|
||||
- METS XML is available for all items with this pattern: /metadata/handle/10568/95947/mets.xml
|
||||
- I whipped up a quick hack to print a clickable link with this URL on the thumbnail but it needs to check a few corner cases, like when there is a thumbnail but no content bitstream!
|
||||
|
Reference in New Issue
Block a user