diff --git a/content/posts/2021-03.md b/content/posts/2021-03.md
index 21c3b6e65..d3a51759b 100644
--- a/content/posts/2021-03.md
+++ b/content/posts/2021-03.md
@@ -651,5 +651,30 @@ Run 1 took 5m 53s
- I realized I never finished deleting all the old fields after our CG Core migration a few months ago
- I found a few occurrences of old metadata so I had to move them where possible and delete them where not
- I updated the [CG Core v2 migration page]({{< relref "cgspace-cgcorev2-migration.md" >}})
+- Marianne Gadeberg wrote to ask why the item she wanted to map a few days ago still doesn't appear in the mapped collection
+ - I looked on the item page itself and it lists the collection, but doesn't appear in the collection list
+ - I tried to forceably reindex the collection and the item, but it didn't seem to work
+ - Now I will try a complete Discovery re-index
+
+## 2021-03-31
+
+- The Discovery re-index finished, but [the CIP item](https://hdl.handle.net/10568/110633) still does not appear in the GENDER Platform grants collection
+ - The item page itself DOES list the grants collection! WTF
+ - I sent a message to the dspace-tech mailing list to see if someone can comment
+ - I even tried unmapping and re-mapping, but it doesn't change anything: the item still doesn't appear in the collection, but I can see that it is mapped
+- I signed up for a SHERPA API key so I can try to write something to get journal names from ISSN
+ - This code seems to get a journal title, though I only tried it with a few ISSNs:
+
+```python
+import requests
+
+query_params = {'item-type': 'publication', 'format': 'Json', 'limit': 10, 'offset': 0, 'api-key': 'blahhhahahah', 'filter': '[["issn","equals","0011-183X"]]'}
+r = requests.get('https://v2.sherpa.ac.uk/cgi/retrieve')
+if r.status_code and len(r.json()['items']) > 0:
+ r.json()['items'][0]['title'][0]['title']
+```
+
+- I wrote a script to check the ISSNs against Crossref's API: `crossref-issn-lookup.py`
+ - I suspect Crossref might have better data actually...
diff --git a/docs/2015-11/index.html b/docs/2015-11/index.html
index 0f05cfee3..584794ca6 100644
--- a/docs/2015-11/index.html
+++ b/docs/2015-11/index.html
@@ -244,14 +244,14 @@ db.statementpool = true
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2015-12/index.html b/docs/2015-12/index.html
index a984a224e..2e91e4920 100644
--- a/docs/2015-12/index.html
+++ b/docs/2015-12/index.html
@@ -266,14 +266,14 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2016-01/index.html b/docs/2016-01/index.html
index 8eacb0082..97751ac36 100644
--- a/docs/2016-01/index.html
+++ b/docs/2016-01/index.html
@@ -202,14 +202,14 @@ $ find SimpleArchiveForBio/ -iname “*.pdf” -exec basename {} ; | sor
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2016-02/index.html b/docs/2016-02/index.html
index e62dd3f2c..1f9937b6d 100644
--- a/docs/2016-02/index.html
+++ b/docs/2016-02/index.html
@@ -380,14 +380,14 @@ Bitstream: tést señora alimentación.pdf
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2016-03/index.html b/docs/2016-03/index.html
index 0eaa927a3..fa1cfea1f 100644
--- a/docs/2016-03/index.html
+++ b/docs/2016-03/index.html
@@ -318,14 +318,14 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2016-04/index.html b/docs/2016-04/index.html
index 1df4d94f0..21851eab8 100644
--- a/docs/2016-04/index.html
+++ b/docs/2016-04/index.html
@@ -497,14 +497,14 @@ dspace.log.2016-04-27:7271
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2016-05/index.html b/docs/2016-05/index.html
index 92cb9b576..c33d5e23a 100644
--- a/docs/2016-05/index.html
+++ b/docs/2016-05/index.html
@@ -373,14 +373,14 @@ sys 0m20.540s
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2016-06/index.html b/docs/2016-06/index.html
index 97a53f3c3..80945ea12 100644
--- a/docs/2016-06/index.html
+++ b/docs/2016-06/index.html
@@ -411,14 +411,14 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2016-07/index.html b/docs/2016-07/index.html
index 8205d90ea..12ecbc93a 100644
--- a/docs/2016-07/index.html
+++ b/docs/2016-07/index.html
@@ -327,14 +327,14 @@ discovery.index.authority.ignore-variants=true
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2016-08/index.html b/docs/2016-08/index.html
index 7165e2834..06e966f03 100644
--- a/docs/2016-08/index.html
+++ b/docs/2016-08/index.html
@@ -391,14 +391,14 @@ $ JAVA_OPTS="-Dfile.encoding=UTF-8 -Xmx512m" /home/cgspace.cgiar.org/b
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2016-09/index.html b/docs/2016-09/index.html
index ed1f7a1ca..960109890 100644
--- a/docs/2016-09/index.html
+++ b/docs/2016-09/index.html
@@ -608,14 +608,14 @@ $ ./delete-metadata-values.py -i ilrisubjects-delete-13.csv -f cg.subject.ilri -
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2016-10/index.html b/docs/2016-10/index.html
index 282a4776c..feaeb7e0a 100644
--- a/docs/2016-10/index.html
+++ b/docs/2016-10/index.html
@@ -374,14 +374,14 @@ dspace=# update metadatavalue set text_value = regexp_replace(text_value, 'http:
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2016-11/index.html b/docs/2016-11/index.html
index 7f7606309..59b7f1b24 100644
--- a/docs/2016-11/index.html
+++ b/docs/2016-11/index.html
@@ -550,14 +550,14 @@ org.dspace.discovery.SearchServiceException: Error executing query
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2016-12/index.html b/docs/2016-12/index.html
index 134e5c66e..b12764200 100644
--- a/docs/2016-12/index.html
+++ b/docs/2016-12/index.html
@@ -786,14 +786,14 @@ $ exit
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2017-01/index.html b/docs/2017-01/index.html
index eaf9bca32..5f2013a08 100644
--- a/docs/2017-01/index.html
+++ b/docs/2017-01/index.html
@@ -371,14 +371,14 @@ $ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2017-02/index.html b/docs/2017-02/index.html
index 37b89ccca..1a74fc743 100644
--- a/docs/2017-02/index.html
+++ b/docs/2017-02/index.html
@@ -426,14 +426,14 @@ COPY 1968
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2017-03/index.html b/docs/2017-03/index.html
index 17d545116..5f19be34e 100644
--- a/docs/2017-03/index.html
+++ b/docs/2017-03/index.html
@@ -357,14 +357,14 @@ $ ./delete-metadata-values.py -i Investors-Delete-121.csv -f dc.description.spon
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2017-04/index.html b/docs/2017-04/index.html
index dab830886..4c9a3b9b1 100644
--- a/docs/2017-04/index.html
+++ b/docs/2017-04/index.html
@@ -587,14 +587,14 @@ $ gem install compass -v 1.0.3
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2017-05/index.html b/docs/2017-05/index.html
index bd754582a..3dabc66bf 100644
--- a/docs/2017-05/index.html
+++ b/docs/2017-05/index.html
@@ -393,14 +393,14 @@ UPDATE 187
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2017-06/index.html b/docs/2017-06/index.html
index 39f7da2a8..5ae9bf228 100644
--- a/docs/2017-06/index.html
+++ b/docs/2017-06/index.html
@@ -272,14 +272,14 @@ $ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" [dspace]/bin/dspace impo
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2017-07/index.html b/docs/2017-07/index.html
index e3de54e18..e1508c164 100644
--- a/docs/2017-07/index.html
+++ b/docs/2017-07/index.html
@@ -277,14 +277,14 @@ delete from metadatavalue where resource_type_id=2 and metadata_field_id=235 and
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2017-08/index.html b/docs/2017-08/index.html
index 3e4c46362..defcfdd88 100644
--- a/docs/2017-08/index.html
+++ b/docs/2017-08/index.html
@@ -519,14 +519,14 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2017-09/index.html b/docs/2017-09/index.html
index ba87921f8..7ca59f07d 100644
--- a/docs/2017-09/index.html
+++ b/docs/2017-09/index.html
@@ -661,14 +661,14 @@ Cert Status: good
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2017-10/index.html b/docs/2017-10/index.html
index 9e9dba195..a0b29f81f 100644
--- a/docs/2017-10/index.html
+++ b/docs/2017-10/index.html
@@ -445,14 +445,14 @@ session_id=6C30F10B4351A4ED83EC6ED50AFD6B6A
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2017-11/index.html b/docs/2017-11/index.html
index 8e176dd34..33bd517ba 100644
--- a/docs/2017-11/index.html
+++ b/docs/2017-11/index.html
@@ -946,14 +946,14 @@ $ cat dspace.log.2017-11-28 | grep -o -E 'session_id=[A-Z0-9]{32}' | sort -n | u
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2017-12/index.html b/docs/2017-12/index.html
index 899f40dd1..27c35f086 100644
--- a/docs/2017-12/index.html
+++ b/docs/2017-12/index.html
@@ -785,14 +785,14 @@ DELETE 20
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2018-01/index.html b/docs/2018-01/index.html
index c5e335b30..a9a9ad693 100644
--- a/docs/2018-01/index.html
+++ b/docs/2018-01/index.html
@@ -1454,14 +1454,14 @@ Catalina:type=Manager,context=/,host=localhost activeSessions 8
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2018-02/index.html b/docs/2018-02/index.html
index 7c3430026..00bd77a34 100644
--- a/docs/2018-02/index.html
+++ b/docs/2018-02/index.html
@@ -1041,14 +1041,14 @@ UPDATE 3
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2018-03/index.html b/docs/2018-03/index.html
index 21d62124f..1cda1aa97 100644
--- a/docs/2018-03/index.html
+++ b/docs/2018-03/index.html
@@ -587,14 +587,14 @@ Fixed 5 occurences of: GENEBANKS
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2018-04/index.html b/docs/2018-04/index.html
index 871382e89..467828501 100644
--- a/docs/2018-04/index.html
+++ b/docs/2018-04/index.html
@@ -596,14 +596,14 @@ $ pg_restore -O -U dspacetest -d dspacetest -W -h localhost /tmp/dspace_2018-04-
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2018-05/index.html b/docs/2018-05/index.html
index 88cb23252..38774f9f1 100644
--- a/docs/2018-05/index.html
+++ b/docs/2018-05/index.html
@@ -525,14 +525,14 @@ $ psql -h localhost -U postgres dspacetest
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2018-06/index.html b/docs/2018-06/index.html
index de5da0b5a..71f91f7ea 100644
--- a/docs/2018-06/index.html
+++ b/docs/2018-06/index.html
@@ -519,14 +519,14 @@ $ sed '/^id/d' 10568-*.csv | csvcut -c 1,2 > map-to-cifor-archive.csv
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2018-07/index.html b/docs/2018-07/index.html
index 83065df41..2c599d105 100644
--- a/docs/2018-07/index.html
+++ b/docs/2018-07/index.html
@@ -571,14 +571,14 @@ dspace=# select count(text_value) from metadatavalue where resource_type_id=2 an
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2018-08/index.html b/docs/2018-08/index.html
index d831c7bb1..1b77e0192 100644
--- a/docs/2018-08/index.html
+++ b/docs/2018-08/index.html
@@ -444,14 +444,14 @@ $ dspace database migrate ignored
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2018-09/index.html b/docs/2018-09/index.html
index dd5406b81..fae6403cc 100644
--- a/docs/2018-09/index.html
+++ b/docs/2018-09/index.html
@@ -750,14 +750,14 @@ UPDATE metadatavalue SET text_value='ja' WHERE resource_type_id=2 AND metadata_f
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2018-10/index.html b/docs/2018-10/index.html
index 04e1e1b01..7542f50d6 100644
--- a/docs/2018-10/index.html
+++ b/docs/2018-10/index.html
@@ -658,14 +658,14 @@ $ curl -X GET -H "Content-Type: application/json" -H "Accept: app
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2018-11/index.html b/docs/2018-11/index.html
index 2f356a5bc..098312009 100644
--- a/docs/2018-11/index.html
+++ b/docs/2018-11/index.html
@@ -555,14 +555,14 @@ $ dspace dsrun org.dspace.eperson.Groomer -a -b 11/27/2016 -d
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2018-12/index.html b/docs/2018-12/index.html
index 9ca826b97..6dda05087 100644
--- a/docs/2018-12/index.html
+++ b/docs/2018-12/index.html
@@ -596,14 +596,14 @@ UPDATE 1
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2019-01/index.html b/docs/2019-01/index.html
index 4bfc2c6dd..0ea7933f0 100644
--- a/docs/2019-01/index.html
+++ b/docs/2019-01/index.html
@@ -1266,14 +1266,14 @@ identify: CorruptImageProfile `xmp' @ warning/profile.c/SetImageProfileInternal/
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2019-02/index.html b/docs/2019-02/index.html
index 56432d96b..0f03e83c6 100644
--- a/docs/2019-02/index.html
+++ b/docs/2019-02/index.html
@@ -1346,14 +1346,14 @@ Please see the DSpace documentation for assistance.
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2019-03/index.html b/docs/2019-03/index.html
index 24f35c68a..0e8a3d888 100644
--- a/docs/2019-03/index.html
+++ b/docs/2019-03/index.html
@@ -1210,14 +1210,14 @@ sys 0m2.551s
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2019-04/index.html b/docs/2019-04/index.html
index 63eae6a14..a60b53806 100644
--- a/docs/2019-04/index.html
+++ b/docs/2019-04/index.html
@@ -1301,14 +1301,14 @@ UPDATE 14
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2019-05/index.html b/docs/2019-05/index.html
index 612c3fdbe..2a8abc2bf 100644
--- a/docs/2019-05/index.html
+++ b/docs/2019-05/index.html
@@ -633,14 +633,14 @@ COPY 64871
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2019-06/index.html b/docs/2019-06/index.html
index b500d89d1..37ca09ebd 100644
--- a/docs/2019-06/index.html
+++ b/docs/2019-06/index.html
@@ -319,14 +319,14 @@ UPDATE 2
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2019-07/index.html b/docs/2019-07/index.html
index f4e805047..58e53d6a4 100644
--- a/docs/2019-07/index.html
+++ b/docs/2019-07/index.html
@@ -556,14 +556,14 @@ issn.validate('1020-3362')
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2019-08/index.html b/docs/2019-08/index.html
index e4c802aaa..ac8ca2b24 100644
--- a/docs/2019-08/index.html
+++ b/docs/2019-08/index.html
@@ -575,14 +575,14 @@ sys 2m27.496s
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2019-09/index.html b/docs/2019-09/index.html
index 042d252a6..07dd02509 100644
--- a/docs/2019-09/index.html
+++ b/docs/2019-09/index.html
@@ -583,14 +583,14 @@ $ csv-metadata-quality -i /tmp/clarisa-institutions.csv -o /tmp/clarisa-institut
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2019-10/index.html b/docs/2019-10/index.html
index 1eac464cb..4b8f2b96b 100644
--- a/docs/2019-10/index.html
+++ b/docs/2019-10/index.html
@@ -387,14 +387,14 @@ $ dspace import -a -c 10568/104057 -e fuu@cgiar.org -m 2019-10-15-Bioversity.map
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2019-11/index.html b/docs/2019-11/index.html
index fb6851639..9234ef4b3 100644
--- a/docs/2019-11/index.html
+++ b/docs/2019-11/index.html
@@ -694,14 +694,14 @@ $ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-i
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2019-12/index.html b/docs/2019-12/index.html
index 57618b1fc..447b54aa0 100644
--- a/docs/2019-12/index.html
+++ b/docs/2019-12/index.html
@@ -406,14 +406,14 @@ UPDATE 1
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2020-01/index.html b/docs/2020-01/index.html
index 5ff479305..bdd724d01 100644
--- a/docs/2020-01/index.html
+++ b/docs/2020-01/index.html
@@ -606,14 +606,14 @@ COPY 2900
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2020-02/index.html b/docs/2020-02/index.html
index a65d912f8..7fe5c1100 100644
--- a/docs/2020-02/index.html
+++ b/docs/2020-02/index.html
@@ -1277,14 +1277,14 @@ Moving: 21993 into core statistics-2019
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2020-03/index.html b/docs/2020-03/index.html
index 9815c85f6..b3a8cc2d0 100644
--- a/docs/2020-03/index.html
+++ b/docs/2020-03/index.html
@@ -486,14 +486,14 @@ $ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-i
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2020-04/index.html b/docs/2020-04/index.html
index 0547a9f05..145c312ae 100644
--- a/docs/2020-04/index.html
+++ b/docs/2020-04/index.html
@@ -660,14 +660,14 @@ $ psql -c 'select * from pg_stat_activity' | wc -l
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2020-05/index.html b/docs/2020-05/index.html
index 6ba3758f1..9e1081197 100644
--- a/docs/2020-05/index.html
+++ b/docs/2020-05/index.html
@@ -479,14 +479,14 @@ Caused by: java.lang.NullPointerException
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2020-06/index.html b/docs/2020-06/index.html
index 49ea8ef9c..dd8a778a2 100644
--- a/docs/2020-06/index.html
+++ b/docs/2020-06/index.html
@@ -813,14 +813,14 @@ $ csvcut -c 'id,cg.subject.ilri[],cg.subject.ilri[en_US],dc.subject[en_US]' /tmp
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2020-07/index.html b/docs/2020-07/index.html
index 34bf17014..8a615a907 100644
--- a/docs/2020-07/index.html
+++ b/docs/2020-07/index.html
@@ -1144,14 +1144,14 @@ Fixed 4 occurences of: Muloi, D.M.
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2020-08/index.html b/docs/2020-08/index.html
index 8a1fa96de..1611a0c50 100644
--- a/docs/2020-08/index.html
+++ b/docs/2020-08/index.html
@@ -800,14 +800,14 @@ $ grep -c added /tmp/2020-08-27-countrycodetagger.log
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2020-09/index.html b/docs/2020-09/index.html
index c18acba20..74ff798ac 100644
--- a/docs/2020-09/index.html
+++ b/docs/2020-09/index.html
@@ -719,14 +719,14 @@ solr_query_params = {
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2020-10/index.html b/docs/2020-10/index.html
index ba2fa9646..b24e19aa0 100644
--- a/docs/2020-10/index.html
+++ b/docs/2020-10/index.html
@@ -1243,14 +1243,14 @@ $ ./delete-metadata-values.py -i 2020-10-31-delete-74-sponsors.csv -db dspace -u
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2020-11/index.html b/docs/2020-11/index.html
index e4a9ba27c..003246415 100644
--- a/docs/2020-11/index.html
+++ b/docs/2020-11/index.html
@@ -733,14 +733,14 @@ $ ./fix-metadata-values.py -i 2020-11-30-fix-hung-orcid.csv -db dspace63 -u dspa
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2020-12/index.html b/docs/2020-12/index.html
index 8ed6481d1..c8ac6522d 100644
--- a/docs/2020-12/index.html
+++ b/docs/2020-12/index.html
@@ -871,14 +871,14 @@ $ curl -XDELETE 'http://localhost:9200/openrxv-items-2020-12-29?pretty'
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2021-01/index.html b/docs/2021-01/index.html
index 636bddc2f..7a114de19 100644
--- a/docs/2021-01/index.html
+++ b/docs/2021-01/index.html
@@ -690,14 +690,14 @@ java.lang.IllegalArgumentException: Invalid character found in the request targe
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2021-02/index.html b/docs/2021-02/index.html
index 4e376508c..a69f878f2 100644
--- a/docs/2021-02/index.html
+++ b/docs/2021-02/index.html
@@ -901,14 +901,14 @@ dspace.log.2021-02-28:0
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/2021-03/index.html b/docs/2021-03/index.html
index 74814a8e7..953c551e4 100644
--- a/docs/2021-03/index.html
+++ b/docs/2021-03/index.html
@@ -19,7 +19,7 @@ Also, we found some issues building and running OpenRXV currently due to ecosyst
-
+
@@ -44,9 +44,9 @@ Also, we found some issues building and running OpenRXV currently due to ecosyst
"@type": "BlogPosting",
"headline": "March, 2021",
"url": "https://alanorth.github.io/cgspace-notes/2021-03/",
- "wordCount": "3964",
+ "wordCount": "4421",
"datePublished": "2021-03-01T10:13:54+02:00",
- "dateModified": "2021-03-23T09:34:40+02:00",
+ "dateModified": "2021-03-30T09:56:38+03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@@ -776,6 +776,79 @@ Run 1 took 5m 53s
- Make a backup of the
openrxv-items-final
index on AReS Explorer and start a new harvest
+2021-03-29
+
+- The AReS harvesting that I started yesterday finished successfully and all indexes look OK:
+
+openrxv-items
is an alias of openrxv-items-final
and has a correct number of items
+
+
+- Last week Bosede from IITA said she was trying to move an item from one collection to another and the system was “rolling” and never finished
+
+- I looked in Munin and I don’t see anything particularly wrong that day, so I told her to try again
+
+
+- Marianne Gadeberg asked about mapping an item last week
+
+- Searched for the item’s handle, the title, the title in quotes, the UUID, with pluses instead of spaces, etc in the item mapper… but I can never find it in the results
+- I see someone has reported this issue on Jira in DSpace 5.x’s XMLUI item mapper: https://jira.lyrasis.org/browse/DS-2761
+- The Solr log shows that my query (with and without quotes, etc) has 143 results:
+
+
+
+2021-03-29 08:55:40,073 INFO org.apache.solr.core.SolrCore @ [search] webapp=/solr path=/select params={q=Gender+mainstreaming+in+local+potato+seed+system+in+Georgia&fl=handle,search.resourcetype,search.resourceid,search.uniqueid&start=0&fq=NOT(withdrawn:true)&fq=NOT(discoverable:false)&fq=-location:l5308ea39-7c65-401b-890b-c2b93dad649a&wt=javabin&version=2} hits=143 status=0 QTime=0
+
+- But the item mapper only displays ten items, with no pagination
+
+- There is no way to search by handle or ID
+- I mapped the item manually using a CSV
+
+
+
+2021-03-30
+
+- I realized I never finished deleting all the old fields after our CG Core migration a few months ago
+
+- I found a few occurrences of old metadata so I had to move them where possible and delete them where not
+
+
+- I updated the CG Core v2 migration page
+- Marianne Gadeberg wrote to ask why the item she wanted to map a few days ago still doesn’t appear in the mapped collection
+
+- I looked on the item page itself and it lists the collection, but doesn’t appear in the collection list
+- I tried to forceably reindex the collection and the item, but it didn’t seem to work
+- Now I will try a complete Discovery re-index
+
+
+
+2021-03-31
+
+- The Discovery re-index finished, but the CIP item still does not appear in the GENDER Platform grants collection
+
+- The item page itself DOES list the grants collection! WTF
+- I sent a message to the dspace-tech mailing list to see if someone can comment
+- I even tried unmapping and re-mapping, but it doesn’t change anything: the item still doesn’t appear in the collection, but I can see that it is mapped
+
+
+- I signed up for a SHERPA API key so I can try to write something to get journal names from ISSN
+
+- This code seems to get a journal title, though I only tried it with a few ISSNs:
+
+
+
+import requests
+
+query_params = {'item-type': 'publication', 'format': 'Json', 'limit': 10, 'offset': 0, 'api-key': 'blahhhahahah', 'filter': '[["issn","equals","0011-183X"]]'}
+r = requests.get('https://v2.sherpa.ac.uk/cgi/retrieve')
+if r.status_code and len(r.json()['items']) > 0:
+ r.json()['items'][0]['title'][0]['title']
+
+- I wrote a script to check the ISSNs against Crossref’s API:
crossref-issn-lookup.py
+
+- I suspect Crossref might have better data actually…
+
+
+
@@ -799,14 +872,14 @@ Run 1 took 5m 53s
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/404.html b/docs/404.html
index ea4826f2d..ddd2b8367 100644
--- a/docs/404.html
+++ b/docs/404.html
@@ -97,14 +97,14 @@
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/categories/index.html b/docs/categories/index.html
index 532c620fa..76b87f7d9 100644
--- a/docs/categories/index.html
+++ b/docs/categories/index.html
@@ -10,7 +10,7 @@
-
+
@@ -110,14 +110,14 @@
March, 2021
+CGSpace CG Core v2 Migration
+
February, 2021
January, 2021
December, 2020
-CGSpace DSpace 6 Upgrade
-
diff --git a/docs/categories/notes/index.html b/docs/categories/notes/index.html
index b9c9e3fc6..96c34f77c 100644
--- a/docs/categories/notes/index.html
+++ b/docs/categories/notes/index.html
@@ -10,7 +10,7 @@
-
+
@@ -107,6 +107,27 @@
+
+
+ Changes to CGSpace metadata fields to align more with DC, QDC, and DCTERMS as well as CG Core v2. Implemented on 2021-02-21.
+With reference to CG Core v2 draft standard by Marie-Angélique as well as DCMI DCTERMS.
+ Read more →
+
+
+
+
+
+
+
@@ -342,34 +363,6 @@
-
-
-
- 2020-07-01
-
-- A few users noticed that CGSpace wasn’t loading items today, item pages seem blank
-
-- I looked at the PostgreSQL locks but they don’t seem unusual
-- I guess this is the same “blank item page” issue that we had a few times in 2019 that we never solved
-- I restarted Tomcat and PostgreSQL and the issue was gone
-
-
-- Since I was restarting Tomcat anyways I decided to redeploy the latest changes from the
5_x-prod
branch and I added a note about COVID-19 items to the CGSpace frontpage at Peter’s request
-
- Read more →
-
-
-
-
-
-