Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ A panel session will be held with the following members:
|:--------------------------------------|:---------------------------------------------------------|
| [Paul Wilson](bios/wilson.md) | [University of Wisconsin-Madison](https://www.wisc.edu/) |
| [Martin Yagi](bios/yagi.md) | [First Light Fusion](https://firstlightfusion.com/) |
| David Bernhodlt | [ORNL](https://www.ornl.gov/) |
| [David Bernhodlt](bios/bernholdt.md) | [ORNL](https://www.ornl.gov/) |
| [Matt Vernacchia](bios/vernacchia.md) | [CFS](https://cfs.energy/) |
| [Aiden Fowler](bios/fowler.md) | [MIT](https://www.mit.edu/) |

Expand Down
Binary file added book/assets/david_bernholdt.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions book/bios/bernholdt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: 'David Bernholdt'
image: '../assets/david_bernholdt.jpg'
---

![David Bernholdt](../assets/david_bernholdt.jpg)

David Bernholdt is a Distinguished R&D Staff Member at Oak Ridge National Laboratory. His research interests are in the programming of high-performance computers, broadly interpreted, but with a particular focus on computational science and engineering applications. Part of that work has involved working to improve awareness and practice of software engineering and software productivity, sustainability, and trustworthiness through the0 [IDEAS](https://ideas-productivity.org/) family of projects, and more recently the Chair of the [Consortium for the Advancement of Scientific Software](https://cass.community/) (CASS). He has worked closely with the fusion energy community for more than 20 years through multiple partnerships in the US DOE’s Scientific Discovery through Advanced Computing (SciDAC) program and other projects.

---
2 changes: 1 addition & 1 deletion generate_timetable.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def main():
presenters = [
"[Paul Wilson](bios/wilson.md)",
"[Martin Yagi](bios/yagi.md)",
"David Bernhodlt",
"[David Bernhodlt](bios/bernholdt.md)",
"[Matt Vernacchia](bios/vernacchia.md)",
"[Aiden Fowler](bios/fowler.md)",
]
Expand Down