mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2016-06-29
This commit is contained in:
@ -238,3 +238,38 @@ $ ./delete-metadata-values.py -i investors-delete-82.csv -f dc.description.spons
|
||||
```
|
||||
dspacetest=# \copy (select text_value, count(*) from metadatavalue where resource_type_id=2 and metadata_field_id=126 group by text_value order by count desc) to /tmp/contributors-june28.csv with csv;
|
||||
```
|
||||
|
||||
- Re-evaluate `dc.contributor.corporate` and it seems we will move it to `dc.contributor.author` as this is more in line with how editors are actually using it
|
||||
|
||||
## 2016-06-29
|
||||
|
||||
- Test run of `migrate-fields.sh` with the following re-mappings:
|
||||
|
||||
```
|
||||
72 55 #dc.source
|
||||
86 230 #cg.contributor.crp
|
||||
91 211 #cg.contributor.affiliation
|
||||
94 212 #cg.species
|
||||
107 231 #cg.coverage.subregion
|
||||
126 3 #dc.contributor.author
|
||||
73 219 #cg.identifier.url
|
||||
74 220 #cg.identifier.doi
|
||||
79 222 #cg.identifier.googleurl
|
||||
89 223 #cg.identifier.dataurl
|
||||
```
|
||||
|
||||
- Run all cleanups and deletions of `dc.contributor.corporate` on CGSpace:
|
||||
|
||||
```
|
||||
$ ./fix-metadata-values.py -i Corporate-Authors-Fix-121.csv -f dc.contributor.corporate -t 'Correct style' -m 126 -d cgspace -u cgspace -p 'fuuu'
|
||||
$ ./fix-metadata-values.py -i Corporate-Authors-Fix-PB.csv -f dc.contributor.corporate -t 'should be' -m 126 -d cgspace -u cgspace -p 'fuuu'
|
||||
$ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-Delete-13.csv -m 126 -u cgspace -d cgspace -p 'fuuu'
|
||||
```
|
||||
|
||||
- Re-deploy CGSpace and DSpace Test with latest June changes
|
||||
- Now the sharing and Altmetric bits are more prominent:
|
||||
|
||||

|
||||
|
||||
- Run all system updates on the servers and reboot
|
||||
- Start working on config changes for phase three of the metadata migrations
|
||||
|
Reference in New Issue
Block a user