Update notes for 2019-02-21

This commit is contained in:
2019-02-21 18:16:33 -08:00
parent 1c64769a65
commit cf48f20cbe
3 changed files with 31 additions and 8 deletions

View File

@ -1037,4 +1037,13 @@ dspace=# \COPY (SELECT DISTINCT text_value, count(*) FROM metadatavalue WHERE me
COPY 33
```
- I did a bit more work on the IITA research theme (adding it to Discovery search filters) and it's almost ready so I created a pull request ([#413](https://github.com/ilri/DSpace/pull/413))
- I still need to test the batch tagging of IITA items with themes based on their IITA subjects:
- NATURAL RESOURCE MANAGEMENT research theme to items with NATURAL RESOURCE MANAGEMENT subject
- BIOTECH & PLANT BREEDING research theme to items with PLANT BREEDING subject
- SOCIAL SCIENCE & AGRIBUSINESS research theme to items with AGRIBUSINESS subject
- PLANT PRODUCTION & HEALTH research theme to items with PLANT PRODUCTION subject
- PLANT PRODUCTION & HEALTH research theme to items with PLANT HEALTH subject
- NUTRITION & HUMAN HEALTH research theme to items with NUTRITION subject
<!-- vim: set sw=2 ts=2: -->