
@misc(OnlineExample,
	author = "Lastname1, FirstName1 and Lastname2, FirstName2 and Lastname3, FirstName3  and Lastname4, FirstName4",
	title = "An Example of an Online Manuscript",
	note = "URL: http://here.there.com/paper1.pdf (Visited: 26 October 2006)",
        year = 2001
)



@inProceedings(ProceedingsExample,
	author = "Lastname1, FirstName1 and Lastname2, FirstName2 and Lastname3, FirstName3  and Lastname4, FirstName4",
	title = "An Example of a Conference Paper",
	editor = "Lastname5, Firstname5 and Lastname6, Firstname6", 
	booktitle = "Proceedings of the Example Conference",
	address = "Somecity, SomeCountryOrState",
	publisher = "Some Optional Publisher",
	year = 2001
)


@Book(BookExample,
	author = "Lastname7, FirstName7 and Lastname8, FirstName8 and Lastname9, FirstName9",
	title = "An Example of a Book",
	booktitle = "Proceedings of the Example Conference",
	address = "Somecity, SomeCountryOrState",
	publisher = "Some  Publisher",
	year = 2002
)


@InCollection(InEdittedVolumeExample,
	author = "Lastname10, FirstName10",
	title = "An Example of a Book Chapter",
	booktitle = "Example Edited Collection",
	editor = "Lastname11, Firstname11",
	address = "Somecity, SomeCountryOrState",
	publisher = "Some  Publisher",
	year = 2003
)


@article(JournalArticleExample,
	author = "Lastname11, FirstName11 and Lastname12, FirstName12",
	title = "An Example of a Journal Article",
	journal = "Journal of Examples",
	address = "Somecity, SomeCountryOrState",
	publisher = "Some Publisher",
        volume=23,
        issue=4,
        pages="111-144",
	year = 2001
)

