mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2020-02-17
This commit is contained in:
@ -430,10 +430,32 @@ dc.contributor.author,cg.creator.id
|
||||
"Müller, A.",Anna Müller: 0000-0003-3120-8560
|
||||
```
|
||||
|
||||
- Running the `add-orcid-identifiers-csv.py` script I added 144 ORCID iDs to items!
|
||||
- Running the `add-orcid-identifiers-csv.py` script I added 144 ORCID iDs to items on CGSpace!
|
||||
|
||||
```
|
||||
$ ./add-orcid-identifiers-csv.py -i /tmp/2020-02-11-add-orcid-ids.csv -db dspace -u dspace -p 'fuuu'
|
||||
```
|
||||
|
||||
- Minor updates to all Python utility scripts in the CGSpace git repository
|
||||
- Update the spider agent patterns in CGSpace `5_x-prod` branch from the latest [COUNTER-Robots](https://github.com/atmire/COUNTER-Robots) project
|
||||
- I ran the `check-spider-hits.sh` script with the updated file and purged 6,000 hits from our Solr statistics core on CGSpace
|
||||
|
||||
## 2020-02-12
|
||||
|
||||
- Follow up with people about AReS funding for next phase
|
||||
- Peter asked about the "stats" and "summary" reports that he had requested in December
|
||||
- I opened a [new issue on AReS for the "summary" report](https://github.com/ilri/AReS/issues/13)
|
||||
- Peter asked me to update John McIntire's name format on CGSpace so I ran the following PostgreSQL query:
|
||||
|
||||
```
|
||||
dspace=# UPDATE metadatavalue SET text_value='McIntire, John M.' WHERE resource_type_id=2 AND metadata_field_id=3 AND text_value='McIntire, John';
|
||||
UPDATE 26
|
||||
```
|
||||
|
||||
## 2020-02-17
|
||||
|
||||
- A few days ago Atmire responded to my question about DSpace 6.4-SNAPSHOT saying that they can only confirm that 6.3 works with their modules
|
||||
- I responded to say that we agree to target 6.3, but that I will cherry-pick important patches from the `dspace-6_x` branch at our own responsibility
|
||||
- Send a message to dspace-devel asking them to tag DSpace 6.4
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user