mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2016-02-29
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
@ -276,3 +276,12 @@ Bitstream: tést señora alimentación.pdf
|
||||
- But on Linux it works fine
|
||||
- Trying to test Atmire's series of stats and CUA fixes from January and February, but their branch history is really messy and it's hard to see what's going on
|
||||
- Rebasing their branch on top of our production branch results in a broken Tomcat, so I'm going to tell them to fix their history and make a proper pull request
|
||||
- Looking at the filenames for the CIAT Reports, some have some really ugly characters, like: `'` or `,` or `=` or `[` or `]` or `(` or `)` or `_.pdf` or `._` etc
|
||||
- It's tricky to parse those things in some programming languages so I'd rather just get rid of the weird stuff now in OpenRefine:
|
||||
|
||||
```
|
||||
value.replace("'",'').replace('_=_','_').replace(',','').replace('[','').replace(']','').replace('(','').replace(')','').replace('_.pdf','.pdf').replace('._','_')
|
||||
```
|
||||
|
||||
- Finally import the 1127 CIAT items into CGSpace: https://cgspace.cgiar.org/handle/10568/35710
|
||||
- Re-deploy CGSpace with the Google Scholar fix, but I'm waiting on the Atmire fixes for now, as the branch history is ugly
|
||||
|
Reference in New Issue
Block a user