[TASK] Add sources to bibtex file.

This commit is contained in:
Jan Philipp Timme 2016-05-02 11:16:16 +02:00
parent 5db8341a41
commit 3cc92f2ddf
2 changed files with 40 additions and 14 deletions

View File

@ -106,11 +106,11 @@
{\bfseries\sffamily Autor} & Jan Philipp Timme \\
& 1271449 \\
& jan-philipp.timme@stud.hs-hannover.de \\[5ex]
{\bfseries\sffamily Erstprüferin:} & Prof. Dr. Jürgen Dunkel \\
{\bfseries\sffamily Erstprüfer} & Prof. Dr. Jürgen Dunkel \\
& Abteilung Informatik, Fakultät IV \\
& Hochschule Hannover \\
& juergen.dunkel@hs-hannover.de \\[5ex]
{\bfseries\sffamily Zweitprüfer:} &Prof. Dr. --- --- \\
{\bfseries\sffamily Zweitprüfer} & N. N. \\
& Abteilung Informatik, Fakultät IV \\
& Hochschule Hannover \\
& ---@---.--

View File

@ -1,12 +1,38 @@
@BOOK{robbins:gawk,
AUTHOR = "Arnold D. Robbins",
TITLE = "GAWK: Effective AWK Programming: A User's Guide for GNU Awk",
PUBLISHER = "Free Software Foundation",
ADDRESS = "Boston, Massachusetts",
YEAR = "2015",
MONTH = "April",
EDITION = "4.1",
ISBN = "1-882114-28-0" }
@ONLINE{tuc:awk,
NOTE = {\url{https://www-user.tu-chemnitz.de/~hot/unix_linux_werkzeugkasten/awk.html}, zuletzt abgerufen am 13.05.2015},
URL = "https://www-user.tu-chemnitz.de/~hot/unix_linux_werkzeugkasten/awk.html" }
% Encoding: UTF-8
@InProceedings{hsh:integrating,
author = {Beckstein, S., Bruns, R., Dunkel, J., Renners, L.},
title = {Integrating Semantic Knowledge in Data Stream Processing},
booktitle = {The 9th Workshop on Knowledge Engineering and Software Engineering (KESE2013)},
year = {2013},
volume = {CEUR Proceedings Vol-1070},
url = {http://ceur-ws.org/Vol-1070/kese9-01_02.pdf},
journaltitle = {Proceeding of the 9th International Workshop on Knowledge Engineering and Software Engineering (KESE9)},
}
@InCollection{barbieri:reasoning,
author = {Davide Francesco Barbieri and Daniele Braga and Stefano Ceri and Emanuele Della Valle and Michael Grossniklaus},
title = {Incremental Reasoning on Streams and Rich Background Knowledge},
booktitle = {Lecture Notes in Computer Science},
year = {2010},
publisher = {Springer Science $\mathplus$ Business Media},
pages = {1--15},
doi = {10.1007/978-3-642-13486-9_1},
url = {http://dx.doi.org/10.1007/978-3-642-13486-9_1},
}
@Article{barbieri:querying,
author = {Davide Francesco Barbieri and Daniele Braga and Stefano Ceri and Emanuele Della Valle and Michael Grossniklaus},
title = {Querying {RDF} streams with C-{SPARQL}},
year = {2010},
volume = {39},
number = {1},
month = {sep},
pages = {20},
doi = {10.1145/1860702.1860705},
url = {http://dx.doi.org/10.1145/1860702.1860705},
journal = {{ACM} {SIGMOD} Record},
publisher = {Association for Computing Machinery ({ACM})},
}
@Comment{jabref-meta: databaseType:biblatex;}