Twoje komentarze

Hi Gustavo,

The "fix" actually does work in your case as well, but it seems that there was a caching issue. I've loaded your publications with nocache=1 using this link. And now the links on your page seem fine again. Please make sure to change the bibbase url in your page source (it still has http://bibbase.org/show?bib=www.gustavocevolani.it/Cevolani-Publications.bib&jsonp=1 right now), to make sure this doesn't break again.

Best,

Christian

Hi,

When adding more than one parameter to a URL you need to separate them by "&", not "?". The question mark is only used as the beginning of the parameter list.

Try this in your page:

<script src="https://bibbase.org/service/mendeley/7a51828e-9782-3fa4-8bdb-357443954bfc/group/b49ab5c8-edb7-3544-9fc1-ebbc7f3ac750?jsonp=1&filter=keywords:Cross"></script>

Christian

Got it thanks. Yeah, that won't work. We will not be able to support alternative automation pipelines. Unless you want to add some transformations into your synchronization scripts such that these special, non-standard bibtex features we've added to BibBase will be handled the same way, then the result will not look the same.

I'm confused about the data flow you want. You seem to be manually exporting bibtex from Zotero. Is that the plan going forward? If so then you can directly change it to @thesis and use type = {bathesis}. If you let BibBase fetch it from Zotero then you should be getting the same result as me.

We are making good progress narrowing this down. The reason why you are seeing different results than me is actually for another reason: Your four publications all have the same bibbaseid (generated from title, year, and author names). What you are seeing is actually just the last one rendered four times. This is a known issue but almost never happens in practice because, well, most people don't publish different papers with the same title in the same year and with the same authors.

And yes, bibbase will not recognize Bathesis, only bathesis. But my test with Zotero shows that setting the type field to 'bathesis' in zotero, results in the same 'bathesis' in the exported bibtex.

"Master's Thesis" is not an item type in Zotero. I only see Thesis. And yes, I've double checked, too. The following is what I used to verify:

Hi Dietmar,

We actually have proper support for all three types of theses by now, but it seems we haven't yet added that to our documentation.


See this comment in the thread where it was requested to learn more: https://bibbase.userecho.com/en/communities/1/topics/295-add-support-for-bachelors-theses#comment-843. You can see it in action here: https://kbsg.rwth-aachen.de/~hofmann/pages/teaching.html#teaching.

The bibtex file the pages uses is located at https://eeci.soc.srcf.net/EECI_bib.bib. Does that help you find it?