forked from gridcoin-community/Whitepaper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgridcoin-research-whitepaper.tex
78 lines (45 loc) · 1.06 KB
/
gridcoin-research-whitepaper.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
\documentclass[10pt,a4paper]{article}
%
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{texnames,path}
%\usepackage[german]{babel}
% \usepackage{aaspp4}
% \usepackage[light,first,bottomafter]{draftcopy}
%
\def\BE{\mbox{\boldmath $E$}}
% \def\BBE{\mbox{\boldmath $\bar{E}$}}
\newcommand{\comm}[1]{}
\begin{document}
\pagestyle{headings}
\begin{figure}
\centering
\includegraphics{figures/gridcoin-logo-small}
\end{figure}
\title{Gridcoin - Performing Meaningful Scientific Computations Instead of Inverting Hashes with Proof of Work}
\author{Gridcoin Development Team\\
teamgridcoin.slack.com\\}
\maketitle
%\thispagestyle{empty}
\input{abstract}
\pagebreak
\tableofcontents
\pagebreak
\input{introduction}
\input{neuralnetwork}
\input{blockchain}
\input{proofofresearch}
\input{rewardingresearches}
\input{coinsupply}
\input{sustainability}
\input{otherfunctionalities}
\input{outlook}
\input{competitors}
\input{rationale}
\input{conclusion}
\input{references}
\pagebreak
\input{appendix}
\input{credits}
\end{document}