Skip to content

Commit 1ff135c

Browse files
sbryngelsonclaude
andcommitted
Auto-update copyright year and add NNSA to acknowledgements
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4ff0bef commit 1ff135c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@
118118
</a>
119119
`).join("");
120120

121+
document.getElementById("copyright-year").textContent = new Date().getFullYear();
122+
121123
fetch("https://api.github.com/repos/MFlowCode/MFC/releases/latest")
122124
.then(r => r.json())
123125
.then(r => { if (r.tag_name) document.getElementById("release-ver").innerText = r.tag_name; })
@@ -240,10 +242,10 @@ <h1 class="flex-1 flex flex-col justify-center gap-y-4">
240242
</main>
241243
<div class="flex flex-col w-full px-4 md:px-0 text-white py-8 gap-4 container mx-auto">
242244
<div class="font-bold text-center text-sm md:text-md md:text-left">
243-
&copy; 2021 <a href="https://comp-physics.group/">Spencer H. Bryngelson and Tim Colonius</a>
245+
&copy; <span id="copyright-year"></span> <a href="https://comp-physics.group/">Spencer H. Bryngelson and Tim Colonius</a>
244246
</div>
245247
<div class="text-justify flex-1 text-xs md:text-sm text-neutral-300">
246-
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).
248+
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), the National Nuclear Security Administration (NNSA), and the National Science Foundation (NSF).
247249
MFC computations use OLCF Frontier, Summit, and Wombat; LLNL El Capitan, Tuolumne, and Lassen; and many ACCESS-CI systems
248250
</div>
249251
</div>

0 commit comments

Comments
 (0)