feat(tex): 📝 add bibliography files
This commit is contained in:
parent
da7ec37e3e
commit
8d80a97f9a
2 changed files with 24 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -12,4 +12,6 @@
|
||||||
*.synctex.gz
|
*.synctex.gz
|
||||||
*.tdo
|
*.tdo
|
||||||
*.toc
|
*.toc
|
||||||
*.fls
|
*.fls
|
||||||
|
*.bbl
|
||||||
|
*blg
|
21
TeX/Literaturverzeichnis.bib
Normal file
21
TeX/Literaturverzeichnis.bib
Normal file
|
@ -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}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue