Add data caveat notice to reversals page#614
Merged
richarddushime merged 5 commits intomasterfrom Feb 4, 2026
Merged
Conversation
Co-authored-by: LukasWallrich <60155545+LukasWallrich@users.noreply.github.com>
Co-authored-by: LukasWallrich <60155545+LukasWallrich@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add caveat on reversals webpage
Add data caveat warning to reversals page
Feb 4, 2026
Contributor
|
@richarddushime can you format this to look less aggressive? |
Contributor
|
@copilot this must look less intense - ideally something like this |
Co-authored-by: LukasWallrich <60155545+LukasWallrich@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Add data caveat warning to reversals page
Add data caveat notice to reversals page
Feb 4, 2026
Contributor
✅ Spell Check PassedNo spelling issues found in this PR! 🎉 |
Contributor
|
👍 All image files/references (if any) are in webp format, in line with our policy. |
Contributor
✅ Spell Check PassedNo spelling issues found in this PR! 🎉 |
Contributor
|
✅ Staging Deployment Status This PR has been successfully deployed to staging as part of an aggregated deployment. Deployed at: 2026-02-04 17:53:33 UTC The staging site shows the combined state of all compatible open PRs. |
Contributor
|
@richarddushime please merge when you get the chance |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Adds an informational alert box to the reversals page notifying users that the data is crowdsourced and not consistently validated.
Implementation
Inserted
{{% alert note %}}shortcode incontent/reversals/reversals.mdbetween Summary and Motivation sections containing:{{% alert note %}} Data for this project were crowdsourced and not yet consistently validated. Researchers who contributed to this project did so voluntarily and are listed at <a href="http://forrt.org/contributors">forrt.org/contributors</a>. This page can give a good orientation regarding the state of evidence regarding various claims, but you should check specific claims before you rely on them. Please report errors you spot <a href="https://github.com/forrtproject/forrtproject.github.io/issues/612">here</a>. If you need validated data on replications, we would encourage you to use the FORRT Replication Database (<a href="https://forrt.org/apps/fred_explorer.html">FReD</a>, with effect sizes) or the more comprehensive FORRT Library of Replication Attempts (<a href="https://forrt.org/apps/fred_annotator.html">FLoRA</a>). Please cite this source as Hartmann H, Azevedo F, Röseler L, Wallrich L, Aldoh A, Elsherif MM, et al. Tracking and mainstreaming replications in the social, cognitive, and behavioral sciences. MetaArXiv. https://doi.org/10.31222/osf.io/ad2w6_v1 {{% /alert %}}The alert uses the
notestyle (blue background) for a calm, informational appearance rather than an aggressive warning style.Screenshot
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.