diff --git a/content/posts/2021-09.md b/content/posts/2021-09.md
new file mode 100644
index 000000000..4568ba764
--- /dev/null
+++ b/content/posts/2021-09.md
@@ -0,0 +1,19 @@
+---
+title: "September, 2021"
+date: 2021-09-01T09:14:07+03:00
+author: "Alan Orth"
+categories: ["Notes"]
+---
+
+## 2021-09-02
+
+- Troubleshooting the missing Altmetric scores on AReS
+ - Turns out that I didn't actually fix them last month because the check for `content.altmetric` still exists, and I can't access the DOIs using `_h.source.DOI` for some reason
+ - I can access all other kinds of item metadata using the Elasticsearch label, but not DOI!!!
+ - I will change `DOI` to `tomato` in the repository setup and start a re-harvest... I need to see if this is some kind of reserved word or something...
+- I'm having problems using the OpenRXV API
+ - The syntax Moayad showed me last month doesn't seem to honor the search query properly...
+
+
+
+
diff --git a/docs/2015-11/index.html b/docs/2015-11/index.html
index cf39c615a..3cb6f6312 100644
--- a/docs/2015-11/index.html
+++ b/docs/2015-11/index.html
@@ -242,6 +242,8 @@ db.statementpool = true
-
diff --git a/docs/2016-03/index.html b/docs/2016-03/index.html
index 682ecb376..ed99e8b29 100644
--- a/docs/2016-03/index.html
+++ b/docs/2016-03/index.html
@@ -316,6 +316,8 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja
+
-
diff --git a/docs/2017-07/index.html b/docs/2017-07/index.html
index d12110ba9..bad70b205 100644
--- a/docs/2017-07/index.html
+++ b/docs/2017-07/index.html
@@ -275,6 +275,8 @@ delete from metadatavalue where resource_type_id=2 and metadata_field_id=235 and
+
-
diff --git a/docs/2021-01/index.html b/docs/2021-01/index.html
index 5eb5aaa4d..a9df20b62 100644
--- a/docs/2021-01/index.html
+++ b/docs/2021-01/index.html
@@ -688,6 +688,8 @@ java.lang.IllegalArgumentException: Invalid character found in the request targe
+
Troubleshooting the missing Altmetric scores on AReS
+
+
Turns out that I didn’t actually fix them last month because the check for content.altmetric still exists, and I can’t access the DOIs using _h.source.DOI for some reason
+
I can access all other kinds of item metadata using the Elasticsearch label, but not DOI!!!
+
I will change DOI to tomato in the repository setup and start a re-harvest… I need to see if this is some kind of reserved word or something…
+
+
+
I’m having problems using the OpenRXV API
+
+
The syntax Moayad showed me last month doesn’t seem to honor the search query properly…
Troubleshooting the missing Altmetric scores on AReS
+
+
Turns out that I didn’t actually fix them last month because the check for content.altmetric still exists, and I can’t access the DOIs using _h.source.DOI for some reason
+
I can access all other kinds of item metadata using the Elasticsearch label, but not DOI!!!
+
I will change DOI to tomato in the repository setup and start a re-harvest… I need to see if this is some kind of reserved word or something…
+
+
+
I’m having problems using the OpenRXV API
+
+
The syntax Moayad showed me last month doesn’t seem to honor the search query properly…
Atmire responded about the issue with duplicate data in our Solr statistics
-
-
They noticed that some records in the statistics-2015 core haven’t been migrated with the AtomicStatisticsUpdateCLI tool yet and assumed that I haven’t migrated any of the records yet
-
That’s strange, as I checked all ten cores and 2015 is the only one with some unmigrated documents, as according to the cua_version field
-
I started processing those (about 411,000 records):