diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-04-25 19:36:05 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-04-25 19:36:05 +0100 |
commit | d433c144e95367485be52af8da6416e81c72e3be (patch) | |
tree | 7399ce0ed0e55a63d9d010d9b2a36720abf82de8 | |
parent | 32740cbd8c4bbb0b06a7b2f53b2feaaeff75bc06 (diff) |
Added two links to explain reproducibility and to the Git repo
Until now there wasn't any explanation of what we mean by "exact
reproducibility", so I added it and also put a click-able link to the
Git repository for easy navigation.
This is indeed just a crude place-holder, but since its live now, and
we have mentioned it in the draft paper, its good to have some
links. It also helps web search tools to already connect this page
with other related pages so by the time the final page is ready, it
can already have a presence in the search results.
-rwxr-xr-x | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,11 +47,11 @@ <h2>Maneage: managing data lineage</h2> <p>Maneage is a framework for starting and growing projects, see <a href="pdf/slides-intro.pdf">these slides</a> for an introduction. - Through Maneage, the complete data lineage of a project is recorded with its history and can easily be published or archived, enabling exact reproducibility. + Through Maneage, the complete data lineage of a project is recorded with its history and can easily be published or archived, enabling <a href="http://akhlaghi.org/reproducible-science.html">exact reproducibility</a>. Maneage is a recipient of the <a href="https://www.rd-alliance.org/node/64603">RDA Europe Adoption grant</a>. </p> - <p> To start a new project, simply run these commands: </p> + <p> To start a new project, simply run these commands to clone it from its <a href="http://git.maneage.org/project.git">Git repository</a>.</p> <code style="display: block; white-space: pre-wrap;">git clone https://git.maneage.org/project.git # Clone Maneage, default branch `maneage'. mv project my-project && cd my-project # Set custom name and enter directory. git remote rename origin origin-maneage # Rename remote server to use `origin' later. |