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