docs/diploma

diff thesis/bib/thesis.bib @ 408:ee7211546c02

added paragraph about hikernet; fixed some bib entries
author meillo@marmaro.de
date Mon, 09 Feb 2009 00:37:52 +0100
parents 8ef85e22ff7d
children
line diff
     1.1 --- a/thesis/bib/thesis.bib	Sun Feb 08 23:57:50 2009 +0100
     1.2 +++ b/thesis/bib/thesis.bib	Mon Feb 09 00:37:52 2009 +0100
     1.3 @@ -2,14 +2,14 @@
     1.4  	author    = "Brooks, Jr., Frederick P.",
     1.5  	title     = "\textit{The mythical man-month: essays on software engineering}",
     1.6  	year      = "1995",
     1.7 -	publisher = "Addison-Wesley"
     1.8 +	publisher = "Addison-Wesley",
     1.9  }
    1.10  
    1.11  @book{kernighan84,
    1.12  	author =  "Brian W. Kernighan and Rob Pike",
    1.13  	title = "\textit{The UNIX Programming Environment}",
    1.14  	year = "1984",
    1.15 -	publisher = "Prentice-Hall"
    1.16 +	publisher = "Prentice-Hall",
    1.17  	note = "ISBN: 0-13-937681-X",
    1.18  }
    1.19  
    1.20 @@ -17,7 +17,7 @@
    1.21  	author = "Marc J. Rochkind",
    1.22  	title = "\textit{Advanced UNIX Programming}",
    1.23  	year = "1985",
    1.24 -	publisher = "Prentice-Hall"
    1.25 +	publisher = "Prentice-Hall",
    1.26  	note = "ISBN: 0-13-011800-1",
    1.27  }
    1.28  
    1.29 @@ -25,7 +25,7 @@
    1.30  	author = "Brian W. Kernighan and Rob Pike",
    1.31  	title = "\textit{The Practice of Programming}",
    1.32  	year = "1999",
    1.33 -	publisher = "Addison-Wesley"
    1.34 +	publisher = "Addison-Wesley",
    1.35  	note = "ISBN: 0-201-61586-X",
    1.36  }
    1.37  
    1.38 @@ -34,7 +34,7 @@
    1.39  	title = "\textit{The C Programming Language}",
    1.40  	edition = "Second",
    1.41  	year = "1988",
    1.42 -	publisher = "Prentice-Hall"
    1.43 +	publisher = "Prentice-Hall",
    1.44  	note = "ISBN: 0-13-110362-8",
    1.45  }
    1.46  
    1.47 @@ -148,7 +148,7 @@
    1.48  	author = "Mike Gancarz",
    1.49  	title = "\textit{The UNIX Philosophy}",
    1.50  	year = "1995",
    1.51 -	publisher = "Digital Press"
    1.52 +	publisher = "Digital Press",
    1.53  	note = "ISBN: 1-55558-123-4",
    1.54  }
    1.55  
    1.56 @@ -529,3 +529,12 @@
    1.57  
    1.58  
    1.59  
    1.60 +@techreport{leister04,
    1.61 +	author = "Wolfgang Leister",
    1.62 +	title = "\textit{Hikernet: Peer-to-Peer Messaging in an Ad-Hoc Network}",
    1.63 +	institution = "Norsk Regnesentral",
    1.64 +	year = "2004",
    1.65 +	month = "December",
    1.66 +	number = "DART/10/04",
    1.67 +	note = "Available on the Internet: {\small\url{http://publications.nr.no/hikernet.pdf} (2009-02-08)}",
    1.68 +}