Update notes for 2017-07-20

This commit is contained in:
2017-07-20 17:11:41 +03:00
parent 0c4219c438
commit 69ac5ab21f
3 changed files with 17 additions and 8 deletions

View File

@ -90,3 +90,6 @@ org.postgresql.util.PSQLException: FATAL: remaining connection slots are reserve
- September 10/11: go live?
- Talk to Tsega and Danny about exporting/injesting the blog posts from Drupal into DSpace?
- Followup meeting on August 8/9?
- 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*)\/?>/,'')`