aboutsummaryrefslogtreecommitdiff
path: root/reproduce/analysis/config/metadata.conf
diff options
context:
space:
mode:
Diffstat (limited to 'reproduce/analysis/config/metadata.conf')
-rw-r--r--reproduce/analysis/config/metadata.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/reproduce/analysis/config/metadata.conf b/reproduce/analysis/config/metadata.conf
new file mode 100644
index 0000000..533d927
--- /dev/null
+++ b/reproduce/analysis/config/metadata.conf
@@ -0,0 +1,25 @@
+# Project meta-data that can be used in a project's output datasets and
+# final paper. Please set the values here and use them in your analysis or
+# paper, don't repeat them
+#
+# Copyright (C) 2020 Mohammad Akhlaghi <mohammad@akhlaghi.org>
+#
+# Copying and distribution of this file, with or without modification, are
+# permitted in any medium without royalty provided the copyright notice and
+# this notice are preserved. This file is offered as-is, without any
+# warranty.
+
+# Project information
+metadata-title = The project title goes here
+
+# DOIs and identifiers.
+metadata-arxiv =
+metadata-doi-zenodo =
+metadata-doi-journal =
+metadata-doi = $(metadata-doi-journal)
+metadata-git-repository = http://git.maneage.org/project.git
+
+# DATA Copyright owner and license information.
+metadata-copyright-owner = Mohammad Akhlaghi <mohammad@akhlaghi.org>
+metadata-copyright = Creative Commons Attribution-ShareAlike (CC BY-SA)
+metadata-copyright-url = https://creativecommons.org/licenses/by-sa/4.0