You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing a problem when importing my bibliography, since some fields are not displayed when it is in *bib format, while they are displayed when it is in the *yml format.
To illustrate the problem I am facing, let’s take the following *bib and *yml files.
% biblio.bib
@phdthesis{Auc07,
author = {M. Aucejo},
title = {Vibro-acoustique des structures immergées sous écoulement turbulent},
type = {Thèse de doctorat},
school = {Insa de Lyon},
year = {2007}
}
// biblio.yml
Auc07:
type: thesis
title: Vibro-acoustique des structures immergées sous écoulement turbulent
author: M. Aucejo
genre: Thèse de doctorat
publisher: Insa de Lyon
date: 2007
// Note that I have to put the school name in the publisher field, since the field organization doesn't display
Here are the results. For the *bib file
@Auc07#bibliography("biblio.bib/yml")
For the *.yml file
As you can see, when using the *bib file some information is missing and I don’t figure out why. So, I suspect that these fields are not parsed, but I don't know Rust enough to propose a PR.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi all,
I am facing a problem when importing my bibliography, since some fields are not displayed when it is in *bib format, while they are displayed when it is in the *yml format.
To illustrate the problem I am facing, let’s take the following *bib and *yml files.
Here are the results. For the *bib file
For the *.yml file
As you can see, when using the *bib file some information is missing and I don’t figure out why. So, I suspect that these fields are not parsed, but I don't know Rust enough to propose a PR.
Thank you.
The text was updated successfully, but these errors were encountered: