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 e3ed19900ff39e28b947dc98003bbde5137dddcd
parent 8b3455726e6c846a0fc9970831463fd13b2b3950
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 18 Jan 2019 15:21:54 +0100

Upd copyright and bump Star-Engine to 0.8

Diffstat:
MMakefile | 2+-
Mart/Makefile | 2+-
Mart/art.sh | 2+-
Mhigh-tune/Makefile | 2+-
Mhigh-tune/high-tune.sh | 2+-
Mmeso-menu.sh | 20++++++++++----------
Mmisc/Makefile | 2+-
Mmisc/misc.sh | 2+-
Mschiff/Makefile | 2+-
Mschiff/schiff.sh | 2+-
Msolstice/Makefile | 2+-
Msolstice/solstice.sh | 2+-
Mstar-engine/Makefile | 4++--
Mstar-engine/star-engine.html.in | 28++++++++++++++++------------
Mstar-engine/star-engine.sh | 2+-
Mstardis/Makefile | 2+-
Mstardis/stardis.sh | 2+-
17 files changed, 42 insertions(+), 38 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2018 |Meso|Star> +# Copyright (C) 2019 |Meso|Star> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/art/Makefile b/art/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 |Meso|Star> +# Copyright (C) 2017-2019 |Meso|Star> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/art/art.sh b/art/art.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) |Meso|Star> 2017-2018 +# Copyright (C) 2017-2019 |Meso|Star> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/high-tune/Makefile b/high-tune/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2018 |Meso|Star> +# Copyright (C) 2019 |Meso|Star> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/high-tune/high-tune.sh b/high-tune/high-tune.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2017-2018 |Meso|Star> +# Copyright (C) 2017-2019 |Meso|Star> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/meso-menu.sh b/meso-menu.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2017-2018 |Meso|Star> +# Copyright (C) 2017-2019 |Meso|Star> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,11 +29,11 @@ schiff_man_pages=( ) high_tune_man_pages=( - "htcp 5" - "htmie 5" - "htpp 1" "htrdr 1" "htrdr-image 5" + "htpp 1" + "htmie 5" + "htcp 5" "les2htcp 1" ) @@ -260,11 +260,11 @@ print_solstice_sub_menu() { echo ' <div id="info">' echo ' <p>Solstice is developed by <a' echo ' href="https://www.meso-star.com">|Méso|Star&gt;</a> in collaboration with' - echo ' the <a href="https://www.labex-solstice.fr">LABoratory of' - echo ' EXcellence Solstice</a> (LABEX) and the <a' - echo ' href="http://www.promes.cnrs.fr/index.php?page=home-en">PROMES</a>' + echo ' the <a href="http://www.promes.cnrs.fr/index.php?page=home-en">PROMES</a>' echo ' laboratory of the National Center for Scientific Research (CNRS). Copyright' - echo ' &#169; 2016-2018 <a href="http://www.cnrs.fr/index.php">CNRS</a>.</p>' + echo ' &#169; 2016-2017 <a href="http://www.cnrs.fr/index.php">CNRS</a>,' + echo ' 2018-2019 <a href=https://www.meso-star.com">|Méso|Star&gt;</a></p>' + echo '' echo ' <p>Visit the <a href="https://www.labex-solstice.fr/solstice-software">' echo ' LABEX Solstice web page</a> for complementary informations and examples.</p>' echo ' </div>' @@ -291,7 +291,7 @@ print_star_engine_sub_menu() { echo " <li><a href=https://gitlab.com/meso-star/star-engine>Repository</a></li>" echo ' </ul>' echo ' <div id="info">' - echo ' <p>Copyright &#169; 2015-2018 <a' + echo ' <p>Copyright &#169; 2015-2019 <a' echo ' href="https://www.meso-star.com">|Méso|Star&gt;</a></p>' echo ' </div>' echo ' </div>' @@ -368,7 +368,7 @@ print_footer() { echo "<div id=footer>" echo "Phone: +33561556830&nbsp;&nbsp;|&nbsp;&nbsp;" echo "<a href="mailto:contact@meso-star.com">Email us</a>&nbsp;&nbsp;|&nbsp;&nbsp;" - echo "&#169; 2015-2018 |Méso|Star&gt;" + echo "&#169; 2015-2019 |Méso|Star&gt;" echo "</div>" echo '</body>' } diff --git a/misc/Makefile b/misc/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2018 |Meso|Star> +# Copyright (C) 2019 |Meso|Star> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/misc/misc.sh b/misc/misc.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2017-2018 |Meso|Star> +# Copyright (C) 2017-2019 |Meso|Star> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/schiff/Makefile b/schiff/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2018 |Meso|Star> +# Copyright (C) 2019 |Meso|Star> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/schiff/schiff.sh b/schiff/schiff.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2017-2018 |Meso|Star> +# Copyright (C) 2017-2019 |Meso|Star> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/solstice/Makefile b/solstice/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2018 |Meso|Star> +# Copyright (C) 2019 |Meso|Star> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/solstice/solstice.sh b/solstice/solstice.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2017-2018 |Meso|Star> +# Copyright (C) 2017-2019 |Meso|Star> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/star-engine/Makefile b/star-engine/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2018 |Meso|Star> +# Copyright (C) 2019 |Meso|Star> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -STAR-ENGINE-VERSION=0.7.0 +STAR-ENGINE-VERSION=0.8.0 STAR-ENGINE-README=~/code/star-engine/README.md SRC = star-engine.sh star-engine.html.in diff --git a/star-engine/star-engine.html.in b/star-engine/star-engine.html.in @@ -60,13 +60,6 @@ are briefly described below:</p> makes simpler the development of efficient Monte-Carlo solvers by providing multi-threaded integration of user defined integrands. </li><li> - <a - href="https://gitlab.com/meso-star/star-sf.git">Star-ScatteringFunctions</a> - implements a set of <b>B</b>idirectional <b>S</b>cattering - <b>D</b>istribution <b>F</b>unctions and phase functions to describe - angular distribution of light relected from an interface or a body when - illuminated from a specific direction. - </li><li> The <a href=https://gitlab.com/meso-star/star-3d.git>Star-3D</a> and <a href=https://gitlab.com/meso-star/star-2d.git>Star-2D</a> libraries manage <b>3D</b> or <b>2D</b> geometries and provide functionalities to @@ -75,16 +68,27 @@ are briefly described below:</p> href=https://software.intel.com/sdvis>Intel® Rendering Framework</a>: <a href=http://embree.github.io/>Embree</a>. </li><li> - <a - href="https://gitlab.com/meso-star/star-3dut.git">Star-3DUtilityToolkit</a> - provides functions to generate the triangular mesh of several shapes, like - cylinder, sphere, supershapes <i>etc.</i> - </li><li> <a href="https://gitlab.com/meso-star/star-3daw.git">Star-3DAW</a> and <a href="https://gitlab.com/meso-star/star-3dstl.git">Star-3DSTL</a> generate Star-3D shapes from geometries saved in the Alias Wavefront obj and <b>ST</b>ereo <b>L</b>ithography file formats, respectively. This simplifies the use of Star-3D with geometries exported from CAD software. + </li><li> + <a + href="https://gitlab.com/meso-star/star-3dut.git">Star-3DUtilityToolkit</a> + provides functions to generate the triangular mesh of several shapes, like + cylinder, sphere, supershapes <i>etc.</i> + </li><li> + <a href="https://gitlab.com/meso-star/star-vx.git">Star-VoXel</a> manages + volume elements hierarchically structured as a set of axis aligned cuboids, + that can be efficiently accessed or queried through ray-tracing. + </li><li> + <a + href="https://gitlab.com/meso-star/star-sf.git">Star-ScatteringFunctions</a> + implements a set of <b>B</b>idirectional <b>S</b>cattering + <b>D</b>istribution <b>F</b>unctions and phase functions to describe + angular distribution of light relected from an interface or a body when + illuminated from a specific direction. </li> </ul> diff --git a/star-engine/star-engine.sh b/star-engine/star-engine.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2017-2018 |Meso|Star> +# Copyright (C) 2017-2019 |Meso|Star> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/stardis/Makefile b/stardis/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 |Meso|Star> +# Copyright (C) 2017-2019 |Meso|Star> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/stardis/stardis.sh b/stardis/stardis.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2017-2018 |Meso|Star> +# Copyright (C) 2017-2019 |Meso|Star> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by