aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-04-14 17:48:40 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-04-14 17:49:55 +0100
commit4722ea598edd6b630227404c48c1c09ac527e9b8 (patch)
treed003841e5b986b01ef3a14cdf74b5a714261eff9 /README.md
parentece9eedff7857d58ed2d0f9f63ce6e28690982e1 (diff)
Replaced all occurances of pipeline in text
All occurances of "pipeline" have been chanaged to "project" or "template" withint the text (comments, READMEs, and comments) of the template. The main template branch is now also named `template'. This was all because `pipeline' is too generic and couldn't be distinguished from the base, and customized project.
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/README.md b/README.md
index 46c7286..212e178 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-Reproduction pipeline for paper XXXXXXX
-=======================================
+Reproducible source for paper XXXXXXX
+=====================================
Copyright (C) 2018-2019 Mohammad Akhlaghi <mohammad@akhlaghi.org>
See the end of the file for license conditions.
-This is the reproduction pipeline for the paper titled "**XXXXXX**", by
-XXXXXXXX et al. (**IN PREPARATION**). To learn more about the purpose,
+This is the reproducible project source for the paper titled "**XXXXXX**",
+by XXXXXXXX et al. (**IN PREPARATION**). To learn more about the purpose,
principles and technicalities of this reproducible paper, please see
`README-hacking.md`.
@@ -24,7 +24,7 @@ $ .local/bin/make -j8
```
For a general introduction to reproducible science as implemented in this
-pipeline, please see the [principles of reproducible
+project, please see the [principles of reproducible
science](http://akhlaghi.org/reproducible-science.html), and a
[reproducible paper
template](https://gitlab.com/makhlaghi/reproducible-paper) that is based on
@@ -34,24 +34,24 @@ it.
-Running the pipeline
+Building the project
--------------------
-This pipeline was designed to have as few dependencies as possible.
+This project was designed to have as few dependencies as possible.
1. Necessary dependencies:
1.1: Minimal software building tools like C compiler, Make, and other
tools found on any Unix-like operating system (GNU/Linux, BSD, Mac
OS, and others). All necessary dependencies will be built from
- source (for use only within this pipeline) by the `./configure'
+ source (for use only within this project) by the `./configure'
script (next step).
1.2: (OPTIONAL) Tarball of dependencies. If they are already present (in
a directory given at configuration time), they will be
used. Otherwise, a downloader (`wget` or `curl`) will be necessary
to download any necessary tarball. The necessary tarballs are also
- collected in the link below for easy download. [[TO PIPELINE
+ collected in the link below for easy download. [[TO PROJECT
DESIGNERS: it is STRONGLY RECOMMENDED to keep a backup of all the
necessary software tarballs you need for the project (possibly in
another Git repository). For example see [this template's
@@ -65,8 +65,8 @@ This pipeline was designed to have as few dependencies as possible.
recommended to set directories outside the current directory. Please
read the description of each necessary input clearly and set the best
value. Note that the configure script also downloads, builds and locally
- installs (only for this pipeline, no root privileges necessary) many
- programs (pipeline dependencies). So it may take a while to complete.
+ installs (only for this project, no root privileges necessary) many
+ programs (project dependencies). So it may take a while to complete.
```shell
$ ./configure