diff --git a/_includes/themes/lab/paper.html b/_includes/themes/lab/paper.html index 3b3acf54..52bea5fb 100755 --- a/_includes/themes/lab/paper.html +++ b/_includes/themes/lab/paper.html @@ -122,6 +122,31 @@
{% endif %} + {% if page.projects %} +
+ Projects +
+ {% for project in site.categories.projects %} + {% if page.projects contains project.handle %} +
+
+ + {{ project.handle }} +
+ {% endif %} + {% endfor %} + {% for project in site.categories.software %} + {% if page.projects contains project.handle %} +
+
+ + {{ project.handle }} +
+ {% endif %} + {% endfor %} +
+ {% endif %} + {% if page.osf %}
Additional Resources diff --git a/_includes/themes/lab/poster_or_talk.html b/_includes/themes/lab/poster_or_talk.html index 7c7dcb55..f0825712 100644 --- a/_includes/themes/lab/poster_or_talk.html +++ b/_includes/themes/lab/poster_or_talk.html @@ -107,6 +107,31 @@
{% endif %} + {% if page.projects %} +
+ Projects +
+ {% for project in site.categories.projects %} + {% if page.projects contains project.handle %} +
+
+ + {{ project.handle }} +
+ {% endif %} + {% endfor %} + {% for project in site.categories.software %} + {% if page.projects contains project.handle %} +
+
+ + {{ project.handle }} +
+ {% endif %} + {% endfor %} +
+ {% endif %} + {% if page.osf or page.f1000 %}
Additional Resources diff --git a/assets/images/talks/2018-09-25-laird-rs-gender.png b/assets/images/talks/2018-09-25-laird-rs-gender.png new file mode 100644 index 00000000..adbe1ea9 Binary files /dev/null and b/assets/images/talks/2018-09-25-laird-rs-gender.png differ diff --git a/talks/_posts/2018-09-25-laird-rs-gender.md b/talks/_posts/2018-09-25-laird-rs-gender.md new file mode 100644 index 00000000..89243452 --- /dev/null +++ b/talks/_posts/2018-09-25-laird-rs-gender.md @@ -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.