Skip to content

Commit

Permalink
[DATALAD RUNCMD] run codespell throughout fixing few left typos autom…
Browse files Browse the repository at this point in the history
…agically

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Dec 19, 2024
1 parent 4764619 commit 7e4e1eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code-of-conduct.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Code of Conduct

The ReproNIM orginization is dedicated to providing an environment where people are kind and respectful to each other, a harassment-free learning experience for everyone, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, age or religion.
The ReproNIM organization is dedicated to providing an environment where people are kind and respectful to each other, a harassment-free learning experience for everyone, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, age or religion.
We do not tolerate harassment in any form.
Sexual language and imagery is not appropriate for any ReproNIM event, including meetings, workshops, and online forums.
Participants violating these rules may be sanctioned or expelled from participation in the group at the discretion of the organizers.

### Harrassment
### Harassment

⛔ Harassment includes, but _is not limited to_:

Expand Down
2 changes: 1 addition & 1 deletion content/resources/tutorials/data-management-and-sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ We also provide some guidance on preparing a DMSP budget for implementing the pl
3. **Metadata, other relevant data, and associated documentation:**

* **Study protocols**: We recommend pre-registering the study protocol using a platform such as the Open Science Framework (osf.io). Pre-registering your study design, including planned outcome measures, increases transparency and accountability.
* **Associate relevant metadata with both imaging and behavioral raw data**. Using BIDS and NIDM provides the means to associate metadata with imaging raw data. Use ReproSchema to prospectively create a re-usable schema for structured behavioral data capture. Use NeuroBagel to annotate behavioral data retrospectively.
* **Associate relevant metadata with both imaging and behavioral raw data**. Using BIDS and NIDM provides the means to associate metadata with imaging raw data. Use ReproSchema to prospectively create a reusable schema for structured behavioral data capture. Use NeuroBagel to annotate behavioral data retrospectively.
* **Data dictionary:**
* **Good**: Create a data dictionary to define your variables. (provide a link to examples)
* **Best:** Use NIDM to create or map the data dictionary to standard variable names and value sets. NIDM also provides additional semantics, i.e., the necessary human knowledge for both humans and machines to interpret and relate data elements. NIDM utilizes community ontologies to provide this knowledge in the form of a common vocabulary and relationships between terms, e.g., Freesurfer variable *caudate\_left\_volume* maps to the term “caudate nucleus” in the UBERON anatomical ontology. Caudate nucleus is part of the striatum and telencephalon.
Expand Down

0 comments on commit 7e4e1eb

Please sign in to comment.