mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2021-09-02
This commit is contained in:
@ -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’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
|
||||
@ -56,9 +58,9 @@ The syntax Moayad showed me last month doesn’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’t seem to honor the search qu
|
||||
<li>Turns out that I didn’t actually fix them last month because the check for <code>content.altmetric</code> still exists, and I can’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… I need to see if this is some kind of reserved word or something…</li>
|
||||
<li>Even as <code>tomato</code> I can’t access that field as <code>_h.source.tomato</code> in Angular, but it does work as a filter source… sigh</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>I’m having problems using the OpenRXV API
|
||||
|
Reference in New Issue
Block a user