mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2016-05-19
This commit is contained in:
@ -143,3 +143,17 @@ if(cells['thumbnails'].value.contains('hqdefault'), cells['thumbnails'].value.sp
|
||||
- Because ~400 records had the same filename on Flickr (hqdefault.jpg) but different UUIDs in the URL
|
||||
- So for the `hqdefault.jpg` ones I just take the UUID (-2) and use it as the filename
|
||||
- Before importing with SAFBuilder I tested adding "__bundle:THUMBNAIL" to the `filename` column and it works fine
|
||||
|
||||
## 2016-05-19
|
||||
|
||||
- More quality control on `filename` field of CCAFS records to make processing in shell and SAFBuilder more reliable:
|
||||
|
||||
```
|
||||
value.replace('_','').replace('-','')
|
||||
```
|
||||
|
||||
- We need to hold off on moving `dc.Species` to `cg.species` because it is only used for plants, and might be better to move it to something like `cg.species.plant`
|
||||
- And `dc.identifier.fund` is MOSTLY used for CPWF project identifier but has some other sponsorship things
|
||||
- We should move PN*, SG*, CBA, IA, and PHASE* values to `cg.identifier.cpwfproject`
|
||||
- The rest, like BMGF and USAID etc, might have to go to either `dc.description.sponsorship` or `cg.identifier.fund` (not sure yet)
|
||||
- There are also some mistakes in CPWF's things, like "PN 47"
|
Reference in New Issue
Block a user