Skip to content

Commit e04cf29

Browse files
sbryngelsonclaude
andcommitted
Update docs landing page: add Gordon Bell mention, OG tags, and new scaling plot
Add 2025 Gordon Bell Prize Finalist tagline to hero section, OpenGraph and Twitter Card meta tags for link sharing, GitHub stars badge, updated SEO meta description, and replace Frontier+Summit scaling plots with a single three-machine weak scaling figure (El Capitan, Frontier, Alps). Fix LLNL typo and add El Capitan to compute resources footer. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 050c074 commit e04cf29

2 files changed

Lines changed: 17 additions & 8 deletions

File tree

docs/index.html

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,15 @@
1414
<meta charset="UTF-8">
1515
<meta http-equiv="X-UA-Compatible" content="IE=edge">
1616
<meta name="viewport" content="width=device-width, initial-scale=1.0">
17-
<title>MFC | Home</title>
18-
<meta name="description" content="MFC is an exascale multiphysics CFD solver maintained by the research groups of Profs. Bryngelson and Colonius." />
19-
<meta name=”keywords” content="exascale, fluid dynamics, cfd, computational fluid dynamics, compressible, hpc, bryngelson, colonius, subgrid, multiphase, frontier, summit, el capitan, aurora, amd gpu, gpu, nvidia"/>
17+
<title>MFC | Exascale Multiphase Flow Solver</title>
18+
<meta name="description" content="MFC is an open-source exascale multiphase flow solver and 2025 Gordon Bell Prize Finalist. Scales to 200+ trillion grid points on 43,000+ GPUs." />
19+
<meta name="keywords" content="exascale, fluid dynamics, cfd, computational fluid dynamics, compressible, hpc, bryngelson, colonius, subgrid, multiphase, frontier, summit, el capitan, aurora, amd gpu, gpu, nvidia, gordon bell"/>
20+
<meta property="og:title" content="MFC - Exascale Multiphase Flow Solver" />
21+
<meta property="og:description" content="Open-source exascale multiphase flow solver. 2025 Gordon Bell Prize Finalist. Scales to 200+ trillion grid points on 43,000+ GPUs." />
22+
<meta property="og:image" content="https://mflowcode.github.io/res/logo2.png" />
23+
<meta property="og:url" content="https://mflowcode.github.io" />
24+
<meta property="og:type" content="website" />
25+
<meta name="twitter:card" content="summary_large_image" />
2026
<script src="https://cdn.tailwindcss.com"></script>
2127
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
2228
<link rel="icon" type="image/x-icon" href="res/icon.ico">
@@ -34,8 +40,7 @@
3440
];
3541

3642
const scalings = [
37-
{ image: "res/weakScaling/frontier.svg", label: "Oak Ridge Frontier (AMD MI250X GPUs)" },
38-
{ image: "res/weakScaling/summit.svg", label: "Oak Ridge Summit (NVIDIA V100 GPUs)" },
43+
{ image: "res/weakScaling/weakscaling.png", label: "Weak scaling on El Capitan (MI300A), Frontier (MI250X), and Alps (GH200)" },
3944
];
4045

4146
document.addEventListener("DOMContentLoaded", () => {
@@ -71,7 +76,7 @@
7176
`).join("");
7277

7378
document.getElementById("ft-scaling").innerHTML = scalings.map(s => `
74-
<div class="flex md:w-2/6 flex-col text-white rounded bg-slate-900 rounded-b-lg">
79+
<div class="flex md:w-2/6 mx-auto flex-col text-white rounded bg-slate-900 rounded-b-lg">
7580
<div class="flex-1 grid bg-white pb-2">
7681
<img class="place-self-center" src="${s.image}" alt="${s.label}">
7782
</div>
@@ -118,15 +123,19 @@
118123
<div class="w-full flex flex-col gap-4">
119124
<img src="res/banner.png" class="h-20 md:h-24 mx-auto">
120125
</div>
121-
<div class="w-full flex flex-col text-white text-md md:text-lg text-justify font-semibold">
126+
<div class="w-full flex flex-col text-white text-md md:text-lg text-justify font-semibold gap-3">
122127
An exascale compressible multiphase and multiphysics flow code.
128+
<span class="text-amber-400 text-sm md:text-base font-bold">
129+
2025 Gordon Bell Prize Finalist - 200+ trillion grid points on 43,000+ GPUs
130+
</span>
123131
</div>
124132
</div>
125133
<div class="flex mx-auto">
126134
<div class="justify-center grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-4 xl:grid-cols-5 gap-x-4 md:gap-x-8 text-md md:text-xl text-center text-white font-medium">
127135
<a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="https://github.com/MFlowCode/MFC">
128136
<i class="pr-4 fa-brands fa-github"></i>
129137
<span class="flex-1">GitHub</span>
138+
<img class="h-5 ml-2" src="https://img.shields.io/github/stars/MFlowCode/MFC?style=social" alt="GitHub stars">
130139
</a>
131140
<a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="https://github.com/MFlowCode/MFC/releases/latest">
132141
<i class="pr-4 fa-solid fa-download"></i>
@@ -198,7 +207,7 @@ <h1 class="flex-1 flex flex-col justify-center gap-y-4">
198207
</div>
199208
<div class="text-justify flex-1 text-xs md:text-sm text-neutral-300">
200209
Multiple federal sponsors have supported MFC development, including the US Department of Defense (DOD), the National Institutes of Health (NIH), the Department of Energy (DOE), and the National Science Foundation (NSF).
201-
MFC computations use OLCF Frontier, Summit, and Wombat; LLNC LC Tuolumne and Lassen; and many ACCESS-CI systems
210+
MFC computations use OLCF Frontier, Summit, and Wombat; LLNL LC El Capitan, Tuolumne, and Lassen; and many ACCESS-CI systems
202211
</div>
203212
</div>
204213
</body>
164 KB
Loading

0 commit comments

Comments
 (0)