This is the place to leave feedback or ask questions about BibBase.org.
0
Виконано

Embed BibBase into google site

Julyan Arbel 9 років тому оновлений 9 років тому 2
Copy-paste of the JavaScript snippet into an html page of my google site gives the following error: "failed to load external url".

However, from this link (http://googlewebmastercentral.blogspot.it/2014/10/updating-our-technical-webmaster.html) in the help page of BibBase, I thought this Google embedding was possible.

Also related to this question about Wordpress embedding: http://bibbase.userecho.com/topic/867779-feature-request-unable-to-embed-bibbase-into-wordpresscom-site/
Відповідь
Christian Fritz 9 років тому
You should have gotten an error from Google sites, telling you that script tags are not permitted. This is what I see when I try that:



So no, you can't currently use BibBase on Google Sites. I recommend github pages as an alternative.


0
Not a bug

Debugging Errors

Matt Klenk 11 років тому оновлено Christian Fritz 11 років тому 2

I get the following error: <type 'exceptions.KeyError'> 


A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

/home/mogli/public_html/cgi-bin/pyBibBase/pyBibBase.cgi in ()
 1194 
 1195 # the main call
 1196 showBib(fields)
 1197 
 1198 logstring = os.environ['SERVER_NAME'] + os.environ['REQUEST_URI'].replace('&','&amp;')
showBib = <function showBib>, fields = {'bib': 'www.matthewklenk.com/files/cv.bib', 'proxy': '1'}
/home/mogli/public_html/cgi-bin/pyBibBase/pyBibBase.cgi in showBib(fields={'bib': 'www.matthewklenk.com/files/cv.bib', 'proxy': '1'})
 904 # --- from that ugly "e" structure into our own, nice
 905 # --- class object
 906 be = processBib(data,entry,bibpath,basefilename,fields.has_key("css"),purebiburl)
 907 
 908 # --- Create a html page just containing this entry
be = <__main__.bibEntry instance>, global processBib = <function processBib>, data = Entry(u'inproceedings', fields={u'title': u'Orde... in Modeling Moral Decision-Making'}, persons={}), entry = u'dehghani2008', bibpath = 'http://www.matthewklenk.com/files/', basefilename = u'cache/www.matthewklenk.com_files_cv.bib/dehghani2008', fields = {'bib': 'www.matthewklenk.com/files/cv.bib', 'proxy': '1'}, fields.has_key = <built-in method has_key of dict object>, purebiburl = 'www.matthewklenk.com/files/cv.bib'
/home/mogli/public_html/cgi-bin/pyBibBase/pyBibBase.cgi in processBib(data=Entry(u'inproceedings', fields={u'title': u'Orde... in Modeling Moral Decision-Making'}, persons={}), entryname=u'dehghani2008', bibpath='http://www.matthewklenk.com/files/', basefilename=u'cache/www.matthewklenk.com_files_cv.bib/dehghani2008', css=False, purebiburl='www.matthewklenk.com/files/cv.bib')
 438 elif data.persons.has_key("editor"):
 439 author_or_editor = "editor"
 440 authorlist = data.persons[author_or_editor]
 441 
 442 # if (fields.has_key("debug") and (not debug == "")):
authorlist undefineddata = Entry(u'inproceedings', fields={u'title': u'Orde... in Modeling Moral Decision-Making'}, persons={}), data.persons = {}, author_or_editor = ''


http://matthewklenk.com/index2.php

Відповідь
Christian Fritz 11 років тому
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}
}

0
Є відповідь

Grouping by Keyword feature seems broken

Amit Deokar 10 років тому оновлено Christian Fritz 8 років тому 7

It used to be the case (at least some months back) that BibBase allowed grouping publications by using the keywords mentioned in Mendeley or BibTeX. This does not seem to be the case anymore. Can this feature be restored? It is very useful to demonstrate/list publications according to research streams/themes.

Відповідь
Christian Fritz 10 років тому

