Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for genre field #66

Open
Iorvethe opened this issue Nov 13, 2024 · 0 comments
Open

Add support for genre field #66

Iorvethe opened this issue Nov 13, 2024 · 0 comments

Comments

@Iorvethe
Copy link

The genre field is supported in the Hayagriva format, but unfortunately it seems that it is not parsed when using a bibtex references file. For example, if I format the following file with Hayagriva 0.8.0:

@thesis{Shamos_1978,
  title={Computational Geometry},
  author={Shamos, Michael Ian},
  genre={PhD. Thesis},
  publisher={Yale University},
  year={1978},
}

the resulting yml file is:

Shamos_1978:
  type: thesis
  title: Computational Geometry
  author: Shamos, Michael Ian
  date: 1978
  publisher: Yale University

I assume that the issue is with the conversion from bibtex, which is why I report the bug in the present repo. Let me know if it’s not, so I can move it to the appropriate place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant