This is the place to leave feedback or ask questions about BibBase.org.
Keine ähnlichen Beiträge gefunden.
0
Beantwortet
Custom CSS overwritten by default.css
I would like to modify the the side theme and use my own custom css. I can load the bibbase into the page using javascript as follows:
src="http://bibbase.org/show?bib=davidtharris.net%2Fassets%2Fharris.bib&jsonp=1&token=746bbacec7fac946fbc13c4da7a53a3c&css=davidtharris.net%2Fassets%2Fcss%2Fbibbase.css"
However the output (viewable at http://davidtharris.net/publications.html) does not appear as expected (the custom css just contains the common.css and side.css files). When I inspect elements in Chrome I find the following styesheets in this order:
davidtharris.net/assets/css/bibbase.css" type="text/css" media="screen">
"http://bibbase.org/css/styles/default.css" type="text/css" media="screen">
"http://bibbase.org/css/styles/common.css" type="text/css" media="screen">
Is there a way to not have the theme css files load or to load the custom css file after the side.css. I would like to add pdf and link icons in place of the text "link" and "paper"
src="http://bibbase.org/show?bib=davidtharris.net%2Fassets%2Fharris.bib&jsonp=1&token=746bbacec7fac946fbc13c4da7a53a3c&css=davidtharris.net%2Fassets%2Fcss%2Fbibbase.css"
However the output (viewable at http://davidtharris.net/publications.html) does not appear as expected (the custom css just contains the common.css and side.css files). When I inspect elements in Chrome I find the following styesheets in this order:
davidtharris.net/assets/css/bibbase.css" type="text/css" media="screen">
"http://bibbase.org/css/styles/default.css" type="text/css" media="screen">
"http://bibbase.org/css/styles/common.css" type="text/css" media="screen">
Is there a way to not have the theme css files load or to load the custom css file after the side.css. I would like to add pdf and link icons in place of the text "link" and "paper"
Antwort
Christian Fritz
vor 9 Jahren
Hi David,
Good catch. The order in which the css links are added to the header were indeed wrong. The one specified with the css parameter should indeed go last. This is fixed now. If you are extending the side theme then just make sure you use that as a theme, so that in your custom css you don't need to overwrite (respecify) too many things. Please let me know if that doesn't work for some reason.
Good catch. The order in which the css links are added to the header were indeed wrong. The one specified with the css parameter should indeed go last. This is fixed now. If you are extending the side theme then just make sure you use that as a theme, so that in your custom css you don't need to overwrite (respecify) too many things. Please let me know if that doesn't work for some reason.
0
Fixed
bibbase.org home page broken in Fire Fox
I tried to access http://bibbase.org with FireFox 32.0.3 (Mac OS X). I only get a blank page.
Using Chrome 38.0.2125.101 I see the home page.
Using Chrome 38.0.2125.101 I see the home page.
Antwort
Christian Fritz
vor 9 Jahren
I still cannot reproduce this. I'll close this issue for now, but please let me know if you still have this problem.
0
Beantwortet
Change "type" display names?
Is there yet a way to change the display of the groupings for the "type"? This is one of the main things preventing me from using bibbase. My default is to display Journal and Conference Papers. The type grouping separates them properly, but it labels them with the bibtex language "article" and "inproceedings". Basically, I just need to change the words that are displayed in the headings. I saw the suggestion of doing this through a new keyword in the bibtex entry. In addition to being time consuming to add, in my tests of this, I can't control the sort order of these keywords. So, my keyword for Journal Papers gets sorted behind (and buried under) my keyword for Conference Papers.
Antwort
Christian Fritz
vor 9 Jahren
Yes, this can be accomplished using CSS. Just drop the following into the CSS file on your page:
.bibbase_group span {Similarly you would need to set new titles for the other groups (incollection, book, etc.).
display: none;
}
#group_article div i:after {
content: " Journal Articles"
} #group_inproceedings div i:after {
content: " Conference Publications"
}
0
Fertiggestellt
format bibbase so it's being indexed by google scholar
Would be great if the formatting of the entries are compatible with the google bots so it gets indexed by google scholar.
Particularly also for the mendeley databases
Antwort
Christian Fritz
vor 12 Jahren
This is a great suggestion! Thanks for the pointer. It is indeed a goal of bibbase to do the SEO (search engine optimization) for its users. So features like this rank highly on my to-do list. I'll look into it.
Update (see comments): this is a non-issue. As for Mendeley papers, we have to respect Mendeley's robots.txt just as much as Google does.
0
Fixed
zotero bibbase python error
if I click on the zotero link on the bibbase main page I get the following error message:
Traceback (most recent call last):
File "/home/ubuntu/bibbase/cgi-bin/zotero/get.py", line 169, in <module>
request_token, request_token_secret = zotauth.get_request_token(method='GET', params={'oauth_callback': 'http://bibbase.org/cgi-bin/zotero/get.py'})
File "/usr/local/lib/python2.7/dist-packages/rauth/service.py", line 212, in get_request_token
r = self.get_raw_request_token(method=method, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/rauth/service.py", line 186, in get_raw_request_token
return session.request(method, self.request_token_url, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/rauth/session.py", line 201, in request
return super(OAuth1Session, self).request(method, url, **req_kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 335, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 438, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 331, in send
raise SSLError(e)
SSLError
Traceback (most recent call last):
File "/home/ubuntu/bibbase/cgi-bin/zotero/get.py", line 169, in <module>
request_token, request_token_secret = zotauth.get_request_token(method='GET', params={'oauth_callback': 'http://bibbase.org/cgi-bin/zotero/get.py'})
File "/usr/local/lib/python2.7/dist-packages/rauth/service.py", line 212, in get_request_token
r = self.get_raw_request_token(method=method, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/rauth/service.py", line 186, in get_raw_request_token
return session.request(method, self.request_token_url, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/rauth/session.py", line 201, in request
return super(OAuth1Session, self).request(method, url, **req_kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 335, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 438, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 331, in send
raise SSLError(e)
SSLError
0
Fixed
BibBase is really slow today
Hi,
I've been testing a new website over the last couple of weeks and BibBase seemed to be the best option, but today - when it went live, of course - I'm finding it's really slow to load (~20 seconds).
This is not acceptable as most visitors won't wait that long.
Is this a problem of capacity or something?
I've been testing a new website over the last couple of weeks and BibBase seemed to be the best option, but today - when it went live, of course - I'm finding it's really slow to load (~20 seconds).
This is not acceptable as most visitors won't wait that long.
Is this a problem of capacity or something?
Antwort
Christian Fritz
vor 10 Jahren
Thanks for pointing this out, Chris. I believe I was able to fix it.
If this is the page in question, then I think it is much faster again: http://www.compbio.dundee.ac.uk/user/ccole/refs.html.
If that's no the one and it is still slow, please point me to your page for testing.
Thanks.
If this is the page in question, then I think it is much faster again: http://www.compbio.dundee.ac.uk/user/ccole/refs.html.
If that's no the one and it is still slow, please point me to your page for testing.
Thanks.
0
Fixed
Author initials in reverse order
Embedding using the iframe approach, the bibtex author field is parsed incorrectly so that for example
author={Bradley, A S}
becomes
Bradley; S A
author={Bradley, A S}
becomes
Bradley; S A
0
Beantwortet
Accents parsing
Hi and thank you for your amazing work. I have a problem, but I'm not understanding whether I'm doing something wrong myself or not.
None of the accents in my bib are visualizing correctly with bibbase.
http://www.bibbase.org/show?bib=http://iridia.ulb....
Example: Decugni\`ere -> DecugniÌ€ere instead of Decugnière
I also notice weird characters also where I do not use special commands. What can I be doing wrong? Latex generates perfect documents using that bibtex file.
Thanks for the help!
Eliseo
None of the accents in my bib are visualizing correctly with bibbase.
http://www.bibbase.org/show?bib=http://iridia.ulb....
Example: Decugni\`ere -> DecugniÌ€ere instead of Decugnière
I also notice weird characters also where I do not use special commands. What can I be doing wrong? Latex generates perfect documents using that bibtex file.
Thanks for the help!
Eliseo
0
Beantwortet
Authors' names are clickable links
Some authors' names are clickable links and some are not. How can I ask bibbase to either do clickable links for all the authors or for none of them?
Antwort
Christian Fritz
vor 7 Jahren
Oleg, bibbase turns author names into links for all those authors who also use bibbase. I've noticed on your page that some of your coauthors who get linked don't actually use bibbase, but that bibbase currently incorrectly guesses the owners of some pages they link to. I'll look into that because it shouldn't happen.
More generally though it is not possible to suppress those links. If and when it is working correctly, I consider it a feature that bibbase automatically keeps track of the current page of your coauthors. Many authors like to keep a list of their collaborators and this is a feature that offers that with no effort on the author's side.
More generally though it is not possible to suppress those links. If and when it is working correctly, I consider it a feature that bibbase automatically keeps track of the current page of your coauthors. Many authors like to keep a list of their collaborators and this is a feature that offers that with no effort on the author's side.
0
Wird überprüft
Users shouldn't be taken away from the current page to the bibbase page
When clicking on a publication, users shouldn't be taken away from the current page to the bibbase page. It is very confusing and they often don't know how to get back.This is especially true if they click on the bibbase logo. There is no visual indication that they are going somewhere else. They see "sign in" and other confusing information.
Customer support service by UserEcho