Skip to content

Commit 4c24d18

Browse files
committed
Add selected highlights section
1 parent b971f5f commit 4c24d18

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

_data/highlights.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- 'moreno2021case'
2+
- 'moreno2022exploring'
3+
- 'moreno2022hereditary'
4+
- 'moreno2021conduit'

works.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,35 @@ permalink: /works/
77
This page provides unrestricted downloads and supporting materials for my publications and other professional works.
88
My publications can also be viewed on [my google scholar profile](https://scholar.google.com/citations?user=xROn8y4AAAAJ).
99

10+
11+
<details class="lollipop">
12+
<summary class="lollipop">Selected Highlights</summary>
13+
<div class="lollipop-detail">
14+
{% for which in site.data.highlights %}
15+
{% for post in site.categories.blog_efflux %}
16+
{% if post.slug == which %}
17+
<details class="lollipop">
18+
<summary class="lollipop">
19+
<div style="display:flex;flex-direction:row">
20+
<span style="margin-left: 0.5em; align-self:center;">{{ post.date | date: "%Y" }}</span>
21+
<span style="margin: 0 1em 0 0;"></span>
22+
<span>{{ post.title }} <br/> <i>{{ post.venue }}</i> </span>
23+
<span style="width:1em;"></span>
24+
<span style="align-self:center;"><a href="{{ post.url }}"> <i class="icon-web-page-click"></i></a></span>
25+
</div>
26+
</summary>
27+
<div class="lollipop-detail">
28+
{% include efflux_content.html page=post %}
29+
</div>
30+
</details>
31+
<br/>
32+
{% endif %}
33+
{% endfor %}
34+
{% endfor %}
35+
</div>
36+
</details>
37+
38+
1039
{% for effluvium in site.data.effluvia %}
1140

1241
<details class="lollipop" {% if effluvium.open %}open{% endif %}>

0 commit comments

Comments
 (0)