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 d66ecd9b44488eba6d10bf1d5857b1a63a83a3f1
parent 3d1b4c251a6d4eb45b9855b627d94fdbceccbb36
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon,  6 Nov 2017 19:00:21 +0100

Rename home in about and add some links to the meso-star website

Diffstat:
Aabout.html.in | 49+++++++++++++++++++++++++++++++++++++++++++++++++
Dhome.html.in | 45---------------------------------------------
Mmeso-menu.sh | 6+++---
Mmisc.sh | 4++--
Mschiff.html.in | 2+-
5 files changed, 55 insertions(+), 51 deletions(-)

diff --git a/about.html.in b/about.html.in @@ -0,0 +1,49 @@ +<header> + <!--h1>Home</h1--> +</header> + +<div style= + "float: left; + font-variant: small-caps; + padding: 1.5em 2.5em 1.5em 1.5em; + margin: 0; + text-align: center; + color: #777" +> + <h1 style="padding-top: 0.5em; margin: 0"> + <a style="color: #000; text-decoration:none" + href="https://www.meso-star.com/">|Méso|Star&gt;</a></h1> + Understanding complex systems +</div> + +<p>At <a href=https://www.meso-star.com/>|Méso|Star&gt;</a> we develop +software that simulate <b>complex systems</b>, i.e. systems dealing with +complex data sets and high phenomenological complexity (infinite dimension, non +linearities, coupled phenomenons, <i>etc.</i>).</p> + +<p>The proposed solvers are developed with the <b>physical laboratories</b> +behind the theoretical tools that they implement. Both physicians and computer +scientists worked on and with the developed codes. They are also the ones +doing the technical and scientific support and documentation. When you need +help, you talk to the right person.</p> + +<p>Following the "do one things, and do it well" paradigm, each solver is +<b>custom-made</b> for its specific purpose only: they expose a straight +interface to their core functionalities, perform the computation to which they +were designed and that's all. They presume nothing about the creation of the +input data or the treatment of the provided results. This makes the software +not only simple and powerful but also well suited to be <b>extended</b> and +<b>integrated</b> into any particular workflow.</p> + +<p>Our software are <b>free software</b> released under <a +href=https://en.wikipedia.org/wiki/Copyleft>copyleft</a> licences. You can freely +study, modify or extend them. You are also welcome to redistribute them under +certain conditions. Refer to their associated licence for details.</p> + +<p>This site lists some of our realisations. You can find all about them onto +their associated web pages and since they are <b>publicly available</b> you can +download and try them easily. If you have any questions or want more support, +please <a href="mailto:contact@meso-star.com">contact us</a>. For more +informations on |Méso|Star&gt; and our offers you can also visit our main <a +href="https://www.meso-star.com">website</a>.</p> + diff --git a/home.html.in b/home.html.in @@ -1,45 +0,0 @@ -<header> - <!--h1>Home</h1--> -</header> - -<div style= - "float: left; - font-variant: small-caps; - padding: 1.5em 2.5em 1.5em 1.5em; - margin: 0; - text-align: center; - color: #777" -> - <h1 style="color: #000; padding-top: 0.5em; margin: 0">|Méso|Star&gt;</h1> - Understanding complex systems -</div> - -<p>At <a href=https://www.meso-star.com/>|Méso|Star&gt;</a> we develop -software that simulate <b>complex systems</b>, i.e. systems dealing with -complex data sets and high phenomenological complexity (infinite dimension, non -linearities, coupled phenomenons, <i>etc.</i>).</p> - -<p>The proposed solvers are developed with the <b>physical laboratories</b> -behind the theoretical tools that they implement. Both physicians and computer -scientists worked on and with the developed codes. They are also the ones -doing the technical and scientific support and documentation. When you need -help, you talk to the right person.</p> - -<p>Following the "do one things, and do it well" paradigm, each solver is -<b>custom-made</b> for its specific purpose only: they expose a straight -interface to their core functionalities, perform the computation to which they -were designed and that's all. They presume nothing about the creation of the -input data or the treatment of the provided results. This makes the software -not only simple and powerful but also well suited to be <b>extended</b> and -<b>integrated</b> into any particular workflow.</p> - -<p>Our software are <b>free software</b> released under <a -href=https://en.wikipedia.org/wiki/Copyleft>copyleft</a> licences. You can freely -study, modify or extend them. You are also welcome to redistribute them under -certain conditions. Refer to their associated licence for details.</p> - -<p>This site lists some of our projects. You can find all about them onto their -associated web pages and since they are <b>publicly available</b> you can -download and try them easily. If you have questions or want more support, -please <a href="mailto:contact@meso-star.com">contact us</a>.</p> - diff --git a/meso-menu.sh b/meso-menu.sh @@ -133,10 +133,10 @@ print_header() { echo '' echo '<body>' echo '<div id="menu">' - if [ "$section" == "Home" ]; then - echo ' <h2>Home</h2>' + if [ "$section" == "About" ]; then + echo ' <h2>About</h2>' else - echo " <h2><a href=${root}index.html>Home</a></h2>" + echo " <h2><a href=${root}index.html>About</a></h2>" fi if [ "$section" == "Schiff" ]; then echo ' <h2>Schiff</h2>' diff --git a/misc.sh b/misc.sh @@ -22,8 +22,8 @@ source ./meso-menu.sh tput bold; echo ">>> Miscellaneous web pages"; tput sgr0 echo "Write index.html" { - print_header Home dummy - cat home.html.in + print_header About dummy + cat about.html.in print_footer } > index.html diff --git a/schiff.html.in b/schiff.html.in @@ -75,7 +75,7 @@ program.</p> <pre class="code"> $ source ~/Schiff-${VERSION}-GNU-Linux64/etc/schiff.profile -$ solstice -h +$ schiff -h </pre> <p>The Solstice <b>reference documentation</b> is provided trough man pages.