3

Possible Duplicate:
How can I use BibTeX to cite a web page?

I want to cite this book: http://www.sce.carleton.ca/faculty/chinneck/po.html

Here's the citation I was given as an example:

@Book{knuth:84,
  author =   {Donald E. Knuth},
  title =    {The {\TeX} Book},
  publisher =    {Addison-Wesley},
  year =     {1984},
  edition =      {15th}
}

There is no publisher, no year, no edition etc.

Should I do it like this ( How can I use BibTeX to cite a web page? ) ?

snpsn
  • 31

1 Answers1

1

Depends on the citation style you are asked to use. In my institution (for dissertations) we have to include the uri and the access date.

Basak
  • 329