meso-web

Sources of the |Méso|Star> website
git clone git://git.meso-star.fr/meso-web.git
Log | Files | Refs | README | LICENSE

commit fa891cdcf5f75188989001e9e625f1aa71f3ca64
parent d6678b5fd084509681422a22541cd5fa6f1771e0
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 26 Oct 2017 11:32:44 +0200

Fix typos and add the Schiff particles image

Diffstat:
M.gitattributes | 1+
Aparticles.png | 0
Mpgp_signatures.html.in | 3+--
Mschiff.html | 20+++++++++++++++-----
Mschiff.html.in | 20+++++++++++++++-----
5 files changed, 32 insertions(+), 12 deletions(-)

diff --git a/.gitattributes b/.gitattributes @@ -1,4 +1,5 @@ themis.png filter=lfs diff=lfs merge=lfs -text +particles.png filter=lfs diff=lfs merge=lfs -text *.png text !filter !merge !diff *.svg text !filter !merge !diff *.jpg text !filter !merge !diff diff --git a/particles.png b/particles.png Binary files differ. diff --git a/pgp_signatures.html.in b/pgp_signatures.html.in @@ -1,7 +1,6 @@ <h2 id=PGP>PGP signatures</h2> -<p>The majority of archives that we distribute are cryptographically signed -using <a +<p>Several archives that we distribute are cryptographically signed using <a href="https://en.wikipedia.org/wiki/Pretty_Good_Privacy#How_PGP_encryption_works"> OpenPGP</a>-compliant signatures. Everyone is encouraged to check the integrity of the downloaded content by verifying its corresponding signature. The signing diff --git a/schiff.html b/schiff.html @@ -53,7 +53,7 @@ <p>The Schiff program computes the <b>radiative properties</b> of soft particles. It uses the <b>Monte-Carlo</b> method to solve Maxwell's equations -within the (<a +within the <a href="https://journals.aps.org/pr/abstract/10.1103/PhysRev.104.1481">L Schiff's approximation</a> as presented in <a href="http://www.sciencedirect.com/science/article/pii/S0022407315003283">Charon @@ -80,11 +80,20 @@ href="https://www.gnu.org/licenses/gpl.html">license</a> for details.</p> <h2>A straight interface</h2> +<div id="img" style="width: 16em"> + <a href="particles.png"> + <img src="particles.png" style="float: relative" alt="Particles"> + </a> + <div id="caption"> + Examples of particle shapes handled by Schiff. + </div> +</div> + <p>The Schiff program is a <b>command-line tool</b> that processes input data, performs computations, write results and that's all. It makes no assumptions on how the input data are created excepted that it has to follow the expected file formats. The simulation results are also provided as is, in a raw ASCII -file.</p> +format.</p> <p>This thin interface is particularly well suited to be <b>extended</b> and <b>integrated into any toolchain</b>. @@ -107,7 +116,7 @@ $ solstice -h </pre> <p>The Solstice <b>reference documentation</b> is provided trough man pages. -Simply use the <code>man</code> command-line to consult it.</p> +Use the <code>man</code> command-line to consult it.</p> <pre class="code"> $ man schiff @@ -118,8 +127,9 @@ $ man schiff-output <h2>Post-Process</h2> <p>The following Bash script illustrates how to post-process the Schiff -results. It is an example, provided as is, without additional support. You can -study, modify, extend or redistribute it freely, according to your needs.</p> +results. It is an example, provided as is, without additional support. +According to your needs, you can study, modify, extend or redistribute it +freely.</p> <table> <tr><th>Pretty results</th></tr> diff --git a/schiff.html.in b/schiff.html.in @@ -16,7 +16,7 @@ <p>The Schiff program computes the <b>radiative properties</b> of soft particles. It uses the <b>Monte-Carlo</b> method to solve Maxwell's equations -within the (<a +within the <a href="https://journals.aps.org/pr/abstract/10.1103/PhysRev.104.1481">L Schiff's approximation</a> as presented in <a href="http://www.sciencedirect.com/science/article/pii/S0022407315003283">Charon @@ -43,11 +43,20 @@ href="https://www.gnu.org/licenses/gpl.html">license</a> for details.</p> <h2>A straight interface</h2> +<div id="img" style="width: 16em"> + <a href="particles.png"> + <img src="particles.png" style="float: relative" alt="Particles"> + </a> + <div id="caption"> + Examples of particle shapes handled by Schiff. + </div> +</div> + <p>The Schiff program is a <b>command-line tool</b> that processes input data, performs computations, write results and that's all. It makes no assumptions on how the input data are created excepted that it has to follow the expected file formats. The simulation results are also provided as is, in a raw ASCII -file.</p> +format.</p> <p>This thin interface is particularly well suited to be <b>extended</b> and <b>integrated into any toolchain</b>. @@ -70,7 +79,7 @@ $ solstice -h </pre> <p>The Solstice <b>reference documentation</b> is provided trough man pages. -Simply use the <code>man</code> command-line to consult it.</p> +Use the <code>man</code> command-line to consult it.</p> <pre class="code"> $ man schiff @@ -81,8 +90,9 @@ $ man schiff-output <h2>Post-Process</h2> <p>The following Bash script illustrates how to post-process the Schiff -results. It is an example, provided as is, without additional support. You can -study, modify, extend or redistribute it freely, according to your needs.</p> +results. It is an example, provided as is, without additional support. +According to your needs, you can study, modify, extend or redistribute it +freely.</p> <table> <tr><th>Pretty results</th></tr>