Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 21, 2026

  • Create data/partners.json with all current partners organized into meaningful clusters
  • Create layouts/shortcodes/partner_list.html shortcode (similar to publication_list.html)
  • Create layouts/shortcodes/partner_filters.html shortcode for filtering by cluster
  • Add partner card CSS styles to assets/scss/custom.scss
  • Update content/about/partnerships/partnerships.md to use the new data-driven approach
  • Fix card styling issues (missing backgrounds, oversized logos)

Summary

This PR redesigns the partners page to address the issue that important partners (like UNESCO) were listed far below defunct ones (like ReplicationWiki). Partners are now:

  1. Organized into 7 meaningful clusters drawn from a partners.json file
  2. Filterable by category using an interactive filter bar
  3. Displayed in a modern card layout consistent with the publications page

Partner Categories (in order of display)

  • Global Intergovernmental Organizations (UNESCO - now at the top!)
  • Reproducibility Networks (UKRN, GRN, AREN, BrRN, iRISE)
  • Open Science Infrastructure (COS, Liberate Science, LMU OSC, etc.)
  • Research Communities (SIPS, ReproducibiliTea, BiTS Lab, etc.)
  • Education & Training (BITSS, Project TIER, OLS, etc.)
  • Early Career & Equity (Metadocencia, ABRIR, JRP, etc.)
  • Institutional Partners (Utrecht University)

Screenshots

Fixed Partner Cards with Proper Styling

Fixed cards

Early Career & Equity Section (Properly Sized Logos)

ECR Section

Original prompt

This section details on the original issue you should resolve

<issue_title>Cluster partners</issue_title>
<issue_description>Currently the list of partners is very long, and some important ones (e.g. UNESCO) are listed far below some that are defunct (ReplicationWiki) - need to revise and cluster that list</issue_description>

Comments on the Issue (you are @copilot in this section)

@LukasWallrich This should be done similar to the new publication page - i.e. with a more modern layout, drawing from a partners.json file. Implement this with a meaningful clustering.

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

- Create data/partners.json with 33 partners organized into 7 clusters
- Add partner_list.html shortcode for rendering partner cards
- Add partner_filters.html shortcode for interactive filtering
- Add partner card CSS styles to custom.scss
- Update partnerships.md to use the new data-driven approach

Partners are now organized by category:
- Global Intergovernmental Organizations (UNESCO at top)
- Reproducibility Networks (UKRN, GRN, AREN, BrRN, iRISE)
- Open Science Infrastructure (COS, Liberate Science, etc.)
- Research Communities (SIPS, ReproducibiliTea, etc.)
- Education & Training (BITSS, Project TIER, etc.)
- Early Career & Equity (Metadocencia, ABRIR, JRP, etc.)
- Institutional Partners (Utrecht University)

Co-authored-by: LukasWallrich <60155545+LukasWallrich@users.noreply.github.com>
@LukasWallrich LukasWallrich marked this pull request as ready for review January 21, 2026 17:02
@LukasWallrich LukasWallrich requested a review from a team as a code owner January 21, 2026 17:02
@github-actions github-actions bot added the content related Relevant to website content label Jan 21, 2026
@github-actions
Copy link
Contributor

👍 All image files/references (if any) are in webp format, in line with our policy.

@github-actions
Copy link
Contributor

✅ Spell Check Passed

No spelling issues found in this PR! 🎉

Copilot AI changed the title [WIP] Revise and cluster partners list for better visibility Redesign partners page with clustered layout and filtering Jan 21, 2026
Copilot AI requested a review from LukasWallrich January 21, 2026 17:05
@LukasWallrich
Copy link
Contributor

LukasWallrich commented Jan 21, 2026

Staging Deployment Status

This PR has been successfully deployed to staging as part of an aggregated deployment.

Deployed at: 2026-01-21 17:33:14 UTC
Staging URL: https://staging.forrt.org

The staging site shows the combined state of all compatible open PRs.

@LukasWallrich
Copy link
Contributor

@copilot this looks terrible. There are no cards, logos have random sizes. Fix
image

…city

- Add inline styles to partner_list.html as fallback for critical styling
- Increase CSS specificity with .partner-section-group prefix
- Add !important to key CSS rules to prevent style override
- Fix logo sizing with max-width/max-height constraints
- Fix card backgrounds, borders, and layout

Co-authored-by: LukasWallrich <60155545+LukasWallrich@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jan 21, 2026

@copilot this looks terrible. There are no cards, logos have random sizes. Fix
<img width="1257" height="784" alt="image" src="https://github.com/user-attachments/assets/6365c978-08a1-4d1c-9c9c-fb...

Fixed in 5f2beea. Added inline styles as fallback and increased CSS specificity to prevent style overrides. Cards now have proper backgrounds, borders, and logos are correctly constrained to 120x80px max.

Fixed cards

ECR section with JRP logo properly sized

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

content related Relevant to website content

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cluster partners

2 participants