Browse Source

Final report template

Min 5 years ago
parent
commit
5deaae963f

+ 5 - 0
.gitignore

@@ -27,3 +27,8 @@ incremental_db/
 greybox_tmp/
 *-eps-converted-to.pdf
 *.autosave
+
+*-blx.bib
+*.bbl
+*.blg
+*.run.xml

+ 0 - 0
docs/final_report/1-abstract.tex


+ 34 - 0
docs/final_report/2-introduction.tex

@@ -0,0 +1,34 @@
+\iffalse
+The Introduction brings readers from a general understanding of the topic 
+to a point where they can begin to understand what it is you are intending to do. 
+
+It starts with broad statements and ends with specific statements about your project. 
+Along the way it introduces readers to what has been done in the literature and 
+then tells them why your project results will be different.
+
+The Introduction provides a motivation for the work and tells readers what you will be telling them.
+The following sections may be written simply as paragraphs; 
+nothing more is really needed in the Introduction. 
+You do not have to separate out each section.
+The Funnel model is a good way to organise the Introduction.
+
+1) The funnel model begins with a general statement about the general topical area;
+ for example, “Antennas have been used for communications for at least 100 years”.
+ It then narrows the focus repeatedly with further sentences by introducing work that has been 
+ done in the literature with the appropriate citations.
+ Finally, it reaches your project. By that time the reader knows in general terms what your work
+ is about and understands your motivations. 
+ The number of cited works ranges from a few to very many. 
+ But whatever the number, they are the most significant in the field and have made the most impact on the historical development of the topic.
+
+2) Your specific Aims and Objectives follow. Use bullet points for each and spend a few sentences describing each.
+
+3) Follow your Aims and Objectives with a specific literature review. 
+ In section 1, the review was rather broad. Now is the time to focus in on several journal articles 
+ or products or activities that most closely match your own project work. 
+ Use a few sentences to describe each one and show specifically what was useful about them. 
+ Show how your work would improve on their work. You need only a few here. 
+ Use those that are most similar and most like your project.
+
+End the Introduction with a one-line description of the contents of each following Chapter.For example, “Chapter 2 focuses on.... Chapter 3 describes the work.... In Chapter 4, an outline of the measuring equipment ..., etc.”
+\fi

+ 12 - 0
docs/final_report/3-objectives.tex

@@ -0,0 +1,12 @@
+\iffalse
+This chapter describes your Goals and Objectives. 
+Indicate how your work is intended to expand on previous historical work.
+Present your motivations; why are you doing this?
+Indicate the type of project you have(see the list above).
+
+Types of Projects:
+2) Design and Construction projects:
+These types of projects involve the design and construction of some 
+electrical or electronic apparatus or device within the bounds 
+of the department's educational mandate.
+\fi

+ 8 - 0
docs/final_report/4-theory.tex

@@ -0,0 +1,8 @@
+\iffalse
+This chapter presents the background physical or electrical theory
+and on any analytical methods you will use to accomplish your goals.
+If you have a research question, what is it?
+Have you made any deductions from it that you are now testing?
+What mathematical bases must be understood in order to interpret your results in Chapter 5?
+Give the reader a solid understanding of the foundations here.
+\fi

+ 10 - 0
docs/final_report/5-methods.tex

@@ -0,0 +1,10 @@
+\iffalse
+This chapter lays out your approach. 
+What did you actually do to reach your goal, or attempt to reach your goal? 
+What equipment did you use? 
+How did you build the device? 
+How did you set up the simulation: what mesh values, for example, did you use?
+
+Provide enough detail that your work can be duplicated by someone else.
+Be precise and use the correct units.
+\fi

+ 24 - 0
docs/final_report/6-results.tex

@@ -0,0 +1,24 @@
+\iffalse
+This chapter looks specifically at your results.
+* You measured some samples. 
+What values did you measure? 
+Present them in a table or graph? 
+How did you test whether they were good measurements? 
+Were you looking to improve something? 
+Are your new samples better than the old ones?
+
+* You built a device; 
+what tests did you run to make sure that it is running correctly?
+
+* You calculated something or developed a new theory about something. 
+How do you know how well it predicts? 
+What tests did you run? 
+What comparisons with the literature did you make?
+* You coded or simulated something. 
+What tests did you run to be sure it was working correctly? 
+
+Describe what you want the reader to notice in the results. 
+Give the facts, then give your analysis of the facts.
+Present your graphs, figures, tables, photos, and equations needed to show what you accomplished.
+Label everything clearly, using the recommendations given below in “Things to Look For”
+\fi

+ 9 - 0
docs/final_report/7-conclusion.tex

@@ -0,0 +1,9 @@
+\iffalse
+The final chapter is short and sweet, to the point:
+ what did you really accomplish? 
+ What significant result can you claim and how it differs from anything done before. 
+ How well did you meet your goal? 
+ Now step out one level, then another indicating the impact your work will have on the literature and on future endeavours.
+ * Start with the specifics and end with the general.
+ * Summarise key result; mention limitations, note anything unexpected.
+\fi

+ 1 - 0
docs/final_report/8-appendix.tex

@@ -0,0 +1 @@
+This is appendix

BIN
docs/final_report/index.pdf


+ 108 - 0
docs/final_report/index.tex

@@ -0,0 +1,108 @@
+\documentclass[a4paper,12pt]{article}
+\usepackage[top=1in,bottom=1in,left=1in,right=1in]{geometry}
+\usepackage[T1]{fontenc}
+\usepackage[utf8]{inputenc}
+\usepackage{newunicodechar}
+\usepackage{lmodern}
+\usepackage{textgreek}
+\usepackage{amsmath}
+\usepackage{mathtools}
+\usepackage{graphicx}
+\usepackage{pdflscape}
+\usepackage{svg}
+
+
+\usepackage{tabularx}
+\usepackage{blindtext}
+\usepackage{hyperref}
+\usepackage{pgfgantt}
+\usepackage{colortbl}
+\usepackage{pdfpages}
+\usepackage{setspace}
+\usepackage{subcaption}
+\usepackage{tikz}
+\usepackage{chngcntr}
+\usepackage{longtable}
+\usepackage{xcolor,colortbl}
+\usepackage{pdfpages}
+\counterwithin{figure}{subsection}
+\usepackage{multicol} 
+\usepackage{mdframed} 
+
+\setcounter{tocdepth}{3}
+
+
+\usepackage[backend=bibtex]{biblatex}
+\addbibresource{references.bib}
+
+\begin{document}
+	
+	\begin{titlepage}
+		\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
+		\begin{tikzpicture}[remember picture, overlay]
+		\node [anchor=north east, inner sep=0pt]  at (current page.north east)
+		{\includegraphics[width=21cm]{../resources/ucl-banner-dl-port-outline.eps}};
+		\end{tikzpicture}\\[3cm]
+		\center
+		
+		\textsc{\Large University College London}\\[0.5cm]
+		\textsc{\large Department of Electronic and Electrical Engineering}\\[0.5cm]
+		
+		\HRule \\[0.4cm]
+		\setstretch{1.5}
+		{ \huge \bfseries Performance characterisation of 8-bit RISC and OISC architectures}\\[0.4cm]
+		\setstretch{1.0}
+		\HRule \\[1.0cm]
+		
+		\begin{multicols}{3}
+			
+			\Large \emph{Author:}\\
+			Mindaugas \textsc{Jarmolovi\v{c}ius}\\
+			\href{mailto:zceemja@ucl.ac.uk}{zceemja@ucl.ac.uk}\\
+			
+			\columnbreak
+			
+			\Large \emph{Supervisor:}\\
+			Prof. Robert \textsc{Killey}\\
+			\href{mailto:r.killey@ucl.ac.uk}{r.killey@ucl.ac.uk}
+			
+			\columnbreak
+			
+			\Large \emph{Second Assessor:}\\
+			Dr. Ed \\\textsc{Romans}\\
+			\href{mailto:e.romans@ucl.ac.uk}{e.romans@ucl.ac.uk}
+			
+		\end{multicols}
+		
+		\vfill
+		\setstretch{2.5}
+		{ \large \bfseries A BEng Project Final Report}\\[1cm]
+		\setstretch{1.0}
+		{\large March 27, 2020}\\[2cm]
+		
+	\end{titlepage}
+	
+	\pagebreak
+	
+	\begin{multicols}{2}
+	\section{Abstract}\label{sec:abstract}
+	\input{1-abstract.tex}
+	\section{Introduction}\label{sec:introduction}
+	\input{2-introduction.tex}
+	\section{Goals and Objective}\label{sec:objectives}
+	\input{3-objectives.tex}
+	\section{Theory and Analytical Bases}\label{sec:theory}
+	\input{4-theory.tex}
+	\section{Technical Method}\label{sec:methods}
+	\input{5-methods.tex}
+	\section{Results and Analysis}\label{sec:results}
+	\input{6-results.tex}
+	\section{Conclusion}\label{sec:conclusion}
+	\input{7-conclusion.tex}
+	\section{Appendix}\label{sec:appendix}
+	\input{8-appendix.tex}
+	\section{References}
+	\printbibliography
+	\end{multicols}
+	
+\end{document}

+ 92 - 0
docs/final_report/references.bib

@@ -0,0 +1,92 @@
+@article{beldianu_ziavras_2014,
+	title={ASIC Design of Shared Vector Accelerators for Multicore Processors},
+	DOI={10.1109/sbac-pad.2014.13},
+	journal={2014 IEEE 26th International Symposium on Computer Architecture and High Performance Computing},
+	author={Beldianu, Spiridon F. and Ziavras, Sotirios G.},
+	year={2014}
+},
+
+@article{dharshana_balasubramanian_arun_2016,
+	title={Encrypted computation on a one instruction set architecture},
+	DOI={10.1109/iccpct.2016.7530376},
+	journal={2016 International Conference on Circuit, Power and Computing Technologies (ICCPCT)},
+	author={Dharshana, K. S. and Balasubramanian, Kannan and Arun, M.},
+	year={2016}
+},
+
+@article{ong_ang_seng_2010,
+	title={Implementation of (15, 9) Reed Solomon Minimal Instruction Set Computing on FPGA using Handel-C},
+	DOI={10.1109/iccaie.2010.5735103},
+	journal={2010 International Conference on Computer Applications and Industrial Electronics},
+	author={Ong, Jia Jan and Ang, L.-M. and Seng, K. P.},
+	year={2010}
+},
+
+@article{yokota_saso_hara-azumi_2017,
+	title={One-instruction set computer-based multicore processors for energy-efficient streaming data processing},
+	DOI={10.1145/3130265.3130318},
+	journal={Proceedings of the 28th International Symposium on Rapid System Prototyping Shortening the Path from Specification to Prototype - RSP '17},
+	author={Yokota, Minato and Saso, Kaoru and Hara-Azumi, Yuko},
+	year={2017}
+}
+
+@article{ahmed_sakamoto_anderson_hara-azumi_2015,
+	title={Synthesizable-from-C Embedded Processor Based on MIPS-ISA and OISC},
+	DOI={10.1109/euc.2015.23},
+	journal={2015 IEEE 13th International Conference on Embedded and Ubiquitous Computing},
+	author={Ahmed, Tanvir and Sakamoto, Noriaki and Anderson, Jason and Hara-Azumi, Yuko},
+	year={2015}
+},
+
+@article{blem_menon_sankaralingam_2013,
+	title={Power struggles: Revisiting the RISC vs. CISC debate on contemporary ARM and x86 architectures},
+	DOI={10.1109/hpca.2013.6522302},
+	journal={2013 IEEE 19th International Symposium on High Performance Computer Architecture (HPCA)},
+	author={Blem, E. and Menon, J. and Sankaralingam, K.},
+	year={2013}
+},
+
+@book{gilreath_laplante_2003,
+	place={Boston},
+	title={Computer Architecture: A Minimalist Perspective},
+	publisher={Kluwer Academic Publishers},
+	author={Gilreath, William F and Laplante, Phillip A},
+	year={2003}
+},
+
+@book{harris_harris_2013,
+	place={Amsterdam},
+	edition={2},
+	title={Digital design and computer architecture},
+	publisher={Elsevier},
+	author={Harris, David Money and Harris, Sarah L},
+	year={2013}
+},
+
+@article{jamil_1995,
+	title={RISC versus CISC},
+	volume={14},
+	DOI={10.1109/45.464688},
+	number={3},
+	journal={IEEE Potentials},
+	author={Jamil, T.},
+	year={1995},
+	pages={13-16}
+},
+
+@article{kong_ang_seng_adejo_2010,
+	title={Minimal Instruction Set FPGA AES processor using Handel},
+	DOI={10.1109/iccaie.2010.5735100},
+	journal={2010 International Conference on Computer Applications and Industrial Electronics},
+	author={Kong, J. H. and Ang, L.-M. and Seng, K. P. and Adejo, Achonu Oluwole},
+	year={2010}
+}
+
+@article{morain_1989,
+title={Atkin's Test: News from the Front},
+DOI={10.1007/3-540-46885-4_59},
+journal={Lecture Notes in Computer Science},
+author={Morain, François},
+year={1989},
+pages={626-635}
+}