Add notes for 2017-04-05

This commit is contained in:
2017-04-05 16:31:49 +03:00
parent 06abe3dc80
commit f32c49eb0b
6 changed files with 56 additions and 7 deletions

View File

@ -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
```