Hi Amit,

This should still be possible. The dropdown menu doesn't contain this, but on your page you can still use the &groupby=keyword parameter in your bibbase URL. Please also give me your bibbase URL so I can verify that for myself.

Christian


0
Є відповідь

Filtering issues

Benjamin Parrell 8 років тому оновлено Christian Fritz 5 років тому 4

I'm having a few issues with filtering. Our goal for using Bibbase was to have a single repository that individual lab members could also pull from for their individual web pages. For the most part, everything is working great. I seem to find two issues though:

1) Filtering by author doesn't seem to work with my bibtex file for some reason (e.g. http://bibbase.org/show?bib=udel.edu%2F~parrell%2FSPPlab.bib&msg=embed&filter=author:Heinz)

2) Is it possible to filter by more than one criteria?


I really appreciate your support--Bibbase is a great service, and maybe I'm just asking it to do too much.

0
Є відповідь

error getting documents from mendeley

Walter Karlen 8 років тому оновлено Christophe Indevuyst 6 років тому 4

Hi Christian


Once more, Bibase is refusing to get my library from mendeley:

http://bibbase.org/service/mendeley/6d353feb-efe4-367e-84a2-0815eb9ca878

I get the error :

"error getting documents from mendeley"

and embedded php doesn't display anything


Any idea why ?


Best

Walter

Відповідь
Christian Fritz 8 років тому

Awesome! Good to know that works.


Mind if I make this question public so others who may run into the same issue can find it?


0
Not a bug

If you write in Spanish and use \'{a} or á, BibBase does not work fine.

vjerez 11 років тому оновлено Jens Claßen 7 років тому 6

If you write in Spanish and use \'{a} or á, BibBase does not work fine.

Відповідь
Christian Fritz 11 років тому

Can you point me to a bibtex file with which you are having this problem? This should work. What is the error you are getting?

Thanks.



0
Fixed

Some (large?) files won't work

Maximilian Held 10 років тому оновлено Christian Fritz 10 років тому 2
As mentioned earlier, I sometimes run into problems with (large?) files.

https://raw.githubusercontent.com/maxheld83/give-n... won't work, just give me a "no data" timeout or something.

https://raw.githubusercontent.com/maxheld83/emile/... also produced by BibDesk and hosted on github works just fine.
0
Є відповідь

Grouping and Sorting Entries

Matt Klenk 11 років тому оновлено Christian Fritz 11 років тому 0

I prefer to have my entries displayed by Journal, Conference, and Workshop (http://www.matthewklenk.com/).  This is different than type because Conference and workshop are both @inproceedings.


Is this possible?  If so, are there any examples of this?


Відповідь
Christian Fritz 11 років тому

(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.

0
Planned

Journal title does not display

SerengetiT 11 років тому оновлено Christian Fritz 11 років тому 1

I did a new collection with import from mendeley and the bibbase page does not display full citation. Notably, Journal, conference or book title is not displayed or in the generated bibtex file. example;

http://www.bibbase.org/cgi-bin/pyBibBase/pyBibBase.cgi?bib=www.bibbase.org/mendeley/group/3315411&charset=utf-8&groupby=year


Older collections do not have that problem, so not sure if this is a bug or other?

Відповідь
Christian Fritz 11 років тому

Yes, I'm aware of this issue. I believe it only happens for groups, so if you have a collection containing all the same papers then it should work fine. There are some issues with the Mendeley API that I need to work through to fix this.

0
Fixed

The publication list is only partially imported from Mendeley

Stephan E. Wolf 10 років тому оновлено Christian Fritz 10 років тому 2
BibBase shows only 10 entries although I have more in my Mendeley profile....
http://www.mendeley.com/profiles/stephan-e-wolf/
vs.
http://bibbase.org/service/mendeley/7ea5179c-6164-...

Any ideas?
Відповідь
Christian Fritz 10 років тому
This problem has been fixed now. Now all 22 of your Mendeley publications show up.