-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper-blockchain.tex
127 lines (96 loc) · 3.1 KB
/
paper-blockchain.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
\documentclass[sigconf]{acmart}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{todonotes}
\newcommand{\TODO}[2]{\todo[inline]{#1: #2}}
\setcopyright{none}
\copyrightyear{2022}
\acmYear{2022}
\acmDOI{}
\acmConference[ERN'22]{Accepted at the 2022 Emerging Researchers National (ERN) Conference in STEM}{due to COVID-19, the conference is postponed until 2023}{Washington, D.C.}
\acmBooktitle{Accepted at the 2022 Emerging Researchers National (ERN) Conference in STEM, Washington, D.C., due to COVID-19, the conference is postponed until 2023}
\acmPrice{}
\acmISBN{}
%%\citestyle{acmauthoryear}
\makeatletter
\def\@copyrightspace{\relax}
\makeatother
\begin{document}
\title{Time Series Analysis of Blockchain-Based Cryptocurrency Price Changes}
\author{Jacques Fleischer}
\email{[email protected]}
\affiliation{%
\institution{Miami Dade College}
\streetaddress{11011 SW 104th St}
\city{Miami}
\state{FL}
\country{USA}
}
\author{Gregor von Laszewski}
\email{[email protected]}
\orcid{0000-0001-9558-179X}
\affiliation{%
\institution{University of Virginia}
\streetaddress{Biocomplexity Institute\\
Town Center Four\\
994 Research Park Boulevard}
\city{Charlottesville}
\state{VA}
\country{USA}
}
\author{Carlos Theran}
\email{[email protected]}
\affiliation{%
\institution{Florida A\&M University}
\streetaddress{1601 S Martin Luther King Jr Blvd}
\city{Tallahassee}
\state{FL}
\country{USA}
}
\author{Yohn Jairo Parra Bautista}
\email{[email protected]}
\affiliation{%
\institution{Florida A\&M University}
\streetaddress{1601 S Martin Luther King Jr Blvd}
\city{Tallahassee}
\state{FL}
\country{USA}
}
\renewcommand{\shortauthors}{J.P. Fleischer, G. von Laszewski, C. Theran, Y. J. Parra Bautista.}
\input{abstract}
\begin{CCSXML}
<ccs2012>
<concept>
<concept_id>10010405.10003550.10003552</concept_id>
<concept_desc>Applied computing~E-commerce infrastructure</concept_desc>
<concept_significance>500</concept_significance>
</concept>
<concept>
<concept_id>10010405.10010481.10010487</concept_id>
<concept_desc>Applied computing~Forecasting</concept_desc>
<concept_significance>500</concept_significance>
</concept>
</ccs2012>
\end{CCSXML}
\ccsdesc[500]{Applied computing~E-commerce infrastructure}
\ccsdesc[500]{Applied computing~Forecasting}
\keywords{blockchain, time series, finance}
\maketitle
\input{content}
\bibliographystyle{ACM-Reference-Format}
\bibliography{paper-blockchain}
\appendix
\section{Additional Material}
The following additional material is available:
\begin{description}
\item[Online Description] \cite{c14}
\item[Install documentation] \cite{c12}
\item[Python Notebook] yfinance-lstm.ipynb \cite{c13}
\item[Presentations]
Presentations of this work were given at the
2021 FAMU-FGLSAMP Data Science and AI Research Experience for Undergraduates Presentation \cite{c15}
and as poster in the Miami Dade College School of Science 10th Annual STEM Research Symposium 2021 Poster \cite{c16}.
\end{description}
\end{document}
\endinput
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%