Skip to content

Commit 5f2c70b

Browse files
committed
refresh resources with newer links
1 parent 18d5c8d commit 5f2c70b

1 file changed

Lines changed: 16 additions & 17 deletions

File tree

about/index.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ LLNL is a Department of Energy ([DOE](https://www.energy.gov/national-laboratori
3939
</div>
4040
</div>
4141

42-
We often work with other national labs, universities, and industry partners. Working on these projects is a lot easier when we can share code directly. The Exascale Computing Project ([ECP](https://www.exascaleproject.org)) uses OSS to develop the exascale ecosystem of apps, analytics, infrastructure, and so much more. Future breakthroughs will likely owe some debt to the best practices and accelerated development made possible by OSS.
42+
We often work with other national labs, universities, and industry partners. Working on these projects is a lot easier when we can share code directly. The DOE's Exascale Computing Project ([ECP](https://www.exascaleproject.org)) (2016–2024) used OSS to develop the exascale ecosystem of apps, analytics, infrastructure, and so much more. Future breakthroughs will likely owe some debt to the best practices and accelerated development made possible by OSS.
4343

4444
One of the great things about a large government organization is that we're not motivated by profit. "The greater good" might sound like a cliché, but it's true. LLNL's national security mission governs our work, so our OSS portfolio of apps, libraries, compilers, and other tools support that mission. This includes everything from monitoring the performance of our supercomputers to making multiphysics codes run more smoothly.
4545

@@ -68,39 +68,38 @@ This website abounds with examples of projects that have found a home in the ope
6868
<!-- START: Quicklinks boxes -->
6969
{% capture cardContent %}
7070
* [LLNL Software News](/news)
71+
* [LLNL Computing News](https://computing.llnl.gov/topic/open-source-software)
72+
* [The Lab that Launched a Thousand Software Projects](https://computing.llnl.gov/about/newsroom/lab-launched-thousand-software-projects)
7173
* [The Case for Open Source Software](https://18f.gsa.gov/2018/07/12/the-case-for-open-source-software/)
72-
* [OSS Spotlight: LLNL and ZFS on Linux](https://medium.com/codedotgov/oss-spotlight-lawrence-livermore-national-laboratory-and-zfs-on-linux-6596fca6e5f6)
73-
* [Spack, A Lab-Developed ‘App Store for Supercomputers,’ becoming Standard-Bearer](https://www.llnl.gov/news/spack-lab-developed-app-store-supercomputers-becoming-standard-bearer)
74+
* [Ambassadors of Code](https://str.llnl.gov/2018-01/lee) (*Science & Technology Review* cover story)
7475
{% endcapture %}
7576
{% assign cardContent = cardContent | markdownify %}
76-
{% include components/card.html title='Open Source at LLNL' content=cardContent classes="h-100" %}
77+
{% include components/card.html title='News Coverage' content=cardContent classes="h-100" %}
7778
<!-- END: Quicklinks boxes -->
7879
</div>
7980
<div class="col-12 col-lg-4">
8081
<!-- START: Quicklinks boxes -->
81-
{% capture cardTitle %}
82-
*Science & Technology Review* coverage
83-
{% endcapture %}
8482
{% capture cardContent %}
85-
* [Ambassadors of Code (cover story)](https://str.llnl.gov/2018-01/lee)
86-
* [Ambassadors of Code (video, 3:04)](https://youtu.be/nTxMn1NWHQU)
87-
* [Commentary by Bruce Hendrickson](https://str.llnl.gov/2018-01/comjan18)
88-
* [Visualization Software Stands the Test of Time](https://str.llnl.gov/2021-05/brugger)
83+
* [UnifyFS: User-Level File System for Supercomputers](https://computing.llnl.gov/projects/unifyfs)
84+
* [UMap: An Application-Oriented, User-Level Memory-Mapping Library](https://computing.llnl.gov/projects/umap)
85+
* [zfp: Compressed Floating-Point and Integer Arrays](https://computing.llnl.gov/projects/zfp)
86+
* [Variorum: Vendor-Agnostic Power Management](https://computing.llnl.gov/projects/variorum)
87+
* [The Laboratory’s Habit of Innovation](https://str.llnl.gov/past-issues/march-2024/laboratorys-habit-innovation) (*Science & Technology Review* cover story)
8988
{% endcapture %}
90-
{% assign cardTitle = cardTitle | markdownify %}
9189
{% assign cardContent = cardContent | markdownify %}
92-
{% include components/card.html title=cardTitle content=cardContent classes="h-100" %}
90+
{% include components/card.html title='R&D 100 Winners (2023–2024)' content=cardContent classes="h-100" %}
9391
<!-- END: Quicklinks boxes -->
9492
</div>
9593
<div class="col-12 col-lg-4">
9694
<!-- START: Quicklinks boxes -->
9795
{% capture cardContent %}
98-
* [Releasing Open Source Software at the Lab (poster)](https://computing.llnl.gov/sites/default/files/COMP_Poster_OSS.pdf)
99-
* [Open Source at LLNL (video, 11:31)](https://youtu.be/kL4wIYhNVxE)
100-
* [Open Source at LLNL (slides)](https://computing.llnl.gov/sites/default/files/2020CompExpo_Open_Source.pdf)
96+
* [How Will El Capitan Run? Software and Storage Solutions Powering NNSA’s First Exascale Supercomputer](https://www.youtube.com/watch?v=K7ccgEoJnuM) (5:56)
97+
* [Supercomputer Problems You’ve Never Heard Of](https://www.youtube.com/watch?v=IZSWymZmkc0) (5:39)
98+
* [Ambassadors of Code](https://www.youtube.com/watch?v=nTxMn1NWHQU) (3:04)
99+
* [An Introduction to Open Source Software](https://www.youtube.com/watch?v=kL4wIYhNVxE) (11:31)
101100
{% endcapture %}
102101
{% assign cardContent = cardContent | markdownify %}
103-
{% include components/card.html title='LLNL Computing Virtual Expo Materials' content=cardContent classes="h-100" %}
102+
{% include components/card.html title='Multimedia' content=cardContent classes="h-100" %}
104103
<!-- END: Quicklinks boxes -->
105104
</div>
106105
</div>

0 commit comments

Comments
 (0)