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
60
61
62
63
64
65
|
%% report.bib - contains BiBtex input for bibliography
@book{Alred03,
author = "G. J. Alred and C. T. Brusaw and W. E. Oliu",
title = "Handbook of Technical Writing",
publisher= "St. Martin's",
address= "New York",
year = "2003 (seventh edition)" }
@book{Goossens97,
author = "Michel Goossens and Frank Mittelbach and Sebastian Rahtz",
title = "The LaTeX Companion",
publisher= "Addison-Wesley",
address= "Reading, Mass.",
year = "1997" }
@book{Mittelbach04,
author = "Frank Mittelbach and Michel Goossens and Johannes Braams and David Carlisle",
title = "The LaTeX Companion",
publisher= "Addison-Wesley",
address= "Reading, Mass.",
year = "2004 (second edition)" }
@incollection{Gull89a,
author = "S. F. Gull",
title = "Developments in maximum-entropy data analysis",
booktitle= " Maximum Entropy and Bayesian Methods",
editor = "J. Skilling",
pages = "53-71 ",
publisher= "Kluwer Academic, Dordrecht",
year = "1989" }
@inproceedings{Hanson93c,
author = "K. M. Hanson",
title = "Introduction to {B}ayesian image analysis",
booktitle= "Medical Imaging:\ Image Processing",
editor = "M.\ H. Loew",
series = "Proc. SPIE",
volume = "1898",
pages = "716-731",
year = "1993" }
@book{Lamport94,
author = "L. Lamport",
title = "LaTeX: A Document Preparation System",
publisher= "Addison-Wesley",
address= "Reading, Mass.",
year = "1994" }
@article{Metropolis53,
author = "N. Metropolis and A. W. Rosenbluth and M. N. Rosenbluth and A. H. Teller and E. Teller",
title = "Equations of state calculations by fast computing machine",
journal= "J. Chem. Phys.",
volume = "21",
pages = "1087-1091",
year = "1953" }
@book{Perelman97,
author = "L. C. Perelman and J. Paradis and E. Barrett",
title = "Mayfield Handbook of Technical and Scientific Writing",
publisher= "Mountain View",
address= "Mayfield",
year = "1997",
note = "http://mit.imoat.net/handbook/" }
|