diff options
| author | Lars Wrenger <lars@wrenger.net> | 2023-03-31 18:41:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-31 18:41:17 +0200 |
| commit | 631ba40e57b4f121fe9335f334a76dd9c81de088 (patch) | |
| tree | 91b53660a23290a67b547f7623e21dcb0e426c11 /assets | |
| parent | 4161bad54f690e77f53ca1f0f4426161e60fa4ce (diff) | |
Support for multiple bib files in a bibliography (#296)
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/files/works_too.bib | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/files/works_too.bib b/assets/files/works_too.bib new file mode 100644 index 00000000..8ccbe5d1 --- /dev/null +++ b/assets/files/works_too.bib @@ -0,0 +1,10 @@ +@article{keshav2007read, + title = {How to read a paper}, + author = {Keshav, Srinivasan}, + journal = {ACM SIGCOMM Computer Communication Review}, + volume = {37}, + number = {3}, + pages = {83--84}, + year = {2007}, + publisher = {ACM New York, NY, USA} +} |
