Your comments
Thanks for the link, and thanks for the update to the question, too. That helps me understand. It seems that now your name links to your page. To be sure that it stays like this, you can use the "owner" option described here. The token is actually related to a different feature and doesn't affect which page your name links to. Does that help?
Github pages require you to call your repository exactly like your username, so in your case it has to be named alexandraattia.github.io (instead of CIAO.github.io).
It works for me: https://bibbase.org/show?bib=https://bibbase.org/zotero-group/Andrea%20Bertino/2358893, so the embedding should work, too. Does it not? Can you send me the URL of the page where you are working on it?
Andrea, your userId seems to be "Andrea Bertino". When you use that, it works: https://bibbase.org/zotero-group/Andrea%20Bertino/2358901. Note that this give you the bibtex file that is exported from the Zotero API. What you want to embed in your page is:
<script src="https://bibbase.org/show?bib=https://bibbase.org/zotero-group/Andrea%20Bertino/2358901&jsonp=1"></script>
Hope this helps.
Is your bibtex file somewhere on the web? If so, then you can just use https://bibbase.org/show?bib=https://URL-TO-YOUR-BIBTEX-FILE instead of the zotero-group URL above. If you con't yet have a place to host your bibtex file, then I recommend setting up a free page using Github Pages (see our example).
A specific, smaller collection on Zotero would probably work, too, but might be a little slower.
Pascal,
You are looking at a very old thread. The recommended way to solve the problem you seem to be concerned with is indeed to have one large bib file that contains everything and then using filters as described in the options. That is sort of the inverse of the approach you are currently pursuing. Does that work for you? meaning, is there a field you can easily filter on in your current bib files to break them apart again how you need them? Otherwise you can add a new field "mytype = {articles}", "mytype = {conferences}", etc. to your files before merging them and then filter on that as needed.
Sorry for the lack of detail in the error message, that could definitely be improved. The server log shows "The Zotero user you specified could not be found". It turns out that your Zotero username is "Alexandra ATTIA" (at least in the Zotero API). Using that gets rid of the error you saw and BibBase goes to fetch the data from Zotero, but unfortunately your group collection seems to be too big, because the request times out before BibBase was able to fetch all data from Zotero:
https://bibbase.org/zotero-group/Alexandra%20ATTIA/2349776. Zotero's API does not allow fetching more than 100 items at a time, so this has to be sent in 16 consecutive requests and each one of them can take a couple of seconds. So I'm afraid this may not work with such a large collection.
Would it be an option for you to export the collection from Zotero into a bibtex file manually and then use that to render your page?
You are using the old format, which is the one that had the limitation for groups. As indicated in this comment, you need to use
https://bibbase.org/zotero-group/:userID/:groupID
to get the whole group content.
Hi Alexandra,
As has already been mentioned the function "generate BibBase page from your Zotero Library" is limited to very few references.
Can you elaborate? I don't think anyone has said anything about the page generated from their library yet. That one should not be limited, and at least for me, I see my entire library. The limitation has always been with collection and in the past also with groups. How many items do you have in your library and how many are displayed? If possible, could you also send me a link to the page/URL where you see things missing?
Thanks.
Customer support service by UserEcho
Your bibtex file contains over 3,000 entries and is 2MB big. When formatted by BibBase the resulting HTML is 15MB. Yes, that will take a while to download on most connections. I'm afraid there isn't too much that can be done to speed that up. I would recommend breaking up the page into several with smaller sub-sets of the entire list, maybe one per keyword?
CSS overrides each other, yes, but all of BibBase's proprietary CSS is namespaced (prefixed with bibbase_) so that shouldn't interfere. BibBase does load bootstrap though and that sometimes clashes with other rules. What specifically is not working? If in doubt, you can always force your own rules to supersede anything else by adding "!important" behind them, if that's an option for you.