Category: Uncategorized

  • How the Software role applies to code-only outputs

    A growing fraction of research output is code: software libraries that implement a method, computational notebooks that demonstrate an analysis, simulation frameworks that enable a body of work, infrastructure tooling that supports a research community. When the output is primarily code, the CRediT Software role carries weight that the role’s brief definition does not fully prepare it for. This post is a practical guide to assigning Software in code-centric contexts.

    The Software role, briefly

    The CRediT Software role is defined as: Programming, software development; designing computer programs; implementation of the computer code and supporting algorithms; testing of existing code components. The definition is short and was written with software-as-tool-for-a-paper in mind, not software-as-the-paper.

    For a conventional research paper where someone wrote analysis code that supported the science, Software is straightforward: the person who wrote the analysis code gets the role. For a paper whose primary scholarly contribution is the code itself — a JOSS paper, a software-methods paper, a tool announcement — Software is the dominant role and the brevity of the definition starts to bite.

    What the Software role should cover in a code-only context

    Our recommendation, distilled from the practice of JOSS, the Software Sustainability Institute, the Research Software Engineers community, and several years of CASRAI editorial work, is to read Software in code-only contexts as encompassing the following five sub-activities, all of which should be visible in the contributorship statement even if they share the role.

    Implementation: writing the production code itself. This is the core of Software and is what people most naturally associate with the role.

    Architecture and design: the higher-level decisions about how the code is structured, what its dependencies are, how its modules interact. In a code-only paper, architecture is part of the intellectual contribution and the architect should be a co-author with Software role.

    Testing: writing the test suite, including unit tests, integration tests, and regression tests. A code-only paper with a credible test suite has someone who built it.

    Documentation: user-facing documentation, developer-facing documentation, README, examples, tutorials. For code intended for reuse, documentation is part of the deliverable; the documentation contributor gets the Software role.

    Packaging and release: the engineering work of making the code installable, citable, and citation-resolvable. CI/CD configuration, dependency management, release-tagging, DOI registration. For long-lived code with multiple releases, this is sustained work; for a one-off code release accompanying a paper, it is still non-trivial.

    Each of these is meaningful contribution that the Software role captures. A code-only paper’s CRediT statement should make the distribution of these activities across contributors visible, using the lead/equal/supporting qualifier to express relative magnitude.

    Where Software overlaps with other roles

    Three overlaps deserve attention.

    First, Software versus Methodology. If the code implements a novel method, the method itself is a Methodology contribution; the implementation is a Software contribution. The same person often discharges both, and the contributorship statement should assign both roles to them. The error to avoid is conflating the two: assigning Software while omitting Methodology under-represents the intellectual contribution.

    Second, Software versus Validation. Writing tests is Software (per the definition); validating the code against reference implementations or independent data is Validation. The distinction is genuine: tests verify that the code does what the developer intended; validation verifies that the code does what is scientifically correct. Both belong in a code-only paper’s contributorship.

    Third, Software versus Writing – original draft. The README, the developer documentation, the API reference — these are documentation, captured under Software. The paper itself, including its method description and its discussion of design choices, is captured under Writing – original draft. The boundary is the publication artefact: anything in the paper is Writing; anything in the code repository is Software.

    Cross-referencing with CITATION.cff

    The CITATION.cff convention, increasingly standard in scientific software repositories, provides a richer contributor model than CRediT alone. CFF supports author, contact, and contributor entries with type-of-contribution fields; integrators have extended it with CRediT-aligned vocabularies. The recommended pattern for a code-only paper is to maintain both: a CRediT statement in the paper (for the paper-level contributorship) and a CITATION.cff in the repository (for the per-version, per-component contributorship that CRediT cannot express).

    The two should be consistent. A contributor named in the paper with Software role should appear in the CITATION.cff with at least equivalent contribution; a contributor named in the CITATION.cff but not in the paper should be acknowledged in the paper’s acknowledgements section. The CASRAI CITATION.cff entry walks through the integration patterns.

    The maintenance question

    An unresolved aspect of Software in code-only contexts is how to credit maintenance over time. A research software package may have a paper at first release, with a CRediT statement reflecting the founding contributors. Five years and several major versions later, the package has new maintainers, new contributors, and a substantially different code base. The original paper’s CRediT statement is increasingly out of date.

    The current pragmatic answer is: the paper’s CRediT statement freezes at publication; the CITATION.cff in the repository tracks current contributorship; downstream citation should reference both, with the paper as the publication-of-record and the CFF as the current-contributor record. This works but is imperfect. The Software Citation Working Group has been chewing on whether per-version CRediT statements, deposited to Crossref via the related-identifier mechanism, would be a cleaner answer; the proposal is technically viable but not yet a community consensus.

    What journals should do

    For journals publishing software papers, the recommended editorial practices are: require CRediT with qualifiers in the paper; require a CITATION.cff in the linked repository; verify that the two are consistent; for major software packages, accept and publish supplementary contributor records that go beyond the byline.

    JOSS is the maturity reference here and most other software-paper venues are moving toward similar practices. The CASRAI CRediT for software papers guide is updated quarterly with current practice.

    What authors should do

    For authors of code-only papers, four practical steps. First, distribute the Software role across the five sub-activities visibly, using the qualifier. Second, assign Methodology when the code implements a novel method. Third, maintain the CITATION.cff in the repository in parallel with the paper’s CRediT statement. Fourth, plan for the maintenance-credit question: who will maintain the code, how their contribution will be recognised over time, where the credit will live.

    The CRediT taxonomy can support code-only outputs well, with attention. The work is in using the Software role thoughtfully, in interlocking it with Methodology and Writing where appropriate, and in maintaining the parallel record in the repository.

    Related dictionary entries

  • Carbon-aware computing for academic HPC clusters

    Academic high-performance computing has a material climate footprint. A modern HPC cluster running at scale draws power in the megawatt range; the embodied carbon of the hardware, the operational carbon of the grid electricity, and the cooling overhead together produce annual emissions comparable to a mid-sized industrial facility. The sustainable-research community has been working on this since the late 2010s; 2026 is the year that carbon-aware computing moved from research interest to operational practice at academic clusters. This post walks through what’s happening and what cluster operators should be doing.

    What carbon-aware computing means

    Carbon-aware computing is a family of techniques for reducing the carbon footprint of computational work without reducing the work itself. The techniques include: temporal shifting, running non-urgent jobs during periods of low-carbon-intensity grid electricity; geographic shifting, running jobs at facilities with cleaner local grids; load-following, scaling cluster capacity with grid carbon intensity; efficiency improvements, doing more work per kilowatt-hour through hardware and software optimisations; demand reduction, eliminating redundant or wasteful computation.

    The CASRAI carbon-aware computing entry tracks the terminology and the academic community’s evolving vocabulary.

    What’s changed in 2025-2026

    Three things converged in 2025-2026 to move carbon-aware computing into practical academic deployment.

    First, real-time grid carbon-intensity data became reliable. The Electricity Maps API, Tomorrow’s national emissions data, and several regional grid operators’ direct data feeds now provide sub-hourly carbon-intensity data for most major grids. Scheduling decisions can be made on near-real-time information, not on average historical data.

    Second, scheduler integrations matured. Slurm, PBS Pro, and the major HPC schedulers now have plugin or integration paths for carbon-aware scheduling decisions. The plugins consume carbon-intensity feeds and influence job dispatch decisions based on configurable policies. The integrations are not yet universal but are no longer bespoke.

    Third, institutional commitments matured. The major UK research councils’ joint commitment to net-zero research by 2040, the EU’s broader sustainability-in-research push under the European Green Deal, several US universities’ institutional net-zero commitments — these created the policy mandate that aligns with the technical capability.

    What clusters are doing

    A non-exhaustive tour of the patterns we see at academic clusters in 2026.

    Temporal scheduling for batch jobs. Most clusters have substantial batch workloads where the deadline is days or weeks out. Carbon-aware schedulers shift these jobs to grid-low-carbon windows. The University of Edinburgh’s ARCHER2, the Stuttgart HLRS cluster, and the Berkeley Lab NERSC system have all reported carbon savings in the 15-25% range from temporal shifting without measurable impact on time-to-result for affected jobs.

    Geographic shifting for cloud-burst capacity. Clusters with cloud-burst arrangements for peak loads are increasingly directing burst capacity to cloud regions with cleaner grids. The carbon savings here are large per job but only apply to the burst fraction.

    Idle reduction. The least glamorous and most impactful intervention. Clusters typically have substantial idle capacity due to scheduling fragmentation; running fewer nodes more efficiently produces direct emissions reduction. The pattern is to consolidate workload onto fewer nodes during low-demand periods and power down the rest, which requires the ability to bring nodes back up reliably when demand rises.

    Hardware efficiency. The energy-per-flop trajectory in HPC hardware has been favourable; recent-generation hardware is materially more efficient than 5-year-old hardware. The cluster-refresh-cycle question becomes a sustainability question: when does the embodied carbon of new hardware get amortised by the operational savings? Mark Allen and the Green Software Foundation have published useful frameworks here.

    Software efficiency. Often-overlooked. A scientific code that uses 30% less compute for the same result delivers a 30% emissions saving. Code-efficiency efforts at HPC centres (profiling, algorithmic improvements, library updates) have outsized impact. The Software Sustainability Institute has been advocating this for years and is finally getting traction.

    The reporting and accounting layer

    An emerging challenge is how to report computational carbon to funders and institutional sustainability offices. The CodeCarbon library, ML CO2 calculator, and several others provide per-job carbon-estimation tools. The estimates are approximate but useful at the order-of-magnitude level. Major HPC centres are now publishing annual carbon reports; the methodology varies and harmonisation work is underway via the Green HPC working group.

    The CASRAI sustainable research domain is tracking the reporting standards. Our recommendation is that funders should ask for computational carbon estimates in proposals for compute-intensive work, with the estimate framed as a planning aid rather than a hard constraint.

    What researchers should do

    Three practical recommendations for researchers running compute-intensive work.

    First, profile your code. The single highest-impact intervention is identifying the parts of the workflow that consume disproportionate resources. The Performance Optimisation and Productivity (POP) network in Europe and similar initiatives elsewhere provide free or low-cost profiling support. A well-profiled and reasonably-optimised code typically achieves 1.5-3x the throughput-per-kwh of an unprofiled version of the same workflow.

    Second, use carbon-aware schedulers where available. If your cluster supports temporal shifting, mark jobs as deadline-flexible where they genuinely are. The scheduler will exploit the flexibility; the carbon savings accrue without effort on your part.

    Third, report and account. Include computational-carbon estimates in your project’s environmental reporting. Make the cost visible. The cultural shift that follows visibility is the longest-term impact.

    What institutions should do

    For institutional HPC operations, the 2026 priorities are: deploy carbon-aware scheduling; publish annual carbon reports with methodology disclosure; integrate computational-carbon estimation into the user-facing portal; participate in the inter-institutional benchmarking and best-practice exchange via the Green HPC working group.

    For institutional sustainability offices, the priority is to bring research computing into the institutional carbon accounting. Many institutional net-zero commitments under-count or omit research computing; this is a material reporting gap.

    For funders, the priority is to recognise sustainability as a legitimate cost item in compute-intensive grants and to use the proposal-stage carbon estimation as a planning input rather than a punitive metric. UKRI’s 2024 sustainability-in-research guidance is a useful model.

    The honest limits

    Carbon-aware computing reduces but does not eliminate HPC’s footprint. A genuinely net-zero research-computing posture requires either grid decarbonisation (largely outside HPC operators’ control) or computational-demand reduction. The demand-reduction conversation is uncomfortable — large language model training, climate modelling at very high resolution, large-scale molecular dynamics — but it is increasingly unavoidable. The sustainable-research community needs to have it without flinching, while continuing the technical work that makes the unavoidable computational work as low-impact as feasible.

    Related dictionary entries

  • NSPM-33 implementation: 18 months in

    National Security Presidential Memorandum 33, issued in 2021 and operationalised through implementation guidance during 2022-2024, requires US federal research-funding recipients to disclose certain affiliations, support, and resources from foreign sources, with the aim of identifying conflicts of commitment and undue foreign influence. The major federal agency rollouts (NIH, NSF, DOE, DOD, NASA, USDA) became binding through 2024 and 2025. We are now 18 months into substantive implementation. This post is a status report.

    What NSPM-33 requires

    The disclosure requirements run across three axes. Current and pending support: applicants must disclose all sources of support for ongoing and planned research activities, including foreign sources, with structured detail. Biographical sketch: applicants must list all affiliations, including foreign ones, in a structured format. Conflicts of interest and commitment: applicants must disclose financial conflicts of interest, foreign relationships, and any obligations to entities that could constitute conflicts of commitment.

    The structure is mostly common-form across agencies — the Common Forms work coordinated by NSTC’s Joint Committee on the Research Environment produced templated disclosure formats — though agency-specific variations persist. The CASRAI NSPM-33 entry tracks the common-form versions.

    What worked

    Three things have worked better than was expected at rollout.

    First, institutional infrastructure. Most major research universities built the disclosure-collection and -review infrastructure during 2022-2024 in anticipation of binding requirements. By the binding date, most had functional systems: faculty-facing tools for disclosure entry, research-administration review workflows, integration with proposal-submission pipelines. The smaller and less-resourced institutions struggled more, but the AAU- and APLU-coordinated capacity-building efforts substantially closed the gap.

    Second, the common-form approach. The Common Forms work was widely criticised during development for being slow and produced-by-committee. The result has held up well: a researcher applying to multiple agencies can use the same biographical sketch and current-and-pending-support disclosures with only minor agency-specific extensions. The pre-Common-Forms world had every agency requiring its own format; the post-Common-Forms world has substantial harmonisation.

    Third, the compliance posture. The major agencies have, on the whole, used the disclosure requirements as compliance tools rather than enforcement weapons. The early concerns about a wave of investigations leveraging disclosure inconsistencies as the predicate for action have largely not materialised. Where investigations have proceeded, they have done so in cases with substantive concerns beyond disclosure failures alone.

    What is broken

    Three implementation problems persist.

    First, retroactive disclosure. The requirements ask for disclosure of historical affiliations and support, often going back several years. Researchers have variable recollection and variable access to records of those years. Honest mistakes — forgotten honorary positions, misremembered dates, inaccurate amounts on past awards — produce disclosure inconsistencies that institutions then have to investigate and resolve. The investigation overhead is substantial; the underlying integrity concerns are usually minor.

    Second, international-collaboration chilling. The disclosure requirements have, in our community’s observation, produced a chilling effect on international collaboration, particularly with collaborators in countries that the US identifies as competitor jurisdictions. Researchers report declining collaboration invitations they would previously have accepted, in part to avoid the disclosure overhead, in part out of caution about how the disclosed activity might later be interpreted. The chilling effect is hard to measure but is widely reported.

    Third, the institutional-versus-individual line. The disclosure requirements ask the individual researcher to disclose their affiliations, but many “foreign affiliations” are institutional arrangements (university-to-university partnerships, MOUs, joint programmes) that the individual researcher discovers only when asked to disclose them. The institutional research administration knows the partnerships; the individual researcher often does not. Surfacing institutional partnerships in individual-disclosure workflows is an unsolved UX problem.

    The ORCID interlock

    One concrete improvement that NSPM-33 implementation has driven is tighter integration with ORCID as the canonical record of researcher affiliations. ORCID 4.0’s affiliation history with ROR IDs and date ranges is the natural source for the biographical-sketch component of NSPM-33 disclosures; agencies are increasingly accepting ORCID-derived biographical sketches and several are piloting direct ingestion from ORCID at submission. The CASRAI ORCID implementation guide has been updated with the NSPM-33 patterns.

    The longer-term value of this integration is that it incentivises researchers to maintain a current and complete ORCID record, which has benefits well beyond compliance. The institutions that have invested in ORCID adoption are well-positioned for NSPM-33 compliance; the institutions that have not are pushing researchers to maintain disclosure information in institutional systems that diverge from ORCID, creating a synchronisation problem.

    The CRediT angle

    NSPM-33 does not require CRediT roles in disclosures, but the disclosure framework’s interest in “all sources of support” includes contributions to research activities. A researcher who contributed to a foreign-funded project — even without being a PI — has a disclosure obligation. The CRediT role framework provides a vocabulary for characterising those contributions, and several institutional implementations now use CRediT-aligned controlled vocabularies in their disclosure forms.

    What’s still pending

    Three institutional adjustments are still in motion 18 months in.

    First, training and culture. The disclosure requirements need to become routine, the way IRB compliance has become routine. Most institutions still treat disclosure as a special workflow with episodic attention; the maturity target is that disclosure is built into hiring, promotion, sabbatical, and proposal workflows as a routine compliance item.

    Second, institutional-individual reconciliation. The institutional partnerships and the individual disclosures need to be reconciled systematically. Several institutions have built dashboards that show, for each researcher, the institutional partnerships their disclosed affiliations imply, with prompts for confirmation. This is the right direction; it is not yet widely deployed.

    Third, cross-institutional data sharing. When a researcher moves between US institutions, their disclosure history needs to travel with them. The current state is that it does not, reliably; the new institution rebuilds the disclosure profile from scratch. This is wasteful and produces unnecessary inconsistencies. ORCID-anchored disclosure portability is the right architectural answer; institutional adoption is the missing piece.

    What CASRAI recommends

    For research-administration offices, the priority for 2026 is to consolidate the operational maturity of disclosure workflows: routine integration with proposal submission, ORCID-anchored biographical sketches, institutional-partnership reconciliation, training programmes that treat disclosure as a standard compliance item. The CASRAI institutional research-security guide walks through the maturity model.

    For researchers, the operating posture is to keep ORCID current, to maintain a personal log of affiliations and support that supports disclosure, and to treat disclosure as part of professional practice rather than as exceptional compliance.

    For agencies, the priority is to continue the common-form harmonisation work and to consider further ORCID integration. The 2026 update to the Common Forms is in development and the indications are positive.

    Related dictionary entries

  • Diamond OA at the inflection: SciELO + Latindex + AmeliCA

    The Diamond OA conversation in 2026 is increasingly framed as a new direction for global scholarly publishing. From a Latin American perspective, this framing is roughly two decades late. SciELO, launched in Brazil in 1998, Latindex operating since 1995, Redalyc from 2003, and AmeliCA consolidating the regional infrastructure from 2018 — together these have operated a working Diamond OA ecosystem at regional scale for a quarter-century. This post looks at what the rest of the world is finally learning from this experience.

    The Latin American model

    The Latin American scholarly-communication model emerged from a different starting position than the Anglo-American one. Subscription publishing never dominated; commercial publisher penetration was limited; learned societies, universities, and national research councils operated journals as a public-good function. When the open-access conversation arrived in the 2000s, the question for Latin America was not how to flip a subscription system to OA but how to strengthen and federate the already-open infrastructure.

    SciELO emerged from FAPESP (the São Paulo research funder) and BIREME (the regional Pan American Health Organisation library) as a quality-controlled regional federation of journals with shared technical infrastructure, peer-review standards, and indexing. Latindex emerged from UNAM as a regional catalogue of scholarly journals with quality criteria. Redalyc emerged from the Universidad Autónoma del Estado de México as a full-text repository of Latin American journals. AmeliCA, launched in 2018, federated the three with explicit Diamond-OA positioning.

    The model is community-led, publicly funded, multilingual (Spanish, Portuguese, English, with growing Indigenous-language presence), and operates without article-processing charges. It indexes thousands of journals; the federated catalogue holds over a million articles; the technical infrastructure (XML production, DOI registration, COUNTER-compliant usage statistics) meets international standards.

    What worked, and why

    Three structural features explain the model’s durability.

    First, institutional anchoring. SciELO, Latindex, Redalyc, and AmeliCA are each hosted by major research institutions (FAPESP, UNAM, UAEM) with stable funding. The infrastructure is not project-grant-dependent; it is institutionally sustained. This is the contrast with the European Diamond OA conversation, which has struggled with project-grant precarity, and one of the lessons that the 2024 Plan Diamond declaration explicitly acknowledged.

    Second, quality through federation. The journal-level quality criteria (Latindex’s catalogue criteria, SciELO’s collection criteria) are operated as community-standards bodies, not as gatekeepers. A journal that meets the criteria is indexed; the criteria are public; appeals are possible. The federated catalogue is the quality signal; reputation is built through inclusion rather than through individual journal brand.

    Third, technical infrastructure shared at scale. The SciELO publishing infrastructure (XML production, web hosting, DOI registration) is offered as a service to participating journals. Journals do not each reinvent the technical layer. This reduces per-journal cost dramatically and is the model that the European Diamond OA capacity centre is now trying to replicate.

    What the global North is learning

    Three lessons are being absorbed, slowly.

    First, institutional funding is the sustainable model. APC-based gold OA reproduces commercial publishing’s economics; transformative agreements concentrate funding in well-resourced consortia; Diamond OA funded by institutions is the cost-effective alternative for the scholarly-communication public good. The OPERAS network in Europe, the cOAlition S 2024 strategic refresh, and the MIT Framework on principles for scholarly communication all explicitly endorse institutional funding for OA infrastructure.

    Second, bibliodiversity is a feature, not a bug. The Latin American model publishes in multiple languages, with regional editorial leadership, addressing regional research priorities. The dominant-language, Global-North-centred model that emerged from the subscription era is a historical accident, not a quality standard. The bibliodiversity framing from the Jussieu Call (2018), the Helsinki Initiative on Multilingualism in Scholarly Communication (2019), and the UNESCO Recommendation on Open Science (2021) all draw on the Latin American experience.

    Third, regional infrastructure is legitimate research infrastructure. The bibliometric assessment patterns that treated SciELO and similar venues as second-tier indexing did so on assumptions (Web of Science and Scopus as global standards) that are themselves historically and geographically specific. The 2024 Helsinki Initiative implementation guidance and the CoARA reform agenda push assessment systems to recognise regional infrastructure on its own terms.

    What still needs work

    The Latin American model is not without its tensions. Three deserve mention.

    First, discoverability beyond the region. SciELO is indexed in major international databases; Latindex and AmeliCA less so. Articles published in regional Diamond OA venues are findable to those who know to look there; less findable to those defaulting to Web of Science or Scopus. The integration with Crossref and DataCite has improved this, but the discovery-default question remains.

    Second, discipline coverage. The Latin American Diamond OA ecosystem is stronger in humanities, social sciences, and applied health than in laboratory natural sciences and engineering, where researchers under bibliometric pressure publish externally. The model needs reinforcement in disciplines where it is currently thinner.

    Third, language equity within the region. Indigenous-language and Portuguese publication is growing but is still well behind Spanish. The 2024 AmeliCA strategic refresh prioritises multilingual expansion.

    What CASRAI recommends

    For Global North funders and institutions considering Diamond OA investment, the operating advice is to learn from the Latin American experience and to support, where possible, integration with the existing regional infrastructure rather than build parallel structures. The 2024 Plan Diamond signatory commitments include several explicit channels for funding regional infrastructure; the CASRAI Diamond OA funder guide walks through the options.

    For institutions evaluating their researchers’ contributions, the operating advice is to recognise publication in regional Diamond OA venues on the same terms as publication in international venues. This requires updating bibliometric tools to include the regional indices, updating promotion-and-tenure committees’ reading lists, and treating responsible assessment commitments seriously rather than performatively.

    For researchers, the operating advice is to publish where the work fits the venue, not where the bibliometric pressure points. A regional-language paper in a SciELO or Redalyc journal is a legitimate scholarly output and should be claimed and cited as such. The CASRAI bibliodiversity for authors guide discusses the practicalities.

    The longer arc

    The next ten years of scholarly publishing will be shaped by whether the global system absorbs the Latin American lessons or continues to treat them as regional exceptions. The signs are tentatively positive. cOAlition S’s strategic refresh, the OPERAS work in Europe, the institutional re-investment as transformative agreements expire — all point toward a less commercial, less APC-centred, more bibliodiverse system. The infrastructure to operate that system already exists in Latin America; the rest of the world is catching up.

    Related dictionary entries

  • CARE-FAIR tension and how the GIDA Manifesto resolves it

    The CARE Principles for Indigenous Data Governance (Collective benefit, Authority to control, Responsibility, Ethics) and the FAIR data principles (Findable, Accessible, Interoperable, Reusable) are often presented as complementary. In practice they have a real tension: FAIR maximises openness and access; CARE centres Indigenous community authority over data, including over what counts as accessible and to whom. The Global Indigenous Data Alliance’s 2024 manifesto on CARE-FAIR integration is the most developed framework for reconciling them. This post walks through the tension, the GIDA Manifesto’s resolution, and what implementers should do.

    What FAIR says and what it does not

    FAIR, articulated by Wilkinson and colleagues in 2016, is a framework for making data more useful. Findable: data have rich metadata and persistent identifiers. Accessible: data can be retrieved by an authentication-and-authorisation protocol that is open and free. Interoperable: data use shared vocabularies and standards. Reusable: data have clear provenance, licensing, and usage information.

    What FAIR does not directly address is who decides what is findable, accessible, interoperable, and reusable. FAIR is technically permissive about access controls — the principles allow that authentication-and-authorisation may restrict access — but the dominant interpretation of FAIR has been maximalist: open by default, restricted only with clear justification. This has produced an implementation pattern where Indigenous data are often treated as candidates for openness with restrictions, rather than as community-governed assets whose access decisions sit with the community.

    What CARE says

    The CARE Principles, articulated by the Global Indigenous Data Alliance in 2019 and formally published in 2020, are a counterweight rather than a contradiction of FAIR. Collective benefit: data ecosystems are designed and function in ways that enable Indigenous peoples to derive benefit from the data. Authority to control: Indigenous peoples’ rights and interests in Indigenous data must be recognised, and they must have the authority to control such data. Responsibility: those working with Indigenous data have a responsibility to share how those data are used. Ethics: Indigenous peoples’ rights and wellbeing should be the primary concern at all stages of the data lifecycle.

    CARE applies to Indigenous data, defined broadly to include data about Indigenous peoples, Indigenous lands, Indigenous resources, and Indigenous knowledge. The principles are not anti-openness; they are pro-authority-with-the-community-on-openness-questions.

    The tension in practice

    Three illustrative tensions.

    First, a researcher working with an Indigenous community produces a dataset documenting traditional ecological knowledge. FAIR-maximalist implementation would push for open deposit with a CC BY licence. CARE-aligned implementation would defer to the community’s governance: the community may choose to share openly, may choose to share with use restrictions, may choose to restrict access entirely, may choose to share with attribution requirements via Traditional Knowledge Labels. The community’s decision is determinative under CARE; the FAIR-maximalist instinct is to nudge toward openness.

    Second, a population health dataset includes Indigenous community-level data. FAIR-maximalist implementation would push for de-identified open deposit. CARE-aligned implementation asks whether de-identification is sufficient to prevent community-level identification (often it is not), whether the community has consented to research uses beyond the original study, and whether the planned uses generate collective benefit. The answers may permit open deposit, may require controlled access, or may require negotiated terms.

    Third, a museum collection includes Indigenous cultural objects with associated metadata. FAIR-maximalist implementation would push for full metadata openness. CARE-aligned implementation defers to the community on what metadata is appropriate to share, what should be retained but restricted, and what should be returned to community governance.

    The GIDA Manifesto

    The GIDA Manifesto on CARE-FAIR integration, published in 2024 after extended consultation across the international Indigenous data networks (Te Mana Raraunga in Aotearoa New Zealand, Maiam nayri Wingara in Australia, the United States Indigenous Data Sovereignty Network, the First Nations Information Governance Centre in Canada, and others), articulates a reconciliation framework.

    The framework’s core proposition is that FAIR and CARE are sequenced, not simultaneous. CARE comes first: the community’s governance decisions determine what data exist, who has rights in them, what uses are permitted, and what access conditions apply. FAIR then operates within the CARE-determined envelope: findable to those who should find them, accessible under the access conditions the community has set, interoperable for the uses the community has permitted, reusable subject to community-defined terms.

    This is not a watering-down of FAIR; the manifesto is explicit that all four FAIR principles are honoured within their proper scope. It is a re-ordering of the implementation question. The pre-FAIR step is not assumed-open; it is community-determined.

    Operational implications

    For repositories, the operational implications are concrete. Repositories holding or potentially holding Indigenous data need governance arrangements that surface CARE compliance. This means: identifying Indigenous data at deposit; verifying community authorisation; recording the community’s access decisions in machine-readable form; honouring those decisions in the access-control layer; providing for community-initiated access changes over time.

    The CASRAI Indigenous data and CARE domain tracks repository implementations. Several have led: the SOLES repository at the Smithsonian, the Indigenous-managed nodes of the OCAP-aligned First Nations data ecosystem in Canada, the Maori Data Sovereignty Network’s portal in Aotearoa New Zealand.

    For researchers, the operational implications are about partnership. Research that produces Indigenous data needs to be conducted in partnership with the community, with data-governance arrangements agreed upfront, with the community holding control over downstream uses. The Free, Prior, and Informed Consent framework is the standard reference.

    For funders and journals, the operational implications are about review and policy. Funder data-management requirements should recognise CARE-aligned deposit; journal data-availability requirements should accommodate community-governed access decisions. Several major funders and journals have updated their policies in 2024-2025 to do this; the implementation is uneven.

    The OCAP and FPIC interfaces

    Two adjacent frameworks deserve mention. OCAP (Ownership, Control, Access, Possession), articulated by the First Nations Information Governance Centre in Canada, predates CARE and operates in a more granular operational space; OCAP and CARE are compatible and OCAP-aligned implementations can claim CARE alignment in the relevant scope. FPIC is the consent framework derived from the UN Declaration on the Rights of Indigenous Peoples; FPIC operates at the research-design stage, before data are collected, and is upstream of both CARE and FAIR.

    The integrated operational pattern: FPIC governs research design and data collection; OCAP governs the data-control arrangements during and after collection; CARE provides the data-governance framework for repository-level and ecosystem-level decisions; FAIR provides the technical-implementation framework for the openness-within-CARE-envelope work.

    What CASRAI recommends

    Four recommendations. First, repositories should adopt CARE-aligned governance, with community-controlled access decisions surfaced in the deposit and discovery layers. Second, researchers working with Indigenous communities should structure partnerships under FPIC and follow OCAP or equivalent arrangements. Third, funders and journals should recognise CARE-aligned deposit as fulfilling data-availability requirements. Fourth, the FAIR-data community should adopt the GIDA Manifesto’s sequencing as the default implementation pattern, with the FAIR-first interpretation explicitly identified as inappropriate for Indigenous data.

    The reconciliation works. It requires more upfront attention to governance than the FAIR-maximalist default, but it produces outcomes that respect community sovereignty while delivering the technical-interoperability benefits that FAIR was designed for.

    Related dictionary entries

  • How to write a CRediT statement for medical research in 2026

    Medical-research contributorship sits at an awkward intersection. The International Committee of Medical Journal Editors (ICMJE) still defines who may sign as an author of a clinical paper through its four-part test: substantial contribution to conception/design or acquisition/analysis/interpretation; drafting or critical revision; final approval; and accountability. CRediT, the Contributor Roles Taxonomy that CASRAI helped steward into NISO Z39.104-2022, sits underneath and describes what each named contributor actually did. In 2026, after another wave of journal adoption and the long-anticipated alignment with ORCID’s contributor affiliation model, a CRediT statement is no longer a discretionary nicety. It is the contributorship record of the paper.

    This post walks through how to write a CRediT statement that satisfies a medical journal’s submission system in 2026, with attention to the editorial conventions of NEJM, The Lancet, JAMA, and The BMJ. It assumes you have already worked out who meets the ICMJE authorship threshold; see our medical-research authors guide for that step.

    Authorship versus contributorship: not the same question

    The first error we see in submissions is conflating ICMJE authorship with CRediT contributorship. ICMJE answers a binary: does this person qualify to be listed as an author and to be accountable for the work? CRediT answers a granular: of the people who are listed, who did what? A statistician who ran the analysis but did not draft or revise may not meet ICMJE criteria and is acknowledged separately; if they do meet ICMJE criteria, then their CRediT role assignment would include Formal analysis, possibly Methodology, possibly Software, and they would be named on the byline. Liz Allen and the team that originated CRediT at Wellcome Trust were explicit on this distinction; the taxonomy was designed to complement, not replace, journal authorship rules.

    For medical research the second confounder is the guarantor. The BMJ has long required a named guarantor in addition to authors, and other ICMJE-following journals encourage the convention for clinical trials. The guarantor sits outside CRediT; it is closest in spirit to the Supervision role plus an accountability commitment, but it is not encoded in the taxonomy. In your CRediT statement, name the guarantor in a separate sentence; do not invent a Guarantor role.

    The 14 roles in medical-research context

    CRediT’s 14 roles were drafted for general research and need a brief translation when applied to clinical work. The full role definitions are normative; what follows is interpretive guidance, not a redefinition.

    • Conceptualization. The research question. For a registered clinical trial this is often a Principal Investigator role; for a secondary analysis it may be a junior contributor with a novel hypothesis.
    • Methodology. Study design, choice of endpoints, statistical-analysis-plan structure. A trial statistician contributing to the SAP earns this role even if a different person ran the final analysis.
    • Software. Programming for data capture (REDCap configuration counts), randomisation code, custom statistical packages, any analytic script that materially shaped results.
    • Validation. Reproduction of analyses, sensitivity analyses, cross-checks against an independent dataset. Often a co-author who replicates the lead analyst’s work.
    • Formal analysis. The statistical analysis itself.
    • Investigation. Recruitment, screening, consenting, clinical assessments, sample collection. Often the largest list of contributors in multi-site trials.
    • Resources. Provision of patient samples, biobanks, animal models, instrument time. Distinct from Funding acquisition.
    • Data curation. Data cleaning, harmonisation, query resolution, lock-down.
    • Writing – original draft. First-draft authorship of the manuscript.
    • Writing – review & editing. Substantive editorial revision, not copy-editing.
    • Visualization. Figures, including Kaplan-Meier curves, forest plots, CONSORT flow diagrams.
    • Supervision. Mentorship and oversight, often the senior author. A PI typically combines Supervision with Conceptualization and Funding acquisition.
    • Project administration. Coordination across sites, ethics submissions, sponsor liaison.
    • Funding acquisition. Grant-writing for the funded work.

    The lead/equal/supporting qualifier

    Adopted formally into NISO Z39.104 and now widely supported, the degree-of-contribution qualifier resolves a recurring source of disputes. For each role, exactly one contributor may be marked Lead, or several may be marked Equal; everyone else for that role is Supporting. In a multi-site oncology trial it is realistic to have a Lead Investigator (the coordinating PI), several Equal Investigators (site PIs), and a longer list of Supporting Investigators (sub-investigators, research nurses who meet ICMJE thresholds). The qualifier exists precisely so that the byline order does not have to encode contribution magnitude.

    Writing the statement

    A 2026-compliant CRediT statement is rendered as prose in the manuscript and as structured data in the submission system. Most major medical journals now extract the structured form from their submission portal directly; the prose paragraph is for the published version. Here is a worked example for a four-author RCT report:

    CRediT author statement. Sarah Chen: Conceptualization (lead), Methodology (lead), Funding acquisition (lead), Supervision (lead), Writing – review & editing (equal). Marcus Okonkwo: Investigation (lead), Project administration (lead), Data curation (lead), Writing – original draft (lead). Priya Raman: Formal analysis (lead), Software (lead), Validation (lead), Visualization (lead), Writing – review & editing (equal). David Holcombe: Methodology (supporting), Investigation (supporting), Writing – review & editing (supporting), Supervision (supporting). Guarantor: Sarah Chen.

    Note the explicit guarantor statement, separate from CRediT. Note also that not every role appears; Resources was inapplicable here and should be omitted rather than padded.

    JATS XML output

    For machine-actionable contributorship, journals serialise CRediT into JATS XML using the <role> element with the vocab="credit" attribute and the canonical role URI. The 2022 NISO version pinned the URIs at https://credit.niso.org/contributor-roles/<role-slug>/ with the qualifier expressed via specific-use="lead|equal|supporting". As an author you do not write the JATS by hand; you fill in the submission portal and the publisher’s tooling renders the XML. Where things go wrong is the round-trip: if the published HTML drops the qualifier, the JATS may also drop it and downstream Crossref deposits will be incomplete. If you care about the persistent record, check the published JATS via the publisher’s content syndication endpoint after acceptance.

    Journal-specific notes

    NEJM

    The New England Journal of Medicine adopted CRediT in late 2023 and integrated it into its Editorial Manager workflow in 2024. NEJM’s idiosyncrasy is that it still asks separately for the prose contribution statement, then asks each author to confirm their CRediT roles, and finally requires a writing-assistance declaration that is not CRediT (it covers professional medical writers funded by sponsors). Do not list a paid medical writer who does not meet ICMJE criteria under CRediT Writing – original draft; declare them in the acknowledgements with the funding source per Good Publication Practice (GPP 2022).

    The Lancet

    The Lancet was an early CRediT adopter and was unusual in coupling the taxonomy to a long-standing requirement for each author to write a one-sentence prose contribution statement in their own words. Both are retained in 2026. The prose statement is what readers see in the printed acknowledgements; the structured CRediT data lives in the JATS and in Crossref. For a Lancet submission, write the structured assignment first and then have each author translate their own roles into a single readable sentence.

    JAMA

    JAMA and the JAMA Network journals adopted CRediT in 2022 and tied it tightly to ORCID; an author without a verified ORCID iD cannot complete the contributorship form. JAMA also asks for explicit role assignments for Statistical analysis, Obtained funding, and Administrative, technical, or material support; these are journal-specific role labels that overlap with CRediT but are tracked separately for editorial QA. If you have a Formal analysis role under CRediT you must also tick Statistical analysis on the JAMA form, otherwise the submission will not validate.

    The BMJ

    The BMJ adopted CRediT in 2023 and retained its long-standing guarantor requirement on top. BMJ’s submission system asks for the CRediT roles in structured form and then asks the corresponding author to identify the guarantor by name. The published article carries both: the CRediT statement as prose, and the guarantor sentence beneath it. BMJ also continues to require declarations of relationships and activities (the BMJ-specific competing interests format) which sit alongside but separately from CRediT.

    Common failure modes

    Three patterns recur in submissions to medical journals. First, role inflation: assigning Conceptualization to every author by reflex. CRediT is a record, not a recognition device; if a co-author did not contribute to conceptualisation, do not assign that role. Second, byline order substituting for qualifiers: a paper with five equal first-authors should mark all five as Equal on the roles they share, not just rely on a footnote saying “these authors contributed equally.” Third, missing the writing roles: every paper has someone who wrote the first draft. If your CRediT statement omits Writing – original draft, the editor will ask.

    Adoption status and trajectory

    As of early 2026 the CRediT adoption ledger records 70+ publishers with active CRediT support and structured submission workflows in most major medical and biomedical journals. The ICMJE has not made CRediT mandatory across its full membership, but its 2024 update to the Recommendations explicitly endorses CRediT as an acceptable mechanism for describing contributions, and several ICMJE journals require it. Outside ICMJE, the trajectory is the same: PLOS, Cell Press, Springer Nature, Wiley, Taylor & Francis, Elsevier, OUP, CUP, and a long tail of society publishers now require structured CRediT at submission.

    What to do next

    If you are preparing a submission, work through these in order: (1) settle the authorship list against ICMJE criteria; (2) draft the CRediT role assignment in a shared document with qualifiers; (3) have each author confirm their roles in writing before submission; (4) enter the structured data in the submission portal and copy the prose statement into the manuscript; (5) declare the guarantor and any medical writers separately. The CASRAI CRediT authors guide contains a downloadable role-assignment worksheet that has saved more co-author disputes than any other artefact we publish.

    Related dictionary entries

    References

    ICMJE, Recommendations for the Conduct, Reporting, Editing, and Publication of Scholarly Work in Medical Journals (2024 update). NISO Z39.104-2022, CRediT, Contributor Roles Taxonomy. Allen et al., Nature (2014), Publishing: Credit where credit is due. Brand et al., Learned Publishing (2015), Beyond authorship: attribution, contribution, collaboration, and credit. Holcombe, Publications (2019), Contributorship, not authorship.

  • What ‘broader impacts’ means under the new NSF policy

    The US National Science Foundation’s broader-impacts criterion, in force since the mid-1990s and refreshed periodically since, received its most significant revision in 2024 with rolling implementation through 2025-2026. The new policy sharpens what counts as a credible broader-impacts plan, what evidence applicants need to provide, and how reviewers should weight the criterion. This post is a practical orientation for applicants and research-administration offices handling NSF proposals in 2026.

    Broader impacts, briefly

    NSF merit review uses two co-equal criteria: intellectual merit (the scientific value of the proposed work) and broader impacts (the benefits to society beyond the immediate science). Broader impacts can be of many kinds: education and training of students, public engagement, infrastructure development, dissemination beyond peer-reviewed venues, increased participation of under-represented groups in STEM, partnerships with industry or non-academic users, contributions to national interests including economic competitiveness and security.

    The criterion has been criticised since its introduction for being weakly evaluated, for being treated as an afterthought to intellectual merit, and for accepting plausibility statements in lieu of evidence-based plans. The 2024 revision is the NSF’s response to those criticisms.

    What the new policy changes

    Three substantive changes.

    First, evidence-based planning. The new policy expects broader-impacts plans to be grounded in evidence from the broader-impacts and informal-STEM-learning literature. An applicant claiming that a proposed K-12 outreach activity will improve student interest in science needs to ground that claim in published evidence about what works in K-12 STEM engagement, not just assert it. The policy explicitly references the work of Bevan, Falk, Dierking, and others in the informal-learning research community.

    Second, measurable outcomes. Plans must specify what success looks like in observable terms, what data will be collected to assess success, and how the assessment will be conducted. Vague aspirations (“will inspire the next generation of scientists”) are not sufficient; observable indicators are required. The policy stops short of requiring randomised controlled trials of outreach activities but moves substantively toward evaluation rigour.

    Third, integration with intellectual merit. The policy emphasises that broader impacts should be substantively connected to the research, not bolted on as a separable activity. A proposal whose broader-impacts plan is a generic education-outreach activity unrelated to the science is now explicitly weaker than a proposal whose broader-impacts plan extends the science in directions that benefit specific communities.

    What this means for applicants

    The practical implications. First, build the broader-impacts plan into the proposal narrative, not into a separate annex. Show the connection between the science and the broader impact. The CASRAI NSF applicant guide walks through structural patterns that integrate the two.

    Second, cite evidence. If you propose outreach to under-represented groups, cite published evidence about effective interventions for those groups. If you propose a teacher-development workshop, cite the literature on effective teacher development. The expectation is not that applicants become broader-impacts researchers; it is that the plan is grounded in someone’s research, with citations.

    Third, specify the assessment. What will you measure? How will you measure it? Who will analyse the data? A typical strong assessment specifies: outcome measure (e.g., self-reported student interest in STEM career on a validated instrument); data collection (pre/post survey administration); analysis plan (paired-difference test with effect-size reporting); reporting venue (project annual report plus a conference paper).

    Fourth, partner with people who do this work. Researchers who are not broader-impacts specialists should partner with informal-STEM-education professionals, with community-engagement specialists at their institution, with K-12 educators who can co-design and assess interventions. The partnerships should be visible in the proposal: who is doing the work, what their qualifications are, what their role is.

    What this means for research administration

    Research-administration offices supporting NSF proposals should be upskilling around the new policy. Three priorities. First, build a broader-impacts library: a curated set of evidence-based plans, vetted partners, and assessment instruments that researchers can adapt. Second, offer structured proposal-development support that includes broader-impacts review by someone qualified to assess the evidence base. Third, support post-award assessment: the broader-impacts assessment plans now in proposals need to be executed during the award and reported in the final project report.

    The CASRAI institutional broader-impacts guide includes a checklist for research-administration offices building this capacity.

    How reviewers should evaluate

    NSF’s revised reviewer guidance asks reviewers to evaluate broader impacts on the same evidence-based and outcome-specified terms. A reviewer should ask: is the plan grounded in evidence? Are the outcomes measurable? Is the assessment credible? Is the broader-impacts work integrated with the research?

    This is a substantive shift. Pre-2024 reviewer guidance often produced broader-impacts ratings that reflected the reviewer’s gestalt impression of the applicant’s commitment. The new guidance pushes toward more analytic evaluation, with the explicit recognition that broader impacts is a domain with its own expertise and its own literature.

    The wider implications

    Three wider implications worth noting.

    First, the policy normalises broader-impacts research as a discipline. NSF has historically funded broader-impacts research thinly; the new policy implicitly raises the visibility of the field and the demand for its outputs. We expect funding for broader-impacts research itself to increase in subsequent budget cycles.

    Second, the policy aligns with the international move toward structured impact reporting. The UK’s Research Excellence Framework impact case studies, the EU’s Horizon Europe expected-impact framework, and several other funder frameworks all push in similar directions. CASRAI’s engagement, impact, and SDG domain tracks the international landscape.

    Third, the policy creates a soft incentive toward partnerships between research-intensive universities and the institutions (community colleges, K-12 systems, science museums, community organisations) that have broader-impacts capacity. The partnerships, where they work, are mutually beneficial; where they do not, broader impacts becomes a service-delivery problem dressed as a research-grant activity.

    Open questions

    Two open questions for 2026 and beyond. First, the resource implications: an evidence-based broader-impacts plan with a real assessment costs money, sometimes a substantial fraction of the project budget. NSF has signalled that meaningful broader-impacts costs are budgetable and reviewable on their merits, but the budget pressure is real, particularly for small grants. Second, the equity implications: applicants from research-intensive universities have easier access to broader-impacts capacity than applicants from less-resourced institutions. The new policy may inadvertently widen the gap between institution categories. NSF is aware of this risk and the next policy update is expected to address it.

    For applicants in 2026, the operating posture is to take the new policy seriously, partner with people who do this work, ground your plan in evidence, specify the assessment, and integrate broader impacts with the research. The bar has risen; the proposals that clear it will be substantially stronger than the pre-2024 baseline.

    Related dictionary entries

  • GenAI in scholarly authorship: the 2026 disclosure landscape

    The 2023 ICMJE position that generative AI cannot be a co-author has aged into a stable consensus across scholarly publishing, but the implementation surface around it has grown fast. In 2026 the question is no longer whether to disclose AI use in a manuscript; it is how, where, and with what evidence. This post maps the current disclosure landscape, the technical mitigations that publishers expect authors to apply, and the residual uncertainty around detection.

    The ICMJE 2023 position and its echoes

    In January 2023 the ICMJE updated its Recommendations to add that chatbots cannot be authors because they cannot meet the accountability criterion: an LLM cannot take responsibility for the integrity of the work, cannot approve the final version in any meaningful sense, and cannot be contacted by readers seeking clarification. The position was endorsed within weeks by the World Association of Medical Editors and by COPE. By mid-2023 every major publisher had aligned. The AI co-authorship rejection is now treated as a settled norm.

    What replaced the brief flurry of “ChatGPT as co-author” papers was a more nuanced question: how should authors disclose AI use when the system is a tool? This is where 2024 and 2025 brought significant fragmentation, and where 2026 has begun to consolidate.

    The publisher landscape in 2026

    Nature and the Springer Nature stable

    Nature requires authors to declare any use of LLMs in the Methods section (for research articles) or in the acknowledgements (for editorial and review content). The declaration must specify the model, the version, the date of use, and the purpose. Nature does not permit AI-generated images or figures except where the AI generation itself is the subject of the research. Springer Nature has cascaded a similar policy across its journals with light variation.

    Cell Press and Elsevier

    Cell Press and Elsevier journals require disclosure of AI-assisted writing in a dedicated declaration that sits alongside competing interests and funding. The declaration is structured: type of tool, purpose (e.g., language polishing, literature search, code generation, image analysis), and a confirmation that the authors take full responsibility. Elsevier additionally requires that AI-generated text be reviewed and edited by the authors and explicitly forbids using AI for peer review.

    Wiley

    Wiley’s policy distinguishes between using AI as a tool (allowed with disclosure) and using AI to generate substantive intellectual content (not allowed). The distinction is fuzzy at the boundary, and Wiley’s submission system asks authors to self-classify. Wiley also publishes its Best practice guidelines on research integrity and publishing ethics which were updated in 2024 to cover GenAI in detail.

    PLOS, eLife, F1000Research

    The open-publishing platforms have generally taken the position that AI use must be disclosed and that authors are responsible for verification, but they have been more permissive about disclosed and reviewed AI use than the closed-access incumbents. eLife in particular has experimented with AI-assisted peer review summaries, with disclosure to authors and readers.

    What “disclosure” actually requires

    The fragmentation across publisher policies has converged on a common five-element disclosure, which CASRAI’s AI disclosure helper assembles into a publisher-specific declaration:

    1. Tool and version. Not “ChatGPT” but “GPT-4o (OpenAI), version of 2025-12-04.”
    2. Purpose. One of: language polishing, translation, literature search, code generation, data extraction, image analysis, hypothesis generation, draft writing. If the use spanned multiple purposes, list each.
    3. Scope. Which sections or artefacts were involved. “Abstract and discussion polished” is meaningfully different from “first draft written.”
    4. Human verification. A statement that named authors have reviewed and verified the output and take responsibility for it.
    5. Prompt and output retention. Increasingly, journals are asking authors to retain prompts and outputs for audit. Cell Press now formally asks; Nature recommends. Treat this as a 5-year retention obligation.

    See our AI disclosure for authors guide for the publisher-by-publisher decision tree.

    The hallucination problem

    The single largest editorial concern in 2026 remains hallucination: an LLM fabricating a citation, a method, or a result and the authors failing to catch it. Retraction Watch tracked over 200 retractions in 2024 and 2025 attributable in whole or part to undisclosed AI-generated fabrications, primarily fictitious references but increasingly fabricated quantitative results in tables.

    The mitigations are well-known and surprisingly under-applied:

    • Citation verification. Every citation in an LLM-generated draft must be checked against the actual source. Tools like Scite, Semantic Scholar’s citation graph, and Crossref’s metadata API help. The bare minimum: every DOI must resolve and the paper at that DOI must say what the LLM claims.
    • Numerical verification. If an LLM produces a number, the human author must reproduce the number from the underlying source. “The LLM said it” is not provenance.
    • Retrieval-augmented generation (RAG). Grounding an LLM in a fixed corpus of verified sources, with citation chaining, reduces but does not eliminate hallucination. RAG-based research-writing tools (Elicit, Consensus, scite Assistant) have an accuracy edge over raw LLMs precisely because they constrain the model to a verifiable corpus.

    Munafò and colleagues at the UK Reproducibility Network have argued, correctly in our view, that AI-assisted writing should sit inside the same reproducibility envelope as the rest of the work: prompts and outputs are part of the methods, not part of the prose.

    Detection and watermarking

    The detection problem has not been solved. Tools that claim to identify AI-generated text by perplexity or burstiness have unacceptable false-positive rates against careful human writers and are easily defeated by simple paraphrasing. AI-assisted writing is, on the open web, essentially undetectable in 2026.

    Three more promising directions exist. First, watermarking: the major LLM providers have prototyped statistical watermarks (Google’s SynthID-Text, OpenAI’s research-stage text watermark) that embed a detectable signal in token-selection statistics without affecting fluency. Adoption has been slow because authors can defeat watermarks by re-rolling with a different model, and because no publisher has committed to refusing un-watermarked submissions. Second, provenance metadata: the C2PA standard (originally for images) is being extended to text, with cryptographically signed assertions of generation source. Third, process auditing: rather than detecting AI in the output, audit the authors’ process artefacts (version history, prompt logs, draft trail). This is the direction in which institutional integrity offices are moving.

    For authors, the practical takeaway is that you should not rely on undetectability. The conservative path is disclosure plus verification.

    What about peer review?

    The 2026 consensus is that peer reviewers may not paste unpublished manuscripts into a third-party LLM. The reason is confidentiality, not anti-AI sentiment: a paper under review is privileged information and most LLM providers retain inputs in some form. NIH and several large funders have made this an explicit policy for proposal review; publishers are catching up. eLife and a handful of others are experimenting with publisher-hosted LLM tooling that does not exfiltrate the manuscript, which threads the needle.

    Where this is going

    Three trajectories are visible. First, the disclosure form will converge: expect a NISO or COPE-led standardisation of GenAI disclosure within 18-24 months, modelled on the structured CRediT statement. Second, prompt-and-output retention will become mandatory for high-stakes journals (clinical, regulatory-relevant), and audited at random. Third, the line between “AI as tool” and “AI as substantive contributor” will be tested by hybrid systems where the human author’s contribution is curation, framing, and verification rather than generation. We expect the integrity community to draw a harder line on quantitative and methodological substance than on prose: an AI may polish your discussion section with disclosure, but an AI may not propose your analytic method without that proposal being independently validated and disclosed.

    For now, the operating rule is straightforward. If you used AI, disclose it specifically. If the AI produced text or numbers in your paper, verify them yourself. If a publisher asks for prompts and outputs, retain them. If you are reviewing a paper, do not paste it into a chatbot. The GenAI disclosure domain at CASRAI tracks the publisher-by-publisher policy text for authors who need to comply across multiple submission targets.

    Related dictionary entries

    References

    ICMJE, Recommendations (January 2023 update, defining authorship to exclude AI). WAME, Chatbots, ChatGPT, and Scholarly Manuscripts (2023). COPE, Authorship and AI tools position statement (2023, reaffirmed 2025). Nature editorial, Tools such as ChatGPT threaten transparent science; here are our ground rules for their use (2023). Munafò et al., The reproducibility debate is an opportunity, not a crisis (PLOS Biology, 2022).

  • Reading the RDA DMP Common Standard v2 changelog

    The Research Data Alliance’s DMP Common Standard, originally published as v1 in 2019, has been the canonical machine-readable schema for machine-actionable data management plans. The v2 revision, released early in 2026 after a two-year community consultation, reorganises the schema, tightens validation, and adds explicit support for software, samples, and instruments alongside data. This post is a field-by-field walkthrough for integrators.

    Why v2 was needed

    v1 was designed in the FAIR-data heyday and is fit for that purpose. Three forces produced the v2 revision. First, the scope of “things to be managed” expanded: software is increasingly part of the planning conversation, samples are increasingly recognised as research outputs that need governance, instruments have their own management lifecycle. v1 could be coaxed into representing these but the structure was uncomfortable. Second, validation: v1 was permissive in the ways that mature standards usually tighten over time. Optional fields proliferated, the meaning of several fields was under-specified, and tools produced incompatible serialisations within nominal compliance. Third, FAIR-implementation maturity: v2 needed to carry the metadata that the FAIR data-assessment frameworks (FAIRsharing, F-UJI, FAIR Implementation Profiles) had converged on requiring.

    Structural changes

    The top-level structure of v2 is reorganised. v1 had dmp as the root with sub-resources for dataset, contact, contributor, project, cost. v2 keeps dmp as the root but moves to a managed_resources array that contains heterogeneous resource types: dataset, software, sample, instrument, other. Each resource type has its own schema with shared common fields (identifier, title, description, distribution, license, contributors with CRediT roles) and type-specific fields.

    This is the biggest structural change and the one that will require migration effort. v1 DMPs with only datasets can be projected into v2 cleanly; v1 DMPs that used the dataset structure to represent software or samples (the common workaround) will need restructuring on migration.

    Identifier requirements

    v2 tightens identifier requirements. Every managed resource must declare its identifier with a type (DOI, Handle, URL, ARK, IGSN for samples, RAiD for projects); the identifier validation runs against the type. The contributor structure requires ORCID iDs for individuals; the affiliation structure requires ROR IDs for organisations. The project structure requires either a RAiD or a Funder Registry grant identifier or both.

    The validation tightening is the integration-relevant change. v1 tools that accepted strings in identifier fields will produce DMPs that fail v2 validation. Integrators should review their PID-handling logic before migrating.

    The CRediT integration

    v2 carries CRediT roles natively in the contributor structure. Each contributor on a DMP can be assigned one or more CRediT roles with the degree-of-contribution qualifier. The expected pattern is that DMP contributors (the people who will manage the data) get roles like Data curation, Resources, Project administration, Supervision, with the actual research contributors getting their roles assigned later via the publication or dataset metadata. The DMP captures the data-management contributorship, not the research contributorship.

    FAIR alignment

    v2 includes a fair_assessment structure that aligns with the FAIR Implementation Profile framework. Each managed resource can carry an FIP reference, and the DMP-level fair_assessment can declare which FAIRsharing-registered standards, identifiers, and policies the resources conform to. This is the bridge between DMP-as-planning-document and DMP-as-FAIR-compliance-record.

    The cost structure

    v2 reworks the cost structure. v1 had a flat cost array with title, description, value, currency. v2 categorises costs by phase (acquisition, processing, storage-active, storage-preservation, dissemination, decommissioning) and by recurrence (one-off versus annual), which lets a DMP integrate with funder budget structures and institutional cost-recovery models. The cost structure is optional but recommended.

    Lifecycle status

    v2 introduces an explicit lifecycle field on each managed resource, with controlled values covering planning, acquisition, processing, analysis, dissemination, preservation, decommissioning. A DMP can describe resources at different lifecycle stages, which lets the same DMP serve as both a project-launch plan and a project-completion record. This addresses a v1 friction where DMPs were either pre-project plans or post-project records and the same document could not serve both purposes cleanly.

    Migration path

    RDA’s recommendation is that v1 DMPs remain valid through 2027 and that v2 DMPs become the preferred format from 2026. Tools producing or consuming DMPs should support both formats during the transition window. The official RDA migration guide covers the field mappings; the CASRAI maDMP domain tracks tool-vendor support as it rolls out.

    Specific migration considerations: v1 datasets representing software should be re-categorised as v2 software resources; v1 datasets representing samples should be re-categorised as v2 sample resources; v1 contributors without ORCID iDs need ORCID iDs added before v2 validation will pass; v1 organisational affiliations need ROR IDs.

    Tool support

    By the v2 release, the major DMP tools (DMPonline, DMPTool, easyDMP, ARGOS) had announced support timelines. DMPonline and DMPTool committed to v2 export support in mid-2026 with import support later in the year. easyDMP shipped v2 support at the v2 release. ARGOS has v2 support in beta. Institutional and funder DMP services built on these tools inherit their support timelines.

    The funder side of the integration is also moving. Several major funders had been ingesting v1 DMPs in machine-readable form for compliance tracking; the v2 transition gives them an opportunity to tighten ingestion validation and to use the richer FAIR-assessment structure. The CASRAI funder maDMP guide walks through the funder-side migration.

    What this enables

    The longer-term value of v2 is in the queries it enables across machine-readable DMPs at scale. A funder can ask: across all funded projects starting in 2026, which fraction declared FAIR-compliant deposit plans for their datasets, software, and samples? — and get a structured answer. An institution can ask: which projects on our books have DMPs that declare preservation costs, and what is our aggregate preservation-cost commitment? — and get a structured answer. v1 made these queries notionally possible; v2 makes them reliable.

    For research administration, the practical posture in 2026 is to follow the funder migration. Where funders require v2, migrate; where they still accept v1, produce both. The migration is one-way (a v2 DMP cannot be cleanly downgraded to v1 if the new resource types are used) but the v1-to-v2 path is well-supported.

    Related dictionary entries