GetRD / academic-file-converter

📚 Import Bibtex publications and Jupyter Notebook blog posts into your Markdown website or book. 将Bibtex转换为Markdown网站

Home Page:https://docs.hugoblox.com/reference/content-types/#automatically-import-publications-from-bibtex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Biber - different date format

ChasNelson1990 opened this issue · comments

Hi,

Recently started using HUGO and the academic theme, so far so good!

However, I've hit a mini-hurdle when trying to use your script to convert a .bib to many .bibs for my publications record.

Essentially, I use biblatex. It seems the only really problem this causes is parsing months. In biblatex months are already a 2-digit number, .e.g 04 not apr.

Would it be worth adding an extra level of robustness to your python script to parse numeric months?

I've made the changes to my fork and will create a pull request referencing this issue for you to decide on.

Thanks,

Chas

commented

Note: Related to #32, but not a duplicate of #32 as Biblatex/Biber support 3 different date fields: date, month, and year.