From f7bf7139fd3a3649e1a42d493baea240b04bb6f7 Mon Sep 17 00:00:00 2001 From: Eliot Robson Date: Tue, 27 Jan 2026 23:03:05 -0500 Subject: [PATCH 1/3] Add publication to package card --- _data/packages.yml | 3 +++ _includes/package-grid.html | 10 +++++++++- _sass/minimal-mistakes/_pyos-isotope.scss | 9 +++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/_data/packages.yml b/_data/packages.yml index fb309bf5..747c50e4 100644 --- a/_data/packages.yml +++ b/_data/packages.yml @@ -1013,6 +1013,9 @@ closed_at: 2025-02-17 18:52:18+00:00 issue_link: https://github.com/pyOpenSci/software-submission/issues/179 joss: + publications: + - name: SoftwareX Publication + url: https://doi.org/10.1016/j.softx.2023.101613 partners: gh_meta: name: PyPartMC diff --git a/_includes/package-grid.html b/_includes/package-grid.html index 0dc396cb..324c9802 100644 --- a/_includes/package-grid.html +++ b/_includes/package-grid.html @@ -50,11 +50,19 @@

{% endif %}
  • View Review
  • {% if apackage.joss %} -
  • JOSS Approved
  • +
  • JOSS Publication
  • + {% endif %} + {% if apackage.publications %} + {% for pub in apackage.publications %} +
  • {{ pub.name }}
  • + {% endfor %} {% endif %} {% if apackage.partners contains "astropy" %}
  • Astropy
  • {% endif %} + {% if apackage.date_accepted and apackage.date_accepted != "missing" %} +
  • Accepted: {{ apackage.date_accepted }}
  • + {% endif %} {% if apackage.active == false %}
  • Archived
  • {% endif %} diff --git a/_sass/minimal-mistakes/_pyos-isotope.scss b/_sass/minimal-mistakes/_pyos-isotope.scss index 415490b3..447da5b5 100644 --- a/_sass/minimal-mistakes/_pyos-isotope.scss +++ b/_sass/minimal-mistakes/_pyos-isotope.scss @@ -266,6 +266,15 @@ input[type="text"] { align-items: center; gap: 0.4em; } + + // Date accepted styling + &.package-card__date-accepted { + color: #666; + font-size: 0.875em; + display: inline-flex; + align-items: center; + gap: 0.4em; + } } } } From eead1d486a4b85f8079431f143d527764e45a106 Mon Sep 17 00:00:00 2001 From: Eliot Robson Date: Tue, 27 Jan 2026 23:14:56 -0500 Subject: [PATCH 2/3] Change icon --- _data/packages.yml | 4 +++- _includes/package-grid.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_data/packages.yml b/_data/packages.yml index 747c50e4..f0c9bd84 100644 --- a/_data/packages.yml +++ b/_data/packages.yml @@ -1068,7 +1068,9 @@ updated_at: 2025-09-03 00:17:41+00:00 closed_at: 2025-09-03 00:17:41+00:00 issue_link: https://github.com/pyOpenSci/software-submission/issues/175 - joss: https://zenodo.org/doi/10.5281/zenodo.10801503 + publications: + - name: VLDB Publication + url: https://dl.acm.org/doi/abs/10.14778/3685800.3685887 partners: gh_meta: name: CyNetDiff diff --git a/_includes/package-grid.html b/_includes/package-grid.html index 324c9802..9309b8f4 100644 --- a/_includes/package-grid.html +++ b/_includes/package-grid.html @@ -50,7 +50,7 @@

    {% endif %}
  • View Review
  • {% if apackage.joss %} -
  • JOSS Publication
  • +
  • JOSS Publication
  • {% endif %} {% if apackage.publications %} {% for pub in apackage.publications %} From 5ee6b8eb2f16192cd7df00c7daf4505d435606ff Mon Sep 17 00:00:00 2001 From: Eliot Robson Date: Tue, 27 Jan 2026 23:20:08 -0500 Subject: [PATCH 3/3] Update .lycheeignore --- .lycheeignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.lycheeignore b/.lycheeignore index 53c47fd3..b5995b00 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -4,3 +4,4 @@ https://fonts.gstatic.com/* https://www.linkedin.com/* https://www.youtube-nocookie.com/* https://t.co/* +https://dl.acm.org/*