mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2017-07-24
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user