commit e88096683423fb274d81230484169b995c5cf9d5
parent afececd72d307c438403c39caea9390e343d39f2
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Sun, 9 Dec 2018 16:43:41 +0100
Add the L25_Fire image to the HT Starter-Pack
Diffstat:
4 files changed, 6 insertions(+), 19 deletions(-)
diff --git a/.gitattributes b/.gitattributes
@@ -8,6 +8,7 @@ k001.svg filter=lfs diff=lfs merge=lfs -text
tau_cumulated_1180-1200.svg filter=lfs diff=lfs merge=lfs -text
high-tune/DZVAR.png filter=lfs diff=lfs merge=lfs -text
high-tune/L12km_BOMEX.png filter=lfs diff=lfs merge=lfs -text
+high-tune/L25_Fire.jpg 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/high-tune/L25_Fire.jpg b/high-tune/L25_Fire.jpg
Binary files differ.
diff --git a/high-tune/high-tune.html.in b/high-tune/high-tune.html.in
@@ -2,18 +2,6 @@
<h1>HTRDR - Image renderer of cloudy atmospheres</h1>
</header>
-<!--div class="news">
- <p><b>High-Tune: RenDeRer ${VERSION}</b></p>
- <ul>
- <li>Gitlab
- <a href="downloads/High-Tune-${VERSION}-GNU-Linux64.tar.gz">tarball</a> /
- <a href="downloads/High-Tune-${VERSION}-GNU-Linux64.tar.gz.sig">pgp</a></li>
- <li>Sources:
- <a href="downloads/High-Tune-${VERSION}-Sources.tar.gz">tarball</a> /
- <a href="downloads/High-Tune-${VERSION}-Sources.tar.gz.sig">pgp</a></li>
- </ul>
-</div-->
-
<p>High Tune: RenDeRer (<code>htrdr</code>) is a part of the <a
href=http://www.umr-cnrm.fr/high-tune/>High-Tune</a> project: it illustrates
the implementation of <b>radiative transfer</b> algorithms in <b>inhomogeneous
diff --git a/high-tune/starter-pack.html.in b/high-tune/starter-pack.html.in
@@ -30,14 +30,12 @@ format.
<h3>Clouds</h3>
<div class="img" style="width: 16em">
- <a href="DZVAR2.jpg">
- <img src="DZVAR2.jpg" alt="DZVAR2">
- </a>
- <a href="L12km_BOMEX.jpg">
- <img src="L12km_BOMEX.jpg" alt="L12_BOMEX">
- </a>
+ <a href="DZVAR2.jpg"><img src="DZVAR2.jpg" alt="DZVAR2"></a>
+ <a href="L12km_BOMEX.jpg"><img src="L12km_BOMEX.jpg" alt="L12_BOMEX"></a>
+ <a href="L25_Fire.jpg"><img src="L25_Fire.jpg" alt="L25_Fire"></a>
<div class="caption">
- Image of the DZVAR2 and L12km_BOMEX scenes rendered with <code>htrdr</code>.
+ Images of the DZVAR2, L12km_BOMEX and L25_Fire scenes rendered with
+ <code>htrdr</code>.
</div>
</div>