mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2022-11-28
This commit is contained in:
@ -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
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user