-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreference.bib
More file actions
59 lines (53 loc) · 1.52 KB
/
reference.bib
File metadata and controls
59 lines (53 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
% BibTeX references
@book{goossens93,
author = {M. Goossens and F. Mittelbach and A. Samarin},
title = {The \LaTeX\ Companion},
year = {1993},
publisher = {Addison-Wesley}
}
@book{oetiker07,
author = {T. Oetiker and H. Partl and I. Hyna and E. Schlegl},
title = {The Not So Short Introduction to \LaTeXe{}},
publisher = {\url{http://www.ctan.org/tex-archive/info/lshort}},
year = {2007}
}
@inbook{Birman89,
author = {K. Birman and T. Joseph},
editor = {S. Mullender},
pages = {293-317},
publisher = {Addison-Wesley},
title = {Reliable Broadcast Protocols in Distributed Systems},
year = {1989}
}
%%%%% exemplo de manual
@manual{Chorus96a,
title = {Chorus/Cool-ORB r3 - Product Description},
organization = {Chorus Systems},
note = {CS/TR-95-157.3},
month = {June},
year = {1996}
}
%%%%% exemplo de artigo em revista
@article{Awerbuch85a,
author = {B. Awerbuch},
title = {Complexity of network synchronization},
journal = {Journal of ACM},
volume = {32},
number = {4},
pages = {801-823},
notes = {invited paper},
month = {October},
year = {1985}
}
%%%%% exemplo de artigo em evento
@conference{Adam88,
author = {M. Adam and Ph. Ingels and M. Raynal},
title = {The meaning of synchronous distributed algorithms run on
asynchronous distributed systems},
booktitle = {3$^{rd}$ International Symposium on Computer and
Information Sciences},
address = {Izmir - Turkey},
pages = {307-316},
month = {November},
year = {1988}
}