Skip to content

Commit f411521

Browse files
committed
Add emojis to works page
1 parent 4c24d18 commit f411521

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

β€Ž_data/effluvia.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
- title: "Journal Publications"
1+
- title: "πŸ“š Journal Publications"
22
slug: "journal"
33
open: true
4-
- title: "Conference Papers"
4+
- title: "🧳 Conference Papers"
55
slug: "conference"
66
open: true
7-
- title: "Workshop Papers"
7+
- title: "πŸƒ Workshop Papers"
88
slug: "workshop"
99
open: true
10-
- title: "Extended Abstracts"
10+
- title: "πŸͺ§ Extended Abstracts"
1111
slug: "abstract"
12-
- title: "Preprints"
12+
- title: "πŸ“ Preprints"
1313
slug: "preprint"
14-
- title: "Miscellanea"
14+
- title: "✨ Miscellanea"
1515
slug: "misc"
16-
- title: "Research Software"
16+
- title: "πŸ”¬ Research Software"
1717
slug: "research"
18-
- title: "Prosocial Software"
18+
- title: "πŸ’– Prosocial Software"
1919
slug: "prosocial"
20-
- title: "Incidental Software"
20+
- title: "🧰 Incidental Software"
2121
slug: "incidental"
22-
- title: "Teaching Materials"
22+
- title: "πŸ§‘β€πŸ« Teaching Materials"
2323
slug: "teaching"

β€Žworks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ My publications can also be viewed on [my google scholar profile](https://schola
99

1010

1111
<details class="lollipop">
12-
<summary class="lollipop">Selected Highlights</summary>
12+
<summary class="lollipop">🌟 Selected Highlights</summary>
1313
<div class="lollipop-detail">
1414
{% for which in site.data.highlights %}
1515
{% for post in site.categories.blog_efflux %}
@@ -68,7 +68,7 @@ My publications can also be viewed on [my google scholar profile](https://schola
6868
{% endfor %}
6969

7070
<details class="lollipop">
71-
<summary class="lollipop">Alphabetical Listing</summary>
71+
<summary class="lollipop">πŸ”€ Alphabetical Listing</summary>
7272
<div class="lollipop-detail">
7373
{% assign sorted_posts = site.categories.blog_efflux | sort: 'title' %}
7474
{% for post in sorted_posts %}
@@ -87,7 +87,7 @@ My publications can also be viewed on [my google scholar profile](https://schola
8787
</details>
8888

8989
<details class="lollipop">
90-
<summary class="lollipop">Chronological Listing</summary>
90+
<summary class="lollipop">πŸ†• Chronological Listing</summary>
9191
<div class="lollipop-detail">
9292
{% assign sorted_posts = site.categories.blog_efflux | sort: 'date' | reverse %}
9393
{% for post in sorted_posts %}

0 commit comments

Comments
Β (0)