File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ - ' moreno2021case'
2
+ - ' moreno2022exploring'
3
+ - ' moreno2022hereditary'
4
+ - ' moreno2021conduit'
Original file line number Diff line number Diff line change @@ -7,6 +7,35 @@ permalink: /works/
7
7
This page provides unrestricted downloads and supporting materials for my publications and other professional works.
8
8
My publications can also be viewed on [ my google scholar profile] ( https://scholar.google.com/citations?user=xROn8y4AAAAJ ) .
9
9
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
+
10
39
{% for effluvium in site.data.effluvia %}
11
40
12
41
<details class =" lollipop " {% if effluvium.open %}open{% endif %} >
You can’t perform that action at this time.
0 commit comments