This is the place to leave feedback or ask questions about BibBase.org.
0

Do not automatically upload full-text of papers from Mendeley

Thib il y a 7 ans 0

When first using BibBase with Mendeley, I noticed that the full-text of my articles were made available. However, most of these articles are journal-formatted papers, subject to copyright. After searching these options, I could not figure out a way to deactivate this feature, which forces me to manually use the "BibTex" import instead of having it automatic from Mendeley. Would-it be possible to give the user the option to deactivate the automatic import of the full-text when using BibBase+Mendeley ?

0
Terminé

Highlighting (e.g. boldfacing) own name.

David Knowles il y a 7 ans mis à jour par Christian Fritz il y a 7 ans 4

Firstly, great tool. 


Secondly, something I have previously done when manually maintaining an HTML list of publications was to bold my own name the list of authors. In genomics author lists can be pretty long and it's nice to be able to see at a glance where I'm listed! I'm sure this is true for those particle physicists at CERN etc. as well... Right now I'm hacking this by putting <b> tags around my last name in the bibtex: http://cs.stanford.edu/people/davidknowles/

Is there a more elegant solution? 


Thirdly, +1 to more flexible citation styles. 


Thanks for your hard work on this! 

Solution
Christian Fritz il y a 7 ans

1. Thanks!

2. Yes, you can accomplish that with CSS. You just need to find a good CSS selector for yourself in the HTML, which is pretty easy, because bibbase turns your name into a link to the page itself. If you add this CSS to your page style it will work:

a.bibbase.author.link[href="http://cs.stanford.edu/people/davidknowles/"] {
  font-weight: bold;
}

3. What kind of citation style would you like to see?


Thanks for using BibBase!


0
Résolu

Bibbase down?

Gustavo Cevolani il y a 7 ans mis à jour par Christian Fritz il y a 6 ans 5

Bibbase.org seems to be down right now, and the list of publications on my website is not displayed. It this a temporary issue?

Solution
Christian Fritz il y a 6 ans

It's back up.

0
Écarté

css variables

far il y a 7 ans mis à jour par Christian Fritz il y a 7 ans 1

Hi

Will it be possible to have a list of all variables that can be changed using css, to change the format of the publication list ?

thank you

Solution
Christian Fritz il y a 7 ans

CSS is actually self-documenting. Just open the source of the page you are editing, look for the elements you want to modify, and find a unique selector for them (e.g., using their class and/or tag name). This is actually not a BibBase specific question, so you should be able to find more help on that on the web.


0
Résolu

Script to put a custom CSS style

Denis il y a 7 ans mis à jour par Christian Fritz il y a 7 ans 1

Hello,


I created a custom style "bibbase.css". This is placed the bibbase folder that is located at the root of my site. When I put it in the following script I created a custom style "bibbase.css". This is placed the bibbase folder that is located at the root of my site. When I put it in the following script <script src = "https://bibbase.org/show?bib=address of the zotero database & jsonp = 1 & filter = year: 2017 & css = site address / bibbase / bibbase.css"> < Script>, nothing happens. The script to put a custom css is "& css = css file location"?

I forgot something to make it work?
Solution
Christian Fritz il y a 7 ans

If you are embedding your bibbase page into your own page, then you just need to add your css to your own page just like any other css, i.e., add

<link href="/bibbase.css" rel="stylesheet">

to the head in your html file.

0
Résolu

Fold/unfold customization

Velocity Hughes il y a 7 ans mis à jour il y a 7 ans 2

I'm using BibBase to display our group's publications list by year. Rather than folding/unfolding all years at once, I was wondering if the default view can be set to have the most recent year unfolded, while leaving the others folded for the user to open themselves? Let me know if this is doable. Thanks!

Solution
Christian Fritz il y a 7 ans

This is not directly supported, but if you know a little bit of javascript you can use that to accomplish it. Just make the default folded and then run toggleGroup('group_2017') some time after page load. Timing this right might be tricky though.

0
Résolu

CSS seems to have no effect

Rushi il y a 7 ans mis à jour par Christian Fritz il y a 7 ans 1

I am new to CSS coding so this may be a stupid question but I am trying to follow your suggestions on the support forum to change the "type" headings. However, the CSS I wrote seems to have no effect:


https://bibbase.org/show?bib=https://www.dropbox.com/s/epjy4lodj36qfsl/scc.bib?dl=1&group0=type&nocache=1&https://www.dropbox.com/s/nucyj6u35zf0cwj/scc.css?dl=1&filter=keywords:SCC&theme=side#


Could you please let me know why?


THank you!

Solution
Christian Fritz il y a 7 ans

A CSS really only makes sense when you embed your BibBase listing in your own page. I see that you are embedding it in https://scc.okstate.edu/publications. You need to add the CSS file directly to the head of the HTML of that page, like you are doing with the other CSS files that are already referenced there.


0
Pas un bug

BibBase not updating citations from Zotero on my website

Keith Larson il y a 7 ans mis à jour par Keith Larson il y a 7 ans 5

I am not sure why the BibBase entries on my website are not updating, reflexing updates (i.e. new citations) in my Zotero database.


For example, these do not match:


Zotero Group: https://www.zotero.org/groups/arcticcirc/items/collectionKey/H8RHDR58


Webpage with embedded html/javascript: https://www.arcticcirc.net/david-seekell


Using:

<script src="https://bibbase.org/show?bib=https%3A%2F%2Fbibbase.org%2Fzotero%2Fcirc-publications&jsonp=1&filter=authors:Seekell[^a-z]"></script>


Any suggestions?

0
Résolu

Limit the number of items

Denis il y a 7 ans mis à jour par Christian Fritz il y a 7 ans 1

Hello I am new user of Bibbase.

I would like to know if it is possible to limit the number of items. For my part I would like to show only the last 5 of this year. Cordially
0
À l'étude

Why does iframes BibBase css not display properly in Internet Explorer?

Keith Larson il y a 7 ans mis à jour par Christian Fritz il y a 7 ans 2

BibBase using iframes looks great in Firefox, Chrome and Safari. It seems that CSS does not display properly in Internet Explorer.


Compare: https://www.arcticcirc.net/janpkarlsson (at bottom of page) in IE and any other browser.


Any suggestions on how to get IE to apply the BibBase CSS properly?