Add notes for 2021-09-02

This commit is contained in:
Alan Orth 2021-09-04 21:16:03 +03:00
parent 2441d8ffd5
commit 71362684ea
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
29 changed files with 41 additions and 31 deletions

View File

@ -11,6 +11,7 @@ categories: ["Notes"]
- 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...
- Even as `tomato` I can't access that field as `_h.source.tomato` in Angular, but it does work as a filter source... sigh
- I'm having problems using the OpenRXV API
- The syntax Moayad showed me last month doesn't seem to honor the search query properly...

View File

@ -14,6 +14,7 @@ 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…
Even as tomato I can’t access that field as _h.source.tomato in Angular, but it does work as a filter source… sigh
I’m having problems using the OpenRXV API
@ -25,7 +26,7 @@ The syntax Moayad showed me last month doesn’t seem to honor the search qu
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2021-09/" />
<meta property="article:published_time" content="2021-09-01T09:14:07+03:00" />
<meta property="article:modified_time" content="2021-09-01T09:14:07+03:00" />
<meta property="article:modified_time" content="2021-09-02T17:21:48+03:00" />
@ -38,6 +39,7 @@ Troubleshooting the missing Altmetric scores on AReS
Turns out that I didn&rsquo;t actually fix them last month because the check for content.altmetric still exists, and I can&rsquo;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&hellip; I need to see if this is some kind of reserved word or something&hellip;
Even as tomato I can&rsquo;t access that field as _h.source.tomato in Angular, but it does work as a filter source&hellip; sigh
I&rsquo;m having problems using the OpenRXV API
@ -56,9 +58,9 @@ The syntax Moayad showed me last month doesn&rsquo;t seem to honor the search qu
"@type": "BlogPosting",
"headline": "September, 2021",
"url": "https://alanorth.github.io/cgspace-notes/2021-09/",
"wordCount": "102",
"wordCount": "123",
"datePublished": "2021-09-01T09:14:07+03:00",
"dateModified": "2021-09-01T09:14:07+03:00",
"dateModified": "2021-09-02T17:21:48+03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -139,6 +141,7 @@ The syntax Moayad showed me last month doesn&rsquo;t seem to honor the search qu
<li>Turns out that I didn&rsquo;t actually fix them last month because the check for <code>content.altmetric</code> still exists, and I can&rsquo;t access the DOIs using <code>_h.source.DOI</code> for some reason</li>
<li>I can access all other kinds of item metadata using the Elasticsearch label, but not DOI!!!</li>
<li>I will change <code>DOI</code> to <code>tomato</code> in the repository setup and start a re-harvest&hellip; I need to see if this is some kind of reserved word or something&hellip;</li>
<li>Even as <code>tomato</code> I can&rsquo;t access that field as <code>_h.source.tomato</code> in Angular, but it does work as a filter source&hellip; sigh</li>
</ul>
</li>
<li>I&rsquo;m having problems using the OpenRXV API

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" />
<meta property="og:updated_time" content="2021-09-02T17:06:28+03:00" />
<meta property="og:updated_time" content="2021-09-02T17:21:48+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
<meta property="og:updated_time" content="2021-09-02T17:06:28+03:00" />
<meta property="og:updated_time" content="2021-09-02T17:21:48+03:00" />
@ -97,6 +97,7 @@
<li>Turns out that I didn&rsquo;t actually fix them last month because the check for <code>content.altmetric</code> still exists, and I can&rsquo;t access the DOIs using <code>_h.source.DOI</code> for some reason</li>
<li>I can access all other kinds of item metadata using the Elasticsearch label, but not DOI!!!</li>
<li>I will change <code>DOI</code> to <code>tomato</code> in the repository setup and start a re-harvest&hellip; I need to see if this is some kind of reserved word or something&hellip;</li>
<li>Even as <code>tomato</code> I can&rsquo;t access that field as <code>_h.source.tomato</code> in Angular, but it does work as a filter source&hellip; sigh</li>
</ul>
</li>
<li>I&rsquo;m having problems using the OpenRXV API

View File

