Skip to content

Releases: sci-gaia/D1.3e-Infrastructure-Sentinel-report

Sci-GaIA Deliverable 1.3 : e-Infrastructure Sentinel Report

13 Jun 11:52
Compare
Choose a tag to compare

Build Status Code Climate Issue Count

This document is submitted to the EC as a deliverable with minor formatting changes.

D1.3e-Infrastructure-Sentinel-report

Deliverable 1.3 - e-Infrastructure Sentinel Report for the Sci-GaIA project http://www.sci-gaia.eu/deliverables/

This repository contains the source necessary to build the document.
The document is built with pandoc - see below.

Note :

  • The main file is : D1.3-e-Infra-Sentinel-Report.md. This is used to build the other formats (pdf, odt - see below)
  • Looking for PDF / DOC ? If you want a pre-compiled document to read, in a .pdf or .odt file, see the Github Releases. This contains the latest succesful build of a release of the document.
  • Comments ? If you would to comment on the document, please open a topic on the forum under the topic
  • Errors ? Open an issue
  • Contributions ? If you would like to contribute to the document, please fork the repository and send your suggestions in a pull request.
    • I want to send you contributions in some other way - whatever works for you, friend - send it over.

Building the document

Travis builds the .odt and .pdf automatically on tagged commits. See the Travis file to see what is done in detail. The following steps are done :

  1. Convert images where necessary
  2. Conduct spell check
  3. Build the document with pandoc
  4. Push release on successful build, if tagged

Pandoc

We use pandoc to create the document :

pandoc -S --filter pandoc-fignos \
--filter pandoc-tablenos \
--variable mainfont="Lato" \
--variable sansfont="Lato" \
--variable monofont="Roboto" \
--variable fontsize=12pt \
--variable version=1.17.2 \
--reference-odt="deliverable-template.ott" \
--filter pandoc-citeproc \
--csl="institute-of-physics-numeric.csl" \
--number-sections \
--toc \
--from markdown+implicit_figures+table_captions+pipe_tables+footnotes+inline_notes+yaml_metadata_block \
D1.3-e-Infra-Sentinel-Report.md  -o D1.3-e-Infra-Sentinel-Report.odt

You will need the filters available in your distribution of pandoc.

Spell checking

We use aspell to check the spelling of the document with a custom dictionary kept in the repo.

cat D13-e-Infra-Sentinel-Report.md | aspell --pipe --encoding utf-8|grep -v \* | uniq

Bibliography

The bibliography used in the document is in bibliograhy.yaml. It uses the citeproc-yaml filter for pandoc.

Releases

Releases follow a numbering convention as follows :

  • Major versions e.g. v1.0.0 : Public versions, passed internal review and checking.
  • Minor versions e.g. v0.1.0 : Internal releases, awaiting review
  • Patch versions e.g. v0.0.1 : Work in progress tags.

v1.0.0

13 Jun 11:15
Compare
Choose a tag to compare
Close #5

v0.1.3

12 Jun 11:42
Compare
Choose a tag to compare
Internal draft ready. Closed #6

v0.1.2

12 Jun 11:42
Compare
Choose a tag to compare
Internal draft ready. Closed #6

v0.1.1

12 Jun 10:12
Compare
Choose a tag to compare
Closed  #4

v0.1.0

12 Jun 08:07
Compare
Choose a tag to compare
Remove todos

v0.0.6

12 Jun 04:58
Compare
Choose a tag to compare
Update deliverable template

v0.0.5

12 Jun 04:55
Compare
Choose a tag to compare
Finish training

v0.0.4

12 Jun 01:19
Compare
Choose a tag to compare
Finished clouds

v0.0.3

11 Jun 17:51
Compare
Choose a tag to compare
Start executive summary