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
25 changes: 25 additions & 0 deletions _includes/themes/lab/paper.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,31 @@
<div class="bigspacer"></div>
{% endif %}

{% if page.projects %}
<div class="smallhead subtle">
Projects
</div>
{% for project in site.categories.projects %}
{% if page.projects contains project.handle %}
<div class="pad-left note">
<div class="smallspacer"></div>
<i class="fa fa-cube fa-fw"></i>
<a href="{{ project.url }}" class="off">{{ project.handle }}</a>
</div>
{% endif %}
{% endfor %}
{% for project in site.categories.software %}
{% if page.projects contains project.handle %}
<div class="pad-left note">
<div class="smallspacer"></div>
<i class="fa fa-cube fa-fw"></i>
<a href="{{ project.url }}" class="off">{{ project.handle }}</a>
</div>
{% endif %}
{% endfor %}
<div class="bigspacer"></div>
{% endif %}

{% if page.osf %}
<div class="smallhead subtle">
Additional Resources
Expand Down
25 changes: 25 additions & 0 deletions _includes/themes/lab/poster_or_talk.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,31 @@
<div class="bigspacer"></div>
{% endif %}

{% if page.projects %}
<div class="smallhead subtle">
Projects
</div>
{% for project in site.categories.projects %}
{% if page.projects contains project.handle %}
<div class="pad-left note">
<div class="smallspacer"></div>
<i class="fa fa-cube fa-fw"></i>
<a href="{{ project.url }}" class="off">{{ project.handle }}</a>
</div>
{% endif %}
{% endfor %}
{% for project in site.categories.software %}
{% if page.projects contains project.handle %}
<div class="pad-left note">
<div class="smallspacer"></div>
<i class="fa fa-cube fa-fw"></i>
<a href="{{ project.url }}" class="off">{{ project.handle }}</a>
</div>
{% endif %}
{% endfor %}
<div class="bigspacer"></div>
{% endif %}

{% if page.osf or page.f1000 %}
<div class="smallhead subtle">
Additional Resources
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions talks/_posts/2018-09-25-laird-rs-gender.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
layout: talk
title: "Sex differences in brain correlates of STEM anxiety"
nickname: 2018-09-25-laird-rs-gender
authors: "Laird AR"
year: "2018"
conference: "Conference on Resting State and Brain Connectivity"
image: /assets/images/talks/2018-09-25-laird-rs-gender.png
projects: [physics-learning]
tags: []

# Content
slides:
video:

# Links
doi:

# Data and code
github:
neurovault:
openneuro:
osf:
f1000:
---
{% include JB/setup %}

Dr. Laird gave this presentation at the Sixth Biennial [Conference on Resting
State and Brain Connectivity](http://www.restingstate.com) in Montreal. The presentation
showcases recent work with the Physics Learning dataset in STEM anxiety, gender,
and resting state functional connectivity.