2021-09-02 16:21:48 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1, shrink-to-fit=no" >
< meta property = "og:title" content = "September, 2021" / >
< meta property = "og:description" content = "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…
2021-09-04 20:16:03 +02:00
Even as tomato I can’ t access that field as _h.source.tomato in Angular, but it does work as a filter source… sigh
2021-09-02 16:21:48 +02:00
I’ m having problems using the OpenRXV API
The syntax Moayad showed me last month doesn’ t seem to honor the search query properly…
" />
< 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" / >
2021-09-04 20:16:03 +02:00
< meta property = "article:modified_time" content = "2021-09-02T17:21:48+03:00" / >
2021-09-02 16:21:48 +02:00
< meta name = "twitter:card" content = "summary" / >
< meta name = "twitter:title" content = "September, 2021" / >
< meta name = "twitter:description" content = "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…
2021-09-04 20:16:03 +02:00
Even as tomato I can’ t access that field as _h.source.tomato in Angular, but it does work as a filter source… sigh
2021-09-02 16:21:48 +02:00
I’ m having problems using the OpenRXV API
The syntax Moayad showed me last month doesn’ t seem to honor the search query properly…
"/>
< meta name = "generator" content = "Hugo 0.87.0" / >
< script type = "application/ld+json" >
{
"@context": "http://schema.org",
"@type": "BlogPosting",
"headline": "September, 2021",
"url": "https://alanorth.github.io/cgspace-notes/2021-09/",
2021-09-04 20:16:03 +02:00
"wordCount": "123",
2021-09-02 16:21:48 +02:00
"datePublished": "2021-09-01T09:14:07+03:00",
2021-09-04 20:16:03 +02:00
"dateModified": "2021-09-02T17:21:48+03:00",
2021-09-02 16:21:48 +02:00
"author": {
"@type": "Person",
"name": "Alan Orth"
},
"keywords": "Notes"
}
< / script >
< link rel = "canonical" href = "https://alanorth.github.io/cgspace-notes/2021-09/" >
< title > September, 2021 | CGSpace Notes< / title >
<!-- combined, minified CSS -->
< link href = "https://alanorth.github.io/cgspace-notes/css/style.beb8012edc08ba10be012f079d618dc243812267efe62e11f22fe49618f976a4.css" rel = "stylesheet" integrity = "sha256-vrgBLtwIuhC+AS8HnWGNwkOBImfv5i4R8i/klhj5dqQ=" crossorigin = "anonymous" >
<!-- minified Font Awesome for SVG icons -->
< script defer src = "https://alanorth.github.io/cgspace-notes/js/fontawesome.min.ffbfea088a9a1666ec65c3a8cb4906e2a0e4f92dc70dbbf400a125ad2422123a.js" integrity = "sha256-/7/qCIqaFmbsZcOoy0kG4qDk+S3HDbv0AKElrSQiEjo=" crossorigin = "anonymous" > < / script >
<!-- RSS 2.0 feed -->
< / head >
< body >
< div class = "blog-masthead" >
< div class = "container" >
< nav class = "nav blog-nav" >
< a class = "nav-link " href = "https://alanorth.github.io/cgspace-notes/" > Home< / a >
< / nav >
< / div >
< / div >
< header class = "blog-header" >
< div class = "container" >
< h1 class = "blog-title" dir = "auto" > < a href = "https://alanorth.github.io/cgspace-notes/" rel = "home" > CGSpace Notes< / a > < / h1 >
< p class = "lead blog-description" dir = "auto" > Documenting day-to-day work on the < a href = "https://cgspace.cgiar.org" > CGSpace< / a > repository.< / p >
< / div >
< / header >
< div class = "container" >
< div class = "row" >
< div class = "col-sm-8 blog-main" >
< article class = "blog-post" >
< header >
< h2 class = "blog-post-title" dir = "auto" > < a href = "https://alanorth.github.io/cgspace-notes/2021-09/" > September, 2021< / a > < / h2 >
< p class = "blog-post-meta" >
< time datetime = "2021-09-01T09:14:07+03:00" > Wed Sep 01, 2021< / time >
in
< span class = "fas fa-folder" aria-hidden = "true" > < / span > < a href = "/cgspace-notes/categories/notes/" rel = "category tag" > Notes< / a >
< / p >
< / header >
< h2 id = "2021-09-02" > 2021-09-02< / h2 >
< ul >
< li > Troubleshooting the missing Altmetric scores on AReS
< ul >
< 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 >
2021-09-04 20:16:03 +02:00
< 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 >
2021-09-02 16:21:48 +02:00
< / ul >
< / li >
< li > I’ m having problems using the OpenRXV API
< ul >
< li > The syntax Moayad showed me last month doesn’ t seem to honor the search query properly… < / li >
< / ul >
< / li >
< / ul >
<!-- raw HTML omitted -->
< / article >
< / div > <!-- /.blog - main -->
< aside class = "col-sm-3 ml-auto blog-sidebar" >
< section class = "sidebar-module" >
< h4 > Recent Posts< / h4 >
< ol class = "list-unstyled" >
< li > < a href = "/cgspace-notes/2021-09/" > September, 2021< / a > < / li >
< li > < a href = "/cgspace-notes/2021-08/" > August, 2021< / a > < / li >
< li > < a href = "/cgspace-notes/2021-07/" > July, 2021< / a > < / li >
< li > < a href = "/cgspace-notes/2021-06/" > June, 2021< / a > < / li >
< li > < a href = "/cgspace-notes/2021-05/" > May, 2021< / a > < / li >
< / ol >
< / section >
< section class = "sidebar-module" >
< h4 > Links< / h4 >
< ol class = "list-unstyled" >
< li > < a href = "https://cgspace.cgiar.org" > CGSpace< / a > < / li >
< li > < a href = "https://dspacetest.cgiar.org" > DSpace Test< / a > < / li >
< li > < a href = "https://github.com/ilri/DSpace" > CGSpace @ GitHub< / a > < / li >
< / ol >
< / section >
< / aside >
< / div > <!-- /.row -->
< / div > <!-- /.container -->
< footer class = "blog-footer" >
< p dir = "auto" >
Blog template created by < a href = "https://twitter.com/mdo" > @mdo< / a > , ported to Hugo by < a href = 'https://twitter.com/mralanorth' > @mralanorth< / a > .
< / p >
< p >
< a href = "#" > Back to top< / a >
< / p >
< / footer >
< / body >
< / html >