aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-04-25 19:36:05 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-04-25 19:36:05 +0100
commitd433c144e95367485be52af8da6416e81c72e3be (patch)
tree7399ce0ed0e55a63d9d010d9b2a36720abf82de8
parent32740cbd8c4bbb0b06a7b2f53b2feaaeff75bc06 (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-xindex.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index e174e46..d0d1a1d 100755
--- a/index.html
+++ b/index.html
@@ -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.