Skip to content

Commit

Permalink
adds new paper
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleniemeyer committed Nov 17, 2023
1 parent abb2c44 commit 34e53ac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
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: "bgc-parameter-estimation",
kind: "journal article",
authors: ["Skyler Kern", "Mary E. McGuinn", "Katherin M. Smith", "Nadia Pinardi", "@ken", "Nicole S. Lovenduski", "@peter-hamlington"],
year: 2023,
title: "Computationally efficient parameter estimation for high-dimensional ocean biogeochemical models",
source: "Geoscientific Model Development",
doi: "https://doi.org/10.5194/gmd-2023-107",
//eprint: null,
pages: null,
//volume: null,
//issue: null,
contribution: "Shows a method for optimizing parameters for biogeochemical models based on ocean observations."
},
{
id: "mcdc-development",
kind: "refereed conference paper",
Expand Down
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 34e53ac

Please sign in to comment.