-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
113 lines (94 loc) · 3.81 KB
/
main.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
\documentclass{acm_proc_article_sp}% http://www.acm.org/sigs/publications/acm_proc_article-sp.cls/view
%\usepackage{graphicx}
\graphicspath{ {images/} }
%\usepackage[section]{placeins}
%\usepackage{pdflscape}
\usepackage{enumitem}
\title{Forever Blowing Bitcoins: Social Structure and Speculative Bubbles in Cryptocurrencies}
\numberofauthors{6} % in this sample file, there are a *total*
% of EIGHT authors. SIX appear on the 'first-page' (for formatting
% reasons) and the remaining two appear in the \additionalauthors section.
%
\author{
% You can go ahead and credit any number of authors here,
% e.g. one 'row of three' or two rows (consisting of one row of three
% and a second row of one, two or three).
%
% The command \alignauthor (no curly braces needed) should
% precede each author name, affiliation/snail-mail address and
% e-mail address. Additionally, tag each line of
% affiliation/address with \affaddr, and tag the
% e-mail address with \email.
%
% 1st. author
\alignauthor
Nicolas Della Penna \titlenote{is a first co-author of this paper. He conceived the study, methodology, and wrote the initial manuscript and the notebook with the data analysis.}\\
\affaddr{ANU}\\
\email{[email protected]}
% 2nd. author
\alignauthor
Eaman Jahani\titlenote{is a first co-author of this paper. He wrote the forum scrapers, constructed networks and their measures, and wrote up the relevant sections in network data and variables.}, Peter Krafft\titlenote{helped with methodology and literature review} \\
\affaddr{MIT}\\
\email{eaman,[email protected]}
% 3rd. author
\alignauthor Octavio Bunge\titlenote{ wrote scrapers for coin prices, and the non-trivialness measure.}\\
\affaddr{Universidad de Belgrano}\\
\email{[email protected]}
\and % use '\and' if you need 'another row' of author names
% 4th. author
\alignauthor
Harper Reed\titlenote{helped with the writing and literature review}\\
% \affaddr{Harper Rules LLC}\\
\email{[email protected]}
% 5th. author
\alignauthor Alex (Sandy) Pentland\titlenote{helped with methodology and writing} \\
\affaddr{MIT Media Lab}\\
\email{[email protected]}
\alignauthor Julian McAuley\titlenote{helped with methodology and writing}\\
\affaddr{UC San Diego}\\
\email{[email protected]}
}
\begin{document}
\maketitle
\begin{abstract}
We study the power of structural features of the social network around cryptocurrencies to understand the severity of bubbles that occur in them. Our goal is to see whether bubbles in cryptocurrency markets can be predicted purely from structural features derived from the social networks that precede them. All our measures are constructed on the social network before the relevant cryptocurrency is ever traded.
\end{abstract}
\input{intro.tex}
\input{lit.tex}
\input{data_nikete.tex}
\input{data_eaman.tex}
\input{data_otto.tex}
\input{variables_nikete.tex}
\input{variables_eaman.tex}
\input{method.tex}
\input{results.tex}
\input{tables/log_severity_forumAND.tex}
\input{tables/log_severity_forumOR.tex}
\input{tables/log_volume_forumAND.tex}
\input{tables/log_volume_forumOR.tex}
\input{limitations.tex}
\input{conclusion.tex}
%\input{tables/volume.tex}
%\input{tables/severity.tex}
\section{Acknowledgments}
%
% The following two commands are all you need in the
% initial runs of your .tex file to
% produce the bibliography for the citations in your paper.
\bibliographystyle{abbrv}
\bibliography{bubble} % sigproc.bib is the name of the Bibliography in this case
% You must have a proper ".bib" file
% and remember to run:
% latex bibtex latex latex
% to resolve all references
%
% ACM needs 'a single self-contained file'!
%
%APPENDICES are optional
%\balancecolumns
%\appendix
%Appendix A
%\section{Linear model coeficients}
%\balancecolumns
% That's all folks!
\end{document}