key - made up of the first two letters of the author's names plus the last
	two digits of the year.  ie: BeNu94 for 
	author = "Adam Beguelin and Gary Nutt", 
	year = "1994"

@article{key,
	author = 
	title = 
	journal = 
	year = 
	% optional
	volume = 
	number = 
	pages = 
	month = 
	note =
	}

@book{key,
	author = 
	editor = 
	title = 
	publisher = 
	year = 
	% optional
	volume = 
	series = 
	address = 
	edition = 
	month = 
	note =
	}

@booklet{key,
	title = 
	% optional
	author = 
	howpublished =
	address = 
	month = 
	year = 
	note =
	}

@inbook{key,
	author = 
	editor = 
	title = 
	chapter = 
	pages = 
	publisher = 
	year = 
	% optional
	volume = 
	series = 
	address = 
	edition = 
	month = 
	note =
	}

@incollection{key,
	author = 
	title = 
	booktitle = 
	publisher = 
	year = 
	% optional
	editor = 
	chapter = 
	pages = 
	address = 
	month = 
	note =
	}

@inproceedings{key,
	author = 
	title = 
	booktitle =
	year =
	% optional
	editor =
	pages =
	organization =
	publisher =
	address =
	month =
	note =
	}

@manual{key,
	title =
	% optional
	author =
	organization =
	address =
	edition =
	month =
	year =
	note =
	}

@mastersthesis{key,
	author =
	title =
	school =
	year =
	% optional
	address =
	month =
	note =
	}

@misc{key,
	% optional
	author =
	title =
	howpublished =
	month =
	year =
	note =
	}

@phdthesis{key,
	author =
	title =
	school =
	year =
	% optional
	address =
	month =
	note =
	}

@techreport{key,
	author =
	title =
	institution =
	year =
	% optional
	type =
	number =
	address =
	month =
	note =
	}

@unpublished{key,
	author =
	title = 
	note =
	% optional
	month =
	year =
	}
