File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11<div class =" publications" >
2- {% bibliography --group_by none --query @*[selected =true ]* %}
2+ {% bibliography --group_by none --query @*[selected =true ]* -- sort_by year -- order descending %}
33</div >
Original file line number Diff line number Diff line change @@ -49,14 +49,6 @@ layout: default
4949 {% include news .liquid limit =true %}
5050 {% endif %}
5151
52- <!-- Selected papers -->
53- {% if page .selected_papers %}
54- <h2 >
55- <a href =" {{ '/publications/' | relative_url }}" style =" color : inherit " >selected publications</a >
56- </h2 >
57- {% include selected_papers .liquid %}
58- {% endif %}
59-
6052 <!-- Latest posts -->
6153 {% if page .latest_posts and page .latest_posts .enabled %}
6254 <h2 >
@@ -65,6 +57,14 @@ layout: default
6557 {% include latest_posts .liquid %}
6658 {% endif %}
6759
60+ <!-- Selected papers -->
61+ {% if page .selected_papers %}
62+ <h2 >
63+ <a href =" {{ '/publications/' | relative_url }}" style =" color : inherit " >selected publications</a >
64+ </h2 >
65+ {% include selected_papers .liquid %}
66+ {% endif %}
67+
6868 <!-- Social -->
6969 {% if page .social %}
7070 <div class =" social" >
Original file line number Diff line number Diff line change @@ -12,19 +12,19 @@ profile:
1212 <p>a brain explores the brain</p>
1313 <p>jianghaolouisliu@gmail.com</p>
1414
15- selected_papers : true # includes a list of papers marked as "selected={true}"
16-
1715social : true # includes social icons at the bottom of the page
1816
1917announcements :
2018 enabled : true # includes a list of news items
2119 scrollable : true # adds a vertical scroll bar if there are more than 3 news items
22- limit : 4 # leave blank to include all the news in the `_news` folder
20+ limit : 5 # leave blank to include all the news in the `_news` folder
2321
2422latest_posts :
2523 enabled : true
2624 scrollable : true # adds a vertical scroll bar if there are more than 3 new posts items
2725 limit : 3 # leave blank to include all the blog posts
26+
27+ selected_papers : true # includes a list of papers marked as "selected={true}"
2828---
2929
3030** Welcome! Let me guide you through my research journey.**
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ horizontal: false
1212"page under construction"
1313
1414- "Mind's eye" visual mental imagery and aphantasia
15- - Visual topographical maps
15+ - Topographical maps in the visual hierarchy
1616- Attention and conscious report
1717
1818<!-- pages/projects.md -->
You can’t perform that action at this time.
0 commit comments