diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-03-04 14:04:47 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-03-04 14:04:47 +0100 |
commit | a575cf5b3d87dbbc6e90c33f348567198ef44d61 (patch) | |
tree | 541d91e98ce86edec4cc4cb3bb6d4d352ffd6739 | |
parent | cccfdd59be5e6effd6a63a12a19b4208f14642da (diff) |
Minor correction in README.md
After the last commit, another minor correction is implemeneted to further
simplify the reading.
-rw-r--r-- | README.md | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -24,13 +24,14 @@ customized for use in any project as fully described below. This file will continue with a discussion of why Make was chosen as the high-level language/framework for this research reproduction pipeline and how to master Make easily (and freely). The general architecture of the -pipeline is then discussed to help navigating the files and their -contents. We continue with a checklist of steps that are necessary to start -customizing this pipeline for your particular research. The main body -finishes with some tips and guidelines on how to manage or extend the -pipeline as your research grows based on our experiences with it so far. As -discussed above, in the appendix, a short introduction on the necessity of -reproducible science is given. +pipeline is then discussed to help you navigate the files and their +contents and build your project into it easily. This file continues with a +checklist of steps that are necessary to start customizing this pipeline +for your particular research. Finally, we conclude with some tips and +guidelines on how to manage or extend the pipeline as your research grows +based on our experiences with it so far. As discussed above, in the +appendix, a short introduction on the necessity of reproducible science is +given. Please don't forget to share your thoughts, suggestions and criticisms on this pipeline. Maintaining and designing this pipeline is itself a separate |