From 8d80a97f9a98dd2ebe3efa8ffd19a7db79a8557e Mon Sep 17 00:00:00 2001 From: Xaseiresh Date: Tue, 7 May 2024 16:45:21 +0200 Subject: [PATCH] feat(tex): :memo: add bibliography files --- .gitignore | 4 +++- TeX/Literaturverzeichnis.bib | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 TeX/Literaturverzeichnis.bib diff --git a/.gitignore b/.gitignore index 7e76b03..89b6809 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,6 @@ *.synctex.gz *.tdo *.toc -*.fls \ No newline at end of file +*.fls +*.bbl +*blg \ No newline at end of file diff --git a/TeX/Literaturverzeichnis.bib b/TeX/Literaturverzeichnis.bib new file mode 100644 index 0000000..3630702 --- /dev/null +++ b/TeX/Literaturverzeichnis.bib @@ -0,0 +1,21 @@ +@article{Reinecke2018Oct, + author = {Reinecke, Tobias and Clowers, Brian H.}, + title = {{Implementation of a flexible, open-source platform for ion mobility spectrometry}}, + journal = {HardwareX}, + volume = {4}, + pages = {e00030}, + year = {2018}, + month = oct, + issn = {2468-0672}, + publisher = {Elsevier}, + doi = {10.1016/j.ohx.2018.e00030} +} + +@book{Eiceman2013Oct, + author = {G. A. Eiceman, Z.Karpas, Herbert H. Hill Jr.}, + editor = {}, + publisher = {{Taylor and Francis Group}}, + title = {{Ion Mobility Spectrometry}}, + year = {2013}, + isbn = {978-1-4398-5998-8} +} \ No newline at end of file