Theses, Books, Title pages ⇒ webpage or url?? bibliography section
webpage or url?? bibliography section
Simple question: I used some of my writing from this link:
https://garsidej.wordpress.com/ib-geogr ... reshwater/
Which one should I choose url or webpage for referencing? and how should I fill the sections in order to have the url in my bibliography?
I hope to hearing from you.
Thanks in advance for your help
Sepideh
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
webpage or url?? bibliography section
Code: Select all
@online{freshwaterConflict,
author = {geographybhs},
title = {Freshwater -- Issues and conflict},
urldate = {2016-03-09},
url = {https://garsidej.wordpress.com/ib-geography/optional-themes-paper-2-hlsl/freshwater/},
}
Code: Select all
\documentclass{article}
\usepackage{xcolor}
\pagecolor{yellow!20!white}
\usepackage[backend=biber]{biblatex}
\addbibresource{lauraPhd2016.bib}
\begin{document}
\cite{freshwaterConflict}
\printbibliography
\end{document}