[Upstream sync] K-Dense-AI/scientific-agent-skills (github) — 3 added, 12 modified #38

Open
promptadmin wants to merge 15 commits from upstream-sync/scientific-agent-skills-20260811-d661d2-etzt into main
Showing only changes of commit 24037666d4 - Show all commits
@@ -2,9 +2,9 @@
title: "Cloud Storage Guide for IDC"
task: ""
lineage_type: import
upstream_source: https://github.com/K-Dense-AI/scientific-agent-skills/blob/9c9bd2e9/skills/imaging-data-commons/references/cloud_storage_guide.md
upstream_sha: 9c9bd2e9
imported_at: 2026-06-27
upstream_source: https://github.com/K-Dense-AI/scientific-agent-skills/blob/d661d27e/skills/imaging-data-commons/references/cloud_storage_guide.md
upstream_sha: d661d27e
imported_at: 2026-08-11
prompt_class: catalogue
upstream_changes: accepted
author: upstream
@@ -218,7 +218,7 @@ IDC releases new data versions every 2-4 months. The versioning system ensures r
### How Versioning Works
1. **Snapshots**: Each IDC version (v1, v2, ..., v23, etc.) represents a complete snapshot of all data at release time
1. **Snapshots**: Each IDC version (v1, v2, ..., v24, etc.) represents a complete snapshot of all data at release time
2. **UUID-based**: When data changes, new CRDC UUIDs are assigned; old UUIDs remain accessible
3. **Cumulative buckets**: All versions coexist in the same buckets—old series folders
@@ -236,7 +236,7 @@ IDC releases new data versions every 2-4 months. The versioning system ensures r
For querying version-specific metadata, BigQuery provides versioned tables. See `bigquery_guide.md` for details.
- `bigquery-public-data.idc_current` — alias to latest version
- `bigquery-public-data.idc_v23` — specific version (replace 23 with desired version)
- `bigquery-public-data.idc_v24` — specific version (replace 24 with desired version)
### Reproducing a Previous Analysis