Add USRSE 2026 STAMPED poster abstract - #14
Draft
leej3 wants to merge 2 commits into
Draft
Conversation
Co-Authored-By: codex-cli 0.143.0 / gpt 5.6-luna <codex@openai.com>
asmacdo
approved these changes
Aug 3, 2026
asmacdo
left a comment
Member
There was a problem hiding this comment.
Handful of nitpicks, take what you like.
|
|
||
| - **Self-contained:** Everything needed to understand and run the study was made identifiable from one research-object boundary, reducing reliance on undocumented local context (supported by DataLad and git-annex). | ||
| - **Tracked:** Results were linked to their inputs, transformations, execution context, and scientific meaning so their provenance could be inspected (recorded with Git, DataLad run records, `con-duct`, and NIDM/PROV). | ||
| - **Actionable:** Procedures and expected outputs were encoded as executable, testable operations instead of instructions requiring interpretation (implemented through BIDS, tested BIDS Apps, Pixi tasks, manifests, and validation commands). |
Member
There was a problem hiding this comment.
datalad rerun might be useful here too, though the list is already pretty long.
| - **Self-contained:** Everything needed to understand and run the study was made identifiable from one research-object boundary, reducing reliance on undocumented local context (supported by DataLad and git-annex). | ||
| - **Tracked:** Results were linked to their inputs, transformations, execution context, and scientific meaning so their provenance could be inspected (recorded with Git, DataLad run records, `con-duct`, and NIDM/PROV). | ||
| - **Actionable:** Procedures and expected outputs were encoded as executable, testable operations instead of instructions requiring interpretation (implemented through BIDS, tested BIDS Apps, Pixi tasks, manifests, and validation commands). | ||
| - **Modular:** Data, environments, operations, and results retained distinct identities so components could be reviewed, updated, and reused independently (organized as versioned DataLad components). |
Member
There was a problem hiding this comment.
Suggested change
| - **Modular:** Data, environments, operations, and results retained distinct identities so components could be reviewed, updated, and reused independently (organized as versioned DataLad components). | |
| - **Modular:** Data, environments, operations, and results retained distinct identities so components could be reviewed, updated, and reused independently (organized as versioned DataLad subdatasets). |
I read this as a datalad component being a "thing".
|
|
||
| The scientific value of a computational finding depends on whether others can understand how it was produced, inspect its evidence, and repeat or extend the analysis. Code alone does not provide this: data, parameters, software environments, execution context, and the provenance connecting inputs to outputs must also be identifiable and recoverable. STAMPED defines seven properties for organizing these materials as a durable research object. | ||
|
|
||
| We applied STAMPED to reproduce an analysis presented at OHBM 2025 on age-dependent bias in cortical morphometry tools using Adolescent Brain Cognitive Development (ABCD) Study data. This case study shows how the principles translate into concrete research-design choices and how those choices make a computational result easier to inspect, execute, verify, and reuse. |
Member
There was a problem hiding this comment.
It might be good to mention AI in the first couple paragraphs, the final paragraph makes the connection to AI feel bolted on. I suppose the strongest place to mention would be to discuss how AI played a role in your application of STAMPED here.
Co-Authored-By: codex-cli 0.143.0 / gpt 5.6-sol <codex@openai.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add poster abstract. Addresses con/cierge#34
Validation
git diff --checkThe generated PDF remains a local submission artifact because
2026-usrse/.gitignoreexcludes PDFs, matching the repository’s existing USRSE poster-draft convention.