data.bib
Code: Select all
@article{Wu2011,Title = {Development of damage-controlled latter cast FRP–RC hybrid girders},Author = {Zhishen Wu},Journal = {Composites: Part B},Year = {2011},Pages = {1770–1777},Volume = {42},Owner = {inderpreet},Timestamp = {2016.02.16}}@Electronic{news2015,Title = {India loses Rs 2 trillion annually to corrosion of infrastructure: Government” Sep 3, 2015, The Economic Times},Month = {September},Url = {http://articles.economictimes.indiatimes.com/2015-09-03/news/66178697_1_corrosion-installations-infrastructure},Year = {2004},Owner = {inderpreet},Timestamp = {2016.02.17}}
Code: Select all
\documentclass[a4paper,10pt]{article}%\usepackage[backend=biber]{biblatex}%\addbibresource{data.bib}\usepackage{natbib}\begin{document}This is bibliography using biber~\cite{Wu2011}.\cite{news2015}\bibliography{data}%\bibliographystyle{unsrtnat}%\printbibliography\end{document}