The Jekyll template https://academicpages.github.io allows to create a nice academic page. Publications go into the folder https://github.com/academicpages/academicpages.github.io/tree/master/_publications.
JabRef should be able to create these markdown files.
Example: https://github.com/academicpages/academicpages.github.io/blob/master/_publications/2009-10-01-paper-title-number-1.md. Check the RAW file: https://github.com/academicpages/academicpages.github.io/blob/master/_publications/2009-10-01-paper-title-number-1.md?plain=1
Time stamp creation: Order by publication type (Book, Journal, book chapter, inproceedings, all-others).
Mapping
| BibTeX |
Markdown |
title |
title |
| - |
collection always set to publications |
| - |
permalink: to-be-done. Maybe citation key? |
note |
excerpt |
date/year+month+day |
date, use 01 if month or day do not exist |
| venue |
booktile/journal (getFieldOrAlias, because it could be journaltitle |
doi/url |
paperurl |
| (all) |
citation: Use current preview style (or do something short) |
abstract |
Text below the YAML in Markdown |
Task
Note: Maybe, one also needs to implement some Java code, because the custom exporter is for generating one file, but we want to generate multiple files.
Requirements:
- "writing BibEntry to a file" to provide a bibtexurl
- generating the citation based on the preview
- "paperurl is a file next to the markdown file - just copy the first attached file next to it and link it."
- the use of the user constant from preferences (based on the first fixes demanded there should be no case where we would have to write [insert username] anymore...)
Future work:
The Jekyll template https://academicpages.github.io allows to create a nice academic page. Publications go into the folder https://github.com/academicpages/academicpages.github.io/tree/master/_publications.
JabRef should be able to create these markdown files.
Example: https://github.com/academicpages/academicpages.github.io/blob/master/_publications/2009-10-01-paper-title-number-1.md. Check the RAW file: https://github.com/academicpages/academicpages.github.io/blob/master/_publications/2009-10-01-paper-title-number-1.md?plain=1
Time stamp creation: Order by publication type (Book, Journal, book chapter, inproceedings, all-others).
Mapping
titletitlecollectionalways set topublicationspermalink: to-be-done. Maybe citation key?noteexcerptdate/year+month+daydate, use01if month or day do not existbooktile/journal(getFieldOrAlias, because it could bejournaltitledoi/urlpaperurlcitation: Use current preview style (or do something short)abstractTask
academicpages: https://github.com/academicpages/academicpages.github.io/blob/master/_publications/2024-02-17-paper-title-number-4.mdacademicpagesfor that.categoryNote: Maybe, one also needs to implement some Java code, because the custom exporter is for generating one file, but we want to generate multiple files.
Requirements:
Future work: