Twoje komentarze
Looking at their API, I would think that their HTTPClient.jsonp method is what you are looking for: https://angular.io/api/common/http/HttpClient#jsonp
With that you should be able to somehow fetch the JSONP version of your BibBase page directly: https://bibbase.org/show?bib=https%3A%2F%2Fbibbase.org%2Fbibs%2Fex.bib&jsonp=1
I think this is really an Angular question. Angular must provide some other mechanism for fetching data from another server. Because yes, this should definitely be possible. Besides, the Angular realm will end somewhere, meaning that in the end it will be HTML + CSS + JS being interpreted in the browser, and at that point the script tag will definitely work. So even if Angular doesn't allow you to fetch HTML from somewhere else, it should be possible to have some static HTML survive or by-pass the Angular treatment.
I't my interpretation of the above paragraph from their API documentation. I don't think BibBase is a "scientometric researcher".
Can you say more about what kind of integration you were hoping for?
I don't get the sense that BibBase would qualify for getting access to their API:
The Altmetric Details Page API is available free of charge for scientometric researchers, for more information about access please visit our Researcher Data Access page. For any other uses or projects using the Altmetric Details Page API please contact us.
https://api.zotero.org/groups/2327738/items?key=XCsZkByXjwNfD2MKCHPFRxOr&format=bibtex&limit=100
just renders a page that says "Forbidden". So this is not a BibBase error. I assume the key is just not correct. Was this link provided to you by BibBase after you followed the steps to connect to Zotero? Those steps are still working for me.
If the key is correct then maybe the group you are trying to use is private or similar?
Oh, I see the unintended indentation now. Hm, I assume this is coming from the Bootstrap CSS that is loaded by bibbase.
I found this CSS on that page, and when I remove it, it's fine again:
@media (max-width: 767px) body {
padding-left: 20px;
padding-right: 20px;
}So if you add:
@media (max-width: 767px) body {
padding-left: 0px !important;
padding-right: 0px !important;
}The indentation should go away.
Hm, when I test your pubs1.html page on a small screen, I get a pretty reasonable page layout:

Is that not what you see?
Hi Ioan,
Perhaps I'm still not understanding the question correctly, but if you just want to display links, then yes, that is very easy, at least if you are using a bibtex file as input. As documented in https://bibbase.org/help you can just includes any field with the prefix "url_" and that will show as a link:
url_Paper = {mypdfs/gau-hum-1830.pdf},
url_Link = {http://timemachine-publishing.com/1830/measurements-of-the-world.html},
url_Slides = {talks/gau-hum-1830.ppt}Is your question perhaps whether the same is possible with Zotero, i.e., whether there is a field in Zotero you can use to add a link to a publication? If so, then the answer is yes, using the "url" field, as seen in this example (bottom): https://bibbase.org/show?bib=https%3A%2F%2Fbibbase.org%2Fzotero%2Fchristianfritz&msg=embed
If your publication on Zotero already has a PDF or similar associated, then of course that will already show up as well.
Customer support service by UserEcho
At long last this problem has been fixed. Crossrefs are now filtered out from the resulting listing.