Skip to content

Commit 0e0623e

Browse files
authored
Merge pull request #58 from CEPI-dxkb/test
test -> main (v0.2.5)
2 parents 527b5dc + 94370da commit 0e0623e

4 files changed

Lines changed: 13 additions & 10 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p3-web",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"private": true,
55
"scripts": {
66
"start": "node ./bin/p3-web",

public/js/p3/updates.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ const updateList = [
44
link: "https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=10793126&tag=1",
55
image: "/patric/images/cepi/exaflops.png",
66
description: "A presentation for a scalable, end-to-end workflow for protein design. By augmenting protein sequences with natural language descriptions of their biochemical properties, the presenters train generative models that can be preferentially aligned with protein fitness landscapes."
7-
}
8-
/*
7+
},
98
{
10-
title: "Influenza H5N1 2024",
11-
link: "https://www.bv-brc.org/outbreaks/H5N1/#view_tab=overview",
12-
image: "https://www.bv-brc.org/api/content/images/outbreaks/H5N1/influenza_virion_image.png",
13-
description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
9+
title: "High-resolution in situ structures of hantavirus glycoprotein tetramers",
10+
link: "https://www.biorxiv.org/content/10.1101/2025.06.17.660152v1",
11+
image: "https://www.biorxiv.org/content/biorxiv/early/2025/06/18/2025.06.17.660152/F1.medium.gif",
12+
description: "New World hantaviruses cause severe infections in humans, with case fatality rates approaching 40%. Previous structural studies have advanced our understanding of hantavirus glycoprotein architecture and function, however, the lack of high-resolution in situ structures of the glycoprotein tetramer and its lattice organization has limited mechanistic insights into viral assembly, entry, and antigenicity"
1413
},
14+
/*
1515
{
1616
title: "Temp Title 1",
1717
link: "https://unsplash.com/photos/purple-cells-L7en7Lb-Ovc",

views/pages/publications.ejs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
<h1 id="publications-header" style="font-weight: 600; color: var(--cepi-sapphire); font-size: x-large;">Publications</h1>
1515
<div class="publications">
1616
<h3>2025:</h3>
17-
<p>There are no 2025 publications for DXKB/CEPI at this time.</p>
17+
<p><a href="https://www.biorxiv.org/content/10.1101/2025.06.17.660152v1">High-resolution in situ structures of hantavirus glycoprotein tetramers</a><br>
18+
Luqiang Guo, Elizabeth McFadden, Megan M. Slough, E. Taylor Stone, Jacob Berrigan, Eva Mittler, Kiara Hatzakis, Troy Hinkley, Heather S. Kain, Zunlong Ke, Nikole L. Warner, Jesse H. Erasmus, Kartik Chandran, Jason S. McLellan<br />
19+
DOI: <a href="https://doi.org/10.1101/2025.06.17.660152">10.1101/2025.06.17.660152</a>
20+
</p>
1821
<br>
1922

2023
<h3>2024:</h3>

0 commit comments

Comments
 (0)