From 021a92c0d97e7bb8a4a65b1113ac34b8358c511f Mon Sep 17 00:00:00 2001
From: Alan Orth
Date: Sat, 5 Aug 2023 17:27:43 +0300
Subject: [PATCH] Add notes for 2023-08-05
---
content/posts/2023-08.md | 7 ++++++
docs/2023-08/index.html | 32 ++++++++++++++++++++-----
docs/categories/index.html | 2 +-
docs/categories/notes/index.html | 12 ++++++++--
docs/categories/notes/index.xml | 10 +++++++-
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/categories/notes/page/8/index.html | 2 +-
docs/index.html | 12 ++++++++--
docs/index.xml | 10 +++++++-
docs/page/10/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 | 12 ++++++++--
docs/posts/index.xml | 10 +++++++-
docs/posts/page/10/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 ++++----
35 files changed, 121 insertions(+), 46 deletions(-)
diff --git a/content/posts/2023-08.md b/content/posts/2023-08.md
index e192febff..69d3a9e1e 100644
--- a/content/posts/2023-08.md
+++ b/content/posts/2023-08.md
@@ -11,6 +11,8 @@ categories: ["Notes"]
- I did some minor cleanups myself and applied them to CGSpace
- Start working on some batch uploads for IFPRI
+
+
## 2023-08-04
- Minor cleanups on IFPRI's batch uploads
@@ -23,4 +25,9 @@ categories: ["Notes"]
- I really want to benchmark this to see how fast we can get all the pages
- Another thing I notice is that the bitstreams are not here, so that will be an extra call...
+## 2023-08-05
+
+- Export CGSpace to check for missing Initiative collection mappings
+- Start a harvest on AReS
+
diff --git a/docs/2023-08/index.html b/docs/2023-08/index.html
index ac84a3a00..ef0654b4c 100644
--- a/docs/2023-08/index.html
+++ b/docs/2023-08/index.html
@@ -7,17 +7,33 @@
-
+
-
+
-
+
@@ -28,9 +44,9 @@
"@type": "BlogPosting",
"headline": "August, 2023",
"url": "https://alanorth.github.io/cgspace-notes/2023-08/",
- "wordCount": "159",
+ "wordCount": "174",
"datePublished": "2023-08-03T11:18:36+03:00",
- "dateModified": "2023-08-03T11:18:36+03:00",
+ "dateModified": "2023-08-04T18:05:44+03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@@ -134,9 +150,13 @@
+2023-08-05
+
+- Export CGSpace to check for missing Initiative collection mappings
+- Start a harvest on AReS
+
-
diff --git a/docs/categories/index.html b/docs/categories/index.html
index 34705618c..dbe9fc94d 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 cfd919c47..8e254f567 100644
--- a/docs/categories/notes/index.html
+++ b/docs/categories/notes/index.html
@@ -10,7 +10,7 @@
-
+
@@ -90,7 +90,15 @@
- 2023-08-03 I finally got around to working on Peter’s cleanups for affiliations, authors, and donors from last week I did some minor cleanups myself and applied them to CGSpace Start working on some batch uploads for IFPRI 2023-08-04 Minor cleanups on IFPRI’s batch uploads I also did a duplicate check and found thirteen items that seem to be duplicates, so I sent them to Leigh to check I read this interesting blog post about PostgreSQL’s log_statement function Someone pointed out that this also lets you take advantage of PgBadger analysis I enabled statement logging on DSpace Test and I will check it in a few days Reading about DSpace 7 REST API again Here is how to get the first page of 100 items: https://dspace7test.
+ 2023-08-03
+
+- I finally got around to working on Peter’s cleanups for affiliations, authors, and donors from last week
+
+- I did some minor cleanups myself and applied them to CGSpace
+
+
+- Start working on some batch uploads for IFPRI
+
Read more →
diff --git a/docs/categories/notes/index.xml b/docs/categories/notes/index.xml
index 2251a3641..b6bc1f836 100644
--- a/docs/categories/notes/index.xml
+++ b/docs/categories/notes/index.xml
@@ -13,7 +13,15 @@
Thu, 03 Aug 2023 11:18:36 +0300
https://alanorth.github.io/cgspace-notes/2023-08/
- 2023-08-03 I finally got around to working on Peter’s cleanups for affiliations, authors, and donors from last week I did some minor cleanups myself and applied them to CGSpace Start working on some batch uploads for IFPRI 2023-08-04 Minor cleanups on IFPRI’s batch uploads I also did a duplicate check and found thirteen items that seem to be duplicates, so I sent them to Leigh to check I read this interesting blog post about PostgreSQL’s log_statement function Someone pointed out that this also lets you take advantage of PgBadger analysis I enabled statement logging on DSpace Test and I will check it in a few days Reading about DSpace 7 REST API again Here is how to get the first page of 100 items: https://dspace7test.
+ <h2 id="2023-08-03">2023-08-03</h2>
+<ul>
+<li>I finally got around to working on Peter’s cleanups for affiliations, authors, and donors from last week
+<ul>
+<li>I did some minor cleanups myself and applied them to CGSpace</li>
+</ul>
+</li>
+<li>Start working on some batch uploads for IFPRI</li>
+</ul>
-
diff --git a/docs/categories/notes/page/2/index.html b/docs/categories/notes/page/2/index.html
index 4e5dd331a..a9f073929 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 0a2f45b87..3fa870601 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 12576a67e..3210075de 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 5df62b7fc..8b917c912 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 4ef319836..4dae37fb8 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 5d649c622..3452b61d6 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 1fcea47ac..ca3436d34 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 de2cfee32..2e6635a4f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -10,7 +10,7 @@
-
+
@@ -105,7 +105,15 @@
- 2023-08-03 I finally got around to working on Peter’s cleanups for affiliations, authors, and donors from last week I did some minor cleanups myself and applied them to CGSpace Start working on some batch uploads for IFPRI 2023-08-04 Minor cleanups on IFPRI’s batch uploads I also did a duplicate check and found thirteen items that seem to be duplicates, so I sent them to Leigh to check I read this interesting blog post about PostgreSQL’s log_statement function Someone pointed out that this also lets you take advantage of PgBadger analysis I enabled statement logging on DSpace Test and I will check it in a few days Reading about DSpace 7 REST API again Here is how to get the first page of 100 items: https://dspace7test.
+
2023-08-03
+
+- I finally got around to working on Peter’s cleanups for affiliations, authors, and donors from last week
+
+- I did some minor cleanups myself and applied them to CGSpace
+
+
+- Start working on some batch uploads for IFPRI
+
Read more →
diff --git a/docs/index.xml b/docs/index.xml
index 24560c12a..8ce285949 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -13,7 +13,15 @@
Thu, 03 Aug 2023 11:18:36 +0300
https://alanorth.github.io/cgspace-notes/2023-08/
- 2023-08-03 I finally got around to working on Peter’s cleanups for affiliations, authors, and donors from last week I did some minor cleanups myself and applied them to CGSpace Start working on some batch uploads for IFPRI 2023-08-04 Minor cleanups on IFPRI’s batch uploads I also did a duplicate check and found thirteen items that seem to be duplicates, so I sent them to Leigh to check I read this interesting blog post about PostgreSQL’s log_statement function Someone pointed out that this also lets you take advantage of PgBadger analysis I enabled statement logging on DSpace Test and I will check it in a few days Reading about DSpace 7 REST API again Here is how to get the first page of 100 items: https://dspace7test.
+ <h2 id="2023-08-03">2023-08-03</h2>
+<ul>
+<li>I finally got around to working on Peter’s cleanups for affiliations, authors, and donors from last week
+<ul>
+<li>I did some minor cleanups myself and applied them to CGSpace</li>
+</ul>
+</li>
+<li>Start working on some batch uploads for IFPRI</li>
+</ul>
-
diff --git a/docs/page/10/index.html b/docs/page/10/index.html
index 0f5e0ade4..0e6a6bda7 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 87eabeb6b..3296a8dab 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 c5c73c267..a27e0bd27 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 dd51773b1..8a92c678c 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 aeaf605dd..78fb1fc76 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 8be7facc7..ffc8937c5 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 82ba34c60..2e006e6df 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 cbdfb21af..78c6f403b 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 516323033..3dd4e525e 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 8ab0058a6..a7ecd3808 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -10,7 +10,7 @@
-
+
@@ -105,7 +105,15 @@
- 2023-08-03 I finally got around to working on Peter’s cleanups for affiliations, authors, and donors from last week I did some minor cleanups myself and applied them to CGSpace Start working on some batch uploads for IFPRI 2023-08-04 Minor cleanups on IFPRI’s batch uploads I also did a duplicate check and found thirteen items that seem to be duplicates, so I sent them to Leigh to check I read this interesting blog post about PostgreSQL’s log_statement function Someone pointed out that this also lets you take advantage of PgBadger analysis I enabled statement logging on DSpace Test and I will check it in a few days Reading about DSpace 7 REST API again Here is how to get the first page of 100 items: https://dspace7test.
+
2023-08-03
+
+- I finally got around to working on Peter’s cleanups for affiliations, authors, and donors from last week
+
+- I did some minor cleanups myself and applied them to CGSpace
+
+
+- Start working on some batch uploads for IFPRI
+
Read more →
diff --git a/docs/posts/index.xml b/docs/posts/index.xml
index ea89b68bf..1e0871bb5 100644
--- a/docs/posts/index.xml
+++ b/docs/posts/index.xml
@@ -13,7 +13,15 @@
Thu, 03 Aug 2023 11:18:36 +0300
https://alanorth.github.io/cgspace-notes/2023-08/
- 2023-08-03 I finally got around to working on Peter’s cleanups for affiliations, authors, and donors from last week I did some minor cleanups myself and applied them to CGSpace Start working on some batch uploads for IFPRI 2023-08-04 Minor cleanups on IFPRI’s batch uploads I also did a duplicate check and found thirteen items that seem to be duplicates, so I sent them to Leigh to check I read this interesting blog post about PostgreSQL’s log_statement function Someone pointed out that this also lets you take advantage of PgBadger analysis I enabled statement logging on DSpace Test and I will check it in a few days Reading about DSpace 7 REST API again Here is how to get the first page of 100 items: https://dspace7test.
+ <h2 id="2023-08-03">2023-08-03</h2>
+<ul>
+<li>I finally got around to working on Peter’s cleanups for affiliations, authors, and donors from last week
+<ul>
+<li>I did some minor cleanups myself and applied them to CGSpace</li>
+</ul>
+</li>
+<li>Start working on some batch uploads for IFPRI</li>
+</ul>
-
diff --git a/docs/posts/page/10/index.html b/docs/posts/page/10/index.html
index 5b95310f2..34648f5ea 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 4c39f1db2..fe9493f9b 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 cf7382d68..9cbab4536 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 bd14f23e6..9c84a6ecc 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 7a3b67681..6691c010a 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 c631dfe85..0b160e900 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 fbbb181a9..bce27e36b 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 cd79ba26d..e9af04135 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 805b8e669..7ec7c0419 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 d9a35585e..3131fafe2 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/2023-08/
- 2023-08-03T11:18:36+03:00
+ 2023-08-04T18:05:44+03:00
https://alanorth.github.io/cgspace-notes/categories/
- 2023-08-03T11:18:36+03:00
+ 2023-08-04T18:05:44+03:00
https://alanorth.github.io/cgspace-notes/
- 2023-08-03T11:18:36+03:00
+ 2023-08-04T18:05:44+03:00
https://alanorth.github.io/cgspace-notes/categories/notes/
- 2023-08-03T11:18:36+03:00
+ 2023-08-04T18:05:44+03:00
https://alanorth.github.io/cgspace-notes/posts/
- 2023-08-03T11:18:36+03:00
+ 2023-08-04T18:05:44+03:00
https://alanorth.github.io/cgspace-notes/2023-07/
2023-08-02T23:04:11+03:00