Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions _includes/package-grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ <h3 class="card__title no_toc" itemprop="headline">
<li><a href="{{ apackage.archive }}" rel="permalink"><i class="fas fa-bookmark fa-fw"></i> JOSS Approved</a></li>
{% endif %}
{% if apackage.partners contains "astropy" %}
<li><a href="communities/astropy.html"><i class="fa-solid fa-check-double"></i> <img src="http://img.shields.io/badge/Affiliated-Astropy-orange.svg?style=flat" alt="Astropy" /></a></li>
{% endif %}
{% if apackage.partners contains "sunpy" %}
<!-- TODO: Create and use sunpy.html here -->
<li><a href="communities/astropy.html"><i class="fa-solid fa-check-double"></i> <img src="http://img.shields.io/badge/Affiliated-SunPy-yellow.svg?style=flat" alt="SunPy" /></a></li>
<li><a href="communities/astropy.html"><i class="fa-solid fa-check-double"></i> <img src="https://img.shields.io/badge/Affiliated-Astropy-orange.svg?style=flat" alt="Astropy" /></a></li>
{% endif %}
</ul>
<hr>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-10-28-human-dimension-data-science.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This post was originally posted on [Eric's blog](https://ericmjl.github.io/blog/
<figure class="align-center">
<picture>
<source srcset="/images/blog/2024/eric-ma-blog-post-header.webp" type="image/webp">
<img src="/images/blog/2024/eric-ma-blog-post-header.jpg" alt="An illustration of a diverse group of people collaboratively analyzing and discussing code displayed on a large transparent screen, surrounded by books, plants, and abstract symbols, set against a vibrant gradient background." />
<img src="/images/blog/2024/eric-ma-blog-post-header.png" alt="An illustration of a diverse group of people collaboratively analyzing and discussing code displayed on a large transparent screen, surrounded by books, plants, and abstract symbols, set against a vibrant gradient background." />
</picture>
</figure>

Expand Down
Loading