diff --git a/content/posts/2023-09.md b/content/posts/2023-09.md index 3d88ef21c..425834311 100644 --- a/content/posts/2023-09.md +++ b/content/posts/2023-09.md @@ -144,4 +144,70 @@ $ join -t, -v 2 -11 -21 -o auto /tmp/cgspace-ilri-slideshare-sorted-only-urls-so - Important to note that you must use GNU `sort` on the fiels first, as I had tried sorting in vim and it didn't satisfy `join` - So it seems there are 542 Slideshare presentations we are missing +## 2023-09-20 + +- Regarding the incorrect city in Solr statistics, I see we have 1,600,000 of them + - Before filing a GitHub issue, I want to check if they maybe come from an Atmire module, as I see them clustered around two particular CUA versions: + +```json +{ + "responseHeader": { + "status": 0, + "QTime": 2760, + "params": { + "q": "city:com.maxmind.geoip2.record.City*", + "facet.field": "cua_version", + "indent": "true", + "rows": "0", + "wt": "json", + "facet": "true", + "_": "1695192301927" + } + }, + "response": { + "numFound": 1661863, + "start": 0, + "docs": [] + }, + "facet_counts": { + "facet_queries": {}, + "facet_fields": { + "cua_version": [ + "6.x-4.1.10-ilri-RC7", + 1112186, + "6.x-4.1.10-ilri-RC5", + 451180, + "6.x-4.1.10-ilri-RC9", + 0 + ] + }, + "facet_dates": {}, + "facet_ranges": {}, + "facet_intervals": {} + } +} +``` + +- I migrated AReS from Linode to Hetzner +- I asked on Slack and someone told me that we need to edit `src/app/menu.resolver.ts` to add new drop down menus to the top navbar + - It works, though is unfortunate that we can't do it in a theme + +## 2023-09-21 + +- More minor work on DSpace 7 home page and menus +- Meeting to discuss types and DSpace 7 migration plans +- Create a DSpace 7 theme for IITA + +## 2023-09-22 + +- Create a DSpace 7 theme for IWMI +- I had some issues with pm2 on the new DSpace 7 Test + - It seems to be due to mixing systemd starting versus manually starting / stopping... + - After reading the discussion in [this pm2 issue](https://github.com/Unitech/pm2/issues/2914) I realize that we probably need to use `--no-daemon` to have systemd fully manage the processes without pm2 trying to save state + +## 2023-09-23 + +- Export CGSpace to check for missing Initiative collection mappings +- Start a harvest on AReS + diff --git a/docs/2023-09/index.html b/docs/2023-09/index.html index c30c8a6eb..a5d27764a 100644 --- a/docs/2023-09/index.html +++ b/docs/2023-09/index.html @@ -15,7 +15,7 @@ Start a harvest on AReS - + @@ -36,9 +36,9 @@ Start a harvest on AReS "@type": "BlogPosting", "headline": "September, 2023", "url": "https://alanorth.github.io/cgspace-notes/2023-09/", - "wordCount": "1060", + "wordCount": "1310", "datePublished": "2023-09-02T17:29:36+03:00", - "dateModified": "2023-09-16T23:38:04+03:00", + "dateModified": "2023-09-19T21:13:52+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -281,6 +281,79 @@ Start a harvest on AReS
  • Important to note that you must use GNU sort on the fiels first, as I had tried sorting in vim and it didn’t satisfy join
  • So it seems there are 542 Slideshare presentations we are missing
  • +

    2023-09-20

    + +
    {
    +  "responseHeader": {
    +    "status": 0,
    +    "QTime": 2760,
    +    "params": {
    +      "q": "city:com.maxmind.geoip2.record.City*",
    +      "facet.field": "cua_version",
    +      "indent": "true",
    +      "rows": "0",
    +      "wt": "json",
    +      "facet": "true",
    +      "_": "1695192301927"
    +    }
    +  },
    +  "response": {
    +    "numFound": 1661863,
    +    "start": 0,
    +    "docs": []
    +  },
    +  "facet_counts": {
    +    "facet_queries": {},
    +    "facet_fields": {
    +      "cua_version": [
    +        "6.x-4.1.10-ilri-RC7",
    +        1112186,
    +        "6.x-4.1.10-ilri-RC5",
    +        451180,
    +        "6.x-4.1.10-ilri-RC9",
    +        0
    +      ]
    +    },
    +    "facet_dates": {},
    +    "facet_ranges": {},
    +    "facet_intervals": {}
    +  }
    +}
    +
    +

    2023-09-21

    + +

    2023-09-22

    + +

    2023-09-23

    + diff --git a/docs/categories/index.html b/docs/categories/index.html index f7580ea11..8725baa56 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 c5b8eee81..7b95da4e0 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 75fff80f3..925d98120 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 0c22066b3..50b0ca655 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 4456fd32e..731fb53e9 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 626cbc709..dd80184b8 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 4e9c9e46f..a46c5e8af 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 ab5644994..4759fc94d 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/categories/notes/page/8/index.html b/docs/categories/notes/page/8/index.html index 4da18c413..76590f7c6 100644 --- a/docs/categories/notes/page/8/index.html +++ b/docs/categories/notes/page/8/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/index.html b/docs/index.html index 9d9b694b0..d6e4a7612 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 151732c9c..b47134771 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 6a8584eba..814b41eec 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 7d8a0d193..ae4384708 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 f0849c3e1..92263b6ad 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 0c8293cc2..ee2864438 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 3d390edbb..bd5269f63 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 d2f62583d..a128af478 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 05554b869..5880352d4 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 b5342ce1e..822ec468e 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 77deef07d..ae9ab6465 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 7a9511f4b..66488c3ea 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 af00c4c24..9d10997b5 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 4059f68d9..e6a078510 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 f4616474a..26b643300 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 1cb27c24b..7da6c9c0a 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 72222a016..5b51e6b86 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 7a571a40b..0c197049b 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 fd43503f9..3825eeddc 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 22b9eb153..d2d9b3318 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 7f169d0a2..eaf6be9b4 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-09-16T23:38:04+03:00 + 2023-09-19T21:13:52+03:00 https://alanorth.github.io/cgspace-notes/ - 2023-09-16T23:38:04+03:00 + 2023-09-19T21:13:52+03:00 https://alanorth.github.io/cgspace-notes/categories/notes/ - 2023-09-16T23:38:04+03:00 + 2023-09-19T21:13:52+03:00 https://alanorth.github.io/cgspace-notes/posts/ - 2023-09-16T23:38:04+03:00 + 2023-09-19T21:13:52+03:00 https://alanorth.github.io/cgspace-notes/2023-09/ - 2023-09-16T23:38:04+03:00 + 2023-09-19T21:13:52+03:00 https://alanorth.github.io/cgspace-notes/2023-08/ 2023-09-01T08:10:02+03:00