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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
|
<!DOCTYPE html>
<!-- Copyright notes are just below the head and before body -->
<html lang="en-US">
<!-- HTML Header -->
<head>
<!-- Title of the page. -->
<title>Maneage -- Managing data lineage</title>
<!-- Enable UTF-8 encoding to easily use non-ASCII charactes -->
<meta charset="UTF-8">
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
<!-- Put logo beside the address bar -->
<link rel="shortcut icon" href="./img/favicon.svg" />
<!-- The viewport meta tag is placed mainly for mobile browsers
that are pre-configured in different ways (for example setting the
different widths for the page than the actual width of the device,
or zooming to different values. Without this the CSS media
solutions might not work properly on all mobile browsers.-->
<meta name="viewport"
content="width=device-width, initial-scale=1">
<!-- Basic styles -->
<link rel="stylesheet" href="css/base.css" />
</head>
<!--
Webpage of Maneage: a framework for managing data lineage
Copyright (C) 2020, Pedram Ashofteh Ardakani <pedramardakani@pm.me>
Copyright (C) 2020, Mohammad Akhlaghi <mohammad@akhlaghi.org>
This file is part of Maneage. Maneage is free software: you can
redistribute it and/or modify it under the terms of the GNU General
Public License as published by the Free Software Foundation, either
version 3 of the License, or (at your option) any later version.
Maneage is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details. See
<http://www.gnu.org/licenses/>. -->
<!-- Start the main body. -->
<body>
<div id="container">
<header role="banner">
<!-- global navigation -->
<nav role="navigation" id="nav-hamburger-wrapper">
<input type="checkbox" id="nav-hamburger-input"/>
<label for="nav-hamburger-input">|||</label>
<div id="nav-hamburger-items" class="button">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="http://git.maneage.org/project.git/">Git</a>
<a href="tutorial.html">Tutorial</a>
</div>
</nav>
</header>
<div class="banner">
<div>
<a href="index.html"><img src="img/maneage-logo.svg" /></a>
</div>
<div>
<h1>Maneage</h1><h2>Managing Data Lineage</h2>
<p>Copyright © 2018-2020 Mohammad Akhlaghi <a href="mailto:mohammad@akhlaghi.org">mohammad@akhlaghi.org</a><br />
Copyright © 2020 Raul Infante-Sainz <a href="mailto:infantesainz@gmail.com">infantesainz@gmail.com</a><br />
<a href="#page-footer">License Conditions</a></p>
</div>
</div>
<hr />
<p align="right">Next: <a href="about-make.html">Why Make?</a>, Previous: <a href="about-introduction.html">Introduction</a> Up: <a href="about.html">About</a> </p>
<h2>Citation</h2>
<p>If you use Maneage in your project please cite
Akhlaghi et
al. (2021, <a href="https://doi.org/10.1109/MCSE.2021.3072860">CiSE</a> in press, <a href="https://arxiv.org/abs/2006.03018">arXiv:2006.03018</a>).</p>
<p>Also, when your paper is published, don't forget to add a notice in your
own paper (in coordination with the publishing editor) that the paper is
fully reproducible and possibly add a sentence or paragraph in the end of
the paper shortly describing the concept. This will help spread the word
and encourage other scientists to also manage and publish their projects in
a reproducible manner.</p>
<h2>Published works using Maneage</h2>
<p>The list below shows some of the works that have already been published
with (earlier versions of) Maneage. Previously it was called
"Reproducible paper template". Maneage is still evolving, so some
details may be different in them. The more recent ones can be used as
good working examples.</p>
<ul>
<li><p>Peper & Roukema (<a href="https://ui.adsabs.harvard.edu/abs/2021MNRAS.tmp.1317P">2021</a>,
MNRAS, 505, 1223):
The live version of the controlled source
is <a href="https://codeberg.org/boud/elaphrocentre">at
Codeberg</a>; the main input dataset, a software
snapshot, the software tarballs, the project
outputs and editing history are available at
<a href="https://zenodo.org/record/4699702">zenodo.4699702</a>.</p></li>
<li><p>Roukema (<a href="https://arxiv.org/abs/2007.11779">2021</a>, submitted),
The live version of the controlled source
is <a href="https://codeberg.org/boud/subpoisson">at
Codeberg</a>; the main input dataset, a software
snapshot, the software tarballs, the project
outputs and editing history are available
at <a href="https://zenodo.org/record/4765705">zenodo.4765705</a>.</p></li>
<li><p>Akhlaghi et al. (<a href="https://arxiv.org/abs/2006.03018">2021</a>, CiSE, in press):
The project's version controlled source
is <a href="https://gitlab.com/makhlaghi/maneage-paper">on
Gitlab</a>, necessary software, outputs and
backup of history is available in
<a href="https://doi.org/10.5281/zenodo.3872248">zenodo.3872248</a>.
</p></li>
<li><p>Infante-Sainz et
al. (<a href="https://ui.adsabs.harvard.edu/abs/2020MNRAS.491.5317I">2020</a>,
MNRAS, 491, 5317): The version controlled project source is available
<a href="https://gitlab.com/infantesainz/sdss-extended-psfs-paper">on GitLab</a>
and is also archived on Zenodo with all the necessary software tarballs:
<a href="https://zenodo.org/record/3524937">zenodo.3524937</a>.</p></li>
<li><p>Akhlaghi (<a href="https://arxiv.org/abs/1909.11230">2019</a>, IAU Symposium
355). The version controlled project source is available <a href="https://gitlab.com/makhlaghi/iau-symposium-355">on
GitLab</a> and is also
archived on Zenodo with all the necessary software tarballs:
<a href="https://doi.org/10.5281/zenodo.3408481">zenodo.3408481</a>.</p></li>
<li><p>Section 7.3 of Bacon et
al. (<a href="http://adsabs.harvard.edu/abs/2017A%26A...608A...1B">2017</a>, A&A
608, A1): The version controlled project source is available <a href="https://gitlab.com/makhlaghi/muse-udf-origin-only-hst-magnitudes">on
GitLab</a>
and a snapshot of the project along with all the necessary input
datasets and outputs is available in
<a href="https://doi.org/10.5281/zenodo.1164774">zenodo.1164774</a>.</p></li>
<li><p>Section 4 of Bacon et
al. (<a href="http://adsabs.harvard.edu/abs/2017A%26A...608A...1B">2017</a>, A&A,
608, A1): The version controlled project is available <a href="https://gitlab.com/makhlaghi/muse-udf-photometry-astrometry">on
GitLab</a> and
a snapshot of the project along with all the necessary input datasets is
available in <a href="https://doi.org/10.5281/zenodo.1163746">zenodo.1163746</a>.</p></li>
<li><p>Akhlaghi & Ichikawa
(<a href="http://adsabs.harvard.edu/abs/2015ApJS..220....1A">2015</a>, ApJS, 220,
1): The version controlled project is available <a href="https://gitlab.com/makhlaghi/NoiseChisel-paper">on
GitLab</a>. This is the
very first (and much less mature!) incarnation of Maneage: the history
of Maneage started more than two years after this paper was
published. It is a very rudimentary/initial implementation, thus it is
only included here for historical reasons. However, the project source
is complete, accurate and uploaded to arXiv along with the paper.</p></li>
</ul>
<p align="right">Next: <a href="about-make.html">Why Make?</a>, Previous: <a href="about-introduction.html">Introduction</a> Up: <a href="about.html">About</a> </p>
<footer role="contentinfo" id="page-footer">
<ul>
<li><p>Maneage is currently based in the Instituto de Astrofísica de Canarias (IAC).</p></li>
<li><p>Address: IAC, Calle Vía Láctea, s/n, E38205 - La Laguna (Tenerife), Spain.</p></li>
<li><p>Contact: with <a href="https://savannah.nongnu.org/support/?func=additem&group=reproduce">this form</a>, or project PI (<a href="http://akhlaghi.org">Mohammad Akhlaghi</a>).</p></li>
<li><p>Copyright © 2020 Maneage volunteers</p></li>
<li>This page is distributed under GNU General Public License (<a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL</a>).</li>
</ul>
</footer>
</body>
</html>
|