From 7291476e9fed825f318f616803c61dcfe8dc96dd Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Sat, 28 Jan 2017 16:29:50 +0100 Subject: [PATCH] =?UTF-8?q?[FGI3]=20Dateiverweis=20in=20Bibtex-Datei=20auf?= =?UTF-8?q?=20bessere=20Version=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jim Martens --- fgi3/literature.bib | 69 ++++++++++++++++++++++++++++++++++++--------- 1 file changed, 55 insertions(+), 14 deletions(-) diff --git a/fgi3/literature.bib b/fgi3/literature.bib index 04660bb..eafce07 100644 --- a/fgi3/literature.bib +++ b/fgi3/literature.bib @@ -1,17 +1,58 @@ -% This file was created with JabRef 2.10b2. -% Encoding: UTF8 +% Encoding: UTF-8 - -@Inproceedings{Doerr2011, - Title = {Stabilizing {C}onsensus {W}ith the {P}ower of {T}wo {C}hoices}, - Author = {Doerr, Benjamin and Goldberg, Leslie Ann and Minder, Lorenz and Sauerwald, Thomas and Scheideler, Christian}, - Booktitle = {Proceedings of the 23rd symposium on Parallelism in algorithms and architectures}, - Date = {2011-06-04/2011-06-06}, - Year = {2011}, - Pages = {149--158}, - Publisher = {ACM}, - - Owner = {jim}, - Timestamp = {2016.11.12} +@Article{Fischer1986, + author = {Fischer, Michael J. and Lynch, Nancy A. and Merritt, Michael}, + title = {Easy impossibility proofs for distributed consensus problems}, + journal = {Distributed Computing}, + year = {1986}, + volume = {1}, + number = {1}, + pages = {26--39}, + month = mar, + file = {:/home/jim/Documents/Studium/WS2016_17/FGI3/Seminar/Literatur/easy-impossibility-proofs-for-distributed-consensus-problems.pdf:PDF}, + journaltitle = {Distributed Computing}, + owner = {jim}, + timestamp = {2017.01.15}, } +@Article{Fischer1985, + author = {Fischer, Michael J. and Lynch, Nancy A. and Paterson, Michael S.}, + title = {Impossibility of distributed consensus with one faulty process}, + journal = {Journal of the ACM}, + year = {1985}, + volume = {32}, + number = {2}, + pages = {374--382}, + month = apr, + file = {:/home/jim/Documents/Studium/WS2016_17/FGI3/Seminar/Literatur/impossibility-of-distributed-consensus-with-one-faulty-process.pdf:PDF}, + owner = {jim}, + timestamp = {2017.01.15}, +} + +@Article{Aspnes2003, + author = {James Aspnes}, + title = {Randomized protocols for asynchronous consensus}, + journal = {Distributed Computing}, + year = {2003}, + volume = {16}, + number = {2}, + pages = {165--175}, + month = sep, + owner = {jim}, + timestamp = {2017.01.15}, +} + +@InProceedings{Doerr2011, + author = {Doerr, Benjamin and Goldberg, Leslie Ann and Minder, Lorenz and Sauerwald, Thomas and Scheideler, Christian}, + title = {Stabilizing {C}onsensus {W}ith the {P}ower of {T}wo {C}hoices}, + booktitle = {Proceedings of the 23rd symposium on Parallelism in algorithms and architectures}, + year = {2011}, + pages = {149--158}, + publisher = {ACM}, + date = {2011-06-04/2011-06-06}, + file = {:/home/jim/Documents/Studium/WS2016_17/FGI3/Seminar/Literatur/Stabilizing-Consensus-with-power-of-two-choices-alt.pdf:PDF}, + owner = {jim}, + timestamp = {2016.11.12}, +} + +@Comment{jabref-meta: databaseType:bibtex;}