GetRD / academic-file-converter

📚 Import Bibtex publications and Jupyter Notebook blog posts into your Markdown website or book. 将Bibtex转换为Markdown网站
https://docs.hugoblox.com/reference/content-types/#automatically-import-publications-from-bibtex
MIT License
356 stars 101 forks source link

Fix bibtex patent type by slightly correcting bibtex parser config #47

Closed lsy3 closed 5 years ago

lsy3 commented 5 years ago

Academic is not able to handle patent type bib entries.

The bibtex parser used by default skips through the patent bib entry because it is not a standard type. Fixed the issue 'Entry type patent not standard. Not considered.' by setting the configuration to consider even the non standard type.

gcushen commented 5 years ago

Thanks for your contribution!