Vos commentaires

Looking at the style as described in https://www.bath.ac.uk/publications/library-guides-to-citing-referencing/attachments/ieee-style-guide.pdf:

S. Adachi, T. Horio, T. Suzuki. "Intense vacuum-ultraviolet single-order harmonic pulse by a deep-ultraviolet driving laser," in Conf. Lasers and Electro-Optics, San Jose, CA, 2012, pp.2118-2120.

I think if you set "authorFirst" in BibBase you can already get very close to IEEE style. You might even be able to make all the remaining changes with CSS (make title not bold but italic, add quotation marks before and after the title).

Hi Cedric,

I've tried three different browsers (Chrome, Firefox, and Edge) and all three show them fine for me:

Image 161

I'll need to find a Mac to test on Safari. But in the meantime, can you verify that you don't have any ad-blocker or other extension installed in your browser that is preventing some of our stylesheets from loading? Also, could you open the dev tools console in Safari, reload the page, and copy & paste all the messages you might be getting on the console?

Thanks,

Christian

Kyle,

Look at the group link provided on https://bibbase.org/service/zotero (when you are logged in). The groupId is the first number in that URL, between "users%2F" and "%2Fcollections", e.g., in 
https://bibbase.org/show?bib=https%3A%2F%2Fapi.zotero.org%2Fusers%2F10176%2Fcollections
the groupid is 10176.

Yes, the keywords field is interpreted as a comma-separated list. I don't think there currently is a way around that, other than using a different character, e.g., a semicolon. Alternatively, but somewhat hacky, you could use a different comma from https://www.compart.com/en/unicode/category/Po, e.g., a full-width comma or an arabic comma.

Hi Iago,

I forced a refetch from Zotero by adding `nocache=1` to the URL once (link). The C-reactive paper is gone now:
https://bibbase.org/show?bib=https://bibbase.org/zotero-group/iagogv/4865242


The Zotero API is too slow for us to fetch from it every time the page refreshes, so we need to cache the results. The cache get updated regularly (I think currently once a day or so), so you could probably also have just waited. But if you want to force a refresh, you can always open the above link with nocache once manually.

My apologies. There was a bug in a recent patch we deployed. It's fixed now. This only affected users that do not use a complete URL (with http://) as their "bib" parameter, which is why we didn't notice this right away.

Thanks for reporting this.

    Another good idea!


    We didn't add the date, but downloaded files are now either named after the input file, or, if none is given, e.g., when using Mendeley as a data source, it will be call "all.bib".

    Thanks for the suggestion.

    Good idea! This is done now via a new option "titleLink" (see updated documentation).