Altmetric not showing for a paper #1732
-
Altmetric works for other paper entries but not shown for the following entry even though the altmetric page exists (https://www.altmetric.com/details/153177353):
Can anyone help me with this? One thing that I observed on https://www.altmetric.com/details/153177353 is that the Publisher website links to https://arxiv.org/abs/2308.09716v1 which has a 'v1' at the end. Do you think that might be what is causing the problem? If so, how can that be solved? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Try to add the altmetric id to the bib information, like it is done for the Eistein paper here. Also see that it has an order of precedence of what information use from bib to create your altimetric badge. Change to use altmetric id first in your case, see if that fixes it. |
Beta Was this translation helpful? Give feedback.
I was able to make your altmetric work, and it worked both with altmetric id or arxiv (eprint). The thing that we were missing is this:
in _layouts/bib.html currently it is set to ignore data with less than 15 citations, which is your case. Just lower that number 15 to 1, for example, and it will work.
Also, idk why, but when you change your bib information and you are running locally, you should stop your jekyll process and run it again so it updates it correctly. So yes, it is working for the Einstein paper with only the altmetric id, if you rerun
bundle exec jekyll serve --lsi
.