Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 21, 2026

Publication data lives in data/publications.yaml but contributors often look in content/publications/. Added research area classifications to enable filtering.

Changes

  • Added /content/publications/README - Documents publication workflow and YAML schema. No .md extension prevents Hugo deployment.

  • Added focus_area to 25 publications - Classified based on abstract/title content into 4 categories:

    • Education & Pedagogy (10)
    • Meta-Research & Scientific Reform (8)
    • Community, Governance & Sustainability (6)
    • Equity, Diversity & Social Justice (6)
  • Removed redundant status display - Removed the grey italic status text (e.g., "Published", "Preprint") that appeared next to journal names in publication cards, as this information was redundant.

Example

- title: "Teaching open and reproducible scholarship"
  type: "journal"
  year: "2023"
  # ... other fields ...
  focus_area: "Education & Pedagogy"  # Added

The publication filters in layouts/shortcodes/publication_filters.html already support these classifications.

Original prompt

This section details on the original issue you should resolve

<issue_title>Complete implementation of new publication format</issue_title>
<issue_description>- Add a README in an appropriate place, ideally in content/publications, but in a way that does not get deployed to website. This should explain where and how to add publications - i.e. in the json in the data folder

  • Add research areas to the publications, based on your text understanding. Multiple classifications are ok</issue_description>

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


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

@LukasWallrich
Copy link
Contributor

@copilot remove the publication status (small in grey next to the journal) - that is redundant

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

✅ Spell Check Passed

No spelling issues found in this PR! 🎉

@github-actions
Copy link
Contributor

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

Copilot AI changed the title [WIP] Add new publication format with README and research areas Add publication README and research area classifications Jan 21, 2026
Copilot AI requested a review from LukasWallrich January 21, 2026 17:04
Co-authored-by: LukasWallrich <60155545+LukasWallrich@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jan 21, 2026

@copilot remove the publication status (small in grey next to the journal) - that is redundant

Removed the redundant status display in commit 35fbd52. The grey italic text (e.g., "Published", "Preprint") that appeared next to the journal name has been removed from the publication cards.

Before: Journal Name Published (with grey "Published" text)
After: Journal Name (status removed)

The status information is still stored in the YAML data but no longer displayed on the page.

@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

@richarddushime the redundant "published" style labels are gone in staging, but the new categories don't show up. Is stating somehow relying on the data file from main? Or what is wrong here? Apart from that, this PR would be good to merge.

@github-actions
Copy link
Contributor

✅ Spell Check Passed

No spelling issues found in this PR! 🎉

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.

Complete implementation of new publication format

2 participants