File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
- - title : " Journal Publications"
1
+ - title : " π Journal Publications"
2
2
slug : " journal"
3
3
open : true
4
- - title : " Conference Papers"
4
+ - title : " π§³ Conference Papers"
5
5
slug : " conference"
6
6
open : true
7
- - title : " Workshop Papers"
7
+ - title : " π Workshop Papers"
8
8
slug : " workshop"
9
9
open : true
10
- - title : " Extended Abstracts"
10
+ - title : " πͺ§ Extended Abstracts"
11
11
slug : " abstract"
12
- - title : " Preprints"
12
+ - title : " π Preprints"
13
13
slug : " preprint"
14
- - title : " Miscellanea"
14
+ - title : " β¨ Miscellanea"
15
15
slug : " misc"
16
- - title : " Research Software"
16
+ - title : " π¬ Research Software"
17
17
slug : " research"
18
- - title : " Prosocial Software"
18
+ - title : " π Prosocial Software"
19
19
slug : " prosocial"
20
- - title : " Incidental Software"
20
+ - title : " π§° Incidental Software"
21
21
slug : " incidental"
22
- - title : " Teaching Materials"
22
+ - title : " π§βπ« Teaching Materials"
23
23
slug : " teaching"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ My publications can also be viewed on [my google scholar profile](https://schola
9
9
10
10
11
11
<details class =" lollipop " >
12
- <summary class =" lollipop " >Selected Highlights</summary >
12
+ <summary class =" lollipop " >π Selected Highlights</summary >
13
13
<div class =" lollipop-detail " >
14
14
{% for which in site.data.highlights %}
15
15
{% for post in site.categories.blog_efflux %}
@@ -68,7 +68,7 @@ My publications can also be viewed on [my google scholar profile](https://schola
68
68
{% endfor %}
69
69
70
70
<details class =" lollipop " >
71
- <summary class =" lollipop " >Alphabetical Listing</summary >
71
+ <summary class =" lollipop " >π€ Alphabetical Listing</summary >
72
72
<div class =" lollipop-detail " >
73
73
{% assign sorted_posts = site.categories.blog_efflux | sort: 'title' %}
74
74
{% for post in sorted_posts %}
@@ -87,7 +87,7 @@ My publications can also be viewed on [my google scholar profile](https://schola
87
87
</details >
88
88
89
89
<details class =" lollipop " >
90
- <summary class =" lollipop " >Chronological Listing</summary >
90
+ <summary class =" lollipop " >π Chronological Listing</summary >
91
91
<div class =" lollipop-detail " >
92
92
{% assign sorted_posts = site.categories.blog_efflux | sort: 'date' | reverse %}
93
93
{% for post in sorted_posts %}
You canβt perform that action at this time.
0 commit comments