Add notes for 2018-09-17

This commit is contained in:
2018-09-17 17:34:48 +03:00
parent e526b4e348
commit 432f3630e4
3 changed files with 51 additions and 10 deletions

View File

@ -253,7 +253,7 @@ $ grep -c -E 'session_id=[A-Z0-9]{32}:ip_addr=50.116.102.77' dspace.log.2018-09-
- For example, when you expand the "statlet" at the bottom of an item like [10568/97103](https://cgspace.cgiar.org/handle/10568/97103) you can see the following request in the browser console:
```
https://cgspace.cgiar.org/rest/statlets?handle=10568/97103&_=1536844046540
https://cgspace.cgiar.org/rest/statlets?handle=10568/97103
```
- That JSON file has the total page views and item downloads for the item...
@ -280,4 +280,19 @@ https://cgspace.cgiar.org/rest/statlets?handle=10568/97103&_=1536844046540
- I suggested that we leave access rights (`cg.identifier.access`) as it is now, with "Open Access" or "Limited Access", and then simply re-brand that as "Access rights" in the UIs and relevant drop downs
- Then we continue as planned to add `dc.rights` as "Usage rights"
## 2018-09-17
- Skype meeting with CGSpace team in Addis
- Change `cg.identifier.status` "Access rights" options to:
- Open Access→Unrestricted Access
- Limited Access→Restricted Access
- Metadata Only
- Update these immediately, but talk to CodeObia to create a mapping between the old and new values
- Finalize `dc.rights` "Usage rights" with seven combinations of Creative Commons, plus the others
- Need to double check the new [CRP community](https://cgspace.cgiar.org/handle/10568/97114) to see why the collection counts aren't updated after we moved the communities there last wee
- Probably just needs a full Discovery update...
- Check if it's possible to have items deposited via REST use a workflow so we can perhaps tell ICARDA to use that from MEL
- Agree that we'll publicize AReS explorer on the week before the Big Data Platform workshop
- Put a link and or picture on the CGSpace homepage saying "Visualized CGSpace research" or something, and post a message on Yammer
<!-- vim: set sw=2 ts=2: -->