-
Notifications
You must be signed in to change notification settings - Fork 14
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
Building a page of published work from a .bib file #4
Comments
two alternatives, both leveraging the github-pages (i.e., jekyll + liquid) framework:
By using either collections or data, we can use the github pages framework to do the scut work. |
I do like supporting |
It seems like there's no real appetite for this. |
If we put our publications in a bibtex database we can put the following in an Rmd and knit to md to have it put all bib entries on the one page. Could be an alternative to the current landing page, but would need a custom CSL file to include both a local URL (as current page uses) as well as the URL for the paper/preprint/etc.
The text was updated successfully, but these errors were encountered: