Update notes

This commit is contained in:
2018-05-31 14:31:03 -07:00
parent 1eb62971a5
commit c8bb6124a3
3 changed files with 18 additions and 8 deletions

View File

@ -381,3 +381,7 @@ $ ./rest-find-collections.py -u https://cgspace.cgiar.org/rest -d 10568/1 2> /tm
```
dspace=# \copy (select distinct text_value, count(*) from metadatavalue where metadata_field_id = (select metadata_field_id from metadatafieldregistry where element = 'contributor' and qualifier = 'author') AND resource_type_id = 2 AND resource_id IN (select item_id from collection2item where collection_id IN (select resource_id from handle where handle in ('10568/67236','10568/67274',...))) group by text_value order by count desc) to /tmp/ilri-authors.csv with csv;
```
## 2018-05-31
- Clarify CGSpace's usage of Google Analytics and personally identifiable information during user registration for Bioversity team who had been asking about GDPR compliance