Mercurial > docs > diploma
annotate thesis/bib/thesis.bib @ 131:a496788a30b3
bib stuff: Ref on the Internet -> Websites
author | meillo@marmaro.de |
---|---|
date | Wed, 10 Dec 2008 08:32:12 +0100 |
parents | af2008ba7a65 |
children | a83a29e10b10 |
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 | 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 | 8 @book{unixprogenv, |
9 author = "Brian W. Kernighan and Rob Pike", | |
10 title = "The UNIX Programming Environment", | |
11 year = "1984", | |
12 publisher = "Prentice-Hall" | |
13 } | |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
14 |
39 | 15 @book{advunixprog, |
16 author = "Marc J. Rochkind", | |
17 title = "Advanced UNIX Programming", | |
18 year = "1985", | |
19 publisher = "Prentice-Hall" | |
20 } | |
21 | |
22 @book{practiceprog, | |
23 author = "Brian W. Kernighan and Rob Pike", | |
24 title = "The Practice of Programming", | |
25 year = "1999", | |
26 publisher = "Addison-Wesley" | |
27 } | |
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 | 30 author = "Brian W. Kernighan and Dennis M. Ritchie", |
31 title = "The C Programming Language", | |
32 edition = "Second", | |
33 year = "1988", | |
34 publisher = "Prentice-Hall" | |
35 } | |
36 | |
50 | 37 @book{catb, |
38 author = "Eric S. Raymond", | |
39 title = "The Cathedral \& the Bazaar", | |
40 year = "1999", | |
41 publisher = "O'Reilly Media", | |
113 | 42 note = "ISBN: 1-56592-724-9. Also available online at {\small\url{http://catb.org/esr/writings/cathedral-bazaar/cathedral-bazaar/} (2008-10-14)}", |
50 | 43 } |
39 | 44 |
71
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
45 @book{costales97, |
54
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 |
71
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
54 @book{vixie01, |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
55 author = "Paul A. Vixie and Frederick M. Avolio", |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
56 title = "Sendmail: Theory and Practice", |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
57 year = "2001", |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
58 edition = "Second", |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
59 publisher = "Digital Press", |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
60 note = "ISBN: 1-55558-229-X. The first chapter ``Background and History'' is available online at {\small\url{http://smtap.al.org/ch01.pdf} (2008-10-23)}", |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
61 } |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
62 |
54
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
63 |
113 | 64 @book{powerof2x2, |
65 author = "Alex Lowy and Phil Hood", | |
66 title = "The Power of the 2 x 2 Matrix: Using 2 x 2 Thinking to Solve Business Problems and Make Better Decisions", | |
67 publisher = "Jossey-Bass", | |
68 year = "2004", | |
69 note = "ISBN: 0-78797-292-4", | |
70 pages = "129--131", | |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
71 } |
113 | 72 |
73 @article{wired:hype, | |
74 author = "Jesse Freund", | |
75 title = "\emph{Hype List}", | |
76 journal = "Wired Magazine", | |
77 month = "June", | |
78 year = "1998", | |
79 note = "Also available online at: {\small\url{http://www.wired.com/wired/archive/6.06/hypelist.html} (2008-11-26)}", | |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
80 } |
39 | 81 |
113 | 82 @techreport{panda:email-threats, |
118
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
83 key = "Panda", |
113 | 84 institution = "Panda Security and Commtouch", |
85 author = "", | |
118
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
86 title = "\emph{Q2 2008 Email Threats Trend Report}", |
113 | 87 note = "Also available online at: {\small\url{http://www.pandasecurity.com/emailhtml/oxygen/Q2_08%20Email_Threats%20-%20Panda.pdf} (2008-11-26)}", |
88 year = "2008", | |
89 month = "July", | |
90 } | |
91 | |
92 @techreport{ironport:zombie-computers, | |
118
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
93 key = "Ironport", |
113 | 94 institution = "{IronPort Systems Inc.}", |
95 type = "Press Release", | |
96 author = "", | |
118
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
97 title = "\emph{Spammers Continue Innovation: IronPort Study Shows Image-based Spam, Hit \& Run, and Increased Volumes Latest Threat to Your Inbox}", |
113 | 98 month = "June", |
99 year = "2006", | |
100 note = "Also available online at: {\small\url{http://ironport.com/company/ironport_pr_2006-06-28.html} (2008-11-26)}", | |
101 } | |
118
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
102 |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
103 |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
104 @incollection{lenke95, |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
105 author = "Nils Lenke and Peter Schmitz", |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
106 title = "\emph{Geschwätz im `Globalen Dorf' -- Kommunication im Internet}", |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
107 booktitle = "Osnabrücker Beiträge zur Sprachtheorie", |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
108 publisher = "Ulrich Schmitz", |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
109 volume = "50", |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
110 year = "1995", |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
111 pages = "117--141", |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
112 note = "(In German language)", |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
113 } |
121
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
114 |
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
115 @mastersthesis{hafiz05, |
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
116 author = "Munawar Hafiz", |
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
117 title = "\emph{Security architecture of mail transfer agents}", |
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
118 school = "University of Illinois", |
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
119 year = "2005", |
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
120 month = "June", |
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
121 note = "Also available online at: {\small\url{FIXME} (2008-12-04)}", |
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
122 } |
127 | 123 |
124 | |
125 @article{shearer06, | |
126 author = "Dan Shearer", | |
127 title = "\emph{MTA Comparison}", | |
128 journal = "Linux Weekly News", | |
129 month = "August", | |
130 year = "2006", | |
131 note = "Available online at: {\small\url{http://shearer.org/MTA_Comparison} (2008-12-09)} or {\small\url{http://lwn.net/Articles/196711} (2008-12-09)}", | |
132 } | |
133 |