Ihre Kommentare
Thanks, I see the issue now. You are right, this is a bug and should have worked. Thanks for reporting this.
Fortunately you can fix this easily by using a complete URL in your script tag. Please just change:
<script src="https://bibbase.org/show?bib=www.cedric-richard.fr%2Fcitations.bib&jsonp=1&group0=year&group1=type&theme=default&nocache=1"></script>
to
<script src="https://bibbase.org/show?bib=https://www.cedric-richard.fr%2Fcitations.bib&jsonp=1&group0=year&group1=type&theme=default&nocache=1"></script>
i.e., add https:// to the URL to your bibtex file. It should resolve the url correctly after that.
Christian
Hi Cedric,
I wasn't able to parse your question completely. It seems something broken when you copied html into it perhaps? But I think if you can point me to your bibbase page I can figure out what's going on.
Thanks,
Christian
We've just added another style customization option: "commas". When present, replaces semicolons with commas, and "and" with "&", e.g.,
Graham, R. L., Knuth, D. E., & Patashnik, O.
instead of
Graham, R. L.; Knuth, D. E.; and Patashnik, O.
Hi Carol,
I think this is indeed a matter of style and taste, but I agree that the option should at least exist. So we've gone ahead and added a new customization option to do just that. You can now add "&commas=true" to your bibbase url. It will then use commas instead of semicolons, and ampersands instead of the "and".
Thanks for the suggestion!
Hm, I get a "Page not found" when opening that link. Is it public?
Sorry, DJ, I can't quite parse the images. Could you point me to the page where this is happening? It will be easier for me to see there what might be going on.
No, sorry, that's not yet supported. Perhaps the closest would be to use full names using &fullnames=1.
This is a known issue for some people. There is probably a conflict between some of the libraries bibbase uses and the ones you are already using on your page. It's best in those cases to just hide those dropdowns using CSS:
#bibbase_header {
display: none;
}
That one is easy. You can just add "&authorFirst=1" to the bibbase url. For more details see the customization options described in our documentation.
Customer support service by UserEcho