Skip to content

Commit c016ad3

Browse files
authored
Fill in "Get Support" page (#43)
1 parent 6b59616 commit c016ad3

File tree

10 files changed

+57
-37
lines changed

10 files changed

+57
-37
lines changed

.github/ISSUE_TEMPLATE/blank.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
name: Blank Issue
3+
title: ''
4+
---

.github/ISSUE_TEMPLATE/blog_post.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Blog Post Request
3+
about: Have you used RBC data in a project recently and want to advertise it on our blog?
4+
title: ''
5+
labels: 'blog'
6+
assignees: ['mattcieslak', 'tsalo']
7+
8+
---
9+
## Project Summary
10+
11+
## Contributors
12+
<!-- Include any GitHub usernames or full names of contributors -->
13+
14+
## Links

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
contact_links:
2+
- name: Usage question
3+
url: https://neurostars.org/tags/c/software-support/234/rbc
4+
about: Please ask questions about using RBC data on NeuroStars.

_data/navigation.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ main:
2828
- title: "Image Processing"
2929
url: /docs/imaging/image_processing
3030
- title: "Structural Image Quality"
31-
url: /docs/imaging/image_structural_QA
31+
url: /docs/imaging/image_structural_qa
3232
- title: "Functional Image Quality"
33-
url: /docs/imaging/image_functional_QA
33+
url: /docs/imaging/image_functional_qa
3434
- title: Community and Impact
3535
url: /docs/community
3636
hidden: true
@@ -39,8 +39,6 @@ main:
3939
url: /docs/team
4040
- title: "Publications"
4141
url: /docs/community/publications
42-
- title: "Contribute"
43-
url: /docs/community/contribute
4442
- title: "Get support"
4543
url: /docs/community/get_support
4644
- title: <em style="font-style:normal; font-weight:bold; color:#3F8AAC;"> Get Data </em>

docs/community/_posts/2020-01-01-contribute.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/community/_posts/2020-01-01-get_support.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,12 @@ excerpt: "Get Support"
44
layout: single
55

66
---
7-
- Neurostars
8-
- Github
7+
8+
If you have a question about working with RBC data,
9+
please create a topic on [NeuroStars](https://neurostars.org/) with the `rbc` tag.
10+
The RBC maintainers will be notified about the new post and will respond when they're able.
11+
12+
If you have used RBC data for your research,
13+
and would like to share a summary of your work as a blog post on the RBC website,
14+
please [open an issue](https://github.com/ReproBrainChart/ReproBrainChart.github.io/issues/new) on the RBC website GitHub repository,
15+
and the RBC maintainers will work with you to create the blog post.

docs/imaging/_posts/2020-01-01-image_func_QC.md

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "Functional Data Quality Assurance"
3+
excerpt: "Functional Data Quality Assurance"
4+
layout: single
5+
6+
---
7+
All images are thresholded on the following cut-offs:
8+
median FD less than or equal to 0.2 and normalized cross correlation greater than or equal to 0.8.
9+
A figure depicting these cut-offs can be seen below:
10+
11+
- fMRI QC figure (when ready)

docs/imaging/_posts/2020-01-01-image_struct_QA.md

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "Structural Data Quality Assurance"
3+
excerpt: "Structural Data Quality Assurance"
4+
layout: single
5+
6+
---
7+
8+
All images were manually QCed by 5 expert raters and the average of their ratings was assigned to each image as pass, borderline, or fail.
9+
These QC files are available in the BIDS and Freesurfer repository of each dataset.
10+
11+
Additionally, their Euler numbers are also available.
12+
This workflow is depicted below.
13+
- T1 QC figure (when ready)

0 commit comments

Comments
 (0)