Skip to content

Commit

Permalink
Update index.html (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Mar 21, 2024
1 parent e521a8a commit bebf7bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@

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

scalings = [
new FScale("res/weakScaling/frontier.svg", "Frontier"),
new FScale("res/weakScaling/summit.svg", "Summit")
new FScale("res/weakScaling/frontier.svg", "Oak Ridge Frontier"),
new FScale("res/weakScaling/summit.svg", "Oak Ridge Summit")
]


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

0 comments on commit bebf7bf

Please sign in to comment.