Skip to content
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

Display multiple links #47

Open
he-sk opened this issue Jun 17, 2022 · 1 comment
Open

Display multiple links #47

he-sk opened this issue Jun 17, 2022 · 1 comment

Comments

@he-sk
Copy link

he-sk commented Jun 17, 2022

Acadamic publications often produce more than one artifact, i.e., code repositories and or presentations in addition to the actual paper. I would like to display links to these artifacts on the overview page and on the detail page.

One way to achieve this would be to linkify HTTP-links in the howpublished field and display that on the overview page.

Then you could have something like this:

@inproceedings{paper2022,
  abstract     = {P = NP.},
  author       = {Alice},
  title        = {P = NP}
  year         = 2022,
  url          = {https://link.to/paper-url.pdf},
  howpublished = {Presentation: https://www.youtube.com/watch?v=123456789, Code: https://github.com/alice/p-np}
}

The links could also be marked up explicitly with \url, then the downloaded Bibtex file would be rendered correctly in Latex.

@karliwalti
Copy link
Contributor

The publications plugin currently supports two webURL and a fileURL. An example how to integrate it in a template can be found here: https://github.com/in2code-de/publications/blob/develop/Resources/Private/Partials/List/Citestyle/LinkBlock-Inline.html#L24

Your suggestion to use the howpublished field is not common, i.e. this field only makes sense for a "misc" entry which is not yet supported in the available templates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants