Added a bibliograpy and some additional packages, output should be harvard formatted as required by the school.
This commit is contained in:
parent
90981c42b6
commit
2591450f40
|
@ -0,0 +1,12 @@
|
|||
@InProceedings{JenkinsAndAngel2006,
|
||||
Title = {Evolved Topology Genralized Multi-Layer Percerptron (GMLP) for Joint Constraint Modelling},
|
||||
Author = {Jenkins, G and Angel, P},
|
||||
Booktitle = {9th International Conference on Computer Modelling and Simulation},
|
||||
Year = {2006},
|
||||
Address = {Oxford, UK},
|
||||
Editor = {Al-Begain, K and Orsoni, A and Al-Dabass, D},
|
||||
Pages = {1-6},
|
||||
Publisher = {United Kingdom Simulation Society}
|
||||
}
|
||||
|
||||
@Comment{jabref-meta: databaseType:bibtex;}
|
17
main.tex
17
main.tex
|
@ -23,7 +23,14 @@
|
|||
\usepackage[left=3cm,right=3cm]{geometry}
|
||||
%\usepackage{fontspec} % uncomment this and the font section if you would like to set a custom font
|
||||
|
||||
\usepackage{natbib}
|
||||
\usepackage{bibentry}
|
||||
|
||||
|
||||
% Config
|
||||
\usepackage{caption}
|
||||
\usepackage{graphicx}
|
||||
\DeclareGraphicsExtensions{.pdf,.png,.jpg}
|
||||
\graphicspath{ {./images/} }
|
||||
|
||||
% Font
|
||||
|
@ -107,6 +114,8 @@ autonomously. Making use of our state-of-the-art dedicated labs, you will
|
|||
be able to put theory into practice and gain the skills you need to succeed
|
||||
in an evolving digital world.
|
||||
|
||||
Citation test \cite{JenkinsAndAngel2006} and another \citep{JenkinsAndAngel2006}.
|
||||
|
||||
\section{Lecturers}
|
||||
You will be taught by academics and practitioners, who will provide insights
|
||||
into their research and enterprise activity. Through guest lectures from
|
||||
|
@ -125,5 +134,13 @@ part in our practical industry-based Hackathons. Additionally, we work
|
|||
closely with our international academic partners to offer you
|
||||
opportunities to study and work abroad.
|
||||
|
||||
%Choose a bibliograhpic style
|
||||
\bibliographystyle{agsm}
|
||||
|
||||
|
||||
|
||||
%Add section for Refs, this avoids having an extra section heading for Refs in your report.
|
||||
\addcontentsline{toc}{section}{References}
|
||||
\bibliography{References}
|
||||
|
||||
\end{document}
|
||||
|
|
Loading…
Reference in New Issue