From 109c63e10dfd43d5a650873d589846b9f4e323b3 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 27 Jul 2022 23:02:19 +0300 Subject: [PATCH] Add notes for 2022-07-27 --- content/posts/2022-07.md | 27 ++++++++++++++++ docs/2022-07/index.html | 43 +++++++++++++++++++++++-- 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/categories/notes/page/7/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/page/9/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/posts/page/9/index.html | 2 +- docs/sitemap.xml | 10 +++--- 29 files changed, 98 insertions(+), 34 deletions(-) diff --git a/content/posts/2022-07.md b/content/posts/2022-07.md index 3b8506649..22166b968 100644 --- a/content/posts/2022-07.md +++ b/content/posts/2022-07.md @@ -470,4 +470,31 @@ The script has completed - I had to re-create the tip-submit and tip-approve accounts for Alliance on DSpace Test again - After I created them last week they somehow got deleted...?!... I couldn't find them or the mel-submit account either! +## 2022-07-26 + +- Rafael from Alliance wrote to say that the tip-submit account wasn't working on DSpace Test + - I think I need to have the submit account in the *Alliance admin* group in order for it to be able to submit via the REST API, but yesterday I had added it to the submitters group +- Meeting with Peter and Abenet about CGSpace issues + - We want to do a training with IFPRI ASAP + - Then we want to start bringing the comms people from the Initiatives in + - We also want to revive the Metadata Working Group to have discussions about metadata standards, governance, etc + - We walked through DSpace 7.3 to get an idea of what vanilla looks like and start thinking about UI, item display, etc (perhaps we solicit help from some CG centers on Angular?) +- Start looking at the metadata for the 1,637 Innovations that Jose sent last week + - There are still issues with the citation formatting, but I will just fix it instead of asking him again + - I can use these GREL to fix the spacing around "Annual Report2017" and the periods: + +```console +value.replace(/Annual Report(\d{4})/, "Annual Report $1") +value.replace(/ \./, ".") +``` + +- Then there are also some other issues with the metadata that I sent to him for comments +- I managed to get DSpace 7 running behind nginx, and figured out how to change the logo to CGIAR and run a local instance using the remote API + +## 2022-07-27 + +- Work on the MARLO Innovations and MELIA + - I had to ask Jose for some clarifications and correct some encoding issues (for example in Côte d'Ivoire all over the place, and weird periods everywhere) +- Work on the DSpace 7.3 theme, mimicking CGSpace's DSpace 6 them pretty well for now + diff --git a/docs/2022-07/index.html b/docs/2022-07/index.html index 0ddd90343..3e1256504 100644 --- a/docs/2022-07/index.html +++ b/docs/2022-07/index.html @@ -19,7 +19,7 @@ Also, the trgm functions I’ve used before are case insensitive, but Levens - + @@ -44,9 +44,9 @@ Also, the trgm functions I’ve used before are case insensitive, but Levens "@type": "BlogPosting", "headline": "July, 2022", "url": "https://alanorth.github.io/cgspace-notes/2022-07/", - "wordCount": "3230", + "wordCount": "3512", "datePublished": "2022-07-02T14:07:36+03:00", - "dateModified": "2022-07-22T22:28:51+03:00", + "dateModified": "2022-07-25T22:33:25+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -665,6 +665,43 @@ Also, the trgm functions I’ve used before are case insensitive, but Levens +

2022-07-26

+ +
value.replace(/Annual Report(\d{4})/, "Annual Report $1")
+value.replace(/ \./, ".")
+
+

2022-07-27

+ diff --git a/docs/categories/index.html b/docs/categories/index.html index 00819cd80..f0d2659c1 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 cf078ca2e..57e5787ed 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 5210d97b6..74001e907 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 fd6bae9f7..588cbe0cc 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 c7a6d3797..619bf5321 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 ad49b49b0..1465ae387 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 2d09faf13..94159ccb1 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 8427e73eb..05c42bc2b 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 6b22a8c72..f30c27ada 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 c9bc719f7..4f1f2fed0 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 0b5d56756..69916e3cf 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 671bf3c1b..dfb398e3e 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 42a896017..7a12a6b9b 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 25a9100dd..f202a776b 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 23af92c2c..dffb40e72 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 987da0bd9..b1a2a35a9 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 dc473c967..ae43728b3 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 53eac6afc..4ad8821a4 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 e4ebed16b..34952bf80 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 00759ba0a..96f283462 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 b957fc897..25b432c1c 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 fcc8adb26..a496a9655 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 18495b9da..ed01c4b2b 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 b8391f6fa..ce2aa0239 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 2ecd35210..f4f204918 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 4cf27b04b..c0d2aa0f1 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 b8626e847..7b5390aff 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-07-22T22:28:51+03:00 + 2022-07-25T22:33:25+03:00 https://alanorth.github.io/cgspace-notes/ - 2022-07-22T22:28:51+03:00 + 2022-07-25T22:33:25+03:00 https://alanorth.github.io/cgspace-notes/2022-07/ - 2022-07-22T22:28:51+03:00 + 2022-07-25T22:33:25+03:00 https://alanorth.github.io/cgspace-notes/categories/notes/ - 2022-07-22T22:28:51+03:00 + 2022-07-25T22:33:25+03:00 https://alanorth.github.io/cgspace-notes/posts/ - 2022-07-22T22:28:51+03:00 + 2022-07-25T22:33:25+03:00 https://alanorth.github.io/cgspace-notes/2022-06/ 2022-07-04T09:25:14+03:00