Your comments

Sorry, I don't know that I fully understand the question. I thought BibBase was handling conference papers from zotero just fine. Can you point me to your page and tell me what is (or would be) displayed wrongly? Conference papers are usually listed as "In [book title]" and [book title] is usually "Proceedings of [conference name]". Is that the "In" you are referring to? If so, why is that not correct?
This isn't the end all be all solution to this feature request, but it is now possible to list authors before titles using the new "authorFirst" option, like this:
http://bibbase.org/show?bib=www.cs.toronto.edu/~fritz/publications/list.bib&authorFirst=1

Most of the other style aspects can be accomplished using CSS. We've also added a new predefined style "simple": 
http://bibbase.org/show?bib=www.cs.toronto.edu/~fritz/publications/list.bib&authorFirst=1&theme=simple

Eliseo,

Now that the Google bot interprets script tags, you can actually just use github pages or a public dropbox folder to host an HTML page, with bibbase embedded using the javascript (JSONP) method. This was always an option, but now google will actually find your publications on that page as well -- it didn't until this recent change to their bot.

Using github has the advantage that you can still use your own domain name, it seems. Here is a good comparison of both methods and detailed instructions (for a general html page):
http://alexcican.com/post/guide-hosting-website-dropbox-github

Let me know if you go that route. Then I would like to point to it on the Documentation page, so that others can follow your example. I think it's a great new option!

Hi Michael,

Thanks for reporting this. Yes, the buy links don't always work very well in the sense that searching just by the title of the book doesn't always work. The book images on the right of the pages of  individual publications work a lot better and we plan to use those links for the buy links as well. This is on the roadmap.
The recommended way to solve this problem is to set the charset of the page to utf-8, e.g., using the following meta tag in the HTML head:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">



This problem has been fixed now. Now all 22 of your Mendeley publications show up.
Do they all show up in your library in the "My Publications" folder (http://www.mendeley.com/library/)?

Interesting suggestion! I don't know much about DOIs. How would I find the DOI for a paper/citation, if it doesn't already have one in the bibtex?
Hi Oliver,

Thanks for reporting this issue. I've tried to reproduce it but can't. I'm using the same version of firefox and I'm on osx as well (mavericks). Are you seeing any errors in the web console (Tools -> Web Developer -> Web Console)?

-- Christian