Revision 334c16b5bdb0ad0694d0f7c79929253590077318 authored by Boud Roukema on 09 January 2021, 22:03:03 UTC, committed by Boud Roukema on 09 January 2021, 22:03:03 UTC
This commit fixes some of the rules in
`reproduce/analysis/make/initialize.mk` for creating
the archive type files to upload to Zenodo.

The '-committed-only' name in variables is for archiving
commands that use git and ignore any uncommitted changes.
The '-dirty' suffix is irrelevant in this case.

Some utf-8 (unicode) characters that accidentally crept
into `tex/src/references.tex` are fixed; and '\&' is replaced
by 'and' in paper.tex.

The sequence of creating/listing files for uploading to Zenodo
should be:

./project make clean-paper
./project make dist-arXiv
./project make git-bundle
./project make dist-software # Wait! typically 0.5 Gb!
ls -lt .build/data-to-publish/

In the elaphrocentre project, remember to 'touch' the initial
conditions file to prevent a new simulation from being run,
e.g.

touch --date=2010-02-03 reproduce/analysis/config/init-conditions-params.conf

unless you really do want to run a new simulation.
1 parent a40cf08
History
File Mode Size
reproduce
tex
.dir-locals.el -rw-r--r-- 1.3 KB
.file-metadata -rw-r--r-- 9.0 KB
.gitignore -rw-r--r-- 994 bytes
COPYING -rw-r--r-- 34.3 KB
FAQ -rw-r--r-- 863 bytes
README-hacking.md -rw-r--r-- 91.9 KB
README.md -rw-r--r-- 26.3 KB
TODO -rw-r--r-- 4.5 KB
paper.tex -rw-r--r-- 104.5 KB
project -rwxr-xr-x 24.0 KB

README.md

back to top