Your comments

Hi Pierre,


Yes, I've just released a new version of BibBase on a new server and that file is no obsolete and gone. I've updated the help page now. Please use http://bibbase.org/css/styles/default.css instead, which is the default css for the new version.


Thanks,

Christian


Hi Raphael,


Thanks for reporting this bug. It's fixed now. Unfortunately, I can't seem to force your page to reload though. I suspect the php proxy is caching the old version. So I can't test it on your page.


-- Christian


(for completeness, adding the answer here again)

Yes, this is possible if you have a separate field in your bibtex entries that denote the kind of venue. You can group by any field in your entries.

Jeroen,


I've now implemented full support for Zotero. You can now use your Zotero library, collection, or group with BibBase with just a few clicks.



The download is the bibtex file. This is the intended behavior.


Https is now working. You need to provide the additional parameter "protocol=https". With this it is now possible to use Zotero groups, as long as you know the group id. For instance, for the group with id 168779, here is the bibbase page:  

http://www.bibbase.org/cgi-bin/pyBibBase/pyBibBase.cgi?protocol=https&bib=api.zotero.org%2Fgroups%2F168779%2Fitems%3Fformat%3Dbibtex%26limit%3D99


You can still use all other bibbase parameters, incl. group0=year, etc.


-- Christian




Also, you may want to use

\~{n}
instead of

 

{\~n}

Both are legal latex, but I haven't yte implemented the second notation, which is why the entry below is not formatted quite right.


@inproceedings{DBLP:conf/flairs/Munoz-AvilaAJKM10,
  author    = {Hector Mu{\~n}oz-Avila and
               David W. Aha and
               Ulit Jaidee and
               Matthew Klenk and
               Matthew Molineaux},
  title     = {Applying Goal Driven Autonomy to a Team Shooter Game},
  booktitle = {Proceedings of the Twenty-Third International Florida Artificial
               Intelligence Research Society Conference, May 19-21, 2010,
               Daytona Beach, Florida},
  year      = {2010},
  ee        = {http://www.aaai.org/ocs/index.php/FLAIRS/2010/paper/view/1307},
  bibsource = {DBLP, http://dblp.uni-trier.de}
}


Sorry for the ugly debug message, but this is actually just pointing out a problem with your bib file. There is a comma missing behind "title" in the dehghani2008 entry.
@inproceedings{dehghani2008,
  title={Order of Magnitude Reasoning in Modeling Moral Decision-Making}
  author={Morteza Dehghani and Emmett Tomai and Ken Forbus and Matthew Klenk},
  journal={Proceedings of the 22nd international workshop on qualitative reasoning},
  year={2008},
  url={http://matthewklenk.com/papers/QR08-MoralDM.pdf}
}

Jeroen,


If you can find your groupid (different from the name, e.g., 168779), then you should be able to just use the following URL for bibbase: (with the groupid replaced)

https://api.zotero.org/groups/168779/items?format=bibtex&limit=99


You can find the groupid by opening the group settings, and then looking at the URL.


This just for now. And please let me know if this works and if you have a specific group with some useful content to try this on. I'm still planning to write a proper extension for bibbase to talk to the Zotero API, so people can also show their Zotero collections using bibbase.


UPDATE: sorry, no, actually this won't work yet. I haven't yet implemented support for https and that's what Zotero is using for their API.





Good idea! I've had a very brief look at their API this morning and it may actually be almost trivial. I'll keep you posted.


Yeah, I was wondering how that would affect the use of Mendeley. Frankly, Mendeley's API was never really great, so if people were to abandon it, it would make things easier for me.