3 <h1 id=
"hello">Hello there,
</h1>
5 <img class=
"picture__avatar" src=
"https://emacsel.com/img/aminb.jpg" alt=
"Amin Bandali">
7 <div class=
"clear"></div>
12 <h2 id=
"publications">Publications
</h2>
13 <ul id=
"text-publications">
14 {{ range .Site.Data.publications.pub }}
17 <strong>{{ .title | markdownify }}
</strong>
18 ({{ .links | markdownify }})
20 <p class=
"pub-desc">{{ .description | markdownify }}
</p>
25 <h2 id=
"talks">Talks
& presentations
</h2>
27 {{ if gt (len (where .Pages
"Section" "talk"))
0 }}
28 {{ range first
5 (where .Pages
"Section" "talk") }}
29 <li><a href=
"{{substr .Permalink 0 -1}}">{{ .Title }}
</a></li>
36 <h2 id=
"writings">Recent writings
& essays
</h2>
38 {{ if gt (len (where .Pages
"Section" "post"))
0 }}
39 {{ range first
5 (where .Pages
"Section" "post") }}
40 <li><a href=
"{{substr .Permalink 0 -1}}" title=
"{{ dateFormat "January
2,
2006" .Date }}">{{ .Title }}
</a></li>