Your comments

That sounds like a CSS issue. BibBase doesn't usually do that.


The link you provided gives me a "Page not found", but I found http://pedrovale.bio.ed.ac.uk/publications-0


On that page, it seems that this CSS in main.css is causing the awkward formatting:


.author {border-bottom: 1px solid #E1E1E1;padding: 20px;margin-bottom: 30px;clear: both;background: #f0f0f0;}

One way to fix that is to make your CSS rule more specific. The following seems to work:


:not(.bibbase).author {border-bottom: 1px solid #E1E1E1;padding: 20px;margin-bottom: 30px;clear: both;background: #f0f0f0;}

Could you give us a link to your page so we can see the nature of the conflict, and also share the snippet you use in your page to embed BibBase? Which version of bootstrap are you using? In theory, BibBase detects if bootstrap is already loaded and if so, doesn't load it again. But that check can go wrong when things are loaded in the wrong order.


Yes, that error message seems to be saying the truth. Your Zotero API key doesn't seem to work, because https://bibbase.org/zotero/a_marko doesn't work either. Could re-grant BibBase access to your Zotero account by click "Generate BibBase page from your Zotero "Library", collections, or groups" on the homepage and accepting the defaults?

Anton,


That is still the old URL. You need to use the new one (see my previous post). If you want the green panel, then you need to add &msg=embed to the URL.



Arianna, sorry this fell through the cracks.


No, I'm not aware of a safe way to added notes to your Zotero publications that will show up on your BibBase page (on the web), but not when someone cites you using the same bibtex entry. You can add text in the "Extra" field of your publication on Zotero, and that will show up as a "note" in bibtex. That will show up on your BibBase page, but as far as I know, it will also show in a bibliography generated by latex.

Chris, Everyone:


Thanks for your patience. This issue has now been fixed and the fix has been activated on bibbase.org, e.g.:

https://bibbase.org/show?bib=http%3A%2F%2Fbibbase.org%2Fzotero-group%2Figw-hci/411247&msg=embed


This uses the newly created route:

   https://bibbase.org/zotero-group/:userID/:groupID

which returns a bibtex file that can be used with BibBase as usual.


The userID is required in order to look up the API credentials to use. I believe that by using that user's API access credentials, the Zotero API will thereby also grant you access to non-public groups. The ID of any user with access to the Zotero group and who has previously given BibBase an API key for their Zotero account, should do -- by using the Generate BibBase page from your Zotero "Library", collections, or groups link, found on our homepage.


Please let me know if this works for you as expected.


Thanks for elaborating, Chris. We'll try to get to this in the next couple of weeks.

We are back online. Thanks for your patience.

Thanks for reporting this. Yes, the amazon instance seems to be having issues right now. We are working to fix this.

In case anyone else has been seeing this problem: this should be resolved now, i.e., PHP embedding should work again as before.