Agent Skillsbrycewang-stanford/Awesome-Journal-Skills › agsy-reproducibility-and-data-policy

agsy-reproducibility-and-data-policy

GitHub

协助农业系统期刊稿件准备数据、代码和模型材料,确保符合可重复性要求及研究数据政策。涵盖数据存档、可用性声明撰写及无法共享时的豁免路径说明。

Agricultural-Systems-Skills/skills/agsy-reproducibility-and-data-policy/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

准备投稿的数据、代码和模型材料 撰写数据可用性声明 处理因许可或隐私导致的数据/模型无法共享情况

Install

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill agsy-reproducibility-and-data-policy -g -y
More Options

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/Agricultural-Systems-Skills/skills/agsy-reproducibility-and-data-policy -g -y

Use without installing

npx skills use brycewang-stanford/Awesome-Journal-Skills@agsy-reproducibility-and-data-policy

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill agsy-reproducibility-and-data-policy -a claude-code -g -y

安装 repo 全部 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --all -g -y

预览 repo 内 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --list

SKILL.md

Frontmatter
{
    "name": "agsy-reproducibility-and-data-policy",
    "description": "Use when preparing the data, code, and model materials for an Agricultural Systems (AgSy) manuscript. AgSy applies Elsevier's research-data policy, which treats software, code, and models as research data — deposit them in a repository and cite\/link them, or state why they cannot be shared. Covers model-description standards and exemptions. Prepares the materials; it does not waive requirements."
}

Reproducibility & Data Policy (agsy-reproducibility-and-data-policy)

AgSy is a modelling journal, so reproducibility is not just about data — it is about whether someone else could re-run or re-implement your model. Elsevier's research-data policy explicitly counts software, code, models, algorithms, protocols, and methods as research data. Build the package as you go so submission and revision do not stall. The 2026-06-20 Guide for Authors refresh says Agricultural Systems applies Option C: deposit research data, cite and link it, or state why sharing is not possible.

When to trigger

  • Building the data + code + model materials for submission
  • Writing the data-availability statement
  • Data, code, or the model cannot be fully shared (licence, privacy, proprietary model) and you need the exemption path
  • Preparing model documentation so reviewers can assess reproducibility

What AgSy / Elsevier expects

  1. Deposit research data in a repository. Use a recognized repository (Mendeley Data, Zenodo, OSF, or a domain repository), cite and link the dataset in the article. Not a personal website.
  2. Code and models count as data. Deposit run scripts, parameter files, and — where licensing allows — the model code or a pointer to the exact model version. A black-box model with no access path weakens the paper.
  3. Data-availability statement. State the availability of data at submission. If data, code, or the model cannot be shared, explain why (third-party licence, privacy, proprietary model) and how others could obtain equivalent access.
  4. Model description. Document model version, structure/equations, parameter sources, calibration vs. evaluation data, and driving inputs. For agent-based models, follow the ODD protocol so the model can be re-implemented.

When data/code/model cannot be shared (exemption path)

  • Explain why (proprietary model, licensed input data, privacy/legal restrictions).
  • Give a README describing exactly how others can obtain access (provider, licence, version).
  • Where possible, share synthetic inputs or a reduced example so the workflow can be exercised.

Build-as-you-go checklist

  • One master workflow regenerates every table/figure from inputs + model runs
  • Data + code + model/run scripts deposited in a repository with a DOI/permanent link
  • README documents data provenance, model version, calibration/evaluation split, and how to reproduce each exhibit
  • Seeds set and reported for every stochastic step (Monte Carlo, ABM, weather/price generators)
  • Software/model versions pinned (renv.lock / requirements.txt / environment file)
  • Exhibit numbers in the manuscript match the package output exactly
  • Restricted materials: exemption note + access instructions + synthetic example where feasible
  • Data-availability statement drafted for the manuscript

Anti-patterns

  • Treating the package as a post-acceptance afterthought
  • Depositing data but not the code or model (Elsevier counts them as research data)
  • A black-box model with no version, parameters, or access path
  • A personal URL instead of a citable repository with a permanent identifier
  • Undocumented, un-seeded, unpinned runs that "work on my machine"

