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

Javascript embedding breaks page elements

beam andrew vor 5 Jahren aktualisiert vor 5 Jahren 2

When I use the javascript method of embedding on my page, many elements break. For instance, I have a foundation orbit element that scrolls pictures, like this:

https://foundation.zurb.com/sites/docs/orbit.html

but when I embed bibbase using javascript they appear as vertically stacked images. When I use the iframe method, this doesn't happen. 

Any suggestions on how to fix this?

0

Problem of sync & of order

Jenny vor 5 Jahren 0

Hi,

as others, I also have a problem of synchronisation with my Zotero bibliography. I tried to celar it all and to add references authors by authors but at some point, it does suppress some refernces. For example, with this bibliography (https://www.zotero.org/groups/2196130/centre_franois_vite__liste_des_ralisations_et_produits_de_la_recherche/items), bibbase does identify only 100 references over 118 (https://bibbase.org/show?bib=https%3A%2F%2Fapi.zotero.org%2Fgroups%2F2196130%2Fitems%3Fkey%3DbJu492Wnsy1CZ1rdQgef6MPf%26format%3Dbibtex%26limit%3D100msg=embed#) (but before I added the papers by Lisa Rougetet, it was ok).

Then, i would like to know if it is possible to order the refernces by name and not by modification date : is it possible ?

Thank you very much for this great solution to publish bibliographies on web pages !

Best regards,

Jenny

0
Fertiggestellt

Changing font in an embedded page?

Ioan Muntean vor 5 Jahren aktualisiert von Christian Fritz vor 5 Jahren 1

I am pretty satisfied to the way in which iframes work now with wordpress, but the font used by wordpress are rather different than the one used by bibbase. Is there any way to change/replace the fontface of the embedded page? Thanks!

0
Wird überprüft

article icon

Olivier Cailloux vor 5 Jahren aktualisiert vor 5 Jahren 3

When a url is given (in the bibtex source) that ends with “.pdf”, bibbase shows a PDF icon instead of the default link icon. Nice!

But when the link to the PDF does not end with “pdf” (for example, https://arxiv.org/pdf/1801.05644), this does not happen.

I would like to be able to specify the icon from within my bibtex source. For example, url_Article would always display a PDF icon; or a supplementary field would be used for this, something like url_Article_type = "PDF".


Even better, bibbase could detect when the server sends PDF at the given url. But this would be much more difficult to implement, I suppose, and I would be satisfied already with a simpler solution.

0
Beantwortet

How to filter DBLP results to a given year range?

Murilo Marinho vor 5 Jahren aktualisiert vor 5 Jahren 3

Hello! Nice work with BibBase.


I have just set up a BibBase page for my laboratory.

http://www.nml.t.u-tokyo.ac.jp/en/publication-e.html

For now, I'm very interested in the integration you have with DBLP, since it will be automatically updated and save us a lot of headache.

I'm embedding BibBase to our website using JavaScript and I've been trying to play with the filters (https://bibbase.org/help) to customize it a bit more. 

What I'd like to know is

  1. Can I set up a filter to show only results from 2010 onward?
  2. Can I set up a filter to remove the @proceedings field, or alternatively keep only the @article and @inproceedings fields?

Cheers,

Murilo

0
Wird überprüft

no iframe on wordpress, solution to embed needed.

imuntean vor 5 Jahren aktualisiert von Christian Fritz vor 5 Jahren 1

DEar developer, I tried to embed a Bibbase bibliography on my page but none of the solutions worked. Is there a way to register your site with the whitelist at Wordpress? I have read that oembed would work

0
Fixed

Author name does not appear as link

bellicosodario vor 5 Jahren aktualisiert von Dario Bellicoso vor 5 Jahren 3

Hi, I have an issue with my BibBase page.

Although I'm using BibBase, my name does not appear as a link. I tried to claim my page on the BibBase site (assuming this is the procedure to get a linked name), but I can't get a token.

It would be great to know if I'm doing something wrong. Thanks!

Antwort
Christian Fritz vor 5 Jahren

No problem, I've removed the claim from Hutter, M in the database. The link is gone now and should not re-appear.

BTW, I noticed what seems to be a typo in the entry for:

https://bibbase.org/network/publication/hwangbo-bellicoso-fankhauser-huttery-probabilisticfootcontactestimationbyfusinginformationfromdynamicsanddifferentialforwardkinematics-2016

Huttery instead of Hutter.

0
Abgelehnt

Display month as word even if parsed as number

Alexandre Huat vor 5 Jahren aktualisiert vor 5 Jahren 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 vor 5 Jahren aktualisiert vor 5 Jahren 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
Wird überprüft

Conference Proceedings not included from Zotero

Nadir Weibel vor 5 Jahren aktualisiert vor 5 Jahren 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