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

Problem with Accents

yann-gael 7 aastat tagasi 0

Hi!
I believe that my problem has not been addressed by previous fixes related to accents. This link: http://bibbase.org/show?bib=http%3A%2F%2Fwww.yann-gael.gueheneuc.net%2FWork%2FPublications%2FBiblio%2Fcomplete-bibliography.bib&msg=embed# generates a Web page in which, no matter the encoding (UTF8 or Western in Firefox), accents are not rendered correctly. What am I missing?

Best,

Yann

0
Answered

Mendeley Folders

danis 7 aastat tagasi uuendaja cfisher 4 aastat tagasi 4

Hi all,


I've created a Bibbase bibliography using references in a shared Mendeley group (you can find the bibliography here: http://bibbase.org/service/mendeley/42b3c9fe-3feb-364a-a5a6-ad0ff97f726b/group/6b3cbe6f-5954-3478-8b6f-f247bb28d285?msg=embed#). 


Within the Mendeley group, we have two folders: Primary Sources and Secondary Sources. The materials in these folders would, ideally, be listed on two different pages of our website.


Is there a way to tweak the Bibbase code so it only shows material from one folder within the Mendeley group, or do we need two separate groups?


Thanks in advance!

Vasta
Christian Fritz 7 aastat tagasi

I think so, yes. You can filter by any field in the bibtex entry that is generated from the Mendeley data and Mendeley does seem to provide the folder id in that bibtex.


In this example URL I'm grouping by that id to see what's in which folder:

http://bibbase.org/service/mendeley/42b3c9fe-3feb-364a-a5a6-ad0ff97f726b/group/6b3cbe6f-5954-3478-8b6f-f247bb28d285?groupby=folder_uuids


Filtering on just the first folder id gives me:

http://bibbase.org/service/mendeley/42b3c9fe-3feb-364a-a5a6-ad0ff97f726b/group/6b3cbe6f-5954-3478-8b6f-f247bb28d285?filter=folder_uuids:087dba1e-8d95-4d9f-8cf7-7542ed7bb4a5


0
Tagasi lükatud

source code release with license for self-hosting?

Donny Winston 7 aastat tagasi uuendaja Paul Brandt 7 aastat tagasi 2

Hi, this is a great-looking service. However, I am concerned about it suddenly going away. Your terms of use (http://bibbase.org/terms.html) rightly limit my expectations. I currently build my group's website using a static site generator, including a script for the publications page -- I take a BibTeX file and generate the needed HTML+CSS. I have all the source code, so I can keep doing that, but BibBase looks great and I'd love to use / contribute to an open-source project. Have you considered releasing the source under a license such as MIT or BSD? I realize that some of the "social" bits like number of downloads and commenting on papers would not work out of the box, but I'd be happy to enable those options or link to bibbase.org to help people who want to create a publications page themselves and would rather simply copy-paste your embed script tag.

Vasta
Christian Fritz 7 aastat tagasi

Hi Donny,


No, sorry, we are not planning on open-sourcing the BibBase backend. However, in terms of uptime, I don't think there is much for you to worry about. BibBase has been in operation since 2005 and has been used since then by more users every year. They all rely on it being up and running 24/7 and so we take measures to prevent outages just like any other web site and as a result they are very rare. Naturally, we also have monitoring solutions in place that alert us of any problems as soon as they happen, so that we can fix them right away.


That said we are contemplating a paid tier with uptime guarantees, designated support, and other features. Would that be of interest to your group?

0
Answered

Authors from same family get merged.

Yimeng Zhang 8 aastat tagasi uuendatud 8 aastat tagasi 2

see This link. For this dummy file, I have a John Doe and a Josh Doe. When sorting entries by authors, they get merged under Doe, J. Is there any way to change this behavior? Thanks.

0

Do not automatically upload full-text of papers from Mendeley

Thib 8 aastat tagasi 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
Lõpetatud

Highlighting (e.g. boldfacing) own name.

David Knowles 8 aastat tagasi uuendaja Christian Fritz 8 aastat tagasi 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! 

Vasta
Christian Fritz 8 aastat tagasi

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
Answered

Bibbase down?

Gustavo Cevolani 8 aastat tagasi uuendaja Christian Fritz 7 aastat tagasi 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?

Vasta
Christian Fritz 7 aastat tagasi

It's back up.

0
Tagasi lükatud

css variables

far 8 aastat tagasi uuendaja Christian Fritz 8 aastat tagasi 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

Vasta
Christian Fritz 8 aastat tagasi

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
Answered

Script to put a custom CSS style

Denis 8 aastat tagasi uuendaja Christian Fritz 8 aastat tagasi 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?
Vasta
Christian Fritz 8 aastat tagasi

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
Answered

Fold/unfold customization

Velocity Hughes 8 aastat tagasi uuendatud 8 aastat tagasi 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!

Vasta
Christian Fritz 8 aastat tagasi

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.