Skip to content

Commit 5f6ee25

Browse files
committed
Update Publications.md
1 parent 6d644f4 commit 5f6ee25

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

_pages/Publications.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
excerpt: "Publications"
33
permalink: publications/
44
classes: wide
5-
years: [2024, 2023, 2022, 2021, 2020, 2019, 2018, 2017, 2016, 2015, 2013, 2012, 2011, 2010, 2009, 2008, 2007, 2005, 2004, 2003, 2002]
5+
years: [
6+
2024, 2023, 2022, 2021, 2020, 2019, 2018, 2017,
7+
2016, 2015, 2013, 2012, 2011, 2010, 2009, 2008,
8+
2007, 2005, 2004, 2003, 2002
9+
]
610
---
711

812
<style>
@@ -17,12 +21,10 @@ years: [2024, 2023, 2022, 2021, 2020, 2019, 2018, 2017, 2016, 2015, 2013, 2012,
1721
}
1822
</style>
1923

20-
2124
<h6 class="centeralign2">Pre-Prints</h6>
2225
{% bibliography -f preprints %}
2326

2427

25-
2628
<h6 class="centeralign2">In Preparation</h6>
2729
<ol type="1" class="text-justify">
2830
<li>Miederer, I., Buchholz, H.-G., Rademacher, L., Eckart, C., Kraft, D., Piel, M., Fiebach, C. J., & Mathias Schreckenberger, M. (in preparation). Dopaminergic mechanisms of cognitive flexibility: an [18F]fallypride PET study. </li>
@@ -33,10 +35,11 @@ years: [2024, 2023, 2022, 2021, 2020, 2019, 2018, 2017, 2016, 2015, 2013, 2012,
3335

3436
<li> Armbruster-Genç, D. J. N, Basten, U., & Fiebach, C. J. (in preparation). Reliability for an Experimental Assessment of Cognitive Flexibility and Stability.</li>
3537

36-
<li>Basten, U., Rammensee, R. A., Weygandt, R., & Fiebach, C. J. (in preparation). Intelligence and the regulation of the brain’s default activity. </li>
3738
</ol>
3839

3940
<h6 class="centeralign2">Published</h6>
4041
{% for y in page.years %}
41-
{% bibliography -f references -q @*[year={{y}}]* %}
42+
{% if y %}
43+
{% bibliography -f references -q @*[year={{y}}]* %}
44+
{% endif %}
4245
{% endfor %}

0 commit comments

Comments
 (0)