|
73 | 73 |
|
74 | 74 | const sims = [ |
75 | 75 | 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"), |
78 | 78 | new FS("Breakup of vibrated interface", "res/simulations/f.png", "Summit", "128 V100s", "4h","https://player.vimeo.com/video/922022757"), |
79 | 79 | new FS("Collapsing bubbles (pressure)", "res/simulations/b.png", "Summit", "216 V100s", "3h", "https://doi.org/10.48550/arXiv.2305.09163"), |
80 | 80 | new FS("Collapsing bubbles (streamlines)", "res/simulations/c.png", "Summit", "216 V100s", "3h", "https://doi.org/10.48550/arXiv.2305.09163"), |
|
199 | 199 | }; |
200 | 200 |
|
201 | 201 | 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") |
204 | 204 | ] |
205 | 205 |
|
206 | 206 |
|
|
276 | 276 | </a> |
277 | 277 | <a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="documentation/md_getting-started.html"> |
278 | 278 | <i class="pr-4 fa-solid fa-rocket"></i> |
279 | | - <span class="flex-1">Start</span> |
| 279 | + <span class="flex-1">Quick Start</span> |
280 | 280 | </a> |
281 | 281 | <a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="documentation/index.html"> |
282 | 282 | <i class="pr-4 fa-solid fa-book"></i> |
|
0 commit comments