mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-21 22:25:02 +01:00
Add notes for 2017-08-14
This commit is contained in:
parent
7d675f93f8
commit
fe4266516f
@ -115,3 +115,26 @@ dspace#= \copy (select distinct text_value, count(*) from metadatavalue where me
|
||||
proxy_pass http://tomcat_http;
|
||||
}
|
||||
```
|
||||
|
||||
## 2017-08-13
|
||||
|
||||
- Macaroni Bros say that CCAFS wants them to check once every hour for changes
|
||||
- I told them to check every four or six hours
|
||||
|
||||
## 2017-08-14
|
||||
|
||||
- Run author corrections on CGIAR Library community from Peter
|
||||
|
||||
```
|
||||
$ ./fix-metadata-values.py -i /tmp/authors-fix-523.csv -f dc.contributor.author -t correct -m 3 -d dspace -u dspace -p fuuuu
|
||||
```
|
||||
|
||||
- There were only three deletions so I just did them manually:
|
||||
|
||||
```
|
||||
dspace=# delete from metadatavalue where resource_type_id=2 and metadata_field_id=3 and text_value='C';
|
||||
DELETE 1
|
||||
dspace=# delete from metadatavalue where resource_type_id=2 and metadata_field_id=3 and text_value='WSSD';
|
||||
```
|
||||
|
||||
- Generate a new list of authors from the CGIAR Library community for Peter to look through now that the initial corrections have been done
|
||||
|
Loading…
Reference in New Issue
Block a user