Skip to content

Commit 2c7f80a

Browse files
author
MFC Action
committed
Docs @ bebf7bf
1 parent dd1fce1 commit 2c7f80a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373

7474
const sims = [
7575
new FS("Shedding water droplet", "res/simulations/a.png", "Summit", "960 V100s", "4h", "https://player.vimeo.com/video/905208069"),
76-
new FS("Flow over an airfoil (vorticity", "res/simulations/g.png", "Delta", "128 A100s", "19h", "https://vimeo.com/917305340/c05fd414c8?share=copy"),
77-
new FS("Cavitating bubbles fragment kidney stone", "res/simulations/d.png", "Summit", "576 V100s", "30 min", "https://doi.org/10.48550/arXiv.2305.09163"),
76+
new FS("Flow over an airfoil (vorticity)", "res/simulations/g.png", "Delta", "128 A100s", "19h", "https://vimeo.com/917305340/c05fd414c8?share=copy"),
77+
new FS("Cavitation fragments kidney stone", "res/simulations/d.png", "Summit", "576 V100s", "30 min", "https://doi.org/10.48550/arXiv.2305.09163"),
7878
new FS("Breakup of vibrated interface", "res/simulations/f.png", "Summit", "128 V100s", "4h","https://player.vimeo.com/video/922022757"),
7979
new FS("Collapsing bubbles (pressure)", "res/simulations/b.png", "Summit", "216 V100s", "3h", "https://doi.org/10.48550/arXiv.2305.09163"),
8080
new FS("Collapsing bubbles (streamlines)", "res/simulations/c.png", "Summit", "216 V100s", "3h", "https://doi.org/10.48550/arXiv.2305.09163"),
@@ -199,8 +199,8 @@
199199
};
200200

201201
scalings = [
202-
new FScale("res/weakScaling/frontier.svg", "Frontier"),
203-
new FScale("res/weakScaling/summit.svg", "Summit")
202+
new FScale("res/weakScaling/frontier.svg", "Oak Ridge Frontier"),
203+
new FScale("res/weakScaling/summit.svg", "Oak Ridge Summit")
204204
]
205205

206206

@@ -276,7 +276,7 @@
276276
</a>
277277
<a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="documentation/md_getting-started.html">
278278
<i class="pr-4 fa-solid fa-rocket"></i>
279-
<span class="flex-1">Start</span>
279+
<span class="flex-1">Quick Start</span>
280280
</a>
281281
<a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="documentation/index.html">
282282
<i class="pr-4 fa-solid fa-book"></i>

0 commit comments

Comments
 (0)