diff --git a/content/posts/2023-03.md b/content/posts/2023-03.md index 3856c4851..57a6d8cb8 100644 --- a/content/posts/2023-03.md +++ b/content/posts/2023-03.md @@ -62,5 +62,23 @@ df = pd.read_csv(args.input_file, engine='pyarrow', dtype='string[pyarrow]' ## 2023-03-07 +- Create a PostgreSQL 14 instance on my local environment to start testing compatibility with DSpace 6 as well as all my scripts: + +```console +$ podman pull docker.io/library/postgres:14-alpine +$ podman run --name dspacedb14 -v dspacedb14_data:/var/lib/postgresql/data -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres:14-alpine +$ createuser -h localhost -p 5432 -U postgres --pwprompt dspacetest +$ createdb -h localhost -p 5432 -U postgres -O dspacetest --encoding=UNICODE dspacetest +``` + +- Peter sent me a list of items that had ILRI affiation on Altmetric, but that didn't have Handles + - I ran a duplicate check on them to find if they exist or if we can import them + - There were about ninety matches, but a few dozen of those were pre-prints! + - After excluding those there were about sixty-one items we already have on CGSpace so I will add their DOIs to the existing items + - After joining these with the records from CGSpace and inspecting the DOIs I found that only forty-four were new DOIs + - Surprisingly some of the DOIs on Altmetric were not working, though we also had some that were not working (specifically the Journal of Agricultural Economics seems to have reassigned DOIs) +- An unscientific comparison of duplicate checking Peter's file with ~500 titles on PostgreSQL 12 and PostgreSQL 14: + - PostgreSQL 12: `0.11s user 0.04s system 0% cpu 19:24.65 total` + - PostgreSQL 14: `0.12s user 0.04s system 0% cpu 18:13.47 total` diff --git a/docs/2023-03/index.html b/docs/2023-03/index.html index 3c75433aa..11f4339ef 100644 --- a/docs/2023-03/index.html +++ b/docs/2023-03/index.html @@ -16,7 +16,7 @@ I finally got through with porting the input form from DSpace 6 to DSpace 7 - + @@ -38,9 +38,9 @@ I finally got through with porting the input form from DSpace 6 to DSpace 7 "@type": "BlogPosting", "headline": "March, 2023", "url": "https://alanorth.github.io/cgspace-notes/2023-03/", - "wordCount": "381", + "wordCount": "601", "datePublished": "2023-03-01T07:58:36+03:00", - "dateModified": "2023-03-07T09:53:31+03:00", + "dateModified": "2023-03-07T10:05:12+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -182,6 +182,33 @@ pd.options.mode.nullable_dtypes = True
df = pd.read_csv(args.input_file, engine='pyarrow', dtype='string[pyarrow]'
 

2023-03-07

+ +
$ podman pull docker.io/library/postgres:14-alpine
+$ podman run --name dspacedb14 -v dspacedb14_data:/var/lib/postgresql/data -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres:14-alpine
+$ createuser -h localhost -p 5432 -U postgres --pwprompt dspacetest
+$ createdb -h localhost -p 5432 -U postgres -O dspacetest --encoding=UNICODE dspacetest
+
diff --git a/docs/categories/index.html b/docs/categories/index.html index 6fc0dea72..130efb12a 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/index.html b/docs/categories/notes/index.html index fcbb9c01f..9574ed26c 100644 --- a/docs/categories/notes/index.html +++ b/docs/categories/notes/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/2/index.html b/docs/categories/notes/page/2/index.html index 10d4a8519..49825a2c3 100644 --- a/docs/categories/notes/page/2/index.html +++ b/docs/categories/notes/page/2/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/3/index.html b/docs/categories/notes/page/3/index.html index 0398fbfa1..298da6b64 100644 --- a/docs/categories/notes/page/3/index.html +++ b/docs/categories/notes/page/3/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/4/index.html b/docs/categories/notes/page/4/index.html index d74cb06d6..1263200bc 100644 --- a/docs/categories/notes/page/4/index.html +++ b/docs/categories/notes/page/4/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/5/index.html b/docs/categories/notes/page/5/index.html index 7937dd17c..5d0d0a024 100644 --- a/docs/categories/notes/page/5/index.html +++ b/docs/categories/notes/page/5/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/6/index.html b/docs/categories/notes/page/6/index.html index 11f2dc0fd..13dfcaa74 100644 --- a/docs/categories/notes/page/6/index.html +++ b/docs/categories/notes/page/6/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/7/index.html b/docs/categories/notes/page/7/index.html index b75728fdf..f37efbbb7 100644 --- a/docs/categories/notes/page/7/index.html +++ b/docs/categories/notes/page/7/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/index.html b/docs/index.html index 9b39537f3..c823b9f7a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/10/index.html b/docs/page/10/index.html index a152f57f2..e999f5eb9 100644 --- a/docs/page/10/index.html +++ b/docs/page/10/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/2/index.html b/docs/page/2/index.html index 1dca111e0..9d80e8f3a 100644 --- a/docs/page/2/index.html +++ b/docs/page/2/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/3/index.html b/docs/page/3/index.html index 9b68cf9a3..5c5e28097 100644 --- a/docs/page/3/index.html +++ b/docs/page/3/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/4/index.html b/docs/page/4/index.html index 1a5062a03..850f19625 100644 --- a/docs/page/4/index.html +++ b/docs/page/4/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/5/index.html b/docs/page/5/index.html index ee6367856..1985b9d43 100644 --- a/docs/page/5/index.html +++ b/docs/page/5/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/6/index.html b/docs/page/6/index.html index 74e7fbebb..c2351e236 100644 --- a/docs/page/6/index.html +++ b/docs/page/6/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/7/index.html b/docs/page/7/index.html index 5a1e53e0e..4f7425333 100644 --- a/docs/page/7/index.html +++ b/docs/page/7/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/8/index.html b/docs/page/8/index.html index cd054fdc0..f0e9101c2 100644 --- a/docs/page/8/index.html +++ b/docs/page/8/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/9/index.html b/docs/page/9/index.html index 6903f78c4..234e69657 100644 --- a/docs/page/9/index.html +++ b/docs/page/9/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/index.html b/docs/posts/index.html index 43ff915ea..2bc6197b7 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/10/index.html b/docs/posts/page/10/index.html index 885e48575..ebff017e5 100644 --- a/docs/posts/page/10/index.html +++ b/docs/posts/page/10/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/2/index.html b/docs/posts/page/2/index.html index 67035de06..728d4e9da 100644 --- a/docs/posts/page/2/index.html +++ b/docs/posts/page/2/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/3/index.html b/docs/posts/page/3/index.html index d5e9e73bc..d9aab2c6e 100644 --- a/docs/posts/page/3/index.html +++ b/docs/posts/page/3/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/4/index.html b/docs/posts/page/4/index.html index 93d46fb7a..7e69c0eaa 100644 --- a/docs/posts/page/4/index.html +++ b/docs/posts/page/4/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/5/index.html b/docs/posts/page/5/index.html index 992d98ada..d2726db30 100644 --- a/docs/posts/page/5/index.html +++ b/docs/posts/page/5/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/6/index.html b/docs/posts/page/6/index.html index dc22832cb..333611573 100644 --- a/docs/posts/page/6/index.html +++ b/docs/posts/page/6/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/7/index.html b/docs/posts/page/7/index.html index 56a3cb741..517a80546 100644 --- a/docs/posts/page/7/index.html +++ b/docs/posts/page/7/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/8/index.html b/docs/posts/page/8/index.html index 78091b17c..c890bfc24 100644 --- a/docs/posts/page/8/index.html +++ b/docs/posts/page/8/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/9/index.html b/docs/posts/page/9/index.html index d50b5972f..54627487c 100644 --- a/docs/posts/page/9/index.html +++ b/docs/posts/page/9/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 4ac8ba9b3..f0c2deb1d 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -3,19 +3,19 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml"> https://alanorth.github.io/cgspace-notes/categories/ - 2023-03-07T09:53:31+03:00 + 2023-03-07T10:05:12+03:00 https://alanorth.github.io/cgspace-notes/ - 2023-03-07T09:53:31+03:00 + 2023-03-07T10:05:12+03:00 https://alanorth.github.io/cgspace-notes/2023-03/ - 2023-03-07T09:53:31+03:00 + 2023-03-07T10:05:12+03:00 https://alanorth.github.io/cgspace-notes/categories/notes/ - 2023-03-07T09:53:31+03:00 + 2023-03-07T10:05:12+03:00 https://alanorth.github.io/cgspace-notes/posts/ - 2023-03-07T09:53:31+03:00 + 2023-03-07T10:05:12+03:00 https://alanorth.github.io/cgspace-notes/2023-02/ 2023-03-01T08:30:25+03:00