-
-
Notifications
You must be signed in to change notification settings - Fork 101
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 front matter options via extras
field in reference managers
#48
Comments
I do find the support of bibtex important. Please do not drop it. A workaround for the issue of tags not being set has been posted in https://github.com/laszewski/laszewski.github.io/blob/master/bin/featured.py The makefile contains the following tags: make bib make mark_class_books it would be much nicer if we would have an academic import that has tags included. However, maybe I do not use the import correctly? |
extras
fieldextras
field in reference managers
There is an alternative written in R that supports front matter options via the However, I think we can improve on this solution. The current method requires manually filling these Additionally, it would be also possible to automatically extract the PDF files associated with these items (e.g., article PDFs, slides, posters) and put them in the local folder |
Goals
Add support for front matter options (e.g. projects, categories) via reference manager's
extras
field.This could simplify the process of importing publications, effectively using the reference manager as the CMS for publications.
Details
Configuration of front matter options via the reference manager's
extras
field will streamline the import process and alleviate the need to edit any of the automatically generated Markdown files. Hence, all publication editing can be performed in the user's existing reference management tool.For example, this would enable users to set front matter options such as categories within their reference manager.
There are many limitations to the extras field in reference managers. We'd need to design a data structure and consider how multiple front matter options, including lists and nested key-value pairs, are stored in a flat
extras
field.The text was updated successfully, but these errors were encountered: