mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2018-10-11
This commit is contained in:
@ -176,4 +176,14 @@ org.im4java.core.InfoException: org.im4java.core.CommandException: org.im4java.c
|
||||
- I suppose I need to enable a workaround for this in Ansible?
|
||||
- Also I note that for a few days the item views on DSpace Test are broken... I think Sisay must have been doing something
|
||||
|
||||
## 2018-10-11
|
||||
|
||||
- I emailed DuraSpace to update [our entry in their DSpace registry](https://duraspace.org/registry/entry/4188/?gvid=178) (the data was still on DSpace 3, JSPUI, etc)
|
||||
- Generate a list of the top 1500 values for `dc.subject` so Sisay can start making a controlled vocabulary for it:
|
||||
|
||||
```
|
||||
dspace=# \COPY (SELECT DISTINCT text_value, count(*) FROM metadatavalue WHERE metadata_field_id = 57 AND resource_type_id = 2 GROUP BY text_value ORDER BY count DESC LIMIT 1500) to /tmp/2018-10-11-top-1500-subject.csv WITH CSV HEADER;
|
||||
COPY 1500
|
||||
```
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user