aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2018-08-11 15:22:07 +0200
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2018-08-11 15:22:07 +0200
commit5b68363ef9df4bf53c18aea974effd3327983489 (patch)
tree2abdd5d05384e76784aabb748df0efc616ffe3f6 /README.md
parent2d0357b3939dda9fa958c2c0ba97e366129df602 (diff)
Minor edits in README.md after some tests
While testing the reproduction pipeline on a small project, I noticed some parts of the checklist that were either repetative or needed to be corrected. This is done with this commit.
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 7 insertions, 21 deletions
diff --git a/README.md b/README.md
index df2fe47..7c4c899 100644
--- a/README.md
+++ b/README.md
@@ -407,12 +407,11 @@ been explained here), please let us know to correct it.
- **Title**, **short description** and **author** in source files: In this
raw skeleton, the title or short description of your project should be
added in the following two files: `Makefile` (the first line), and
- `tex/preamble-style.tex` (the last few lines, along with the names of
- you and your colleagues). In both cases, the texts you should replace
- are all in capital letters to make them easier to identify. Of course,
- if you use a different LaTeX method of managing the title and authors,
- please feel free to use your own methods, just find a way to keep the
- pipeline version in a nicely visible place.
+ `tex/preamble-header.tex` (the last two groups of lines, along with
+ the names of you and your colleagues). In both cases, the texts you
+ should replace are all in capital letters to make them easier to
+ identify. Of course, if you use a different LaTeX method of managing
+ the title and authors, please feel free to use your own methods.
- **Gnuastro**: GNU Astronomy Utilities (Gnuastro) is currently a
dependency of the pipeline and without it, the pipeline will complain
@@ -483,25 +482,12 @@ been explained here), please let us know to correct it.
necessary for your research to the pipeline based on the example
above.
- - **Paper title and authors**: The final paper's title, authors and other
- information are defined in the last two sections of the
- `tex/preamble-style.tex` file (section that are written in
- ONLY-CAPITAL characters). Correct these for your project or use any
- other LaTeX title and author management package that you prefer
- instead. As you add more packages to the preambles, it is recommended
- to follow this convention of having five empty lines between each group
- of package importing and configuration along with comments for each
- package. This will greatly help you in readability later.
-
- **Delete dummy parts**: The template pipeline contains some parts that
are only for the initial/test run, not for any real analysis. The
respective files to remove and parts to fix are discussed here.
- - `paper.tex`: Delete the main body and abstract of text and
- generally.
-
- - `tex/preamble-header.tex`: Correct/add the titles, headers and
- authors list of the paper.
+ - `paper.tex`: Delete the text of the abstract and the paper's main
+ body.
- `Makefile`: Delete the two occurrences of `delete-me` in the
`foreach` loops.