-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.tex
55 lines (44 loc) · 2.26 KB
/
data.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
\documentclass[12pt]{article}
\topmargin=-0.5in
\oddsidemargin=0in
\evensidemargin=0in
\textwidth=6.5in
\textheight=9.0in
\begin{document}
\begin{large}
\begin{center}
Data Management Plan
\end{center}
\end{large}
\setcounter{page}{1}
\paragraph{Expected Data} The research conducted under this award will
create three kinds of data:
\begin{enumerate}
\item \textit{Code:} The implementation of our platform for synthesis and search for
effectful programs.
\item \textit{Data:} These include the inputs that we use to evaluate our results, including libraries of example programs and search queries. These also include the outputs from our research artifacts, including synthesized answers to queries, a database of pre-processed programs and cexamples.
\item \textit{Metadata:} These include the information needed to
replicate all of our experiments, including installation instructions,
command-line options, and experimental
setup.
\end{enumerate}
\paragraph{Period of data retention} Our results will be disseminated in
a timely fashion through publications and through periodic updates on
a project web page. The web page will be maintained at Github and will
provide code, evaluation data, and meta-data. It will also contain information about the project's
vision and participants; access to papers documenting the fundamental
research results of this project; input data sets for evaluations;
explicit setup and results from experiments; documented potential uses
of our approaches and their applicability to other domains.
The data will be made available immediately after
publication, and in some cases will be made available to reviewers
before publication. We will keep the data for at least three years
after the end of the project. We will host all of the data on Github. In the case where personnel on the grant will change affiliation
(because of graduation, separation, or other circumstances), the data
will be the responsibility of the PI and Co-PIs.
\paragraph{Policies for access and sharing}
Published data such as articles, dissertations and book chapters will
be accessible from publishers or upon request from the researchers
involved, subject to privacy, confidentiality, security, and
intellectual-property-right policies of individual publishers.
\end{document}