Theses, Books, Title pageswebpage or url?? bibliography section

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
rasepideh
Posts: 16
Joined: Wed Jan 27, 2016 2:09 pm

webpage or url?? bibliography section

Post by rasepideh »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Johannes_B »

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.
Post Reply