Worked micro-example (illustrative)

An agent-based crop–livestock model with a licensed weather input is packaged. Elsevier treats more than tabular data as "research data," so each artifact maps to a sharing path:

  • Model code is open → deposited on Zenodo with a tagged version and DOI; the commit is cited.
  • Weather data is licensed → cannot be redeposited. The README names the provider, license, and version, and ships a synthetic series so a reader can exercise the workflow end-to-end.
  • ABM documentation follows the ODD protocol so the model can be re-implemented, not just re-run; seeds are fixed and renv.lock pins the toolchain.

Outcome: a reviewer can reproduce every exhibit except the licensed input, for which a documented, exercisable substitute exists.

Referee pushback → the AgSy-specific fix

  • "The model is a black box." → Deposit code (or pin the version) and document structure, parameters, and the calibration/evaluation split; add the ODD protocol for an ABM.
  • "Data are on a personal website." → Move to a citable repository with a permanent identifier.
  • "Only the data is shared." → Add run scripts, parameter files, and the model/version — Elsevier counts them as research data.

Calibration anchors

  • Agricultural Systems currently uses Elsevier Option C research-data instructions: deposit, cite, and link research data, or explain why sharing is not possible.
  • The ODD protocol is a community standard for agent-based models, not a journal format.

Output format

【Repository】data + code + model deposited with DOI/link? [Y/N]
【Reproduces tables/figures?】master workflow verified locally? [Y/N]
【Model documented】version + parameters + calibration/eval split (+ODD if ABM)? [Y/N]
【Restricted?】exemption note + access path + synthetic example?
【Data-availability statement】drafted? [Y/N]
【Next】agsy-review-process

Supplementary resources

Version History

  • 1839142 Current 2026-07-05 12:16

Same Skill Collection

AAAI-Skills/skills/aaai-artifact-evaluation/SKILL.md
AAAI-Skills/skills/aaai-author-response/SKILL.md
AAAI-Skills/skills/aaai-camera-ready/SKILL.md
AAAI-Skills/skills/aaai-experiments/SKILL.md
AAAI-Skills/skills/aaai-related-work/SKILL.md
AAAI-Skills/skills/aaai-reproducibility/SKILL.md
AAAI-Skills/skills/aaai-review-process/SKILL.md
AAAI-Skills/skills/aaai-submission/SKILL.md
AAAI-Skills/skills/aaai-supplementary/SKILL.md
AAAI-Skills/skills/aaai-topic-selection/SKILL.md
AAAI-Skills/skills/aaai-workflow/SKILL.md
AAAI-Skills/skills/aaai-writing-style/SKILL.md
AAMAS-Skills/skills/aamas-artifact-evaluation/SKILL.md
AAMAS-Skills/skills/aamas-author-response/SKILL.md
AAMAS-Skills/skills/aamas-camera-ready/SKILL.md
AAMAS-Skills/skills/aamas-experiments/SKILL.md
AAMAS-Skills/skills/aamas-related-work/SKILL.md
AAMAS-Skills/skills/aamas-reproducibility/SKILL.md
AAMAS-Skills/skills/aamas-review-process/SKILL.md
AAMAS-Skills/skills/aamas-submission/SKILL.md
AAMAS-Skills/skills/aamas-supplementary/SKILL.md
AAMAS-Skills/skills/aamas-topic-selection/SKILL.md
AAMAS-Skills/skills/aamas-workflow/SKILL.md
AAMAS-Skills/skills/aamas-writing-style/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-editor-strategy/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-evidence-standards/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-literature-synthesis/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-organizing-framework/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-proposal-framing/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-review-process/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-revision/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-submission/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-tables-figures/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-topic-selection/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-workflow/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-writing-style/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-contribution-framing/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-data-analysis/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-literature-positioning/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-methods/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-rebuttal/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-review-process/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-submission/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-tables-figures/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-theory-development/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-topic-selection/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-workflow/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-writing-style/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-contribution-framing/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-data-analysis/SKILL.md

Metadata

Files
0
Version
c82fe76
Hash
12e874a1
Indexed
2026-07-05 12:16

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-03 08:26
浙ICP备14020137号-1 $Гость$