Skip to content

Commit

Permalink
fixup(browser): add one more publication
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Jan 15, 2025
1 parent 374384c commit 4d74cc0
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
8 changes: 8 additions & 0 deletions browser/src/PublicationsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,14 @@ export default () => (
Remaining publications:
{/* @ts-expect-error */}
<List>
<PaperCitation
authorList="Poterba, T., Vittal, C., King, D., Goldstein, D., Goldstein, J. I., Schultz, P., Karczewski, K. J., Seed, C., Neale, B. M."
title="The Scalable Variant Call Representation: Enabling Genetic Analysis Beyond One Million Genomes."
journal="Bioinformatics"
year="2024"
doiLink="https://doi.org/10.1093/bioinformatics/btae746"
pmid="39718771"
/>
<PaperCitation
authorList="Gudmundsson, S., Carlston, C. M., O'Donnell-Luria, A."
title="Interpreting variants in genes affected by clonal hematopoiesis in population data."
Expand Down
27 changes: 27 additions & 0 deletions browser/src/__snapshots__/PublicationsPage.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,33 @@ exports[`Publications Page has no unexpected changes 1`] = `
<ul
className="c3"
>
<li
className="c4"
>
<cite
className="c5"
>
Poterba, T., Vittal, C., King, D., Goldstein, D., Goldstein, J. I., Schultz, P., Karczewski, K. J., Seed, C., Neale, B. M. The Scalable Variant Call Representation: Enabling Genetic Analysis Beyond One Million Genomes.
<em>
Bioinformatics
</em>
. (2024).
<span>
<a
className="c6"
href="https://doi.org/10.1093/bioinformatics/btae746"
rel="noopener noreferrer"
target="_blank"
>
https://doi.org/10.1093/bioinformatics/btae746
</a>
</span>
PMID:
39718771
</cite>
</li>
<li
className="c4"
>
Expand Down

0 comments on commit 4d74cc0

Please sign in to comment.