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

Support custom publication types

vitorenesduarte opened this issue · comments

Hi. How are you inteding to deal with https://github.com/sourcethemes/academic-admin/blob/master/academic/cli.py#L115?
I can try to help!

commented

The publication types have been implemented and just pushed to GitHub and new version released :)

There is still lots of room for improvements, such as with generating the TOML for publication.

Would it make sense to be able to overwrite this behaviour by having, for example, some tag with the publication type in the bibtex?
I have a custom publication type "workshop paper", which cannot be distinguished by checking the ENTRYTYPE.

commented

For custom types, we could consider something like you suggested. For example supporting an optional key-value pair, where academic_item_type is the key, in the BibTeX notes field (appears in Zotero as Extras).

It would be good to get more feedback on this...

commented

Closing this as the issue has gone stale without any contributions. Feel free to contribute a PR that implements your proposal.