Skip to content

Display multiple links #47

Open
Open
@he-sk

Description

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.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions