Adds bibliography

This commit is contained in:
LSaldyt
2017-12-09 17:21:30 -07:00
parent 28e1ddae30
commit 100eb11a99
2 changed files with 51 additions and 8 deletions

View File

@ -1,10 +1,5 @@
\documentclass[a4paper]{article} \documentclass[a4paper]{article}
%% Language and font encodings
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
%% Sets page size and margins %% Sets page size and margins
\usepackage[a4paper,top=3cm,bottom=2cm,left=3cm,right=3cm,marginparwidth=1.75cm]{geometry} \usepackage[a4paper,top=3cm,bottom=2cm,left=3cm,right=3cm,marginparwidth=1.75cm]{geometry}
@ -13,9 +8,17 @@
\usepackage{amsmath} \usepackage{amsmath}
\usepackage{pdfpages} \usepackage{pdfpages}
\usepackage{graphicx} \usepackage{graphicx}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage[backend=biber,style=alphabetic,sorting=ynt]{biblatex}
\addbibresource{sources.bib}
\usepackage[colorinlistoftodos]{todonotes} \usepackage[colorinlistoftodos]{todonotes}
\usepackage[colorlinks=true, allcolors=blue]{hyperref} \usepackage[colorlinks=true, allcolors=blue]{hyperref}
\definecolor{lightgrey}{rgb}{0.9, 0.9, 0.9} \definecolor{lightgrey}{rgb}{0.9, 0.9, 0.9}
\lstset{ % \lstset{ %
backgroundcolor=\color{lightgrey}} backgroundcolor=\color{lightgrey}}
@ -257,20 +260,21 @@ Then, desirability of answer distributions can be found as well, and the followi
\subsection{Cross $\chi^2$ Table} \subsection{Cross $\chi^2$ Table}
The below table summarizes the results of comparing each copycat-variant's distribution with each other copycat-variant. The below table summarizes the results of comparing each copycat-variant's distribution with each other copycat-variant.
\includepdf[pages={-}]{resources/final.pdf} For the table, please see \href{"https://docs.google.com/spreadsheets/d/1d4EyEbWLJpLYlE7qSPPb8e1SqCAZUvtqVCd0Ns88E-8/edit?usp=sharing"}{google sheets}.
\section{Discussion} \section{Discussion}
\subsection{Distributed Computation Accuracy} \subsection{Distributed Computation Accuracy}
[Summary of introduction, elaboration based on results] [Summary of introduction, elaboration based on results]
Let's cite! The Einstein's journal paper \cite{einstein} and the Dirac's
book \cite{dirac} are physics related items.
\subsection{Prediction} \subsection{Prediction}
Even though imperative, serial, centralized code is turing complete just like functional, parallel, distributed code, I predict that the most progressive cognitive architectures of the future will be created using functional programming languages that run distributedly and in true parallel. Even though imperative, serial, centralized code is turing complete just like functional, parallel, distributed code, I predict that the most progressive cognitive architectures of the future will be created using functional programming languages that run distributedly and in true parallel.
I also predict that, eventually, distributed code will be run on hardware closer to the architecture of a GPU than of a CPU. I also predict that, eventually, distributed code will be run on hardware closer to the architecture of a GPU than of a CPU.
\bibliographystyle{alpha} \printbibliography
\bibliography{sample}
\end{document} \end{document}

39
papers/sources.bib Normal file
View File

@ -0,0 +1,39 @@
@article{einstein,
author = "Albert Einstein",
title = "{Zur Elektrodynamik bewegter K{\"o}rper}. ({German})
[{On} the electrodynamics of moving bodies]",
journal = "Annalen der Physik",
volume = "322",
number = "10",
pages = "891--921",
year = "1905",
DOI = "http://dx.doi.org/10.1002/andp.19053221004",
keywords = "physics"
}
@book{dirac,
title={The Principles of Quantum Mechanics},
author={Paul Adrien Maurice Dirac},
isbn={9780198520115},
series={International series of monographs on physics},
year={1981},
publisher={Clarendon Press},
keywords = {physics}
}
@online{knuthwebsite,
author = "Donald Knuth",
title = "Knuth: Computers and Typesetting",
url = "http://www-cs-faculty.stanford.edu/~uno/abcde.html",
keywords = "latex,knuth"
}
@inbook{knuth-fa,
author = "Donald E. Knuth",
title = "Fundamental Algorithms",
publisher = "Addison-Wesley",
year = "1973",
chapter = "1.2",
keywords = "knuth,programming"
}