Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type: dataset
website:
grant: NSF-1420627
grant_url: https://www.nsf.gov/awardsearch/showAward?AWD_ID=1420627
image: /assets/images/projects/2014-08-15-physics-learning.png
image: /assets/images/projects/2015-08-15-physics-learning.png
tagline: How does learning physics affect brains?
tags: [fmri]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type: dataset
website: "https://abcdstudy.org/"
grant:
grant_url:
image: /assets/images/projects/2015-09-25-abcd.png
image: /assets/images/projects/2016-09-25-abcd.png
tagline: '"The largest long-term study of brain development and child health in the United States."'
tags: [fmri]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type: software
website: "https://metacurious.org"
grant:
grant_url:
image: /assets/images/projects/2018-01-16-metacurious.png
image: /assets/images/projects/2018-01-15-metacurious.png
tagline: A new frontend for Brainspell and a resource to facilitate neuroimaging meta-analysis.
tags: [neuroinformatics, software]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type: software
website: https://nimare.readthedocs.io/en/latest/
grant:
grant_url:
image: /assets/images/projects/2018-01-15-nimare.png
image: /assets/images/projects/2018-01-16-nimare.png
tagline: A Python package for neuroimaging meta-analysis that provides a shared syntax for a range for algorithms.
tags: [neuroinformatics, software]

Expand Down
3 changes: 2 additions & 1 deletion projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
{% assign analyzing = "" | split: "" %}
{% assign complete = "" | split: "" %}
{% assign other = "" | split: "" %}
{% for item in site.categories.projects %}
{% assign temp = site.categories.projects | reverse %}
{% for item in temp %}
{% if item.type == "software" %}
{% assign software = software | push: item %}
{% elsif item.status == "collection" %}
Expand Down