Update notes

This commit is contained in:
Alan Orth 2017-01-24 11:25:26 +02:00
parent f5e0ae3b8e
commit dad9c406f6
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -151,8 +151,7 @@ $ ./fix-metadata-values.py -i /tmp/fix-27-journal-titles.csv -f dc.source -t cor
- Now get the top 500 journal titles:
```
dspace-# \copy (select distinct text_value, count(*) from metadatavalue where resource_type_id=2 and metadata_field_id=55 group by text_value order by cou
nt desc limit 500) to /tmp/journal-titles.csv with csv;
dspace-# \copy (select distinct text_value, count(*) from metadatavalue where resource_type_id=2 and metadata_field_id=55 group by text_value order by count desc limit 500) to /tmp/journal-titles.csv with csv;
```
- The values are a bit dirty and outdated, since the file I had given to Abenet and Peter was from November