Your comments

The &css= option primarily indicates that you are providing your own css (and on an embedded page you don't even need to provide the url but can just state &css=1). When you do that, then BibBase will *not* apply the defaults, one of which is hiding the text in favor of the icons. A typical use of css is in fact to do the inverse: hide the icon and show the text.

Hi Erik,


Yes, as you can see from the thread above, Mendeley groups are not the best choice when it comes to sharing PDFs and having a lot of control in general. I recommend Zotero for that instead, or, if you want full control, then use a bibtex file.


BTW, I'm not actually able to access the above linked paper from Mendeley. If I go to that page of that paper, I see this:



And the "Get full text at journal" button just gets me to a pay wall.


If you'd like to give Mendeley another chance, one thing that others have had success with in the past is to just create a new account that is shared by everyone in your group, and use that new user's "My Publications" for BibBase. For some reason Mendeley seems to be treating PDFs attached by those accounts differently.


Hope this helps.


Christian


Hi Sebastien,


2016 seems to be showing up now:





Maybe you only just added these items to your library on Mendeley? Once you do that you need to reload the bibbase page once in order for bibbase to pull the new changes, and then a second time (with a short delay) to see them.


Hi Scott,


Glad you like it! Saving scientists some time like this is in fact one of our objectives.


Regarding your issue: It seems that jquery doesn't work on your page even though it is loaded. The $ global seems to be overwritten after jquery loads. This must be due to some of the other libraries you use on your page. I don't know which but you'll need to find it and make sure it doesn't interfere with jquery. A good test is to check that on the developer console you can type $("body") and get something other than null.


Hi André,


That's an interesting problem. You seem to be the first to try that. Indeed we have not yet tested this case, as you can tell, nor did we envision it. I'll add this as a feature request. It shouldn't be hard for us to fix. Thanks for pointing it out.


Sorry, this feature is not perfect yet. You need to type string as all upper case ("STRING"), and the key of the string will be made lower case. Sorry, we know this isn't documented anywhere yet. The good news is that with those changes your example seems to work:


%---------------------------------------------------------------
% strings de nomes usados em bancas
%---------------------------------------------------------------


@STRING{Andre = {{Andr\'{e}} L. P. Guedes}}
@STRING{Murilo = {Murilo Vicente Gon\c{c}alves da Silva}}
@STRING{Vignatti = {{Andr\'{e}} Luis Vignatti}}

@MastersThesis{Martins2012,
  author =       {Geoffrey Alberto Vitorio Martins},
  title =        {Manutenção de Caminhos Mínimos em Grafos Dinâmicos},
  school =       {PPGInf/UFPR},
  year =         {2012},
  month =        {agosto},
  day =          {30},
  type =         {Dissertação de mestrado},
  note =         "Orientador: " # andre # ". " #
                 "Banca: "#
                   murilo # " e " #
                   vignatti,
  keywords =     {OrMScC},
  url =          {http://hdl.handle.net/1884/35025},
  pdf =          {http://dspace.c3sl.ufpr.br/dspace/bitstream/handle/1884/35025/R%20-%20D%20-%20GEOFFREY%20ALBERTO%20VITORIO%20MARTINS.pdf?sequence=1}
}

gives:


Manutenção de Caminhos Mínimos em Grafos Dinâmicos. Martins, G. A. V. Master's Thesis, PPGInf/UFPR, agosto 2012. Orientador: André L. P. Guedes. Banca: Murilo Vicente Gonçalves da Silvae André Luis Vignatti