annotate thesis/bib/thesis.bib @ 59:f74b56be6275

adopted new structure of parts 3 and 4 by professor
author meillo@marmaro.de
date Sat, 18 Oct 2008 10:59:06 +0200
parents da11c1b9e8cb
children 49b6b611c3d6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
54
da11c1b9e8cb splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents: 52
diff changeset
1 @book{mmm,
39
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
2 author = "Brooks, Jr., Frederick P.",
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
3 title = "The mythical man-month: essays on software engineering",
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
4 year = "1995",
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
5 publisher = "Addison-Wesley"
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
6 }
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
7
39
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
8 @book{unixprogenv,
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
9 author = "Brian W. Kernighan and Rob Pike",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
10 title = "The UNIX Programming Environment",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
11 year = "1984",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
12 publisher = "Prentice-Hall"
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
13 }
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
14
39
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
15 @book{advunixprog,
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
16 author = "Marc J. Rochkind",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
17 title = "Advanced UNIX Programming",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
18 year = "1985",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
19 publisher = "Prentice-Hall"
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
20 }
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
21
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
22 @book{practiceprog,
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
23 author = "Brian W. Kernighan and Rob Pike",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
24 title = "The Practice of Programming",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
25 year = "1999",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
26 publisher = "Addison-Wesley"
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
27 }
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
28
54
da11c1b9e8cb splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents: 52
diff changeset
29 @book{k&r,
39
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
30 author = "Brian W. Kernighan and Dennis M. Ritchie",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
31 title = "The C Programming Language",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
32 edition = "Second",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
33 year = "1988",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
34 publisher = "Prentice-Hall"
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
35 }
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
36
50
f944ca6dd688 added CATB cite; added unbreakable spaces
meillo@marmaro.de
parents: 39
diff changeset
37 @book{catb,
f944ca6dd688 added CATB cite; added unbreakable spaces
meillo@marmaro.de
parents: 39
diff changeset
38 author = "Eric S. Raymond",
f944ca6dd688 added CATB cite; added unbreakable spaces
meillo@marmaro.de
parents: 39
diff changeset
39 title = "The Cathedral \& the Bazaar",
f944ca6dd688 added CATB cite; added unbreakable spaces
meillo@marmaro.de
parents: 39
diff changeset
40 year = "1999",
f944ca6dd688 added CATB cite; added unbreakable spaces
meillo@marmaro.de
parents: 39
diff changeset
41 publisher = "O'Reilly Media",
54
da11c1b9e8cb splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents: 52
diff changeset
42 note = "ISBN: 1-56592-724-9. Also available at {\small\url{http://catb.org/esr/writings/cathedral-bazaar/cathedral-bazaar/} (2008-10-14)}",
50
f944ca6dd688 added CATB cite; added unbreakable spaces
meillo@marmaro.de
parents: 39
diff changeset
43 }
39
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
44
54
da11c1b9e8cb splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents: 52
diff changeset
45 @book{sendmail,
da11c1b9e8cb splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents: 52
diff changeset
46 author = "Bryan Costales and Eric Allman",
da11c1b9e8cb splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents: 52
diff changeset
47 title = "sendmail",
da11c1b9e8cb splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents: 52
diff changeset
48 year = "1997",
da11c1b9e8cb splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents: 52
diff changeset
49 edition = "Second",
da11c1b9e8cb splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents: 52
diff changeset
50 publisher = "O'Reilly \& Associates, Inc",
da11c1b9e8cb splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents: 52
diff changeset
51 note = "ISBN: 1-56592-222-0",
da11c1b9e8cb splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents: 52
diff changeset
52 }
da11c1b9e8cb splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents: 52
diff changeset
53
da11c1b9e8cb splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents: 52
diff changeset
54
da11c1b9e8cb splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents: 52
diff changeset
55
39
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
56 =====================================
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
57
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
58 @article{AbedonHymanThomas2003,
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
59 author = "Abedon, S. T. and Hyman, P. and Thomas, C.",
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
60 year = "2003",
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
61 title = "Experimental examination of bacteriophage latent-period evolution as a response to bacterial availability",
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
62 journal = "Applied and Environmental Microbiology",
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
63 volume = "69",
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
64 pages = "7499--7506"
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
65 }
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
66
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
67 @incollection{Abedon1994,
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
68 author = "Abedon, S. T.",
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
69 title = "Lysis and the interaction between free phages and infected cells",
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
70 pages = "397--405",
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
71 booktitle = "Molecular biology of bacteriophage T4",
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
72 editor = "Karam, Jim D. Karam and Drake, John W. and Kreuzer, Kenneth N. and Mosig, Gisela
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
73 and Hall, Dwight and Eiserling, Frederick A. and Black, Lindsay W. and Kutter, Elizabeth
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
74 and Carlson, Karin and Miller, Eric S. and Spicer, Eleanor",
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
75 publisher = "ASM Press, Washington DC",
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
76 year = "1994"
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
77 }
39
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
78
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
79 note = "\url{http://www.example.com}"