diff --git a/References.bib b/References.bib new file mode 100644 index 0000000..490769d --- /dev/null +++ b/References.bib @@ -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;} diff --git a/main.tex b/main.tex index 70eb583..3f3120c 100644 --- a/main.tex +++ b/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}