Hi all!
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
Theses, Books, Title pages ⇒ webpage or url?? bibliography section
NEW: TikZ book now 40% off at Amazon.com for a short time.

- 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}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.