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
14 changes: 7 additions & 7 deletions book/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@ Room: Talk room 1
*Chair*: Jonathan Shimwell, Proxima Fusion

A panel session will be held with the following members:
| Presenter | Affiliation |
|:-------------------------------|:---------------------------------------------------------|
| [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/) |
| Matt Vernicchia | [CFS](https://cfs.energy/) |
| [Aiden Fowler](bios/fowler.md) | [MIT](https://www.mit.edu/) |
| Presenter | Affiliation |
|:--------------------------------------|:---------------------------------------------------------|
| [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/) |
| [Matt Vernacchia](bios/vernacchia.md) | [CFS](https://cfs.energy/) |
| [Aiden Fowler](bios/fowler.md) | [MIT](https://www.mit.edu/) |


## Session P2: 11:20 - 11:50 (EST)
Expand Down
Binary file added book/assets/matt_vernacchia.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion book/bios/fowler.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Aidan Fowler'
image: '../assets/aidan_fowler.jpg'
image: '../assets/aidan_fowler.jpeg'
---

![Aidan Fowler](../assets/aidan_fowler.jpeg)
Expand Down
10 changes: 10 additions & 0 deletions book/bios/vernicchia.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: 'Matthew Vernacchia'
image: '../assets/matt_vernacchia.jpg'
---

![Matthew Vernacchia](../assets/matt_vernacchia.jpg)

At Commonwealth Fusion Systems, Matt Vernacchia leads the Scientific Software team, which develops internal and open-source software to help understand and build superconducting magnets and tokamaks. The team's data analysis, simulation, and optimization tools are vital to magnet design, manufacturing, and testing, as well as tokamak design and planning. The team develops in Python, TypeScript, Rust, and C++, with an emphasis on code quality and maintainability. Matt enjoys supporting an effective team and supporting the energy transition. Prior to joining CFS in 2020, Matt received a PhD in Aeronautics and Astronautics from MIT.

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