@ -20,6 +20,7 @@
&lt;li&gt;Turns out that I didn&amp;rsquo;t actually fix them last month because the check for &lt;code&gt;content.altmetric&lt;/code&gt; still exists, and I can&amp;rsquo;t access the DOIs using &lt;code&gt;_h.source.DOI&lt;/code&gt; for some reason&lt;/li&gt;
&lt;li&gt;I can access all other kinds of item metadata using the Elasticsearch label, but not DOI!!!&lt;/li&gt;
&lt;li&gt;I will change &lt;code&gt;DOI&lt;/code&gt; to &lt;code&gt;tomato&lt;/code&gt; in the repository setup and start a re-harvest&amp;hellip; I need to see if this is some kind of reserved word or something&amp;hellip;&lt;/li&gt;
&lt;li&gt;Even as &lt;code&gt;tomato&lt;/code&gt; I can&amp;rsquo;t access that field as &lt;code&gt;_h.source.tomato&lt;/code&gt; in Angular, but it does work as a filter source&amp;hellip; sigh&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;I&amp;rsquo;m having problems using the OpenRXV API

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
<meta property="og:updated_time" content="2021-09-02T17:06:28+03:00" />
<meta property="og:updated_time" content="2021-09-02T17:21:48+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
<meta property="og:updated_time" content="2021-09-02T17:06:28+03:00" />
<meta property="og:updated_time" content="2021-09-02T17:21:48+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
<meta property="og:updated_time" content="2021-09-02T17:06:28+03:00" />
<meta property="og:updated_time" content="2021-09-02T17:21:48+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
<meta property="og:updated_time" content="2021-09-02T17:06:28+03:00" />
<meta property="og:updated_time" content="2021-09-02T17:21:48+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
<meta property="og:updated_time" content="2021-09-02T17:06:28+03:00" />
<meta property="og:updated_time" content="2021-09-02T17:21:48+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2021-09-02T17:06:28+03:00" />
<meta property="og:updated_time" content="2021-09-02T17:21:48+03:00" />
@ -112,6 +112,7 @@
<li>Turns out that I didn&rsquo;t actually fix them last month because the check for <code>content.altmetric</code> still exists, and I can&rsquo;t access the DOIs using <code>_h.source.DOI</code> for some reason</li>
<li>I can access all other kinds of item metadata using the Elasticsearch label, but not DOI!!!</li>
<li>I will change <code>DOI</code> to <code>tomato</code> in the repository setup and start a re-harvest&hellip; I need to see if this is some kind of reserved word or something&hellip;</li>
<li>Even as <code>tomato</code> I can&rsquo;t access that field as <code>_h.source.tomato</code> in Angular, but it does work as a filter source&hellip; sigh</li>
</ul>
</li>
<li>I&rsquo;m having problems using the OpenRXV API

View File

@ -20,6 +20,7 @@
&lt;li&gt;Turns out that I didn&amp;rsquo;t actually fix them last month because the check for &lt;code&gt;content.altmetric&lt;/code&gt; still exists, and I can&amp;rsquo;t access the DOIs using &lt;code&gt;_h.source.DOI&lt;/code&gt; for some reason&lt;/li&gt;
&lt;li&gt;I can access all other kinds of item metadata using the Elasticsearch label, but not DOI!!!&lt;/li&gt;
&lt;li&gt;I will change &lt;code&gt;DOI&lt;/code&gt; to &lt;code&gt;tomato&lt;/code&gt; in the repository setup and start a re-harvest&amp;hellip; I need to see if this is some kind of reserved word or something&amp;hellip;&lt;/li&gt;
&lt;li&gt;Even as &lt;code&gt;tomato&lt;/code&gt; I can&amp;rsquo;t access that field as &lt;code&gt;_h.source.tomato&lt;/code&gt; in Angular, but it does work as a filter source&amp;hellip; sigh&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;I&amp;rsquo;m having problems using the OpenRXV API

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2021-09-02T17:06:28+03:00" />
<meta property="og:updated_time" content="2021-09-02T17:21:48+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2021-09-02T17:06:28+03:00" />
<meta property="og:updated_time" content="2021-09-02T17:21:48+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2021-09-02T17:06:28+03:00" />
<meta property="og:updated_time" content="2021-09-02T17:21:48+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2021-09-02T17:06:28+03:00" />
<meta property="og:updated_time" content="2021-09-02T17:21:48+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2021-09-02T17:06:28+03:00" />
<meta property="og:updated_time" content="2021-09-02T17:21:48+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2021-09-02T17:06:28+03:00" />
<meta property="og:updated_time" content="2021-09-02T17:21:48+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2021-09-02T17:06:28+03:00" />
<meta property="og:updated_time" content="2021-09-02T17:21:48+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2021-09-02T17:06:28+03:00" />
<meta property="og:updated_time" content="2021-09-02T17:21:48+03:00" />
@ -112,6 +112,7 @@
<li>Turns out that I didn&rsquo;t actually fix them last month because the check for <code>content.altmetric</code> still exists, and I can&rsquo;t access the DOIs using <code>_h.source.DOI</code> for some reason</li>
<li>I can access all other kinds of item metadata using the Elasticsearch label, but not DOI!!!</li>
<li>I will change <code>DOI</code> to <code>tomato</code> in the repository setup and start a re-harvest&hellip; I need to see if this is some kind of reserved word or something&hellip;</li>
<li>Even as <code>tomato</code> I can&rsquo;t access that field as <code>_h.source.tomato</code> in Angular, but it does work as a filter source&hellip; sigh</li>
</ul>
</li>
<li>I&rsquo;m having problems using the OpenRXV API

