Changed @misc{paxos, to @article{paxos,

This commit is contained in:
James Ray 2017-11-17 18:14:53 +11:00 committed by GitHub
parent d13cb97507
commit ef5cd5caab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,21 @@
author = {Satoshi Nakamoto},
URL = {https://bitcoin.org/bitcoin.pdf},
YEAR = {2008},
Month = {11}
Month = {11},
}
@misc{paxos,
@article{paxos,
title={Paxos Made Moderately Complex},
url={http://paxos.systems/},
journal={Paxos Made Moderately Complex}
author = "ROBBERT VAN RENESSE and DENIZ ALTINBUKEN",
year = "2015",
month = "April",
doi = "http://dx.doi.org/10.1145/2673577",
journal = "ACM Comput. Surv.",
volume = "47",
number = "3",
address = "New York, NY, USA",
note = "Article no. 42",
url={http://www.cs.cornell.edu/courses/cs7412/2011sp/paxos.pdf},
}
@article{lamport_1998,