September, 2022
+January, 2022
2022-09-01
+2022-01-01
-
-
- A bit of work on the “Mapping CG Core–CGSpace–MEL–MARLO Types” spreadsheet -
- I tested an item submission on DSpace Test with the Cocoon
org.apache.cocoon.uploads.autosave=false
change --
-
- The submission works as expected +
- Start a full harvest on AReS
- - Start debugging some region-related issues with csv-metadata-quality
+
2022-01-06
-
-
- I created a new test file
test-geography.csv
with some different scenarios
- - I also fixed a few bugs and improved the region-matching logic +
- Add ORCID identifier for Chris Jones to CGSpace
+
-
+
- Also tag eighty-eight of his items in CGSpace:
$ cat 2022-01-06-add-orcids.csv +dc.contributor.author,cg.creator.identifier +"Jones, Chris","Chris Jones: 0000-0001-9096-9728" +"Jones, Christopher S.","Chris Jones: 0000-0001-9096-9728" +$ ./ilri/add-orcid-identifiers-csv.py -i 2022-01-06-add-orcids.csv -db dspace63 -u dspacetest -p 'dom@in34sniper' +
2022-01-09
-
-
- I filed an issue for the “South-eastern Asia” case mismatch in country_converter on GitHub -
- Meeting with Moayad to discuss OpenRXV developments +
- Validate and register CGSpace on OpenArchives
-
-
- He demoed his new multiple dashboards feature and I helped him rebase those changes to master so we can test them more +
- Last month IWMI colleagues were asking me to look into this, and after checking the OpenArchives mailing list it seems there was a problem on the server side +
- Now it has worked and the message is “Successfully updated OAI registration database to status COMPLIANT.” +
- I received an email (as the Admin contact on our OAI) that says:
2022-09-02
++
Your repository has been registered in the OAI database of conforming repositories.
+-
-
- I worked a bit more on exclusion and skipping logic in csv-metadata-quality +
- Now I’m taking a screenshot of the validation page for posterity, because the logs seem to go away after some time +
-
-
- I also pruned and updated all the Python dependencies -
- Then I released version 0.6.0 now that the excludes and region matching support is working way better +
- I tried to re-build the Docker image for OpenRXV and got an error in the backend:
- - I created a new test file
2022-09-05
--
-
- Started a harvest on AReS last night -
- Looking over the Solr statistics from last month I see many user agents that look suspicious:
-
-
-
- Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/7.0; .NET4.0E; .NET4.0C) -
- Mozilla / 5.0(Windows NT 10.0; Win64; x64) AppleWebKit / 537.36(KHTML, like Gecko) Chrome / 77.0.3865.90 Safari / 537.36 -
- Mozilla/5.0 (Windows NT 10.0; WOW64; Rv:50.0) Gecko/20100101 Firefox/50.0 -
- Mozilla/5.0 (X11; Linux i686; rv:2.0b12pre) Gecko/20110204 Firefox/4.0b12pre -
- Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edge/44.18363.8131 -
- Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) -
- Mozilla/4.0 (compatible; MSIE 4.5; Windows 98;) -
- curb -
- bitdiscovery -
- omgili/0.5 +http://omgili.com -
- Mozilla/5.0 (compatible) -
- Vizzit -
- Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0 -
- Mozilla/5.0 (Android; Mobile; rv:13.0) Gecko/13.0 Firefox/13.0 -
- Java/17-ea -
- AdobeUxTechC4-Async/3.0.12 (win32) -
- ZaloPC-win32-24v473 -
- Mozilla/5.0/Firefox/42.0 - nbertaupete95(at)gmail.com -
- Scoop.it -
- Mozilla/5.0 (Windows NT 6.1; rv:27.0) Gecko/20100101 Firefox/27.0 -
- Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) -
- ows NT 10.0; WOW64; rv: 50.0) Gecko/20100101 Firefox/50.0 -
- WebAPIClient -
- Mozilla/5.0 Firefox/26.0 -
- Mozilla/5.0 (compatible; woorankreview/2.0; +https://www.woorank.com/) -
- - For example, some are apparently using versions of Firefox that are over ten years old, and some are obviously trying to look like valid user agents, but making typos (
Mozilla / 5.0
)
- - Tons of hosts making requests likt this: -
GET /bitstream/handle/10568/109408/Milk%20testing%20lab%20protocol.pdf?sequence=1&isAllowed=\x22><script%20>alert(String.fromCharCode(88,83,83))</script> HTTP/1.1" 400 5 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64; Rv:50.0) Gecko/20100101 Firefox/50.0
-
-
-
- I got a list of hosts making requests like that so I can purge their hits: -
# zcat /var/log/nginx/{access,library-access,oai,rest}.log.[123]*.gz | grep 'String.fromCharCode(' | awk '{print $1}' | sort -u > /tmp/ips.txt
-
-
-
- I purged 4,718 hits from IPs -
- I see some new Hetzner ranges that I hadn’t blocked yet apparently?
-
-
-
- I got a list of Hetzner’s IPs from IP Quality Score then added them to the existing ones in my Ansible playbooks: -
-
$ awk '{print $1}' /tmp/hetzner.txt | wc -l
-36
-$ sort -u /tmp/hetzner-combined.txt | wc -l
-49
-
-
-
- I will add this new list to nginx’s
bot-networks.conf
so they get throttled on scraping XMLUI and get classified as bots in Solr statistics
- - Then I purged hits from the following user agents: -
$ ./ilri/check-spider-hits.sh -f /tmp/agents
-Found 374 hits from curb in statistics
-Found 350 hits from bitdiscovery in statistics
-Found 564 hits from omgili in statistics
-Found 390 hits from Vizzit in statistics
-Found 9125 hits from AdobeUxTechC4-Async in statistics
-Found 97 hits from ZaloPC-win32-24v473 in statistics
-Found 518 hits from nbertaupete95 in statistics
-Found 218 hits from Scoop.it in statistics
-Found 584 hits from WebAPIClient in statistics
+...
+> openrxv-backend@0.0.1 build
+> nest build
-Total number of hits from bots: 12220
+node_modules/@elastic/elasticsearch/api/types.d.ts:2454:13 - error TS2456: Type alias 'AggregationsAggregate' circularly references itself.
+
+2454 export type AggregationsAggregate = AggregationsSingleBucketAggregate | AggregationsAutoDateHistogramAggregate | AggregationsFiltersAggregate | AggregationsSignificantTermsAggregate<any> | AggregationsTermsAggregate<any> | AggregationsBucketAggregate | AggregationsCompositeBucketAggregate | AggregationsMultiBucketAggregate<AggregationsBucket> | AggregationsMatrixStatsAggregate | AggregationsKeyedValueAggregate | AggregationsMetricAggregate
+ ~~~~~~~~~~~~~~~~~~~~~
+node_modules/@elastic/elasticsearch/api/types.d.ts:3209:13 - error TS2456: Type alias 'AggregationsSingleBucketAggregate' circularly references itself.
+
+3209 export type AggregationsSingleBucketAggregate = AggregationsSingleBucketAggregateKeys
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Found 2 error(s).
-- Then I will add these user agents to the ILRI spider override in DSpace
-
-2022-09-06
+Ah, it seems the code on the server was slightly out of date
-- I’m testing dspace-statistics-api with our DSpace 7 test server
-
-- After setting up the env and the database the
python -m dspace_statistics_api.indexer
runs without issues
-- While playing with Solr I tried to search for statistics from this month using
time:2022-09*
but I get this error: “Can’t run prefix queries on numeric fields”
-- I guess that the syntax in Solr changed since 4.10…
-- This works, but is super annoying:
time:[2022-09-01T00:00:00Z TO 2022-09-30T23:59:59Z]
+- I checked out the latest master branch and it built
-2022-09-07
+2022-01-12
-- I tested the controlled-vocabulary changes on DSpace 6 and they work fine
-
-- Last week I found that DSpace 7 is more strict with controlled vocabularies and requires IDs for all node values
-- This is a pain because it means I have to re-do the IDs in each file every time I update them
-- If I add
id="0000"
to each, then I can use this vim expression let i=0001 | g/0000/s//\=i/ | let i=i+1
to replace the numbers with increments starting from 1
+- Fix some citation formatting issues in Gaia’s eighteen CAS Green Cover publications on DSpace Test
-
-- Meeting with Marie Angelique, Abenet, Sarа, аnd Margarita to continue the discussion about Types from last week
+
2022-01-19
-- We made progress with concrete actions and will continue next week
+- Francesca was having issues with a submission on CGSpace this week
+
+- I checked and see a lot of locks in PostgreSQL:
-2022-09-08
-
-- I had a meeting with Nicky from UNEP to discuss issues they are having with their DSpace
-
-- I told her about the meeting of DSpace community people that we’re planning at ILRI in the next few weeks
-
-
-
-2022-09-09
-
-- Add some value mappings to AReS because I see a lot of incorrect regions and countries
-- I also found some values that were blank in CGSpace so I deleted them:
-
-dspace=# BEGIN;
-BEGIN
-dspace=# DELETE FROM metadatavalue WHERE dspace_object_id IN (SELECT uuid FROM item) AND text_value='';
-DELETE 70
-dspace=# COMMIT;
-COMMIT
+$ psql -c "SELECT application_name FROM pg_locks pl LEFT JOIN pg_stat_activity psa ON pl.pid = psa.pid" | sort | uniq -c | sort -n
+ 1
+ 1 ------------------
+ 1 (3506 rows)
+ 1 application_name
+ 9 psql
+ 10
+ 3487 dspaceWeb
-- Start a full Discovery index on CGSpace to catch these changes in the Discovery
+- As before, I see messages from PostgreSQL about processes waiting for locks since I enabled the
log_lock_waits
setting last month:
-2022-09-11
-
-- Today is Sunday and I see the load on the server is high
-
-- Google and a bunch of other bots have been blocked on XMLUI for the past two weeks so it’s not from them!
-- Looking at the top IPs this morning:
-
-
-
-# cat /var/log/nginx/{access,library-access,oai,rest}.log /var/log/nginx/{access,library-access,oai,rest}.log.1 | grep '11/Sep/2022' | awk '{print $1}' | sort | uniq -c | sort -h | tail -n 40
-...
- 165 64.233.172.79
- 166 87.250.224.34
- 200 69.162.124.231
- 202 216.244.66.198
- 385 207.46.13.149
- 398 207.46.13.147
- 421 66.249.64.185
- 422 157.55.39.81
- 442 2a01:4f8:1c17:5550::1
- 451 64.124.8.36
- 578 137.184.159.211
- 597 136.243.228.195
- 1185 66.249.64.183
- 1201 157.55.39.80
- 3135 80.248.237.167
- 4794 54.195.118.125
- 5486 45.5.186.2
- 6322 2a01:7e00::f03c:91ff:fe9a:3a37
- 9556 66.249.64.181
+$ grep -E '^2022-01*' /var/log/postgresql/postgresql-10-main.log | grep -c 'still waiting for'
+12
-- The top is still Google, but all the requests are HTTP 503 because I classified them as bots for XMLUI at least
-- Then there’s 80.248.237.167, which is using a normal user agent and scraping Discovery
-
-- That IP is on Internet Vikings aka Internetbolaget and we are already marking that subnet as ‘bot’ for XMLUI so most of these requests are HTTP 503
+- I set a system alert on DSpace and then restarted the server
-
-- On another note, I’m curious to explore enabling caching of certain REST API responses
+
2022-01-20
-- For example, where the use is for harvesting rather than actual clients getting bitstreams or thumbnails, it seems there might be a benefit to speeding these up for subsequent requestors:
+- Abenet gave me a thumbs up for Gaia’s eighteen CAS Green Cover items from last month
+
+- I created a SimpleArchiveFormat bundle with SAFBuilder and then imported them on CGSpace:
-# awk '{print $7}' /var/log/nginx/rest.log | grep -v retrieve | sort | uniq -c | sort -h | tail -n 10
- 4 /rest/items/3f692ddd-7856-4bf0-a587-99fb3df0688a/bitstreams
- 4 /rest/items/3f692ddd-7856-4bf0-a587-99fb3df0688a/metadata
- 4 /rest/items/b014e36f-b496-43d8-9148-cc9db8a6efac/bitstreams
- 4 /rest/items/b014e36f-b496-43d8-9148-cc9db8a6efac/metadata
- 5 /rest/handle/10568/110310?expand=all
- 5 /rest/handle/10568/89980?expand=all
- 5 /rest/handle/10568/97614?expand=all
- 6 /rest/handle/10568/107086?expand=all
- 6 /rest/handle/10568/108503?expand=all
- 6 /rest/handle/10568/98424?expand=all
+$ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" dspace import --add --eperson=aorth@mjanja.ch --source /tmp/SimpleArchiveFormat --mapfile=./2022-01-20-green-covers.map
+
2022-01-21
+
+- Start working on the rest of the ~980 CGIAR TAC and ICW documents from Gaia
+
+- I did some cleanups and standardization of author names
+- I also noticed that a few dozen items had no dates at all, so I checked the PDFs and found dates for them in the text
+- Otherwise all items have only a year, which is not great…
+
+
+- Proof of concept upgrade of OpenRXV from Angular 9 to Angular 10
+
+- I did some basic tests and created a pull request
+
+
+
+2022-01-22
+
+- Spend some time adding months to the CGIAR TAC and IWC records from Gaia
+
+- Most of the PDFs have only YYYY, so this is annoying…
+
+
+
+2022-01-23
+
+- Finalize cleaning up the dates on the CGIAR TAC and IWC records from Gaia
+- Rebuild AReS and start a fresh harvest
+
+2022-01-25
+
+- Help Udana from IWMI answer some questions about licenses on their journal articles
+
+- I was surprised to see they have 921 total, but only about 200 have a
dcterms.license
field
+- I updated about thirty manually, but really Udana should do more…
+
+
+- Normalize the metadata
text_lang
attributes on CGSpace database:
+
+dspace=# SELECT DISTINCT text_lang, count(text_lang) FROM metadatavalue WHERE dspace_object_id IN (SELECT uuid FROM item) GROUP BY text_lang ORDER BY count DESC;
+ text_lang | count
+-----------+---------
+ en_US | 2803350
+ en | 6232
+ | 3200
+ fr | 2
+ vn | 2
+ 92 | 1
+ sp | 1
+ | 0
+(8 rows)
+dspace=# UPDATE metadatavalue SET text_lang='en_US' WHERE dspace_object_id IN (SELECT uuid FROM item) AND text_lang IN ('en', '92', '');
+UPDATE 9433
-- I specifically have to not cache things like requests for bitstreams because those are from actual users and we need to keep the real requests so we get the statistics hit
+
- Then export the WLE Journal Articles collection again so there are fewer columns to mess with
+
+2022-01-26
-- Will be interesting to check the results above as the day goes on (now 10AM)
-- To estimate the potential savings from caching I will check how many non-bitstream requests are made versus how many are made more than once (updated the next morning using yesterday’s log):
+- Send Gaia an example of the duplicate report for the first 200 TAC items to see what she thinks
+
+2022-01-27
+
+- Work on WLE’s Journal Articles a bit more
+
+- I realized that ~130 items have DOIs in their citation, but no
cg.identifier.doi
field
+- I used this OpenRefine GREL to copy them:
-# awk '{print $7}' /var/log/nginx/rest.log.1 | grep -v retrieve | sort -u | wc -l
-33733
-# awk '{print $7}' /var/log/nginx/rest.log.1 | grep -v retrieve | sort | uniq -c | awk '$1 > 1' | wc -l
-5637
-
-- In the afternoon I started a harvest on AReS (which should affect the numbers above also)
-- I enabled an nginx proxy cache on DSpace Test for this location regex:
location ~ /rest/(handle|items|collections|communities)/.+
-
-2022-09-12
-
-- I am testing harvesting DSpace Test via AReS with the nginx proxy cache enabled
-
-- I had to tune the regular expression in nginx a bit because the REST requests OpenRXV uses weren’t matching
-- Now I’m trying this one:
/rest/(handle|items|collections|communities)/?
-- Testing in regex101.com with this test string:
-
-
-
-/rest/handle/10568/27611
-/rest/items?expand=metadata,parentCommunityList,parentCollectionList,bitstreams&limit=10&offset=36270
-/rest/handle/10568/110310?expand=all
-/rest/rest/bitstreams/28926633-c7c2-49c2-afa8-6d81cadc2316/retrieve
-/rest/bitstreams/15412/retrieve
-/rest/items/083dbb0d-11e2-4dfe-902b-eb48e4640d04/metadata
-/rest/items/083dbb0d-11e2-4dfe-902b-eb48e4640d04/bitstreams
-/rest/collections/edea23c0-0ebd-4525-90b0-0b401f997704/items
-/rest/items/14507941-aff2-4d57-90bd-03a0733ad859/metadata
-/rest/communities/b38ea726-475f-4247-a961-0d0b76e67f85/collections
-/rest/collections/e994c450-6ff7-41c6-98df-51e5c424049e/items?limit=10000
+cells['dcterms.bibliographicCitation[en_US]'].value.split("doi: ")[1]
-- I estimate that it will take about 1GB of cache to harvest 100,000 items from CGSpace with OpenRXV (10,000 pages)
-- Basically all but 4 and 5 (bitstreams) should match
-- Upload 682 OICRs from MARLO to CGSpace
+
- I also spent a bit of time cleaning up ILRI Journal Articles, but I notice that we don’t put DOIs in the citation so it’s not possible to fix items that are missing DOIs that way
-- We had tested these on DSpace Test last month along with the MELIAs, Policies, and Innovations, but we decided to upload the OICRs first so that other things can link against them as related items
+- And I cleaned up and normalized some licenses
+- Francesca from Bioversity was having issues with a submission on CGSpace again
+
+- I looked at PostgreSQL and see an increasing number of locks:
+
+
+
+$ psql -c "SELECT application_name FROM pg_locks pl LEFT JOIN pg_stat_activity psa ON pl.pid = psa.pid" | sort | uniq -c | sort -n
+ 1
+ 1 ------------------
+ 1 (537 rows)
+ 1 application_name
+ 9 psql
+ 51 dspaceApi
+ 477 dspaceWeb
+$ grep -E '^2022-01*' /var/log/postgresql/postgresql-10-main.log | grep -c 'still waiting for'
+3
+
+- I set a system alert on CGSpace and then restarted Tomcat and PostgreSQL
+
+- The issue in Francesca’s case was actually that someone had taken the task, not that PostgreSQL transactions were locked!
+
+
+
+2022-01-28
+
+- Finalize the last ~100 WLE Journal Article items without licensese and DOIs
+
+- I did as many as I could, also updating http links to https for many journal links
+
+
+- Federica Bottamedi contacted us from the system office to say that she took over for Vini (Abhilasha Vaid)
+
+- She created an account on CGSpace and now we need to see which workflows she should belong to
+
+
+- Start a fresh harvesting on AReS
+- I adjusted the
check-duplicates.py
script to write the output to a CSV file including the id, both titles, both dates, and the handle link
+
+- I included the id because I will need a unique field to join the resulting list of non-duplicates with the original CSV where the rest of the metadata and filenames are
+- Since these items are not in DSpace yet, I generated simple numeric IDs in OpenRefine using this GREL transform:
row.index + 1
+- Then I ran
check-duplicates.py
on items 1–200 and sent the resulting CSV to Gaia
+
+
+- Delete one duplicate item I saw in IITA’s Journal Articles that was uploaded earlier in WLE
+
+- Also do some general cleanup on IITA’s Journal Articles collection in OpenRefine
+
+
+- Delete one duplicate item I saw in ILRI’s Journal Articles collection
+
+- Also do some general cleanup on ILRI’s Journal Articles collection in OpenRefine and csv-metadata-quality
+
+
+
+2022-01-29
+
+- I did some more cleanup on the ILRI Journal Articles
+
+- I added missing journal titles for items that had ISSNs
+- Then I added pages for items that had them in the citation
+- First, I faceted the citation field based on whether or not the item had something like “: 232-234” present:
+
+
+
+value.contains(/:\s?\d+(-|–)\d+/)
+
+- Then I faceted by blank on
dcterms.extent
and did a transform to extract the page information for over 1,000 items!
+
+'p. ' +
+cells['dcterms.bibliographicCitation[en_US]'].value.match(/.*:\s?(\d+)(-|–)(\d+).*/)[0] +
+'-' +
+cells['dcterms.bibliographicCitation[en_US]'].value.match(/.*:\s?(\d+)(-|–)(\d+).*/)[2]
+
+- Then I did similar for
cg.volume
and cg.issue
, also based on the citation, for example to extract the “16” from “Journal of Blah 16(1)”, where “16” is the second capture group in a zero-based match:
+
+cells['dcterms.bibliographicCitation[en_US]'].value.match(/.*( |;)(\d+)\((\d+)\).*/)[1]
+
+- This was 3,000 items so I imported the changes on CGSpace 1,000 at a time…
@@ -404,6 +380,8 @@ I also fixed a few bugs and improved the region-matching logic
+- September, 2022
+
- August, 2022
- July, 2022
@@ -412,8 +390,6 @@ I also fixed a few bugs and improved the region-matching logic
- May, 2022
-- April, 2022
-
diff --git a/docs/2022-02/index.html b/docs/2022-02/index.html
index 562966bc8..8e5045506 100644
--- a/docs/2022-02/index.html
+++ b/docs/2022-02/index.html
@@ -724,6 +724,8 @@ isNotNull(value.match('699'))
+- September, 2022
+
- August, 2022
- July, 2022
@@ -732,8 +734,6 @@ isNotNull(value.match('699'))
- May, 2022
-- April, 2022
-
diff --git a/docs/2022-03/index.html b/docs/2022-03/index.html
index ab72902bb..928c82b07 100644
--- a/docs/2022-03/index.html
+++ b/docs/2022-03/index.html
@@ -476,6 +476,8 @@ isNotNull(value.match('889'))
+- September, 2022
+
- August, 2022
- July, 2022
@@ -484,8 +486,6 @@ isNotNull(value.match('889'))
- May, 2022
-- April, 2022
-
diff --git a/docs/2022-04/index.html b/docs/2022-04/index.html
index 5d1d20266..f935e84b5 100644
--- a/docs/2022-04/index.html
+++ b/docs/2022-04/index.html
@@ -509,6 +509,8 @@
+- September, 2022
+
- August, 2022
- July, 2022
@@ -517,8 +519,6 @@
- May, 2022
-- April, 2022
-
diff --git a/docs/2022-05/index.html b/docs/2022-05/index.html
index 6b5d3458f..f7afd595e 100644
--- a/docs/2022-05/index.html
+++ b/docs/2022-05/index.html
@@ -445,6 +445,8 @@ I purged 93,974 hits from these IPs using my check-spider-ip-hits.sh script
+- September, 2022
+
- August, 2022
- July, 2022
@@ -453,8 +455,6 @@ I purged 93,974 hits from these IPs using my check-spider-ip-hits.sh script
- May, 2022
-- April, 2022
-
diff --git a/docs/2022-06/index.html b/docs/2022-06/index.html
index 39d2dffd4..2c0dceac9 100644
--- a/docs/2022-06/index.html
+++ b/docs/2022-06/index.html
@@ -458,6 +458,8 @@ There seem to be many more of these:
+- September, 2022
+
- August, 2022
- July, 2022
@@ -466,8 +468,6 @@ There seem to be many more of these:
- May, 2022
-- April, 2022
-
diff --git a/docs/2022-07/index.html b/docs/2022-07/index.html
index 7552edef7..be0a72890 100644
--- a/docs/2022-07/index.html
+++ b/docs/2022-07/index.html
@@ -736,6 +736,8 @@ Also, the trgm functions I’ve used before are case insensitive, but Levens
+- September, 2022
+
- August, 2022
- July, 2022
@@ -744,8 +746,6 @@ Also, the trgm functions I’ve used before are case insensitive, but Levens
- May, 2022
-- April, 2022
-
diff --git a/docs/2022-08/index.html b/docs/2022-08/index.html
index fe64a95d1..62b076fe4 100644
--- a/docs/2022-08/index.html
+++ b/docs/2022-08/index.html
@@ -518,6 +518,8 @@ Our request to add CC-BY-3.0-IGO to SPDX was approved a few weeks ago
+- September, 2022
+
- August, 2022
- July, 2022
@@ -526,8 +528,6 @@ Our request to add CC-BY-3.0-IGO to SPDX was approved a few weeks ago
- May, 2022
-- April, 2022
-
diff --git a/docs/404.html b/docs/404.html
index e255b464f..9e54cdf20 100644
--- a/docs/404.html
+++ b/docs/404.html
@@ -95,6 +95,8 @@
+- September, 2022
+
- August, 2022
- July, 2022
@@ -103,8 +105,6 @@
- May, 2022
-- April, 2022
-
diff --git a/docs/categories/index.html b/docs/categories/index.html
index 74d59cd59..219ccac82 100644
--- a/docs/categories/index.html
+++ b/docs/categories/index.html
@@ -10,7 +10,7 @@
-
+
@@ -84,7 +84,7 @@
Notes
-
+
Read more →
@@ -108,6 +108,8 @@
+- September, 2022
+
- August, 2022
- July, 2022
@@ -116,8 +118,6 @@
- May, 2022
-- April, 2022
-
diff --git a/docs/categories/index.xml b/docs/categories/index.xml
index 71c58e7bb..454f29330 100644
--- a/docs/categories/index.xml
+++ b/docs/categories/index.xml
@@ -6,11 +6,11 @@
Recent content in Categories on CGSpace Notes
Hugo -- gohugo.io
en-us
- Mon, 01 Aug 2022 10:22:36 +0300
+ Thu, 01 Sep 2022 09:41:36 +0300
-
Notes
https://alanorth.github.io/cgspace-notes/categories/notes/
- Mon, 01 Aug 2022 10:22:36 +0300
+ Thu, 01 Sep 2022 09:41:36 +0300
https://alanorth.github.io/cgspace-notes/categories/notes/
diff --git a/docs/categories/notes/index.html b/docs/categories/notes/index.html
index 71404fa87..c4fa9a048 100644
--- a/docs/categories/notes/index.html
+++ b/docs/categories/notes/index.html
@@ -10,7 +10,7 @@
-
+
@@ -81,6 +81,38 @@
+
+
+ September, 2022
+
+
+ 2022-09-01
+
+- A bit of work on the “Mapping CG Core–CGSpace–MEL–MARLO Types” spreadsheet
+- I tested an item submission on DSpace Test with the Cocoon
org.apache.cocoon.uploads.autosave=false
change
+
+- The submission works as expected
+
+
+- Start debugging some region-related issues with csv-metadata-quality
+
+- I created a new test file
test-geography.csv
with some different scenarios
+- I also fixed a few bugs and improved the region-matching logic
+
+
+
+ Read more →
+
+
+
+
+
+
+
August, 2022
@@ -296,38 +328,6 @@
-
-
- September, 2022
-
-
- 2022-09-01
-
-- A bit of work on the “Mapping CG Core–CGSpace–MEL–MARLO Types” spreadsheet
-- I tested an item submission on DSpace Test with the Cocoon
org.apache.cocoon.uploads.autosave=false
change
-
-- The submission works as expected
-
-
-- Start debugging some region-related issues with csv-metadata-quality
-
-- I created a new test file
test-geography.csv
with some different scenarios
-- I also fixed a few bugs and improved the region-matching logic
-
-
-
- Read more →
-
-
-
-
-
-
-
December, 2021
@@ -380,6 +380,8 @@
+- September, 2022
+
- August, 2022
- July, 2022
@@ -388,8 +390,6 @@
- May, 2022
-- April, 2022
-
diff --git a/docs/categories/notes/index.xml b/docs/categories/notes/index.xml
index e3134ee03..5ffb1cde7 100644
--- a/docs/categories/notes/index.xml
+++ b/docs/categories/notes/index.xml
@@ -6,7 +6,30 @@
Recent content in Notes on CGSpace Notes
Hugo -- gohugo.io
en-us
- Mon, 01 Aug 2022 10:22:36 +0300
+ Thu, 01 Sep 2022 09:41:36 +0300
+ -
+
September, 2022
+ https://alanorth.github.io/cgspace-notes/2022-09/
+ Thu, 01 Sep 2022 09:41:36 +0300
+
+ https://alanorth.github.io/cgspace-notes/2022-09/
+ <h2 id="2022-09-01">2022-09-01</h2>
+<ul>
+<li>A bit of work on the “Mapping CG Core–CGSpace–MEL–MARLO Types” spreadsheet</li>
+<li>I tested an item submission on DSpace Test with the Cocoon <code>org.apache.cocoon.uploads.autosave=false</code> change
+<ul>
+<li>The submission works as expected</li>
+</ul>
+</li>
+<li>Start debugging some region-related issues with csv-metadata-quality
+<ul>
+<li>I created a new test file <code>test-geography.csv</code> with some different scenarios</li>
+<li>I also fixed a few bugs and improved the region-matching logic</li>
+</ul>
+</li>
+</ul>
+
+
-
August, 2022
https://alanorth.github.io/cgspace-notes/2022-08/
@@ -150,29 +173,6 @@
</ul>
- -
-
September, 2022
- https://alanorth.github.io/cgspace-notes/2022-01/
- Sat, 01 Jan 2022 09:41:36 +0300
-
- https://alanorth.github.io/cgspace-notes/2022-01/
- <h2 id="2022-09-01">2022-09-01</h2>
-<ul>
-<li>A bit of work on the “Mapping CG Core–CGSpace–MEL–MARLO Types” spreadsheet</li>
-<li>I tested an item submission on DSpace Test with the Cocoon <code>org.apache.cocoon.uploads.autosave=false</code> change
-<ul>
-<li>The submission works as expected</li>
-</ul>
-</li>
-<li>Start debugging some region-related issues with csv-metadata-quality
-<ul>
-<li>I created a new test file <code>test-geography.csv</code> with some different scenarios</li>
-<li>I also fixed a few bugs and improved the region-matching logic</li>
-</ul>
-</li>
-</ul>
-
-
-
December, 2021
https://alanorth.github.io/cgspace-notes/2021-12/
diff --git a/docs/categories/notes/page/2/index.html b/docs/categories/notes/page/2/index.html
index 968013972..53406bae1 100644
--- a/docs/categories/notes/page/2/index.html
+++ b/docs/categories/notes/page/2/index.html
@@ -10,7 +10,7 @@
-
+
@@ -375,6 +375,8 @@
+- September, 2022
+
- August, 2022
- July, 2022
@@ -383,8 +385,6 @@
- May, 2022
-- April, 2022
-
diff --git a/docs/categories/notes/page/3/index.html b/docs/categories/notes/page/3/index.html
index 4e75987d8..91f1b96e0 100644
--- a/docs/categories/notes/page/3/index.html
+++ b/docs/categories/notes/page/3/index.html
@@ -10,7 +10,7 @@
-
+
@@ -395,6 +395,8 @@
+- September, 2022
+
- August, 2022
- July, 2022
@@ -403,8 +405,6 @@
- May, 2022
-- April, 2022
-
diff --git a/docs/categories/notes/page/4/index.html b/docs/categories/notes/page/4/index.html
index b915e9c72..33364f2d1 100644
--- a/docs/categories/notes/page/4/index.html
+++ b/docs/categories/notes/page/4/index.html
@@ -10,7 +10,7 @@
-
+
@@ -423,6 +423,8 @@
+- September, 2022
+
- August, 2022
- July, 2022
@@ -431,8 +433,6 @@
- May, 2022
-- April, 2022
-
diff --git a/docs/categories/notes/page/5/index.html b/docs/categories/notes/page/5/index.html
index 38bf79865..b377a1870 100644
--- a/docs/categories/notes/page/5/index.html
+++ b/docs/categories/notes/page/5/index.html
@@ -10,7 +10,7 @@
-
+
@@ -419,6 +419,8 @@ sys 0m1.979s
+- September, 2022
+
- August, 2022
- July, 2022
@@ -427,8 +429,6 @@ sys 0m1.979s
- May, 2022
-- April, 2022
-
diff --git a/docs/categories/notes/page/6/index.html b/docs/categories/notes/page/6/index.html
index 4c5d11e98..79e5416d1 100644
--- a/docs/categories/notes/page/6/index.html
+++ b/docs/categories/notes/page/6/index.html
@@ -10,7 +10,7 @@
-
+
@@ -428,6 +428,8 @@ dspace.log.2018-01-02:34
+- September, 2022
+
- August, 2022
- July, 2022
@@ -436,8 +438,6 @@ dspace.log.2018-01-02:34
- May, 2022
-- April, 2022
-
diff --git a/docs/categories/notes/page/7/index.html b/docs/categories/notes/page/7/index.html
index 3d1c33a29..46cdc1749 100644
--- a/docs/categories/notes/page/7/index.html
+++ b/docs/categories/notes/page/7/index.html
@@ -10,7 +10,7 @@
-
+
@@ -183,6 +183,8 @@ COPY 54701
+- September, 2022
+
- August, 2022
- July, 2022
@@ -191,8 +193,6 @@ COPY 54701
- May, 2022
-- April, 2022
-
diff --git a/docs/cgiar-library-migration/index.html b/docs/cgiar-library-migration/index.html
index 1b59c0315..e9b302da0 100644
--- a/docs/cgiar-library-migration/index.html
+++ b/docs/cgiar-library-migration/index.html
@@ -282,6 +282,8 @@ dspace=# select setval('handle_seq',86873);
+- September, 2022
+
- August, 2022
- July, 2022
@@ -290,8 +292,6 @@ dspace=# select setval('handle_seq',86873);
- May, 2022
-- April, 2022
-
diff --git a/docs/cgspace-cgcorev2-migration/index.html b/docs/cgspace-cgcorev2-migration/index.html
index c06fb560c..1224047a8 100644
--- a/docs/cgspace-cgcorev2-migration/index.html
+++ b/docs/cgspace-cgcorev2-migration/index.html
@@ -467,6 +467,8 @@
+- September, 2022
+
- August, 2022
- July, 2022
@@ -475,8 +477,6 @@
- May, 2022
-- April, 2022
-
diff --git a/docs/cgspace-dspace6-upgrade/index.html b/docs/cgspace-dspace6-upgrade/index.html
index 6ab5b1aa2..1bb940481 100644
--- a/docs/cgspace-dspace6-upgrade/index.html
+++ b/docs/cgspace-dspace6-upgrade/index.html
@@ -471,6 +471,8 @@
+- September, 2022
+
- August, 2022
- July, 2022
@@ -479,8 +481,6 @@
- May, 2022
-- April, 2022
-
diff --git a/docs/index.html b/docs/index.html
index b6343faf6..b2a04b3cc 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -10,7 +10,7 @@
-
+
@@ -31,7 +31,7 @@
"@type": "Person",
"name": "Alan Orth"
},
- "dateModified": "2022-08-01T10:22:36+03:00",
+ "dateModified": "2022-09-01T09:41:36+03:00",
"keywords": "notes, migration, notes",
"description":"Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
}
@@ -96,6 +96,38 @@
+
+
+ September, 2022
+
+
+ 2022-09-01
+
+- A bit of work on the “Mapping CG Core–CGSpace–MEL–MARLO Types” spreadsheet
+- I tested an item submission on DSpace Test with the Cocoon
org.apache.cocoon.uploads.autosave=false
change
+
+- The submission works as expected
+
+
+- Start debugging some region-related issues with csv-metadata-quality
+
+- I created a new test file
test-geography.csv
with some different scenarios
+- I also fixed a few bugs and improved the region-matching logic
+
+
+
+ Read more →
+
+
+
+
+
+
+
August, 2022
@@ -311,38 +343,6 @@
-
-
- September, 2022
-
-
- 2022-09-01
-
-- A bit of work on the “Mapping CG Core–CGSpace–MEL–MARLO Types” spreadsheet
-- I tested an item submission on DSpace Test with the Cocoon
org.apache.cocoon.uploads.autosave=false
change
-
-- The submission works as expected
-
-
-- Start debugging some region-related issues with csv-metadata-quality
-
-- I created a new test file
test-geography.csv
with some different scenarios
-- I also fixed a few bugs and improved the region-matching logic
-
-
-
- Read more →
-
-
-
-
-
-
-
December, 2021
@@ -395,6 +395,8 @@
+- September, 2022
+
- August, 2022
- July, 2022
@@ -403,8 +405,6 @@
- May, 2022
-- April, 2022
-
diff --git a/docs/index.xml b/docs/index.xml
index dcde6e537..55914ba76 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -6,7 +6,30 @@
Recent content on CGSpace Notes
Hugo -- gohugo.io
en-us
- Mon, 01 Aug 2022 10:22:36 +0300
+ Thu, 01 Sep 2022 09:41:36 +0300
+ -
+
September, 2022
+ https://alanorth.github.io/cgspace-notes/2022-09/
+ Thu, 01 Sep 2022 09:41:36 +0300
+
+ https://alanorth.github.io/cgspace-notes/2022-09/
+ <h2 id="2022-09-01">2022-09-01</h2>
+<ul>
+<li>A bit of work on the “Mapping CG Core–CGSpace–MEL–MARLO Types” spreadsheet</li>
+<li>I tested an item submission on DSpace Test with the Cocoon <code>org.apache.cocoon.uploads.autosave=false</code> change
+<ul>
+<li>The submission works as expected</li>
+</ul>
+</li>
+<li>Start debugging some region-related issues with csv-metadata-quality
+<ul>
+<li>I created a new test file <code>test-geography.csv</code> with some different scenarios</li>
+<li>I also fixed a few bugs and improved the region-matching logic</li>
+</ul>
+</li>
+</ul>
+
+
-
August, 2022
https://alanorth.github.io/cgspace-notes/2022-08/
@@ -150,29 +173,6 @@
</ul>
- -
-
September, 2022
- https://alanorth.github.io/cgspace-notes/2022-01/
- Sat, 01 Jan 2022 09:41:36 +0300
-
- https://alanorth.github.io/cgspace-notes/2022-01/
- <h2 id="2022-09-01">2022-09-01</h2>
-<ul>
-<li>A bit of work on the “Mapping CG Core–CGSpace–MEL–MARLO Types” spreadsheet</li>
-<li>I tested an item submission on DSpace Test with the Cocoon <code>org.apache.cocoon.uploads.autosave=false</code> change
-<ul>
-<li>The submission works as expected</li>
-</ul>
-</li>
-<li>Start debugging some region-related issues with csv-metadata-quality
-<ul>
-<li>I created a new test file <code>test-geography.csv</code> with some different scenarios</li>
-<li>I also fixed a few bugs and improved the region-matching logic</li>
-</ul>
-</li>
-</ul>
-
-
-
December, 2021
https://alanorth.github.io/cgspace-notes/2021-12/
diff --git a/docs/page/2/index.html b/docs/page/2/index.html
index 807195296..ed9d4400e 100644
--- a/docs/page/2/index.html
+++ b/docs/page/2/index.html
@@ -10,7 +10,7 @@
-
+
@@ -31,7 +31,7 @@
"@type": "Person",
"name": "Alan Orth"
},
- "dateModified": "2022-08-01T10:22:36+03:00",
+ "dateModified": "2022-09-01T09:41:36+03:00",
"keywords": "notes, migration, notes",
"description":"Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
}
@@ -390,6 +390,8 @@
+- September, 2022
+
- August, 2022
- July, 2022
@@ -398,8 +400,6 @@
- May, 2022
-- April, 2022
-
diff --git a/docs/page/3/index.html b/docs/page/3/index.html
index 4a2c2bb9b..b2393d64e 100644
--- a/docs/page/3/index.html
+++ b/docs/page/3/index.html
@@ -10,7 +10,7 @@
-
+
@@ -31,7 +31,7 @@
"@type": "Person",
"name": "Alan Orth"
},
- "dateModified": "2022-08-01T10:22:36+03:00",
+ "dateModified": "2022-09-01T09:41:36+03:00",
"keywords": "notes, migration, notes",
"description":"Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
}
@@ -410,6 +410,8 @@
+- September, 2022
+
- August, 2022
- July, 2022
@@ -418,8 +420,6 @@
- May, 2022
-- April, 2022
-
diff --git a/docs/page/4/index.html b/docs/page/4/index.html
index 18e48c1bd..1f52657bd 100644
--- a/docs/page/4/index.html
+++ b/docs/page/4/index.html
@@ -10,7 +10,7 @@
-
+
@@ -31,7 +31,7 @@
"@type": "Person",
"name": "Alan Orth"
},
- "dateModified": "2022-08-01T10:22:36+03:00",
+ "dateModified": "2022-09-01T09:41:36+03:00",
"keywords": "notes, migration, notes",
"description":"Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
}
@@ -438,6 +438,8 @@
+- September, 2022
+
- August, 2022
- July, 2022
@@ -446,8 +448,6 @@
- May, 2022
-- April, 2022
-
diff --git a/docs/page/5/index.html b/docs/page/5/index.html
index 278374a54..834197cac 100644
--- a/docs/page/5/index.html
+++ b/docs/page/5/index.html
@@ -10,7 +10,7 @@
-
+
@@ -31,7 +31,7 @@
"@type": "Person",
"name": "Alan Orth"
},
- "dateModified": "2022-08-01T10:22:36+03:00",
+ "dateModified": "2022-09-01T09:41:36+03:00",
"keywords": "notes, migration, notes",
"description":"Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
}
@@ -434,6 +434,8 @@ sys 0m1.979s
+- September, 2022
+
- August, 2022
- July, 2022
@@ -442,8 +444,6 @@ sys 0m1.979s
- May, 2022
-- April, 2022
-
diff --git a/docs/page/6/index.html b/docs/page/6/index.html
index e60ebce02..a0ed8f38b 100644
--- a/docs/page/6/index.html
+++ b/docs/page/6/index.html
@@ -10,7 +10,7 @@
-
+
@@ -31,7 +31,7 @@
"@type": "Person",
"name": "Alan Orth"
},
- "dateModified": "2022-08-01T10:22:36+03:00",
+ "dateModified": "2022-09-01T09:41:36+03:00",
"keywords": "notes, migration, notes",
"description":"Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
}
@@ -443,6 +443,8 @@ dspace.log.2018-01-02:34
+- September, 2022
+
- August, 2022
- July, 2022
@@ -451,8 +453,6 @@ dspace.log.2018-01-02:34
- May, 2022
-- April, 2022
-
diff --git a/docs/page/7/index.html b/docs/page/7/index.html
index 0ebe1683c..ae5a3c824 100644
--- a/docs/page/7/index.html
+++ b/docs/page/7/index.html
@@ -10,7 +10,7 @@
-
+
@@ -31,7 +31,7 @@
"@type": "Person",
"name": "Alan Orth"
},
- "dateModified": "2022-08-01T10:22:36+03:00",
+ "dateModified": "2022-09-01T09:41:36+03:00",
"keywords": "notes, migration, notes",
"description":"Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
}
@@ -390,6 +390,8 @@ COPY 54701
+- September, 2022
+
- August, 2022
- July, 2022
@@ -398,8 +400,6 @@ COPY 54701
- May, 2022
-- April, 2022
-
diff --git a/docs/page/8/index.html b/docs/page/8/index.html
index 1949222bd..5ae06920a 100644
--- a/docs/page/8/index.html
+++ b/docs/page/8/index.html
@@ -10,7 +10,7 @@
-
+
@@ -31,7 +31,7 @@
"@type": "Person",
"name": "Alan Orth"
},
- "dateModified": "2022-08-01T10:22:36+03:00",
+ "dateModified": "2022-09-01T09:41:36+03:00",
"keywords": "notes, migration, notes",
"description":"Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
}
@@ -399,6 +399,8 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
+- September, 2022
+
- August, 2022
- July, 2022
@@ -407,8 +409,6 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
- May, 2022
-- April, 2022
-
diff --git a/docs/page/9/index.html b/docs/page/9/index.html
index ab4e4082d..28ca92a50 100644
--- a/docs/page/9/index.html
+++ b/docs/page/9/index.html
@@ -10,7 +10,7 @@
-
+
@@ -31,7 +31,7 @@
"@type": "Person",
"name": "Alan Orth"
},
- "dateModified": "2022-08-01T10:22:36+03:00",
+ "dateModified": "2022-09-01T09:41:36+03:00",
"keywords": "notes, migration, notes",
"description":"Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
}
@@ -271,6 +271,8 @@
+- September, 2022
+
- August, 2022
- July, 2022
@@ -279,8 +281,6 @@
- May, 2022
-- April, 2022
-
diff --git a/docs/posts/index.html b/docs/posts/index.html
index 5834ae5c0..cecd2bca4 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -10,7 +10,7 @@
-
+
@@ -31,7 +31,7 @@
"@type": "Person",
"name": "Alan Orth"
},
- "dateModified": "2022-08-01T10:22:36+03:00",
+ "dateModified": "2022-09-01T09:41:36+03:00",
"keywords": "notes, migration, notes",
"description":"Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
}
@@ -96,6 +96,38 @@
+
+
+ September, 2022
+
+
+ 2022-09-01
+
+- A bit of work on the “Mapping CG Core–CGSpace–MEL–MARLO Types” spreadsheet
+- I tested an item submission on DSpace Test with the Cocoon
org.apache.cocoon.uploads.autosave=false
change
+
+- The submission works as expected
+
+
+- Start debugging some region-related issues with csv-metadata-quality
+
+- I created a new test file
test-geography.csv
with some different scenarios
+- I also fixed a few bugs and improved the region-matching logic
+
+
+
+ Read more →
+
+
+
+
+
+
+
August, 2022
@@ -311,38 +343,6 @@
-
-
- September, 2022
-
-
- 2022-09-01
-
-- A bit of work on the “Mapping CG Core–CGSpace–MEL–MARLO Types” spreadsheet
-- I tested an item submission on DSpace Test with the Cocoon
org.apache.cocoon.uploads.autosave=false
change
-
-- The submission works as expected
-
-
-- Start debugging some region-related issues with csv-metadata-quality
-
-- I created a new test file
test-geography.csv
with some different scenarios
-- I also fixed a few bugs and improved the region-matching logic
-
-
-
- Read more →
-
-
-
-
-
-
-
December, 2021
@@ -395,6 +395,8 @@
+- September, 2022
+
- August, 2022
- July, 2022
@@ -403,8 +405,6 @@
- May, 2022
-- April, 2022
-
diff --git a/docs/posts/index.xml b/docs/posts/index.xml
index 75a6de715..a3a7a6bf7 100644
--- a/docs/posts/index.xml
+++ b/docs/posts/index.xml
@@ -6,7 +6,30 @@
Recent content in Posts on CGSpace Notes
Hugo -- gohugo.io
en-us
- Mon, 01 Aug 2022 10:22:36 +0300
+ Thu, 01 Sep 2022 09:41:36 +0300
+ -
+
September, 2022
+ https://alanorth.github.io/cgspace-notes/2022-09/
+ Thu, 01 Sep 2022 09:41:36 +0300
+
+ https://alanorth.github.io/cgspace-notes/2022-09/
+ <h2 id="2022-09-01">2022-09-01</h2>
+<ul>
+<li>A bit of work on the “Mapping CG Core–CGSpace–MEL–MARLO Types” spreadsheet</li>
+<li>I tested an item submission on DSpace Test with the Cocoon <code>org.apache.cocoon.uploads.autosave=false</code> change
+<ul>
+<li>The submission works as expected</li>
+</ul>
+</li>
+<li>Start debugging some region-related issues with csv-metadata-quality
+<ul>
+<li>I created a new test file <code>test-geography.csv</code> with some different scenarios</li>
+<li>I also fixed a few bugs and improved the region-matching logic</li>
+</ul>
+</li>
+</ul>
+
+
-
August, 2022
https://alanorth.github.io/cgspace-notes/2022-08/
@@ -150,29 +173,6 @@
</ul>
- -
-
September, 2022
- https://alanorth.github.io/cgspace-notes/2022-01/
- Sat, 01 Jan 2022 09:41:36 +0300
-
- https://alanorth.github.io/cgspace-notes/2022-01/
- <h2 id="2022-09-01">2022-09-01</h2>
-<ul>
-<li>A bit of work on the “Mapping CG Core–CGSpace–MEL–MARLO Types” spreadsheet</li>
-<li>I tested an item submission on DSpace Test with the Cocoon <code>org.apache.cocoon.uploads.autosave=false</code> change
-<ul>
-<li>The submission works as expected</li>
-</ul>
-</li>
-<li>Start debugging some region-related issues with csv-metadata-quality
-<ul>
-<li>I created a new test file <code>test-geography.csv</code> with some different scenarios</li>
-<li>I also fixed a few bugs and improved the region-matching logic</li>
-</ul>
-</li>
-</ul>
-
-
-
December, 2021
https://alanorth.github.io/cgspace-notes/2021-12/
diff --git a/docs/posts/page/2/index.html b/docs/posts/page/2/index.html
index 62aed2ac8..937cc42a1 100644
--- a/docs/posts/page/2/index.html
+++ b/docs/posts/page/2/index.html
@@ -10,7 +10,7 @@
-
+
@@ -31,7 +31,7 @@
"@type": "Person",
"name": "Alan Orth"
},
- "dateModified": "2022-08-01T10:22:36+03:00",
+ "dateModified": "2022-09-01T09:41:36+03:00",
"keywords": "notes, migration, notes",
"description":"Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
}
@@ -390,6 +390,8 @@
+- September, 2022
+
- August, 2022
- July, 2022
@@ -398,8 +400,6 @@
- May, 2022
-- April, 2022
-
diff --git a/docs/posts/page/3/index.html b/docs/posts/page/3/index.html
index 914ae07ab..81ef74520 100644
--- a/docs/posts/page/3/index.html
+++ b/docs/posts/page/3/index.html
@@ -10,7 +10,7 @@
-
+
@@ -31,7 +31,7 @@
"@type": "Person",
"name": "Alan Orth"
},
- "dateModified": "2022-08-01T10:22:36+03:00",
+ "dateModified": "2022-09-01T09:41:36+03:00",
"keywords": "notes, migration, notes",
"description":"Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
}
@@ -410,6 +410,8 @@
+- September, 2022
+
- August, 2022
- July, 2022
@@ -418,8 +420,6 @@
- May, 2022
-- April, 2022
-
diff --git a/docs/posts/page/4/index.html b/docs/posts/page/4/index.html
index 48a1623eb..723659e06 100644
--- a/docs/posts/page/4/index.html
+++ b/docs/posts/page/4/index.html
@@ -10,7 +10,7 @@
-
+
@@ -31,7 +31,7 @@
"@type": "Person",
"name": "Alan Orth"
},
- "dateModified": "2022-08-01T10:22:36+03:00",
+ "dateModified": "2022-09-01T09:41:36+03:00",
"keywords": "notes, migration, notes",
"description":"Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
}
@@ -438,6 +438,8 @@
+- September, 2022
+
- August, 2022
- July, 2022
@@ -446,8 +448,6 @@
- May, 2022
-- April, 2022
-
diff --git a/docs/posts/page/5/index.html b/docs/posts/page/5/index.html
index df540de75..8810e320e 100644
--- a/docs/posts/page/5/index.html
+++ b/docs/posts/page/5/index.html
@@ -10,7 +10,7 @@
-
+
@@ -31,7 +31,7 @@
"@type": "Person",
"name": "Alan Orth"
},
- "dateModified": "2022-08-01T10:22:36+03:00",
+ "dateModified": "2022-09-01T09:41:36+03:00",
"keywords": "notes, migration, notes",
"description":"Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
}
@@ -434,6 +434,8 @@ sys 0m1.979s
+- September, 2022
+
- August, 2022
- July, 2022
@@ -442,8 +444,6 @@ sys 0m1.979s
- May, 2022
-- April, 2022
-
diff --git a/docs/posts/page/6/index.html b/docs/posts/page/6/index.html
index da1d5ecd0..3c0d3ff62 100644
--- a/docs/posts/page/6/index.html
+++ b/docs/posts/page/6/index.html
@@ -10,7 +10,7 @@
-
+
@@ -31,7 +31,7 @@
"@type": "Person",
"name": "Alan Orth"
},
- "dateModified": "2022-08-01T10:22:36+03:00",
+ "dateModified": "2022-09-01T09:41:36+03:00",
"keywords": "notes, migration, notes",
"description":"Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
}
@@ -443,6 +443,8 @@ dspace.log.2018-01-02:34
+- September, 2022
+
- August, 2022
- July, 2022
@@ -451,8 +453,6 @@ dspace.log.2018-01-02:34
- May, 2022
-- April, 2022
-
diff --git a/docs/posts/page/7/index.html b/docs/posts/page/7/index.html
index b55c43623..bec3fbffd 100644
--- a/docs/posts/page/7/index.html
+++ b/docs/posts/page/7/index.html
@@ -10,7 +10,7 @@
-
+
@@ -31,7 +31,7 @@
"@type": "Person",
"name": "Alan Orth"
},
- "dateModified": "2022-08-01T10:22:36+03:00",
+ "dateModified": "2022-09-01T09:41:36+03:00",
"keywords": "notes, migration, notes",
"description":"Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
}
@@ -390,6 +390,8 @@ COPY 54701
+- September, 2022
+
- August, 2022
- July, 2022
@@ -398,8 +400,6 @@ COPY 54701
- May, 2022
-- April, 2022
-
diff --git a/docs/posts/page/8/index.html b/docs/posts/page/8/index.html
index 391b07dbe..e1bf5e9d8 100644
--- a/docs/posts/page/8/index.html
+++ b/docs/posts/page/8/index.html
@@ -10,7 +10,7 @@
-
+
@@ -31,7 +31,7 @@
"@type": "Person",
"name": "Alan Orth"
},
- "dateModified": "2022-08-01T10:22:36+03:00",
+ "dateModified": "2022-09-01T09:41:36+03:00",
"keywords": "notes, migration, notes",
"description":"Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
}
@@ -399,6 +399,8 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
+- September, 2022
+
- August, 2022
- July, 2022
@@ -407,8 +409,6 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
- May, 2022
-- April, 2022
-
diff --git a/docs/posts/page/9/index.html b/docs/posts/page/9/index.html
index 204ecfdca..6da6b60b8 100644
--- a/docs/posts/page/9/index.html
+++ b/docs/posts/page/9/index.html
@@ -10,7 +10,7 @@
-
+
@@ -31,7 +31,7 @@
"@type": "Person",
"name": "Alan Orth"
},
- "dateModified": "2022-08-01T10:22:36+03:00",
+ "dateModified": "2022-09-01T09:41:36+03:00",
"keywords": "notes, migration, notes",
"description":"Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
}
@@ -271,6 +271,8 @@
+- September, 2022
+
- August, 2022
- July, 2022
@@ -279,8 +281,6 @@
- May, 2022
-- April, 2022
-
diff --git a/docs/robots.txt b/docs/robots.txt
index 631e2020b..12d5a8a6f 100644
--- a/docs/robots.txt
+++ b/docs/robots.txt
@@ -1,11 +1,12 @@
User-agent: *
-Disallow: /cgspace-notes/2022-08/
Disallow: /cgspace-notes/categories/
Disallow: /cgspace-notes/
Disallow: /cgspace-notes/categories/notes/
Disallow: /cgspace-notes/posts/
+Disallow: /cgspace-notes/2022-09/
+Disallow: /cgspace-notes/2022-08/
Disallow: /cgspace-notes/2022-07/
Disallow: /cgspace-notes/2022-06/
Disallow: /cgspace-notes/2022-05/
@@ -13,7 +14,6 @@ Disallow: /cgspace-notes/2022-04/
Disallow: /cgspace-notes/2022-03/
Disallow: /cgspace-notes/2022-02/
Disallow: /cgspace-notes/2022-01/
-Disallow: /cgspace-notes/2022-01/
Disallow: /cgspace-notes/2021-12/
Disallow: /cgspace-notes/2021-11/
Disallow: /cgspace-notes/2021-10/
diff --git a/docs/sitemap.xml b/docs/sitemap.xml
index f97db200b..cdb1d2a36 100644
--- a/docs/sitemap.xml
+++ b/docs/sitemap.xml
@@ -2,20 +2,23 @@
- https://alanorth.github.io/cgspace-notes/2022-08/
- 2022-08-31T17:37:28+03:00
-
https://alanorth.github.io/cgspace-notes/categories/
- 2022-09-12T11:35:57+03:00
+ 2022-09-15T08:37:36+03:00
https://alanorth.github.io/cgspace-notes/
- 2022-09-12T11:35:57+03:00
+ 2022-09-15T08:37:36+03:00
https://alanorth.github.io/cgspace-notes/categories/notes/
- 2022-09-12T11:35:57+03:00
+ 2022-09-15T08:37:36+03:00
https://alanorth.github.io/cgspace-notes/posts/
- 2022-09-12T11:35:57+03:00
+ 2022-09-15T08:37:36+03:00
+
+ https://alanorth.github.io/cgspace-notes/2022-09/
+ 2022-09-15T08:37:36+03:00
+
+ https://alanorth.github.io/cgspace-notes/2022-08/
+ 2022-08-31T17:37:28+03:00
https://alanorth.github.io/cgspace-notes/2022-07/
2022-07-31T15:49:35+03:00
@@ -37,9 +40,6 @@
https://alanorth.github.io/cgspace-notes/2022-01/
2022-05-12T12:51:45+03:00
-
- https://alanorth.github.io/cgspace-notes/2022-01/
- 2022-09-12T11:35:57+03:00
https://alanorth.github.io/cgspace-notes/2021-12/
2022-01-09T10:39:51+02:00
diff --git a/docs/tags/index.html b/docs/tags/index.html
index 11e616da8..11fd7e3aa 100644
--- a/docs/tags/index.html
+++ b/docs/tags/index.html
@@ -122,6 +122,8 @@
+- September, 2022
+
- August, 2022
- July, 2022
@@ -130,8 +132,6 @@
- May, 2022
-- April, 2022
-
diff --git a/docs/tags/migration/index.html b/docs/tags/migration/index.html
index 088b3d954..dd5fe5d2d 100644
--- a/docs/tags/migration/index.html
+++ b/docs/tags/migration/index.html
@@ -155,6 +155,8 @@
+- September, 2022
+
- August, 2022
- July, 2022
@@ -163,8 +165,6 @@
- May, 2022
-- April, 2022
-
diff --git a/docs/tags/notes/index.html b/docs/tags/notes/index.html
index eab22f52a..b5e515df6 100644
--- a/docs/tags/notes/index.html
+++ b/docs/tags/notes/index.html
@@ -385,6 +385,8 @@ DELETE 1
+- September, 2022
+
- August, 2022
- July, 2022
@@ -393,8 +395,6 @@ DELETE 1
- May, 2022
-- April, 2022
-
diff --git a/docs/tags/notes/page/2/index.html b/docs/tags/notes/page/2/index.html
index cb8c62c5c..286c76254 100644
--- a/docs/tags/notes/page/2/index.html
+++ b/docs/tags/notes/page/2/index.html
@@ -371,6 +371,8 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
+- September, 2022
+
- August, 2022
- July, 2022
@@ -379,8 +381,6 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
- May, 2022
-- April, 2022
-
diff --git a/docs/tags/notes/page/3/index.html b/docs/tags/notes/page/3/index.html
index c642f647d..3098e0319 100644
--- a/docs/tags/notes/page/3/index.html
+++ b/docs/tags/notes/page/3/index.html
@@ -180,6 +180,8 @@
+- September, 2022
+
- August, 2022
- July, 2022
@@ -188,8 +190,6 @@
- May, 2022
-- April, 2022
-