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

Display month as word even if parsed as number

Alexandre Huat 6 років тому оновлений 6 років тому 2

Hi,


I have a month field which is in numbers in my bibtex file, e.g., month = "11". However, I would greatly appreciate if bibbase displayed it as something like "Nov.". It's more readable and user-friendly.


I suppose you'd just have to add the following correspondance in your bibbase generator script:
{1: "Jan.", 2: "Feb.", 3: "March", 4: "April", 5: "May", 6: "June", 7: "July", 8: "Aug.", 9: "Sep.", 10: "Oct.", 11: "Nov.", 12: "Dec."}

0
Not a bug

"Master's thesis" is transformed into "PhD thesis"

Alexandre Huat 6 років тому оновлений 6 років тому 2

Hi,

When I generate my bibbase via My Publications on Mendeley, my Master's thesis is erronously transformed into a PhD thesis.

@mastersthesis becomes @phdthesis and type and bibtype fields are transformed into "phdthesis".


This is the original bibtex file :

@mastersthesis{Huat2018,
abstract = {GOPA is a privacy-preserving gossip algorithm for averaging that has applications in decentralized machine learning over P2P networks. This Master's thesis aims to improve the robustness of the algorithm to churns and malicious adversaries. Thanks to the Paillier cryptosystem, commitment schemes and mathematical analysis, we have convincing theoretical results regarding both privacy aspects and correctness of averaging. Notable contributions are a framework for churn-tolerance and a privacypreserving algorithm for detecting data injections in gossip averaging. In addition, we unify all our improvements around a robust user-centric version of GOPA. All our contributions have proved to be quite novel in comparison with the literature. We also have initiated the development of an Android prototype of GOPA so that our solutions can be experimented in the future. Finally, new theoretical and technical issues have been identified and may be treated as part of a next internship or PhD studies.},
address = {685 Avenue de l'Universit{\'{e}}, 76800 Saint-{\'{E}}tienne-du-Rouvray, France},
author = {Huat, Alexandre},
keywords = {Byzantine attacks,Paillier homomorphic encryption,churn tolerance,decentralized protocols,gossip averaging,privacy,zero-knowledge proofs},
month = {nov},
pages = {1--72},
school = {INSA Rouen Normandie and University of Rouen Normandie},
title = {{Robustness for GOssip Private Averaging}},
type = {Master's thesis},
url = {https://alexandrehuat.github.io/Huat2018-MastersThesis-RobustGOPA.pdf},
year = {2018}
}

This is the bibbase's result : https://bibbase.org/service/mendeley/fdd686a8-32de-38c0-97f8-853ef3fffb3e

Thank you very much for solving this problem ! :)

0
Under review

Conference Proceedings not included from Zotero

Nadir Weibel 6 років тому оновлений 6 років тому 9

Hi, When I connect to my library on Zotero, Bibbase only pulls journal papers, but most of my publications are conference papers.

Here my reference lists from Zotero

https://www.zotero.org/groups/2264067/weibel-lab_publications/items

Can you help me getting all publications from there into BibBase?

Thanks a lot

Nadir

0
Fixed

wrong url automatically added to my name

Bin Yang 7 років тому оновлений 7 років тому 2

Hello, 


I test bibbase with my own bib file https://bibbase.org/show?bib=http%3A%2F%2Fpeople.cs.aau.dk%2F~byang%2Fpapers%2Fbyang.bib&msg=embed


There is a url that is automatically generated for my name "Yang, B", which links to an unrelated person's homepage. I wonder why this happens and how can I remove the wrong url? 


I guess this is due to the name. If I change my last name from Yang to Yangsss, then the url disappears. 


Thank you!


Kind regards,

Bin

0
Fixed

why do I have author links to jshell

Tim Whiteaker 7 років тому оновлено Christian Fritz 7 років тому 2

My bib:

https://bibbase.org/show?bib=https%3A%2F%2Fbibbase.org%2Fzotero%2FBLE-IM


There's an author named Harris. BibBase made links to https://fiddle.jshell.net/_display/ for her. I cannot figure out why this would be happening. The jshell link doesn't even point to a useful page (it's 404). 


Maybe it's because I created a JSFiddle playing with the Einstein example a few days ago?  But why link to Harris?

0

support case insensitive filtering

Tim Whiteaker 7 років тому 0

Using the Einstein example, if I filter by title for "curved" I get no results, but if I use capital C as in "Curved" I get the one result. You can see that in this fiddle. Change "curved" to "Curved" near the end of the script tag and click Run to get a result.

https://jsfiddle.net/5hp6gc1f/9/


I thought maybe I could do this by supplying "i" in a regex expression, but I couldn't figure out the syntax.  

0

Apply filter term to all fields

Tim Whiteaker 7 років тому 0

I'd like to supply a search string and have BibBase search all fields, like the "q" parameter works in Zotero.  Is that possible?

0

Suppress link to bibtex

daniel abadi 7 років тому оновлено musicEnfanthen 6 років тому 1

Is it possible to suppress the bibtex link for each publication entry? I would rather create my own link for the bibtex that suppresses all the extra fields that I added to make the grouping work the way I wanted in BibBase.

0
Є відповідь

No available links to pdf for zotero

amadieu 7 років тому оновлено Adam Rego Johnson 3 роки тому 12

Hi

Thanks a lot for Bibbase which is a wonderful handy tool for displaying references. I use zotero and I generated a page for my publications. Everything works fine, except that there are no links to the online pdf of my papers that are available in Zotero. I know that with Mendeley it works, but I did not find out why it is not possible with zotero. here is my bibbase page : https://bibbase.org/show?bib=https%3A%2F%2Fapi.zotero.org%2Fusers%2F4775684%2Fcollections%2FE39GJDNG%2Fitems%3Fkey%3D7h3Yg7Te1gv7hGDrarObACo1%26format%3Dbibtex%26limit%3D100&msg=embed#


How could add the links to the pdf files?

Thanks in advance for your help.

Best,

Franck Amadieu

0
Є відповідь

Embedding - sort by author by default

Katie Martin 7 років тому оновлено Christian Fritz 7 років тому 1

Hi all! Is there a way to embed (ideally using an iframe rather than php which is not supported or js which screws up other formatting on my site) and have the list sorted by author by default, rather than by year? 


ETA: I can do it using the &group0=authors method but it groups everything under the category "undefined," which looks sort of odd. Is there an alternative? 

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

Yes, you can use &group0=author_short. This works independently of the method you chose for embedding.


We really discourage the use of iframes though. Search engines will direct users that search for you paper titles directly to your embedded page (not your homepage), and it is also difficult to get the layout right, without having a scrollbar inside the iframe. JS is currently the best option, and those formatting issues come with an upside, too: once they are fixed, the whole page will be styled with the same CSS rules, and have, e.g., consistent colors and fonts.