I am having a problem citing some of my references in a chapter of my dissertation.I get two error messages when I try to compile the Reference.bib file namely Warning--empty journal for a research paper found on google scholar here and the error Warning--empty institution for a report found here.
Due to these warnings my references appear wrongly e.g if I put references before the reference giving a warning, the order of referencing changes when I compile the document. Thus the citation reference number 1 becomes reference 2 and so on.
I am using TeXShop version 3.77 on a Mac.
I have tried suggestions from the following posts with no luck :Stop bibtex from complaining about an empty note, BibTeX is not parsing my entries correctly and How to suppress Warning--empty author Message?
\documentclass{report}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{cite}
\usepackage[utf8]{inputenc}
\begin{document}
\include{titlepage}
\renewcommand{\chaptername}{}
\setcounter{chapter}{+5}
\tableofcontents
\include{chapter5}
\bibliographystyle{plain}
\bibliography{References}
\end{document}