From 69f733f2be2dffc7e63fc19e55736ac813bc05f9 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 12 Jan 2022 19:55:47 +0200 Subject: [PATCH] Add notes for 2022-01-09 --- content/posts/2022-01.md | 39 ++++++++++++++ docs/2021-12/index.html | 6 +-- docs/2022-01/index.html | 53 +++++++++++++++++-- docs/2022/01/openarchives-registration.png | Bin 0 -> 254684 bytes docs/categories/index.html | 2 +- docs/categories/notes/index.html | 2 +- docs/categories/notes/page/2/index.html | 2 +- docs/categories/notes/page/3/index.html | 2 +- docs/categories/notes/page/4/index.html | 2 +- docs/categories/notes/page/5/index.html | 2 +- docs/categories/notes/page/6/index.html | 2 +- docs/index.html | 2 +- docs/page/2/index.html | 2 +- docs/page/3/index.html | 2 +- docs/page/4/index.html | 2 +- docs/page/5/index.html | 2 +- docs/page/6/index.html | 2 +- docs/page/7/index.html | 2 +- docs/page/8/index.html | 2 +- docs/posts/index.html | 2 +- docs/posts/page/2/index.html | 2 +- docs/posts/page/3/index.html | 2 +- docs/posts/page/4/index.html | 2 +- docs/posts/page/5/index.html | 2 +- docs/posts/page/6/index.html | 2 +- docs/posts/page/7/index.html | 2 +- docs/posts/page/8/index.html | 2 +- docs/sitemap.xml | 12 ++--- static/2022/01/openarchives-registration.png | Bin 0 -> 254684 bytes 29 files changed, 120 insertions(+), 36 deletions(-) create mode 100644 docs/2022/01/openarchives-registration.png create mode 100644 static/2022/01/openarchives-registration.png diff --git a/content/posts/2022-01.md b/content/posts/2022-01.md index cdc31bd51..93f8ce8d9 100644 --- a/content/posts/2022-01.md +++ b/content/posts/2022-01.md @@ -24,4 +24,43 @@ dc.contributor.author,cg.creator.identifier $ ./ilri/add-orcid-identifiers-csv.py -i 2022-01-06-add-orcids.csv -db dspace63 -u dspacetest -p 'dom@in34sniper' ``` +## 2022-01-09 + +- Validate and register CGSpace on [OpenArchives](https://www.openarchives.org/Register/ValidateSite?log=Z2V7WCT7) + - Last month IWMI colleagues were asking me to look into this, and after checking the OpenArchives mailing list it seems there was a problem on the server side + - Now it has worked and the message is "Successfully updated OAI registration database to status COMPLIANT." + - I received an email (as the Admin contact on our OAI) that says: + +> Your repository has been registered in the OAI database of conforming repositories. + +- Now I'm taking a screenshot of the validation page for posterity, because the logs seem to go away after some time + +![OpenArchives.org registration](/cgspace-notes/2022/01/openarchives-registration.png) + +- I tried to re-build the Docker image for OpenRXV and got an error in the backend: + +```console +... +> openrxv-backend@0.0.1 build +> nest build + +node_modules/@elastic/elasticsearch/api/types.d.ts:2454:13 - error TS2456: Type alias 'AggregationsAggregate' circularly references itself. + +2454 export type AggregationsAggregate = AggregationsSingleBucketAggregate | AggregationsAutoDateHistogramAggregate | AggregationsFiltersAggregate | AggregationsSignificantTermsAggregate | AggregationsTermsAggregate | AggregationsBucketAggregate | AggregationsCompositeBucketAggregate | AggregationsMultiBucketAggregate | AggregationsMatrixStatsAggregate | AggregationsKeyedValueAggregate | AggregationsMetricAggregate + ~~~~~~~~~~~~~~~~~~~~~ +node_modules/@elastic/elasticsearch/api/types.d.ts:3209:13 - error TS2456: Type alias 'AggregationsSingleBucketAggregate' circularly references itself. + +3209 export type AggregationsSingleBucketAggregate = AggregationsSingleBucketAggregateKeys + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Found 2 error(s). +``` + +- Ah, it seems the code on the server was slightly out of date + - I checked out the latest master branch and it built + +## 2022-01-12 + +- Fix some citation formatting issues in Gaia's [eighteen CAS Green Cover publications on DSpace Test](https://dspacetest.cgiar.org/handle/10568/115230) + diff --git a/docs/2021-12/index.html b/docs/2021-12/index.html index f456f5905..1073463e7 100644 --- a/docs/2021-12/index.html +++ b/docs/2021-12/index.html @@ -22,7 +22,7 @@ Total number of bot hits purged: 3679 - + @@ -52,7 +52,7 @@ Total number of bot hits purged: 3679 "url": "https://alanorth.github.io/cgspace-notes/2021-12/", "wordCount": "2686", "datePublished": "2021-12-01T16:07:07+02:00", - "dateModified": "2021-12-29T16:29:37+02:00", + "dateModified": "2022-01-09T10:39:51+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -381,7 +381,7 @@ node_modules/@elastic/elasticsearch/api/types.d.ts:3209:13 - error TS2456: Type
  • Now I cleared all images on my local machine and I get the same error when building the backend