diff --git a/src/data/Kyle.ts b/src/data/Kyle.ts index 2805b965..35a0fcc6 100644 --- a/src/data/Kyle.ts +++ b/src/data/Kyle.ts @@ -867,6 +867,18 @@ export const Kyle: ProfileSpec = { ], travel: [], talks: [ + { + date: "2023-07-12", + image: "aceee-jul-2023.jpeg", + alt: "Title slide of the talk, which says 'Strategies for tackling the computational cost of modeling reacting fluids and related problems'.", + slides: "https://doi.org/10.5281/zenodo.8144168", + recording: null, + title: "Right Onsite: Accelerating deployment of onsite clean energy technology in the industrial sector", + url: "https://www.aceee.org/2023-industry-summer-study", + venue: "2023 ACEEE Summer Study on Energy Efficiency in Industry", + description: "Conference talk based on a program I supported while working at the US Department of Energy, seeking to accelerate the adoption of clean onsite energy systems in industry.", + keynote: false + }, { date: "2023-04-11", image: "pennstate-apr-2023.png", diff --git a/src/data/Pubs.ts b/src/data/Pubs.ts index 0884b8fe..3e5ecc36 100644 --- a/src/data/Pubs.ts +++ b/src/data/Pubs.ts @@ -2,6 +2,20 @@ import type Paper from "$lib/models/Paper"; import { null_to_empty } from "svelte/internal"; export const Publications: Paper[] = [ + { + id: "onsite-energy", + kind: "refereed conference paper", + authors: ["@ken", "Meegan Kelly"], + year: 2023, + title: "Right Onsite: Accelerating deployment of onsite clean energy technology in the industrial sector", + source: "2023 ACEEE Summer Study on Energy Efficiency in Industry", + doi: "https://doi.org/10.5281/zenodo.8140628", + eprint: null, + pages: null, + //volume: null, + //issue: null, + contribution: "Discusses the current state of onsite clean energy systems in the US industrial sector, needs and barriers, and strategies the US Department of Energy is taking to accelerate adoption." + }, { id: "generalized-preconditioning", kind: "journal article", diff --git a/static/images/papers/paper-onsite-energy.png b/static/images/papers/paper-onsite-energy.png new file mode 100644 index 00000000..d0485443 Binary files /dev/null and b/static/images/papers/paper-onsite-energy.png differ diff --git a/static/images/talks/aceee-jul-2023.jpeg b/static/images/talks/aceee-jul-2023.jpeg new file mode 100644 index 00000000..2b40ee57 Binary files /dev/null and b/static/images/talks/aceee-jul-2023.jpeg differ