I actually find the Wikipedia article on BibTeX (<a href="http://en.wikipedia.org/wiki/BibTeX">http://en.wikipedia.org/wiki/BibTeX</a>)&nbsp; a useful reference on entry types. It includes the required and optional fields for common style files. And of course, you can look at the style file yourself to see the supported fields. I had to write my own style file for my senior design class last year, and boy did I get a crash course in stacks! But in terms of getting your bib to look just right, there&#39;s nothing better.<br>
<br>Cheers,<br>Bob Wilson<br><br><div class="gmail_quote">On Thu, Nov 20, 2008 at 1:54 PM, Alan Litchfield <span dir="ltr">&lt;<a href="mailto:alan@alphabyte.co.nz">alan@alphabyte.co.nz</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Sam,<br>
<br>
You can use the url field, as in:<br>
<br>
@article{Alter2005,<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Author = {Steven Alter},<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Title = {Architecture of {S}ysperanto: A Model-Based Ontology of the<br>
\textsc{is} Field},<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Journal = {Communications of the {A}ssociation for {I}nformation<br>
{S}ystems},<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Year = {2005},<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Month = {January},<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Volume = {15},<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Number = {1},<br>
 &nbsp; &nbsp; &nbsp; &nbsp;lastChecked = {16 April, 2008},<br>
 &nbsp; &nbsp; &nbsp; &nbsp;url = {<a href="http://www.stevenalter.com/" target="_blank">www.stevenalter.com/</a>} }<br>
<br>
If you are using APAcite I would suggest reading the documentation. It<br>
explains how to handle urls well. If you are using TeXLive you should<br>
be able to use texdoc apacite in a terminal window. Otherwise it is<br>
available from your local ctan mirror.<br>
<br>
HIH<br>
Alan<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
On 21/11/2008, at 10:14 AM, Sam Albers wrote:<br>
<br>
&gt; Hello All,<br>
&gt;<br>
&gt; I cant&#39; seem to figure out how to cite a website using Bibtex. So<br>
&gt; far I have tried this (with \usepackage{url}:<br>
&gt;<br>
&gt; @MISC{UNBC2008,<br>
&gt; AUTHOR = &quot;UNBC&quot;,<br>
&gt; TITLE = &quot;Natural Resources and Environmental Studies Graduate<br>
&gt; Program&quot;,<br>
&gt; MONTH = &quot;November&quot;,<br>
&gt; YEAR = {2008},<br>
&gt; NOTE = &quot;\url{<a href="http://www.unbc.ca/nres/grad_overview.html" target="_blank">http://www.unbc.ca/nres/grad_overview.html</a>}&quot;<br>
&gt;<br>
&gt; And this:<br>
&gt;<br>
&gt;<br>
&gt; @MISC{UNBC2008,<br>
&gt; AUTHOR = &quot;UNBC&quot;,<br>
&gt; TITLE = &quot;Natural Resources and Environmental Studies Graduate<br>
&gt; Program&quot;,<br>
&gt; MONTH = &quot;November&quot;,<br>
&gt; YEAR = {2008},<br>
&gt; NOTE = &quot;\texttt{<a href="http://www.unbc.ca/nres/grad_overview.html" target="_blank">http://www.unbc.ca/nres/grad_overview.html</a>}&quot;<br>
&gt;<br>
&gt; Any ideas on the proper way to do this? I am using APA style. Sorry<br>
&gt; if this is quite simple.<br>
&gt;<br>
&gt; Sam<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; TeX FAQ: <a href="http://www.tex.ac.uk/faq" target="_blank">http://www.tex.ac.uk/faq</a><br>
&gt; Mailing list archives: <a href="http://tug.org/pipermail/texhax/" target="_blank">http://tug.org/pipermail/texhax/</a><br>
&gt; More links: <a href="http://tug.org/begin.html" target="_blank">http://tug.org/begin.html</a><br>
&gt;<br>
&gt; Automated subscription management: <a href="http://tug.org/mailman/listinfo/texhax" target="_blank">http://tug.org/mailman/listinfo/texhax</a><br>
&gt; Human mailing list managers: <a href="mailto:postmaster@tug.org">postmaster@tug.org</a><br>
<br>
--<br>
Alan Litchfield MBus(Hons), MNZCS<br>
AlphaByte<br>
PO Box 1941, Auckland, NZ. 1140<br>
<a href="http://www.alphabyte.co.nz" target="_blank">http://www.alphabyte.co.nz</a><br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
TeX FAQ: <a href="http://www.tex.ac.uk/faq" target="_blank">http://www.tex.ac.uk/faq</a><br>
Mailing list archives: <a href="http://tug.org/pipermail/texhax/" target="_blank">http://tug.org/pipermail/texhax/</a><br>
More links: <a href="http://tug.org/begin.html" target="_blank">http://tug.org/begin.html</a><br>
<br>
Automated subscription management: <a href="http://tug.org/mailman/listinfo/texhax" target="_blank">http://tug.org/mailman/listinfo/texhax</a><br>
Human mailing list managers: <a href="mailto:postmaster@tug.org">postmaster@tug.org</a><br>
</blockquote></div><br>