<!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> <p>Maneage is a <strong>fully working template</strong> (ready to customize) for doing reproducible research (or writing a reproducible paper). In each of the sections below, it is discussed in more detail. </p> <ol> <li><a href="about-introduction.html">Introduction</a></li> <li><a href="about-citation.html">Citation and published projects using Maneage</a></li> <li><a href="about-make.html">Why Make?</a></li> <li><a href="about-architecture.html">Maneage architecture</a></li> <li><a href="about-customize.html">Customization checklist</a></li> <li><a href="about-tips.html">Tips for designing your project</a></li> <li><a href="about-future.html">Future improvements</a></li> </ol> <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> <!-- The people page will be added later <li><p>People [page will be added later]</p></li> --> <li><p>Contact: with <a href="https://savannah.nongnu.org/support/?func=additem&group=reproduce">this form.</a></p></li> <li><p>Copyright © 2020 Maneage volunteers</p></li> <li><p>All logos are copyrighted by the respective institutions</p></li> </ul> </footer> </div> </body>