mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2016-02-15
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
@ -197,3 +197,12 @@ $ ls | grep -c -E "%"
|
||||
```
|
||||
|
||||
- I suggest that we import ~850 or so of the clean ones first, then do the rest after I can find a clean/reliable way to decode the filenames
|
||||
- This python2 snippet seems to work in the CLI, but not so well in OpenRefine:
|
||||
|
||||
```
|
||||
$ python -c "import urllib, sys; print urllib.unquote(sys.argv[1])" CIAT_COLOMBIA_000169_T%C3%A9cnicas_para_el_aislamiento_y_cultivo_de_protoplastos_de_yuca.pdf
|
||||
CIAT_COLOMBIA_000169_Técnicas_para_el_aislamiento_y_cultivo_de_protoplastos_de_yuca.pdf
|
||||
```
|
||||
|
||||
- Merge pull requests for submission form theming ([#178](https://github.com/ilri/DSpace/pull/178)) and missing center subjects in XMLUI item views ([#176](https://github.com/ilri/DSpace/pull/176))
|
||||
- They will be deployed on CGSpace the next time I re-deploy
|
||||
|
Reference in New Issue
Block a user