diff --git a/content/posts/2023-03.md b/content/posts/2023-03.md index 835251524..41f4c17d5 100644 --- a/content/posts/2023-03.md +++ b/content/posts/2023-03.md @@ -184,4 +184,29 @@ $ csvcut -c dc.contributor.author /tmp/new-items.csv | sed -e 1d -e 's/"//g' -e - Meeting with Peter and Abenet about future OpenRXV developments, DSpace 7, etc - I submitted an [issue on MEL asking them to add provenance metadata when submitting to CGSpace](https://github.com/CodeObia/MEL/issues/11173) +## 2023-03-10 + +- CKM is getting ready to launch their new website and they display CGSpace thumbnails at 255x362px + - Our thumbnails are 300px so they get up-scaled and look bad + - I realized that the last time we [increased the size of our thumbnails was in 2013](https://github.com/ilri/DSpace/commit/5de61e220124c1d0441c87cd7d36d18cb2293c03), from 94x130 to 300px + - I offered to CKM that we increase them again to 400 or 600px + - I did some tests to check the thumbnail file sizes for 300px, 400px, 500px, and 600px on [this item](https://hdl.handle.net/10568/126388): + +```console +$ ls -lh 10568-126388-* +-rw-r--r-- 1 aorth aorth 31K Mar 10 12:42 10568-126388-300px.jpg +-rw-r--r-- 1 aorth aorth 52K Mar 10 12:41 10568-126388-400px.jpg +-rw-r--r-- 1 aorth aorth 76K Mar 10 12:43 10568-126388-500px.jpg +-rw-r--r-- 1 aorth aorth 106K Mar 10 12:44 10568-126388-600px.jpg +``` + +- Seems like 600px is 3 to 4 times larger file size, so maybe we should shoot for 400px or 500px + - I decided on 500px +- On that note, I also re-worked the XMLUI item display to show larger thumbnails (from a max-width of 128px to 200px) +- And now that I'm looking at thumbnails I am curious what it would take to get DSpace to generate WebP or AVIF thumbnails +- Peter sent me citations and ILRI subjects for the 350 new ILRI publications + - I guess he edited it in Excel because there are a bunch of encoding issues with accents + - I merged Peter's citations and subjects with the other metadata, ran one last duplicate check (and found one item!), then ran the items through csv-metadata-quality and uploaded them to CGSpace + - In the end it was only 348 items for some reason... + diff --git a/docs/2023-03/index.html b/docs/2023-03/index.html index b1715f92b..0d0f5d3e2 100644 --- a/docs/2023-03/index.html +++ b/docs/2023-03/index.html @@ -16,7 +16,7 @@ I finally got through with porting the input form from DSpace 6 to DSpace 7 - + @@ -38,9 +38,9 @@ I finally got through with porting the input form from DSpace 6 to DSpace 7 "@type": "BlogPosting", "headline": "March, 2023", "url": "https://alanorth.github.io/cgspace-notes/2023-03/", - "wordCount": "1433", + "wordCount": "1692", "datePublished": "2023-03-01T07:58:36+03:00", - "dateModified": "2023-03-08T18:53:32+03:00", + "dateModified": "2023-03-09T17:01:50+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -321,6 +321,38 @@ pd.options.mode.nullable_dtypes = True +

2023-03-10

+ +
$ ls -lh 10568-126388-*
+-rw-r--r-- 1 aorth aorth  31K Mar 10 12:42 10568-126388-300px.jpg
+-rw-r--r-- 1 aorth aorth  52K Mar 10 12:41 10568-126388-400px.jpg
+-rw-r--r-- 1 aorth aorth  76K Mar 10 12:43 10568-126388-500px.jpg
+-rw-r--r-- 1 aorth aorth 106K Mar 10 12:44 10568-126388-600px.jpg
+
diff --git a/docs/categories/index.html b/docs/categories/index.html index 3dfd2bb28..fbef998ef 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 0b2727708..7a0537c07 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 de7392e26..63430bcfd 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 6a9bfa8b1..91886e75d 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 61c05825e..3647c1708 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 d2bf75ee8..8c7af35a6 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 2b5a8c919..55291aca0 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 120d60231..869424dec 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 944198db7..43ee6e3a6 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 a8df7c61a..180dc7683 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 89ffb37fa..71bef9fe1 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 fcb573172..70f6b9730 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 067b2406d..ddbc241bc 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 a2b554247..56ae57335 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 8e6721e9d..448e70928 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 6f7232a29..edf425e9b 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 96be74467..a6e8321ab 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 7252db147..409fb6e1c 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 5b3949527..99ef665d4 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 dfad92914..5e5ca8580 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 08f1e6b24..438fc9fbd 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 a6bb8ec79..9b8917e6e 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 cb7d9df1e..1eb6fffe5 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 64c4598ea..fb16b7c99 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 8c36a9dcd..32d9cd489 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 6b9f681bf..7ed513435 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 08c79cec9..64fbc54dc 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 9c743823c..e04e75506 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 98e9e17f5..c7ddb7805 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-03-08T18:53:32+03:00 + 2023-03-09T17:01:50+03:00 https://alanorth.github.io/cgspace-notes/ - 2023-03-08T18:53:32+03:00 + 2023-03-09T17:01:50+03:00 https://alanorth.github.io/cgspace-notes/2023-03/ - 2023-03-08T18:53:32+03:00 + 2023-03-09T17:01:50+03:00 https://alanorth.github.io/cgspace-notes/categories/notes/ - 2023-03-08T18:53:32+03:00 + 2023-03-09T17:01:50+03:00 https://alanorth.github.io/cgspace-notes/posts/ - 2023-03-08T18:53:32+03:00 + 2023-03-09T17:01:50+03:00 https://alanorth.github.io/cgspace-notes/2023-02/ 2023-03-01T08:30:25+03:00