-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdcap2026.tex
More file actions
97 lines (71 loc) · 3.8 KB
/
dcap2026.tex
File metadata and controls
97 lines (71 loc) · 3.8 KB
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
% PP-Article.tex for AEA last revised 22 June 2011
\documentclass[PP]{AEA}
%%%%%% NOTE FROM OVERLEAF: The mathtime package is no longer publicly available nor distributed. We recommend using a different font package e.g. mathptmx if you'd like to use a Times font.
\usepackage{mathptmx}
\usepackage{url}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage{hyperref}
\hypersetup{%
plainpages,%
colorlinks,% removes the boxes around links
urlcolor=Blue,%
linkcolor=Blue,%
filecolor=black,%
citecolor=Blue,% requires xcolor with option dvipsnames
pdfpagemode=UseOutlines,%
pdfauthor={Lars Vilhuber},%
}
% If you have trouble with the mathtime package please see our technical support
% document at: http://www.aeaweb.org/templates/technical_support.pdf
% You may remove the mathtime package if you can't get it working but your page
% count may be inaccurate as a result.
% \usepackage[cmbold]{mathtime}
% Note: you may use either harvard or natbib (but not both) to provide a wider
% variety of citation commands than latex supports natively. See below.
% Uncomment the next line to use the natbib package with bibtex
\usepackage{natbib}
% Uncomment the next line to use the harvard package with bibtex
%\usepackage[abbr]{harvard}
% flexible url citations
%\newcommand{\urlcite}[2]{\href{#1}{#2}
\newcommand{\urlcite}[2]{#2\footnote{\url{#1}}}
\newcommand{\purlcite}[2]{#2.\footnote{\url{#1}}}
\newcommand{\curlcite}[2]{#2,\footnote{\url{#1}}}
\newcommand{\furlcite}[2]{#2 (\url{#1})}
% This command determines the leading (vertical space between lines) in draft mode
% with 1.5 corresponding to "double" spacing.
\draftSpacing{1.5}
%\newcommand{\Href}[2]{\href{#1}{#2}}
% alternate version:
\newcommand{\Href}[2]{\href{#1}{#2} (\url{#1})}
% alternate version 2:
%\newcommand{\Href}[2]{\href{#1}{#2}\footnote{\url{#1}}}
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
\begin{document}
\title{Data and Code Availability Policy}
\shortTitle{Data and Code Avail. Policy}
\author{American Economic Association\thanks{AEA Address. For questions, contact the AEA Data Editor at dataeditor@aeapubs.org}.}\pubMonth{Month}
\date{\today}
\pubYear{Year}
\pubVolume{Vol}
\pubIssue{Issue}
\maketitle
\input{sub-dcap2026.tex}
%\input{sub-policy-experimental.tex}
\section{Policy for Papers Conducting Experiments and Collecting Primary Data}\label{policy-for-papers-conducting-experiments-and-collecting-primary-data}
This supplementary policy remains unchanged in this version, please refer to \citet{10.1257/pandp.111.818} or \href{https://www.aeaweb.org/journals/data/policy-experimental-surveys}{the online version} for the full text.
%\input{sub-policy-third-party.tex}
\section{Policy and Protocol on Third-Party Verifications}\label{policy-and-protocol-on-third-party-verifications}
This supplementary policy remains unchanged in this version, please refer to \citet{10.1257/pandp.111.818} or the \href{https://www.aeaweb.org/journals/data/policy-third-party}{online version} for the full text.
\input{sub-policy-revisions.tex}
\appendix
\section{Note}
This \textit{AEA Data and Code Availability Policy} and supplementary policies were updated online at \url{https://www.aeaweb.org/journals/data} in January 2026, replacing \citet{10.1257/pandp.111.818}. The policy is reprinted here as the version of record. Guidance to authors on how to comply with the policy can be found at the web address above, and at \url{https://aeadataeditor.github.io/aea-de-guidance/}. Previous versions of the policy can also be found at \url{https://www.aeaweb.org/journals/data/archive}.
% Remove or comment out the next two lines if you are not using bibtex.
\bibliographystyle{aea-mod}
\bibliography{paper}
% The appendix command is issued once, prior to all appendices, if any.
%\appendix
%\section{Mathematical Appendix}
\end{document}