View File

@ -20,6 +20,7 @@
&lt;li&gt;Turns out that I didn&amp;rsquo;t actually fix them last month because the check for &lt;code&gt;content.altmetric&lt;/code&gt; still exists, and I can&amp;rsquo;t access the DOIs using &lt;code&gt;_h.source.DOI&lt;/code&gt; for some reason&lt;/li&gt;
&lt;li&gt;I can access all other kinds of item metadata using the Elasticsearch label, but not DOI!!!&lt;/li&gt;
&lt;li&gt;I will change &lt;code&gt;DOI&lt;/code&gt; to &lt;code&gt;tomato&lt;/code&gt; in the repository setup and start a re-harvest&amp;hellip; I need to see if this is some kind of reserved word or something&amp;hellip;&lt;/li&gt;
&lt;li&gt;Even as &lt;code&gt;tomato&lt;/code&gt; I can&amp;rsquo;t access that field as &lt;code&gt;_h.source.tomato&lt;/code&gt; in Angular, but it does work as a filter source&amp;hellip; sigh&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;I&amp;rsquo;m having problems using the OpenRXV API

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2021-09-02T17:06:28+03:00" />
<meta property="og:updated_time" content="2021-09-02T17:21:48+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2021-09-02T17:06:28+03:00" />
<meta property="og:updated_time" content="2021-09-02T17:21:48+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2021-09-02T17:06:28+03:00" />
<meta property="og:updated_time" content="2021-09-02T17:21:48+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2021-09-02T17:06:28+03:00" />
<meta property="og:updated_time" content="2021-09-02T17:21:48+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2021-09-02T17:06:28+03:00" />
<meta property="og:updated_time" content="2021-09-02T17:21:48+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2021-09-02T17:06:28+03:00" />
<meta property="og:updated_time" content="2021-09-02T17:21:48+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2021-09-02T17:06:28+03:00" />
<meta property="og:updated_time" content="2021-09-02T17:21:48+03:00" />

View File

@ -3,19 +3,19 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
<lastmod>2021-09-02T17:06:28+03:00</lastmod>
<lastmod>2021-09-02T17:21:48+03:00</lastmod>
</url><url>
<loc>https://alanorth.github.io/cgspace-notes/</loc>
<lastmod>2021-09-02T17:06:28+03:00</lastmod>
<lastmod>2021-09-02T17:21:48+03:00</lastmod>
</url><url>
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
<lastmod>2021-09-02T17:06:28+03:00</lastmod>
<lastmod>2021-09-02T17:21:48+03:00</lastmod>
</url><url>
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
<lastmod>2021-09-02T17:06:28+03:00</lastmod>
<lastmod>2021-09-02T17:21:48+03:00</lastmod>
</url><url>
<loc>https://alanorth.github.io/cgspace-notes/2021-09/</loc>
<lastmod>2021-09-01T09:14:07+03:00</lastmod>
<lastmod>2021-09-02T17:21:48+03:00</lastmod>
</url><url>
<loc>https://alanorth.github.io/cgspace-notes/2021-08/</loc>
<lastmod>2021-09-02T17:06:28+03:00</lastmod>