mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Update notes
This commit is contained in:
parent
f5e0ae3b8e
commit
dad9c406f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user