|
13 | 13 | <meta name="viewport" content="width=device-width"> |
14 | 14 | <meta name="generator" content="pandoc"> |
15 | 15 | <meta property="og:type" content="website"> |
16 | | -$for(author-meta)$ |
| 16 | + $for(author-meta)$ |
17 | 17 | <meta name="author" content="$author-meta$"> |
18 | | -$endfor$ |
19 | | -$if(date-meta)$ |
| 18 | + $endfor$ |
| 19 | + $if(date-meta)$ |
20 | 20 | <meta name="date" content="$date-meta$"> |
21 | | -$endif$ |
22 | | -$if(keywords)$ |
| 21 | + $endif$ |
| 22 | + $if(keywords)$ |
23 | 23 | <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$"> |
24 | | -$endif$ |
25 | | -$if(description-meta)$ |
| 24 | + $endif$ |
| 25 | + $if(description-meta)$ |
26 | 26 | <meta name="description" content="$description-meta$"> |
27 | 27 | <meta property="og:description" content="$description-meta$"> |
28 | | -$endif$ |
| 28 | + $endif$ |
29 | 29 | <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> |
30 | 30 | $if(title-prefix)$<meta property="og:site_name" content="$title-prefix$">$endif$ |
31 | 31 | <meta property="og:title" content="$pagetitle$"> |
32 | 32 |
|
33 | 33 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"> |
34 | 34 | <link rel="stylesheet" href="academicons/css/academicons.min.css"> |
35 | | -$for(css)$ |
| 35 | + $for(css)$ |
36 | 36 | <link rel="stylesheet" href="$css$"> |
37 | | -$endfor$ |
38 | | -$if(og-picture)$ |
| 37 | + $endfor$ |
| 38 | + $if(og-picture)$ |
39 | 39 | <meta property="og:image" content="$og-picture$"> |
40 | | -$endif$ |
41 | | -$if(og-url)$ |
| 40 | + $endif$ |
| 41 | + $if(og-url)$ |
42 | 42 | <meta property="og:url" content="$og-url$"> |
43 | | -$endif$ |
44 | | -$for(header-includes)$ |
45 | | - $header-includes$ |
46 | | -$endfor$ |
47 | | -$if(math)$ |
48 | | -$if(mathjax)$ |
| 43 | + $endif$ |
| 44 | + $for(header-includes)$ |
| 45 | + $header-includes$ |
| 46 | + $endfor$ |
| 47 | + $if(math)$ |
| 48 | + $if(mathjax)$ |
49 | 49 | <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> |
50 | | -$endif$ |
51 | | - $math$ |
52 | | -$endif$ |
| 50 | + $endif$ |
| 51 | + $math$ |
| 52 | + $endif$ |
53 | 53 | <!-- Favicon --> |
54 | 54 | <link rel="icon" href="img/favicon.svg"> |
55 | 55 | </head> |
56 | 56 | <body> |
| 57 | + $if(side-by-side)$ |
| 58 | + <header class="split"> |
| 59 | + $else$ |
57 | 60 | <header> |
| 61 | + $endif$ |
58 | 62 | $if(picture)$ |
59 | 63 | $if(picture-round)$ |
60 | 64 | <img class="round-image" src="$picture$" alt="My picture"> |
61 | 65 | $else$ |
62 | 66 | <img src="$picture$" alt="My picture"> |
63 | 67 | $endif$ |
64 | 68 | $endif$ |
65 | | - $if(author)$ |
66 | | - <h1>$author$</h1> |
67 | | - $endif$ |
68 | | - $if(shortbio)$ |
69 | | - <h2>$shortbio$</h2> |
70 | | - $endif$ |
71 | | - $if(pronouns)$ |
72 | | - <p>$pronouns$</p> |
73 | | - $endif$ |
74 | | - $if(location)$ |
75 | | - <p><i class="fa-solid fa-location-dot fa-fw"></i> $location$</p> |
76 | | - $endif$ |
77 | | - $if(email)$ |
78 | | - <p><i class="fa-regular fa-envelope fa-fw"></i> <code>$email$</code></p> |
79 | | - $endif$ |
80 | | - <div class="icons"> |
81 | | - $if(orcid)$ |
82 | | - <a href="https://orcid.org/$orcid$" title="ORCID"> |
83 | | - <i class="ai ai-orcid ai-fw icon-pad-right"></i> |
84 | | - </a> |
85 | | - $endif$ |
86 | | - $if(dblp)$ |
87 | | - <a href="$dblp$" title="DBLP"> |
88 | | - <i class="ai ai-dblp ai-fw icon-pad-right"></i> |
89 | | - </a> |
90 | | - $endif$ |
91 | | - $if(hal)$ |
92 | | - <a href="$hal$" title="HAL"> |
93 | | - <i class="ai ai-hal ai-fw icon-pad-right"></i> |
94 | | - </a> |
95 | | - $endif$ |
96 | | - $if(scholar)$ |
97 | | - <a href="$scholar$" title="Google Scholar"> |
98 | | - <i class="ai ai-google-scholar ai-fw icon-pad-right"></i> |
99 | | - </a> |
| 69 | + <aside> |
| 70 | + $if(author)$ |
| 71 | + <h1>$author$</h1> |
100 | 72 | $endif$ |
101 | | - $if(mastodon)$ |
102 | | - <a href="$mastodon$" title="Mastodon"> |
103 | | - <i class="fa-brands fa-mastodon fa-fw"></i> |
104 | | - </a> |
| 73 | + $if(shortbio)$ |
| 74 | + <h2>$shortbio$</h2> |
105 | 75 | $endif$ |
106 | | - $if(github)$ |
107 | | - <a href="https://github.com/$github$" title="Github: $github$"> |
108 | | - <i class="fa-brands fa-github fa-fw"></i> |
109 | | - </a> |
| 76 | + $if(pronouns)$ |
| 77 | + <p>$pronouns$</p> |
110 | 78 | $endif$ |
111 | | - $if(gitlab)$ |
112 | | - <a href="https://gitlab.com/$gitlab$" title="Gitlab"> |
113 | | - <i class="fa-brands fa-gitlab fa-fw"></i> |
114 | | - </a> |
| 79 | + $if(location)$ |
| 80 | + <p><i class="fa-solid fa-location-dot fa-fw"></i> $location$</p> |
115 | 81 | $endif$ |
116 | | - $if(bluesky)$ |
117 | | - <a href="$bluesky$" title="BlueSky"> |
118 | | - <i class="fa-brands fa-bluesky fa-fw"></i> |
119 | | - </a> |
| 82 | + $if(email)$ |
| 83 | + <p><i class="fa-regular fa-envelope fa-fw"></i> <code>$email$</code></p> |
120 | 84 | $endif$ |
121 | | - </div> |
| 85 | + <div class="icons"> |
| 86 | + $if(orcid)$ |
| 87 | + <a href="https://orcid.org/$orcid$" title="ORCID"> |
| 88 | + <i class="ai ai-orcid ai-fw icon-pad-right"></i> |
| 89 | + </a> |
| 90 | + $endif$ |
| 91 | + $if(dblp)$ |
| 92 | + <a href="$dblp$" title="DBLP"> |
| 93 | + <i class="ai ai-dblp ai-fw icon-pad-right"></i> |
| 94 | + </a> |
| 95 | + $endif$ |
| 96 | + $if(hal)$ |
| 97 | + <a href="$hal$" title="HAL"> |
| 98 | + <i class="ai ai-hal ai-fw icon-pad-right"></i> |
| 99 | + </a> |
| 100 | + $endif$ |
| 101 | + $if(scholar)$ |
| 102 | + <a href="$scholar$" title="Google Scholar"> |
| 103 | + <i class="ai ai-google-scholar ai-fw icon-pad-right"></i> |
| 104 | + </a> |
| 105 | + $endif$ |
| 106 | + $if(mastodon)$ |
| 107 | + <a href="$mastodon$" title="Mastodon"> |
| 108 | + <i class="fa-brands fa-mastodon fa-fw"></i> |
| 109 | + </a> |
| 110 | + $endif$ |
| 111 | + $if(github)$ |
| 112 | + <a href="https://github.com/$github$" title="Github: $github$"> |
| 113 | + <i class="fa-brands fa-github fa-fw"></i> |
| 114 | + </a> |
| 115 | + $endif$ |
| 116 | + $if(gitlab)$ |
| 117 | + <a href="https://gitlab.com/$gitlab$" title="Gitlab"> |
| 118 | + <i class="fa-brands fa-gitlab fa-fw"></i> |
| 119 | + </a> |
| 120 | + $endif$ |
| 121 | + $if(bluesky)$ |
| 122 | + <a href="$bluesky$" title="BlueSky"> |
| 123 | + <i class="fa-brands fa-bluesky fa-fw"></i> |
| 124 | + </a> |
| 125 | + $endif$ |
| 126 | + </div> |
| 127 | + </aside> |
122 | 128 | </header> |
123 | 129 | $if(toc)$ |
124 | 130 | <nav> |
|
0 commit comments