Add notes for 2017-07-24

This commit is contained in:
2017-07-24 15:39:20 +03:00
parent 69ac5ab21f
commit 4df0ee77c9
3 changed files with 31 additions and 8 deletions

View File

@ -93,3 +93,13 @@ org.postgresql.util.PSQLException: FATAL: remaining connection slots are reserve
- Sent Abenet the 2415 records from CGIAR Library's Historical Archive (10947/1) after cleaning up the author authorities and HTML entities in `dc.contributor.author` and `dc.description.abstract` using OpenRefine:
- Authors: `value.replace(/::\w{8}-\w{4}-\w{4}-\w{4}-\w{12}::600/,"")`
- Abstracts: `replace(value,/<\/?\w+((\s+\w+(\s*=\s*(?:".*?"|'.*?'|[^'">\s]+))?)+\s*|\s*)\/?>/,'')`
## 2017-07-24
- Move two top-level communities to be sub-communities of ILRI Projects
```
$ for community in 10568/2347 10568/25209; do /home/cgspace.cgiar.org/bin/dspace community-filiator --set --parent=10568/27629 --child="$community"; done
```
- Discuss CGIAR Library data cleanup with Sisay and Abenet