mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2017-04-05
This commit is contained in:
@ -83,3 +83,12 @@ dspace=# select * from metadatavalue where resource_type_id=2 and metadata_field
|
||||
```
|
||||
dspace=# select * from metadatavalue where resource_type_id=2 and metadata_field_id=28 and text_value ~ '^Submitted.*giampieri.*2016-.*';
|
||||
```
|
||||
|
||||
## 2017-04-05
|
||||
|
||||
- After doing a few more large communities it seems this is the final count of CMYK PDFs:
|
||||
|
||||
```
|
||||
$ grep -c profile /tmp/filter-media-cmyk.txt
|
||||
2505
|
||||
```
|
||||
|
Reference in New Issue
Block a user