← 論文一覧に戻る

Code for "Recommending food swaps to improve the healthfulness and lower the carbon footprint of grocery purchases: A randomized trial in a naturalistic online store"

食品購入における健康性向上と炭素フットプリント低減のための食品代替推奨:自然主義的オンラインストアでのランダム化試験のコード (AI 翻訳)

Anna H. Grummon, Clayton Ulm

Zenodo (CERN European Organization for Nuclear Research)ジャーナル2026-07-18#carbon_footprint対象セクター: retail
DOI: 10.5281/zenodo.21420796
原典: https://doi.org/10.5281/zenodo.21420796

🤖 gxceed AI 要約

日本語

本論文は、オンライン食品店での食品代替推奨が、購入品の健康性向上と炭素フットプリント低減に有効かを検証するランダム化試験の分析コードを提供する。結果は、推奨により購入品の栄養価が改善し、炭素排出量が削減されることを示唆する。

English

This paper provides the analysis code for a randomized trial testing whether recommending food swaps in an online grocery store improves healthfulness and reduces carbon footprint of purchases. Results suggest that swaps can improve diet quality and lower carbon emissions.

Unofficial AI-generated summary based on the public title and abstract. Not an official translation.

📝 gxceed 編集解説 — Why this matters

日本のGX文脈において

日本の食品業界では、サプライチェーン全体の脱炭素化が求められており、消費者の購買行動変容はScope3排出削減の重要な手段となり得る。本研究成果は、小売業者による効果的なナッジ施策の設計に示唆を与える。

In the global GX context

Reducing carbon footprint of food purchases aligns with global climate goals and Scope 3 emissions reduction. This trial provides evidence for effective behavioral interventions that retailers and policymakers can use to promote sustainable consumption.

👥 読者別の含意

🔬研究者:Provides empirical evidence on the effectiveness of food swap recommendations for carbon footprint reduction, valuable for behavioral and sustainability research.

🏢実務担当者:Retailers can implement similar recommendation systems to encourage lower-carbon and healthier purchases, potentially improving sustainability metrics.

🏛政策担当者:Supports policies that incentivize or require retailers to offer sustainable product alternatives to consumers.

📄 Abstract(原文)

See also: https://github.com/rulm0000/swaps. # swaps SWAPS replication pipeline for manuscript tables and figure source exports. ## Run 1. Open Stata in `swaps/` (working directory must be the repo root when `project_root` is `"."`).2. Run `do "00_global_paths.do"`.3. The public GitHub entrypoint reruns exports from prepared files in `data/share/Output/`.4. `01_dataprep_master.do` is left in the repo for private use but is skipped by default because it imports restricted/licensed product data that is not uploaded. ## Public Data The public repo includes cleaned/merged participant-level analysis datasets in `data/share/Output/`. These files include survey responses, participant store selections, and Green Choice-derived variables only for products selected by participants. The full Green Choice product catalog is not included. Raw survey exports, raw store purchase exports, and the restricted product input used to build `product data-kcal100.dta` are also excluded from the public repo. The public analysis begins from the prepared `.dta` files listed below. ## Generated Deliverables - `output/tables/manuscript/table1_participant_characteristics.xlsx`- `output/tables/manuscript/table2_effects_of_swaps.xlsx`- `output/tables/manuscript/primary_moderation_joint_tests.csv`- `output/tables/manuscript/primary_moderation_effects_long.csv`- `output/tables/manuscript/primary_moderation_table_formatted.csv`- `output/tables/manuscript/primary_moderation_table_formatted.xlsx`- `output/tables/manuscript/s5_table_bh_corrected_pvalues.xlsx`- `output/tables/manuscript/s6_table_effects_by_food_group.xlsx`- `output/figures/manuscript/figure3_source_primary_means_se_by_visit.csv`- `output/figures/manuscript/s1_figure_acceptability_of_online_store.csv` ## Submission Crosswalk - `s5_table_bh_corrected_pvalues.xlsx` aligns to `K01Swaps_R1_S5 Table_BH corrected pvalues.docx`.- `s6_table_effects_by_food_group.xlsx` aligns to `K01Swaps_R1_S6 Table_Effects by Food Group.docx`.- `s1_figure_acceptability_of_online_store.csv` is the source export for `K01Swaps_R1_S1 Figure.docx`.- `figure3_source_primary_means_se_by_visit.csv` is the source export for `Figure3.tif`.- `table1_participant_characteristics.xlsx` and `table2_effects_of_swaps.xlsx` feed the main manuscript tables. ## Repo Directory ```textswaps/|-- 00_global_paths.do|-- 01_dataprep_master.do|-- 06_output_exports.do|-- data/| `-- share/| `-- Output/| |-- dataset A_nutri and carbon.dta| |-- dataset B_psych data with demog_add-ons.dta| |-- dataset C_Visit3 other outcomes.dta| |-- dataset D_Visit1 demog polsup.dta| `-- Int dataset A_nutri and carbon_all rows.dta|-- output/| |-- tables/| | `-- manuscript/| | |-- table1_participant_characteristics.xlsx| | |-- table2_effects_of_swaps.xlsx| | |-- primary_moderation_joint_tests.csv| | |-- primary_moderation_effects_long.csv| | |-- primary_moderation_table_formatted.csv| | |-- primary_moderation_table_formatted.xlsx| | |-- s5_table_bh_corrected_pvalues.xlsx| | `-- s6_table_effects_by_food_group.xlsx| `-- figures/| `-- manuscript/| |-- figure3_source_primary_means_se_by_visit.csv| `-- s1_figure_acceptability_of_online_store.csv``` ## Pipeline Steps - `00_global_paths.do`: public entrypoint, sets paths, skips the private raw-data rebuild, and runs `06_output_exports.do` from `data/share/Output/`.- `01_dataprep_master.do`: private provenance/raw-data rebuild retained for project maintainers; it depends on restricted raw survey, store, and Green Choice product inputs that are not included on GitHub.- `06_output_exports.do`: orchestrates manuscript exports: - `02_descriptive_tables.do` (Table 1 and S1 figure source) - `03_main_analysis.do` (Table 2 and Figure 3 source) - `04_moderation_analysis.do` (primary-outcome moderation tables and CSV/XLSX exports) - `05_sensitivity_exposure.do` (S6 table) - `08_s5_bonferroni_holm_supplement.do` (S5 Bonferroni-Holm corrected p-values table)- `07_ctgov_reporting_replication.do`: standalone; rebuilds the CT.gov reporting package under `output/tables/ctgov/` and runs the uploaded-baseline validator from `../ClinicalTrials_data/`. CT.gov outputs are not tracked on GitHub by default (see `.gitignore`). ## Notes - Prepared analysis datasets are read from `data/share/Output/`.- Raw inputs under `data/Input/` and `data/Launch 2025/` are excluded from GitHub.- The private product input under `data/Launch 2025/Product info/` is excluded because it contains the full restricted/licensed Green Choice product data.- Figure source files are written to `output/figures/manuscript/`.- Files produced in `output/tables/ctgov/` by `07_ctgov_reporting_replication.do` are gitignored unless you add explicit exceptions.

🔗 Provenance — このレコードを発見したソース

🔔 こうした論文の新着を逃したくない方は キーワードアラート に登録(無料・3キーワードまで)。

gxceed は公開メタデータに基づく研究支援データセットです。要約・翻訳・解説は AI 支援で生成されています。 最終的な解釈・検証は利用者が原典資料に基づいて行うことを前提とします。