diff --git a/content/posts/2022-11.md b/content/posts/2022-11.md
index c18ea9293..541cf0b81 100644
--- a/content/posts/2022-11.md
+++ b/content/posts/2022-11.md
@@ -418,5 +418,49 @@ localhost/dspacetest= ☘ COMMIT;
- I think we can fix all the stuff for Initiatives from this year very easily, then work on the legacy stuff later
- Also, I noticed that that [country_converter was using the wrong UN M.49 region for Myanmar](https://github.com/konstantinstadler/country_converter/issues/124)
- I submitted a [pull request](https://github.com/konstantinstadler/country_converter/pull/125)
+- I exported a CSV of the Initiatives and ran the csv-metadata-quality script to add missing UN M.49 regions
+ - To make sure everything was correct I got a list of the changes from csv-metadata-quality and checked them all manually on the UN M.49 site, just in case there was another bug in country_converter
+ - This fixed regions for about fifty items
+- I dumped the UN M.49 regions from the CSV on the UNSD website:
+
+```console
+$ csvcut -d";" -c 'Region Name,Sub-region Name,Intermediate Region Name' ~/Downloads/UNSD\ —\ Methodology.csv | sed -e 1d -e 's/,/\n/g' | sort -u
+
+Africa
+Americas
+Asia
+Australia and New Zealand
+Caribbean
+Central America
+Central Asia
+Channel Islands
+Eastern Africa
+Eastern Asia
+Eastern Europe
+Europe
+Latin America and the Caribbean
+Melanesia
+Micronesia
+Middle Africa
+Northern Africa
+Northern America
+Northern Europe
+Oceania
+Polynesia
+South America
+South-eastern Asia
+Southern Africa
+Southern Asia
+Southern Europe
+Sub-Saharan Africa
+Western Africa
+Western Asia
+Western Europe
+```
+
+- For now I will combine it with our existing list, which contains a few legacy regions, while we discuss about a long-term plan with Peter and Abenet
+- Peter wrote to ask me to change the PIM CRP's full name from `Policies, Institutions and Markets` to `Policies, Institutions, and Markets`
+ - It's apparently the only CRP with an Oxford comma...?
+ - I updated them all on CGSpace
diff --git a/docs/2022-11/index.html b/docs/2022-11/index.html
index 7ef1be585..d024d8be3 100644
--- a/docs/2022-11/index.html
+++ b/docs/2022-11/index.html
@@ -24,7 +24,7 @@ I reverted the Cocoon autosave change because it was more of a nuissance that Pe
-
+
@@ -54,9 +54,9 @@ I reverted the Cocoon autosave change because it was more of a nuissance that Pe
"@type": "BlogPosting",
"headline": "November, 2022",
"url": "https://alanorth.github.io/cgspace-notes/2022-11/",
- "wordCount": "2640",
+ "wordCount": "2853",
"datePublished": "2022-11-01T09:11:36+03:00",
- "dateModified": "2022-11-27T13:52:43+03:00",
+ "dateModified": "2022-11-28T17:42:46+03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@@ -608,6 +608,54 @@ I reverted the Cocoon autosave change because it was more of a nuissance that Pe
I submitted a pull request
+I exported a CSV of the Initiatives and ran the csv-metadata-quality script to add missing UN M.49 regions
+
+- To make sure everything was correct I got a list of the changes from csv-metadata-quality and checked them all manually on the UN M.49 site, just in case there was another bug in country_converter
+- This fixed regions for about fifty items
+
+
+I dumped the UN M.49 regions from the CSV on the UNSD website:
+
+$ csvcut -d";" -c 'Region Name,Sub-region Name,Intermediate Region Name' ~/Downloads/UNSD\ —\ Methodology.csv | sed -e 1d -e 's/,/\n/g' | sort -u
+
+Africa
+Americas
+Asia
+Australia and New Zealand
+Caribbean
+Central America
+Central Asia
+Channel Islands
+Eastern Africa
+Eastern Asia
+Eastern Europe
+Europe
+Latin America and the Caribbean
+Melanesia
+Micronesia
+Middle Africa
+Northern Africa
+Northern America
+Northern Europe
+Oceania
+Polynesia
+South America
+South-eastern Asia
+Southern Africa
+Southern Asia
+Southern Europe
+Sub-Saharan Africa
+Western Africa
+Western Asia
+Western Europe
+
+- For now I will combine it with our existing list, which contains a few legacy regions, while we discuss about a long-term plan with Peter and Abenet
+- Peter wrote to ask me to change the PIM CRP’s full name from
Policies, Institutions and Markets
to Policies, Institutions, and Markets
+
+- It’s apparently the only CRP with an Oxford comma…?
+- I updated them all on CGSpace
+
+
diff --git a/docs/categories/index.html b/docs/categories/index.html
index ba76e8d3e..6ccbdbe60 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 2ff5b7864..bce535b37 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 363df615f..686e4f526 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 8af035917..a058eba8c 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 6b354a8e9..32072315a 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 a8253e4d9..107b1f9bc 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 46e9df976..ba6b81ad6 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 9c571812b..1f80fb5fb 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 203abcab0..873b23efa 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/2/index.html b/docs/page/2/index.html
index 445a2819c..c4066911e 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 8f46c7f30..7c3101362 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 7276f95f1..e78bc3e64 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 ba8873b28..87b8208e7 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 35d36c6dd..3cd62ec33 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 45f189e99..0e3577aca 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 c214d37c3..a9b44e027 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 ebfa8c75c..a252694d1 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 db750095a..e5ffdabc6 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/2/index.html b/docs/posts/page/2/index.html
index a138e3a3d..f227e00fc 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 8404fbb6d..b4f1b1552 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 d01b62030..e3242129f 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 637d99549..24285b4ea 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 ef42c95a7..4b7c5bf11 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 070cf0b72..899a3f633 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 0d00aabc4..e40481f12 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 52a91a7c3..10bc43094 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 3b484d3bb..c2bc88703 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/
- 2022-11-27T13:52:43+03:00
+ 2022-11-28T17:42:46+03:00
https://alanorth.github.io/cgspace-notes/
- 2022-11-27T13:52:43+03:00
+ 2022-11-28T17:42:46+03:00
https://alanorth.github.io/cgspace-notes/categories/notes/
- 2022-11-27T13:52:43+03:00
+ 2022-11-28T17:42:46+03:00
https://alanorth.github.io/cgspace-notes/2022-11/
- 2022-11-27T13:52:43+03:00
+ 2022-11-28T17:42:46+03:00
https://alanorth.github.io/cgspace-notes/posts/
- 2022-11-27T13:52:43+03:00
+ 2022-11-28T17:42:46+03:00
https://alanorth.github.io/cgspace-notes/2022-10/
2022-10-31T16:59:47+03:00