-
sra-own.bib
: All publications that were authored by members of the group. This file contains no @crossref entries. All @proceedings entries are actually workshops or conferenceses that were edited by an SRA member. -
sra-ext.bib
: Shared bibliography file of all further refrences. This file makes use of @crossref entries (albeit not systematically).
Note The SRA bibliography itself is hosted at github at https://github.com/luhsra/bib.git
. You may have found, however, this file somewhere on your local disc. If that is the case, it is very likely that you have found it in the local checkout/clone of some other svn/git repository, where it is embedded via git-submodule or svn:externals.
This section provides recommended practices how to add new references. However, expect to find a lot of entries that do not follow this guidance.
Do it with online
:
@online{dpdkSite,
title={Data Plane Development Kit (DPDK)},
author={Intel},
url={https://www.dpdk.org/},
urldate={2023-02-21},
year={2023}
}
There seems not to be a specific field for PDF links (in the BibLaTeX documentation, url
is the closest but separately printed).
Therefore, we use an extra field x-pdf
for that.