Skip to content

Commit

Permalink
adds ACEEE paper and talk
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleniemeyer committed Jul 13, 2023
1 parent bfde499 commit 8787999
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/data/Kyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
14 changes: 14 additions & 0 deletions src/data/Pubs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Binary file added static/images/papers/paper-onsite-energy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/talks/aceee-jul-2023.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8787999

Please sign in to comment.