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 0568ac69f468882650fd01972b0a4eb9d1f92516
parent fb417074f6876195eebb6fcfd2182e2e73075f14
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 27 Nov 2017 10:40:01 +0100

Add the stardis section

Add the stardis generation to the misc script

Diffstat:
M.gitignore | 1+
Mmeso-menu.sh | 5+++++
Mmeso.css | 4++--
Mmisc.sh | 7+++++++
Mschiff.html.in | 4++--
Msolstice.html.in | 4++--
Mstardis.html.in | 19+++++++++----------
7 files changed, 28 insertions(+), 16 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,4 +1,5 @@ schiff.html +stardis.html index.html about.html pgp_signatures.html diff --git a/meso-menu.sh b/meso-menu.sh @@ -150,6 +150,11 @@ print_header() { else echo " <h2><a href=${root}solstice.html>Solstice</a></h2>" fi + if [ "$section" == "Stardis" ]; then + echo ' <h2>Stardis</h2>' + else + echo " <h2><a href=${root}stardis.html>Stardis</a></h2>" + fi if [ "$section" == "PGP" ]; then echo ' <h2>PGP signatures</h2>' else diff --git a/meso.css b/meso.css @@ -197,12 +197,12 @@ hr { text-align: left; } -#img { +.img { float: right; margin: 0 0 1em 1em; } -#caption { +.caption { font-style: italic; font-size: 8pt; margin: 0 0.5em 0 0.5em; diff --git a/misc.sh b/misc.sh @@ -27,6 +27,13 @@ echo "Write index.html" print_footer } > index.html +echo "Write stardis.html" +{ + print_header Stardis dummy + cat stardis.html.in + print_footer +} > stardis.html + echo "Write pgp_signatures.html" { print_header PGP dummy diff --git a/schiff.html.in b/schiff.html.in @@ -43,11 +43,11 @@ href="https://www.gnu.org/licenses/gpl.html">license</a> for details.</p> <h2>A straight interface</h2> -<div id="img" style="width: 16em"> +<div class="img" style="width: 16em"> <a href="particles.png"> <img src="particles.png" style="float: relative" alt="Particles"> </a> - <div id="caption"> + <div class="caption"> Examples of particle shapes handled by Schiff. </div> </div> diff --git a/solstice.html.in b/solstice.html.in @@ -67,11 +67,11 @@ analysis tool, <i>etc.</i>.</p> <h2>A framework for data analysis</h2> -<div id="img" style="width: 18em"> +<div class="img" style="width: 18em"> <a href="themis.png"> <img src="themis.png" style="float: relative" alt="Themis in paraview"> </a> - <div id="caption"> + <div class="caption"> Post-processed Solstice outputs displayed in <a href="https://www.paraview.org">Paraview</a>. </div> diff --git a/stardis.html.in b/stardis.html.in @@ -2,11 +2,11 @@ <h1>Stardis - The Monte-Carlo solver for coupled thermal problems</h1> </header> -<p>Stardis computes the <b>propagator</b> or the <b>Green function</b> of +<p>Stardis computes the <b>propagator</b> or the <b>Green function</b> of coupled thermal problems under the linear assumption. <b>Coupled</b> refers to conductive, convective and radiative transfers . Stardis can deal with complex geometries and complex high-frequency external solicitations compared to the -characteristic time of the system.</p> +characteristic time of the system.</p> <p>The knowledge of the propagator is useful for thermal engineer because it gives some crucial informations to analyse the heat transfer in the system. @@ -41,13 +41,12 @@ of the system. </p> integrated</b> in various thermal engineering simulation toolchain for designing and optimizing.</p> -<p>To get Stardis, contact us, we have a versatile offer : +<p>To get Stardis, contact us, we have a versatile offer:</p> <ul> <li> we can provide a Stardis SDK for developpers,</li> <li> we can integrate Stardis in your software toolchain,</li> <li> we can develop a custom software.</li> </ul> -</p> <p> Stardis is available under many licences. That depends on the customer constraints (open-source, proprietary, ...). Of course, these offers can be @@ -58,12 +57,12 @@ accompanying with theoretical and practice trainings.</p> <h3> EDF R&D - SYRTHES </h3> -<div id="img" style="width: 18em"> +<div class="img" style="width: 12em"> <a href="syrthes.png"> <img src="syrthes.png" style="float: relative" alt="SYRTHES"> </a> - <div id="caption"> - SYRTHES : the thermal softawre of EDF R&D. + <div class="caption"> + SYRTHES: the thermal software of EDF R&D. </div> </div> @@ -84,12 +83,12 @@ simulations</b>.</p> <h3> PROMES-CNRS - Star-Therm </h3> -<div id="img" style="width: 18em"> +<div class="img" style="width: 12em"> <a href="star-therm.png"> <img src="star-therm.png" style="float: relative" alt="Star-Therm"> </a> - <div id="caption"> - Star-Therm : A code to solve conducto-radiative thermal problems in + <div class="caption"> + Star-Therm: A code to solve conducto-radiative thermal problems in complex foams. </div> </div>