mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes
This commit is contained in:
@ -365,4 +365,40 @@ return '||'.join(map(str, deduped_list))
|
||||
- I created a [pull request to add common names for Iran, Laos, and Syria on the Debian iso-codes package](https://salsa.debian.org/iso-codes-team/iso-codes/-/merge_requests/32)
|
||||
- These are remarked upon in the ISO.org online browsing platform for ISO 3166-1
|
||||
|
||||
## 2023-02-23
|
||||
|
||||
- Tag v0.6.1 of csv-metadata-quality
|
||||
- Weekly meeting about CG Core types
|
||||
- I need to get some definitions from Peter for some types
|
||||
- Peter sent some of the feedback from Indira to XMLUI
|
||||
- I removed some old facets, limited others to less values, and adjusted the recent submissions from 5 to 10
|
||||
|
||||
## 2023-02-24
|
||||
|
||||
- More work on understanding Sam's CAS publications to prepare for uploading them to CGSpace
|
||||
- I need to reconcile the duplicates and Peter's type re-classifications in the final version of the spreadsheet
|
||||
- I flagged all the duplicates by creating a custom text facet matching all their titles like:
|
||||
|
||||
```console
|
||||
or(
|
||||
isNotNull(value.match("Evaluation of the CGIAR Research Program on Climate Change, Agriculture and Food Security (CCAFS)")),
|
||||
isNotNull(value.match("Report of the IEA Workshop on Development, Use and Assessment of TOC in CGIAR Research, Rome, 12-13 January 2017")),
|
||||
isNotNull(value.match("Report of the IEA Workshop on Evaluating the Quality of Science, Rome, 10-11 December 2015")),
|
||||
isNotNull(value.match("Review of CGIAR’s Intellectual Assets Principles")),
|
||||
...
|
||||
)
|
||||
```
|
||||
|
||||
- Annoyingly this seems to miss the ones with parenthesis so I had to do those manually
|
||||
- This matched thirty-seven items, then I flagged them so I can handle them separately after uploading the others
|
||||
- Then I used the URL field in the old version of the file to match the items with types `Evaluation` and `Independent Commentary` since Peter changed them
|
||||
- I added extent, volume, issue, number, and affiliation to a few journal articles
|
||||
- Then I did some last minute checks to make sure we're not uploading files for items marked as having "multiple documents"
|
||||
|
||||
## 2023-02-25
|
||||
|
||||
- Oh nice, my [pull request adding common names for Iran, Laos, and Syria to iso-codes](https://salsa.debian.org/iso-codes-team/iso-codes/-/merge_requests/32) was merged
|
||||
- I did a test import of the 198 CAS Publications on DSpace Test, then inspected Abenet's file with Gaia's "multiple documents" field one more time and decided to do the import on CGSpace
|
||||
- Gaia's "multiple documents" column had some text like "E6" and "F7" that didn't make any sense, and those files were not in the Sharepoint even
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user