mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add some days of notes
This commit is contained in:
@ -90,4 +90,54 @@ $ csvgrep -c 'match type' -r '^.+$' ~/Downloads/2023-07-07-cgspace-subjects-reso
|
||||
- So that's 12,528 out of 26,443 unique terms (47.3%)
|
||||
- I did a LOT of work on the OpenRXV frontend build dependencies to bring more in line with Angular 13
|
||||
|
||||
## 2023-07-10
|
||||
|
||||
- I did a lot more work on OpenRXV to test and update dependencies
|
||||
- I deployed the latest version on the production server
|
||||
|
||||
## 2023-07-12
|
||||
|
||||
- CGSpace upgrade meeting with Americas and Africa group
|
||||
|
||||
## 2023-07-13
|
||||
|
||||
- Michael Victor asked me to help Aditi extract some information from CGSpace
|
||||
- She was interested in journal articles published between 2018 and 2023 with a range of subjects related to drought, flooding, resilience, etc
|
||||
- I used an advanced query with some AGROVOC terms:
|
||||
|
||||
```console
|
||||
dcterms.issued:[2018 TO 2023] AND dcterms.type:"Journal Article" AND (dcterms.subject:flooding OR dcterms.subject:flood OR dcterms.subject:"extreme weather events" OR dcterms.subject:drought OR dcterms.subject:"drought resistance" OR dcterms.subject:"drought tolerance" OR dcterms.subject:"soil salinity" OR dcterms.subject:"pests of plants" OR dcterms.subject:pests OR dcterms.subject:heat OR dcterms.subject:fertilizers OR dcterms.subject:"fertilizer technology" OR dcterms.subject:"rice fields" OR dcterms.subject:"landscape conservation" OR dcterms.subject:"landscape restoration" OR dcterms.subject:livestock)
|
||||
```
|
||||
|
||||
- Interestingly, some variations of this same exact query produce no search results, and I see this error in the DSpace log:
|
||||
|
||||
```console
|
||||
org.dspace.discovery.SearchServiceException: org.apache.solr.search.SyntaxError: Cannot parse 'dcterms.issued:[2018 TO 2023] AND dcterms.type:"Journal Article" AND (dcterms.subject:flooding OR dcterms.subject:flood OR dcterms.subject:"extreme weather events" OR dcterms.subject:drought OR dcterms.subject:"drought resistance" OR dcterms.subject:"drought tolerance" OR dcterms.subject:"soil salinity" OR dcterms.subject:"pests of plants" OR dcterms.subject:pests OR dcterms.subject:heat OR dcterms.subject:fertilizers OR dcterms.subject:"fertilizer technology" OR dcterms.subject:"rice fields" OR dcterms.subject:livestock OR dcterms.subject:"landscape conservation" OR dcterms.subject:"landscape restoration\"\)': Lexical error at line 1, column 617. Encountered: <EOF> after : "\"landscape restoration\\\"\\)"
|
||||
```
|
||||
|
||||
- It seems to be when there is a quoted search term at the end of the parenthesized group
|
||||
- For what it's worth this same query worked fine on DSpace 7.6
|
||||
|
||||
## 2023-07-15
|
||||
|
||||
- Export CGSpace to fix missing Initiative collection mappings
|
||||
- Start a harvest on AReS
|
||||
|
||||
## 2023-07-17
|
||||
|
||||
- Rasika had sent me a list of new ORCID identifiers for new IWMI staff so I combined them with our existing list and ran `resolve_orcids.py` to refresh the names in our database
|
||||
- I updated the list, updated names in the database, and tagged new authors with missing identifiers in existing items
|
||||
|
||||
## 2023-07-18
|
||||
|
||||
- Meeting with IWMI, IRRI, and IITA colleagues about CGSpace upgrade plans
|
||||
- Maria from the Alliance mentioned having some submissions stuck on CGSpace
|
||||
- I looked and found a number of locks stuck for many nineteen, eighteen, and more hours...
|
||||
- I killed them and told her to try again
|
||||
|
||||
```console
|
||||
$ psql < locks-age.sql | less -S
|
||||
$ psql < locks-age.sql | grep -E " (19|18|17|16|12):" | awk -F"|" '{print $10}' | sort -u | xargs kill
|
||||
```
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user