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
352 stars 102 forks source link

Fails to create publication if other publication exists from the same year #102

Closed HoniSanders closed 2 years ago

HoniSanders commented 3 years ago

I am running on a .bib file that has multiple references. I ran academic import --bibtex export.bib. It created a subfolder for each publication of form author-year. Two references have the same first author and year. I get the following warning 07:00:25PM WARNING: Skipping creation of content/publication/sanders-2020 as it already exists. To overwrite, add the --overwrite argument and the folder for the second reference does not get created.

gcushen commented 2 years ago

The Biblatex ID is currently used as the publication folder name - you might wish to check that you set unique IDs in your reference manager.