###############################################################################
#
# Sample BibTeX Reference File
# Mark Allman
# Last Updated: Mon Apr 22, 1996
#
###############################################################################

###############################################################################
#
# Define some things...
#
###############################################################################

@string{READ	= "Read"}
@string{SKIMMED	= "Skimmed"}
@string{LU	= "Look Up"}
@string{SR	= "Have; Should Read"}

###############################################################################
#
# BOOKS
#
###############################################################################

@book{comer91,
	author	=	"Douglas E. Comer",
	title	=	"{Internetworking with TCP/IP, Volume I, Principles, Protocols, and Architecture}",
	publisher =	"Prentice Hall",
	year	=	"1991",
	edition	=	"Second",
        annote  =       "good networking reference",
}

###############################################################################
#
# JOURNAL ARTICLES
#
###############################################################################

@article{birrell84,
	author	=	"Andrew D. Birrell and Bruce Jay Nelson",
	title	=	"{Implementing Remote Procedure Calls}",
	journal	=	"ACM TOCS",
	year	=	1984,
	volume	=	"2",
	number	=	"1",
	pages	=	"39--59",
	month	=	feb,
	annote	=	"nifty; classic",
	rstate	=	READ,
}

###############################################################################
#
# CONFERENCE PROCEEDINGS
#
###############################################################################

@inproceedings{jacobson88a,
	author	=	"Van Jacobson and Michael J. Karels",
	title	=	"{Congestion Avoidance and Control}",
	booktitle =	"ACM SIGCOMM",
	year	=	1988,
	filenum	=	"jacobson88a",
	rstate	=	READ,
}

###############################################################################
#
# RFCs, etc.
#
###############################################################################

@misc{schulzrinne96,
	author	=	"H. Schulzrinne and S. Casner and R. Frederick and V. Jacobson",
	title	=	"{RTP: A Transport Protocol for Real-Time Applications}",
	year	=	1996,
	month	=	jan,
	note	=	"RFC 1889",
	rstate	=	READ,
}

###############################################################################
#
# TECHNICAL REPORTS
#
###############################################################################

@techreport{lesk75,
	author	=	"M. E. Lesk",
	title	=	"{Lex - A Lexical Analyzer Generator}",
	institution =	"Bell Laboratories",
	type	=	"CSTR",
	number	=	39,
        month   =       oct, 
        year    =       1975,
	filenum	=	"lesk75",
	rstate	=	SKIMMED,
}
