| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"$if(lang)$ lang="$lang$" xml:lang="$lang$"$endif$> |
| 3 | <head> |
| 4 | <meta charset="utf-8" /> |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 6 | <meta name="generator" content="pandoc" /> |
| 7 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 8 | |
| 9 | $for(author-meta)$<meta name="author" content="$author-meta$" />$endfor$ |
| 10 | $if(date-meta)$<meta name="date" content="$date-meta$" />$endif$ |
| 11 | <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title> |
| 12 | |
| 13 | $for(header-includes)$ |
| 14 | $header-includes$ |
| 15 | $endfor$ |
| 16 | |
| 17 | $if(highlightjs)$ |
| 18 | <link rel="stylesheet" href="$highlightjs$/$if(highlightjs-theme)$$highlightjs-theme$$else$default$endif$.css" $if(html5)$$else$type="text/css" $endif$/> |
| 19 | <script src="$highlightjs$/highlight.js"></script> |
| 20 | <script type="text/javascript">hljs.configure({languages: []}); hljs.initHighlightingOnLoad();</script> |
| 21 | $endif$ |
| 22 | |
| 23 | $if(highlighting-css)$<style type="text/css">$highlighting-css$</style>$endif$ |
| 24 | |
| 25 | $for(css)$ |
| 26 | <link rel="stylesheet" href="$css$" $if(html5)$$else$type="text/css" $endif$/> |
| 27 | $endfor$ |
| 28 | |
| 29 | <!-- |
| 30 | Font-awesome icons ie github or twitter |
| 31 | --> |
| 32 | <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"> |
| 33 | <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/brands.css" integrity="sha384-n9+6/aSqa9lBidZMRCQHTHKJscPq6NW4pCQBiMmHdUCvPN8ZOg2zJJTkC7WIezWv" crossorigin="anonymous"> |
| 34 | |
| 35 | <!-- |
| 36 | Google fonts api stuff |
| 37 | --> |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 38 | <link href='https://fonts.googleapis.com/css?family=$if(main_fontfamily)$$main_fontfamily$$else$Special Elite$endif$' rel='stylesheet'> |
| brentthorne | 2a9d429 | 2019-07-21 11:24:57 -0400 | [diff] [blame] | 39 | <link href='https://fonts.googleapis.com/css?family=$if(font_family)$$font_family$$else$Rasa$endif$' rel='stylesheet'> |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 40 | |
| 41 | <!-- |
| 42 | Here are the required style attributes for css to make this poster work :) |
| 43 | --> |
| 44 | <style> |
| 45 | @page { |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 46 | size: $if(poster_width)$$poster_width$$else$36in$endif$ $if(poster_height)$$poster_height$$else$48in$endif$; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 47 | margin: 0; |
| 48 | padding: 0; |
| 49 | } |
| 50 | body { |
| 51 | margin: 0px; |
| 52 | padding: 0px; |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 53 | width: $if(poster_width)$$poster_width$$else$36in$endif$; |
| 54 | height: $if(poster_height)$$poster_height$$else$48in$endif$; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 55 | text-align: justify; |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 56 | font-size: $if(body_textsize)$$body_textsize$$else$45px$endif$; |
| brentthorne | 3fbfb91 | 2019-05-29 09:29:14 -0400 | [diff] [blame] | 57 | line-height: 1.05; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 58 | } |
| 59 | /* RMarkdown Class Styles */ |
| 60 | /* center align leaflet map, |
| 61 | from https://stackoverflow.com/questions/52112119/center-leaflet-in-a-rmarkdown-document */ |
| 62 | .html-widget { |
| 63 | margin: auto; |
| 64 | position: sticky; |
| 65 | margin-top: 2cm; |
| 66 | margin-bottom: 2cm; |
| 67 | } |
| 68 | .leaflet.html-widget.html-widget-static-bound.leaflet-container.leaflet-touch.leaflet-fade-anim.leaflet-grab.leaflet-touch-drag.leaflet-touch-zoom { |
| 69 | position: sticky; |
| 70 | width: 100%; |
| 71 | } |
| brentthorne | badbbed | 2020-01-27 11:27:12 -0500 | [diff] [blame] | 72 | pre.sourceCode.r, pre.sourceCode.python { |
| brentthorne | 495e41d | 2020-01-27 11:35:41 -0500 | [diff] [blame] | 73 | background-color: #ffffff20; |
| 74 | border: solid $if(secondary_colour)$$secondary_colour$$else$#008080$endif$ 1mm; |
| 75 | border-radius: 0.5em; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 76 | padding: 4mm; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 77 | margin: auto; |
| 78 | margin-top: 1em; |
| 79 | margin-bottom: 1em; |
| 80 | /* align-items: center; */ |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 81 | } |
| brentthorne | 495e41d | 2020-01-27 11:35:41 -0500 | [diff] [blame] | 82 | div.sourceCode { |
| 83 | background-color: transparent; |
| 84 | width: $if(codechunk_width)$$codechunk_width$$else$85%$endif$; |
| 85 | margin-left: auto; |
| 86 | margin-right: auto; |
| 87 | } |
| brentthorne | badbbed | 2020-01-27 11:27:12 -0500 | [diff] [blame] | 88 | code.sourceCode.r, code.sourceCode.python { |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 89 | background-color: transparent; |
| brentthorne | badbbed | 2020-01-27 11:27:12 -0500 | [diff] [blame] | 90 | font-size: $if(codechunk_textsize)$$codechunk_textsize$$else$20pt$endif$; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 91 | border-radius: 2mm; |
| 92 | } |
| 93 | code { |
| 94 | font-size: 25pt; |
| 95 | font-family: monospace; |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 96 | background-color: $if(secondary_colour)$$secondary_colour$24$else$#00808024$endif$; |
| brentthorne | 495e41d | 2020-01-27 11:35:41 -0500 | [diff] [blame] | 97 | color: $if(secondary_colour)$$secondary_colour$$else$#008080$endif$; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 98 | padding: 1.2mm; |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 99 | line-height: 1; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 100 | border-radius: 2mm; |
| 101 | } |
| 102 | caption { |
| 103 | margin-bottom: 10px; |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 104 | font-size: $if(caption_textsize)$$caption_textsize$$else$20pt$endif$; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 105 | font-style: italic; |
| 106 | } |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 107 | |
| 108 | tbody tr:nth-child(odd) { |
| 109 | background-color: $if(secondary_colour)$$secondary_colour$$else$#008080$endif$20; |
| 110 | } |
| 111 | .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{ |
| 112 | border-spacing: 0; |
| 113 | font-size: 40%; |
| 114 | border-style: none; |
| 115 | padding-top: 15px; |
| 116 | padding-bottom: 15px; |
| 117 | padding-right: 1em; |
| 118 | padding-left: 1em; |
| 119 | line-height: 1em; |
| 120 | } |
| 121 | table { |
| 122 | margin: auto; |
| 123 | } |
| 124 | th { |
| 125 | padding-left: 5mm; |
| 126 | padding-right: 5mm; |
| 127 | } |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 128 | .caption { |
| brentthorne | 2a9d429 | 2019-07-21 11:24:57 -0400 | [diff] [blame] | 129 | font-size: $if(caption_textsize)$$caption_textsize$$else$20pt$endif$; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 130 | font-style: italic; |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 131 | padding-top: 0; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 132 | } |
| 133 | .references { |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 134 | font-size: $if(reference_textsize)$$reference_textsize$$else$20px$endif$; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 135 | line-height: 90%; |
| 136 | } |
| 137 | /* Create three unequal columns that floats next to each other */ |
| 138 | .column { |
| 139 | float: left; |
| 140 | padding: 0px; |
| 141 | } |
| 142 | .outer { |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 143 | width: $if(poster_width)$$poster_width$$else$36in$endif$; |
| 144 | height: calc($if(poster_height)$$poster_height$$else$48in$endif$ * $if(main_topsize)$ (1 - $main_topsize$ - $main_bottomsize$ - 0.01) $else$ 0.6325 $endif$); |
| 145 | -webkit-column-count: $if(column_numbers)$$column_numbers$$else$3$endif$; /* Chrome, Safari, Opera */ |
| 146 | -moz-column-count: $if(column_numbers)$$column_numbers$$else$3$endif$; /* Firefox */ |
| 147 | column-count: $if(column_numbers)$$column_numbers$$else$3$endif$; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 148 | -webkit-column-fill: auto; |
| 149 | -moz-column-fill: auto; |
| 150 | column-fill: auto; |
| 151 | column-gap: 0; |
| 152 | padding-left: 0cm; |
| 153 | padding-right: 0cm; |
| 154 | /* -webkit-column-rule-width: 50%; |
| 155 | -moz-column-rule-width: 50%; |
| 156 | column-rule-width: 50%; */ |
| 157 | -webkit-column-rule-style: none; |
| 158 | -moz-column-rule-style: none; |
| 159 | column-rule-style: none; |
| 160 | -webkit-column-rule-color: black; |
| 161 | -moz-column-rule-color: black; |
| 162 | column-rule-color: black; |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 163 | background-color: $if(body_bgcol)$$body_bgcol$$else$#ffffff$endif$; |
| brentthorne | 2a9d429 | 2019-07-21 11:24:57 -0400 | [diff] [blame] | 164 | font-family: $if(font_family)$$font_family$$else$Rasa$endif$; |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 165 | margin-top: calc($if(poster_height)$$poster_height$$else$48in$endif$ * $if(main_topsize)$ $main_topsize$ $else$ 0.25 $endif$); |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 166 | padding-top: 1em; |
| 167 | padding-bottom: 1em; |
| 168 | } |
| 169 | span.citation { |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 170 | color: $if(secondary_colour)$$secondary_colour$$else$#008080$endif$; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 171 | font-weight: bold; |
| 172 | } |
| 173 | a { |
| 174 | text-decoration: none; |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 175 | color: $if(secondary_colour)$$secondary_colour$$else$#008080$endif$; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 176 | } |
| 177 | #title { |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 178 | font-size: $if(title_textsize)$$title_textsize$$else$125pt$endif$; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 179 | text-align: left; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 180 | margin: 0; |
| brentthorne | 6d8874b | 2019-04-26 11:02:18 -0400 | [diff] [blame] | 181 | line-height: 98%; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 182 | border-bottom: 0; |
| brentthorne | 6d8874b | 2019-04-26 11:02:18 -0400 | [diff] [blame] | 183 | font-weight: normal; |
| brentthorne | 2a9d429 | 2019-07-21 11:24:57 -0400 | [diff] [blame] | 184 | background: 0; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 185 | } |
| 186 | #author { |
| brentthorne | 04e4f66 | 2019-11-08 10:35:11 -0500 | [diff] [blame] | 187 | color:$if(author_textcol)$$author_textcol$$else$$if(primary_colour)$$primary_colour$$else$#0b4545$endif$$endif$; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 188 | margin: 0; |
| 189 | line-height: 85%; |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 190 | font-size: $if(author_textsize)$$author_textsize$$else$1.17em$endif$; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 191 | } |
| 192 | #affiliation { |
| brentthorne | 3fbfb91 | 2019-05-29 09:29:14 -0400 | [diff] [blame] | 193 | padding-top: 0.1em; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 194 | color: $affiliation_textcol$; |
| 195 | font-style: italic; |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 196 | font-size: $if(affiliation_textsize)$$affiliation_textsize$$else$25px$endif$; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 197 | margin: 0; |
| 198 | } |
| 199 | sup { |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 200 | color: $if(accent_colour)$$accent_colour$$else$#cc0000$endif$; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 201 | } |
| 202 | .affiliation sup { |
| 203 | font-size: 20px; |
| 204 | } |
| brentthorne | c983ec6 | 2019-04-27 18:50:20 -0400 | [diff] [blame] | 205 | .author { |
| 206 | text-align: left; |
| 207 | } |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 208 | .author sup { |
| 209 | font-size: 30px; |
| 210 | } |
| 211 | .author_extra { |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 212 | color: $if(secondary_colour)$$secondary_colour$$else$#008080$endif$; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 213 | margin: 0; |
| 214 | line-height: 85%; |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 215 | font-size: $if(authorextra_textsize)$$authorextra_textsize$$else$35px$endif$; |
| brentthorne | c983ec6 | 2019-04-27 18:50:20 -0400 | [diff] [blame] | 216 | text-align: left; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 217 | } |
| brentthorne | b0ce3bb | 2019-04-26 13:14:20 -0400 | [diff] [blame] | 218 | .outer h1, h2, h3, h4, h5, h6 { |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 219 | text-align: center; |
| brentthorne | 3fbfb91 | 2019-05-29 09:29:14 -0400 | [diff] [blame] | 220 | margin: 0; |
| 221 | font-weight: bold; |
| 222 | } |
| 223 | .section h1 { |
| 224 | text-align:center; |
| 225 | padding-bottom:5px; |
| 226 | background: |
| 227 | linear-gradient( |
| 228 | to left, |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 229 | $if(body_bgcol)$$body_bgcol$$else$#ffffff$endif$ 1%, |
| 230 | $if(body_bgcol)$$body_bgcol$$else$#ffffff$endif$ 20%, |
| 231 | $if(primary_colour)$$primary_colour$$else$#0b4545$endif$75 33%, |
| 232 | $if(primary_colour)$$primary_colour$$else$#0b4545$endif$ 50%, |
| 233 | $if(primary_colour)$$primary_colour$$else$#0b4545$endif$75 66%, |
| 234 | $if(body_bgcol)$$body_bgcol$$else$#ffffff$endif$ 80%, |
| 235 | $if(body_bgcol)$$body_bgcol$$else$#ffffff$endif$ 99% |
| brentthorne | 3fbfb91 | 2019-05-29 09:29:14 -0400 | [diff] [blame] | 236 | ) |
| 237 | left |
| 238 | bottom |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 239 | $if(body_bgcol)$$body_bgcol$$else$#ffffff$endif$ |
| brentthorne | 3fbfb91 | 2019-05-29 09:29:14 -0400 | [diff] [blame] | 240 | no-repeat; |
| 241 | background-size:100% 5px ; |
| 242 | margin-top: 0.5em; |
| 243 | margin-bottom: 0.5em; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 244 | } |
| 245 | .outer h2 { |
| 246 | text-align: center; |
| 247 | } |
| 248 | .outer p, .level2 { |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 249 | color: $if(body_textcol)$$body_textcol$$else$#000000$endif$; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 250 | } |
| 251 | .outer ol { |
| 252 | padding-left: 8%; |
| 253 | padding-right: 8%; |
| 254 | text-align: left; |
| 255 | } |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 256 | .main { |
| 257 | width: $if(poster_width)$$poster_width$$else$36in$endif$; |
| 258 | height: calc($if(poster_height)$$poster_height$$else$48in$endif$ * $if(main_topsize)$$main_topsize$$else$0.25$endif$); |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 259 | position: absolute; |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 260 | background-color: $if(primary_colour)$$primary_colour$$else$#0b4545$endif$; |
| 261 | color: $if(main_textcol)$$main_textcol$$else$#ffffff$endif$$if(main_textalpha)$$main_textalpha$$else$90$endif$; |
| 262 | font-family: $if(main_fontfamily)$$main_fontfamily$$else$Special Elite$endif$; |
| 263 | background-image: linear-gradient($if(primary_colour)$$primary_colour$$else$#0b4545$endif$ 50%,$if(secondary_colour)$$secondary_colour$$else$#008080$endif$); |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 264 | } |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 265 | .main strong { |
| 266 | color: $if(main_textcol)$$main_textcol$$else$#ffffff$endif$; |
| brentthorne | 6d8874b | 2019-04-26 11:02:18 -0400 | [diff] [blame] | 267 | } |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 268 | .main strong > sup { |
| 269 | color: $if(main_textcol)$$main_textcol$$else$#ffffff$endif$; |
| brentthorne | 6d8874b | 2019-04-26 11:02:18 -0400 | [diff] [blame] | 270 | } |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 271 | .main sup { |
| 272 | color: $if(main_textcol)$$main_textcol$$else$#ffffff$endif$$if(main_textalpha)$$main_textalpha$$else$90$endif$; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 273 | } |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 274 | #main-img-left { |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 275 | width: 10%; |
| 276 | left: 0.5in; |
| 277 | bottom: 0.2in; |
| 278 | position: absolute; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 279 | } |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 280 | #main-img-center { |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 281 | width: 10%; |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 282 | left: calc($if(poster_width)$$poster_width$$else$36in$endif$ * 0.45); |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 283 | bottom: 0.5in; |
| 284 | position: absolute; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 285 | } |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 286 | #main-img-right { |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 287 | width: 10%; |
| 288 | right: 0.5in; |
| 289 | bottom: 0.2in; |
| 290 | position: absolute; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 291 | } |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 292 | .main p { |
| 293 | font-size: $if(main_textsize)$$main_textsize$$else$150px$endif$; |
| brentthorne | 2a9d429 | 2019-07-21 11:24:57 -0400 | [diff] [blame] | 294 | font-family: $if(main_fontfamily)$$main_fontfamily$$else$Special Elite$endif$; |
| 295 | text-align: $if(main_textalign)$$main_textalign$$else$center$endif$; |
| brentthorne | 3fbfb91 | 2019-05-29 09:29:14 -0400 | [diff] [blame] | 296 | margin: 0; |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 297 | position: absolute; |
| 298 | top: 50%; |
| 299 | -ms-transform: translateY(-50%); |
| 300 | transform: translateY(-50%); |
| 301 | margin-left: 1em; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 302 | } |
| 303 | .fab { |
| brentthorne | a4fca20 | 2020-01-24 16:55:33 -0500 | [diff] [blame] | 304 | color: $if(affiliation_textcol)$$affiliation_textcol$$else$#00000060$endif$; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 305 | font-size: 25px; |
| 306 | } |
| 307 | .twitter, i { |
| brentthorne | a4fca20 | 2020-01-24 16:55:33 -0500 | [diff] [blame] | 308 | color: $if(affiliation_textcol)$$affiliation_textcol$$else$#00000060$endif$; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 309 | font-size: 35px; |
| 310 | text-decoration: none; |
| 311 | } |
| 312 | a.email { |
| 313 | text-decoration: none; |
| brentthorne | a4fca20 | 2020-01-24 16:55:33 -0500 | [diff] [blame] | 314 | color: $if(affiliation_textcol)$$affiliation_textcol$$else$#00000060$endif$; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 315 | font-size: 35px; |
| 316 | } |
| 317 | .envelope { |
| brentthorne | a4fca20 | 2020-01-24 16:55:33 -0500 | [diff] [blame] | 318 | color: $if(affiliation_textcol)$$affiliation_textcol$$else$#00000060$endif$; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 319 | font-size: 5px; |
| 320 | text-decoration: none; |
| 321 | } |
| brentthorne | a4fca20 | 2020-01-24 16:55:33 -0500 | [diff] [blame] | 322 | .globe { |
| 323 | color: $if(affiliation_textcol)$$affiliation_textcol$$else$#00000060$endif$; |
| 324 | font-size: 5px; |
| 325 | text-decoration: none; |
| 326 | } |
| 327 | .globetext { |
| 328 | color: $if(affiliation_textcol)$$affiliation_textcol$$else$#00000060$endif$; |
| 329 | font-size: 35px; |
| 330 | text-decoration: none; |
| 331 | } |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 332 | .poster_wrap { |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 333 | width: $if(poster_width)$$poster_width$$else$36in$endif$; |
| 334 | height: $if(poster_height)$$poster_height$$else$48in$endif$; |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 335 | padding: 0cm; |
| 336 | } |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 337 | .main_bottom { |
| 338 | width: $if(poster_width)$$poster_width$$else$36in$endif$; |
| 339 | height: calc($if(poster_height)$$poster_height$$else$48in$endif$ * $if(main_bottomsize)$$main_bottomsize$$else$0.1$endif$); |
| 340 | margin-top: calc($if(poster_height)$$poster_height$$else$48in$endif$ * $if(main_bottomsize)$(1 - $main_bottomsize$)$else$0.9$endif$); |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 341 | position: absolute; |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 342 | background-color: $if(primary_colour)$$primary_colour$$else$#0b4545$endif$; |
| remlapmot | b1d6166 | 2019-07-03 14:55:07 +0100 | [diff] [blame] | 343 | background-image: linear-gradient($if(secondary_colour)$$secondary_colour$$else$#008080$endif$ 10%, $if(primary_colour)$$primary_colour$$else$#0b4545$endif$); |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 344 | } |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 345 | .section { |
| 346 | padding-left: $if(column_padding)$$column_padding$$else$10mm$endif$; |
| 347 | padding-right: $if(column_padding)$$column_padding$$else$10mm$endif$; |
| brentthorne | 3fbfb91 | 2019-05-29 09:29:14 -0400 | [diff] [blame] | 348 | } |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 349 | span > #tab:mytable { |
| 350 | font-weight: bold; |
| 351 | } |
| brentthorne | adcc8b6 | 2019-07-02 15:17:07 -0400 | [diff] [blame] | 352 | .orcid img { |
| 353 | width: 3%; |
| 354 | } |
| brentthorne | 2a9d429 | 2019-07-21 11:24:57 -0400 | [diff] [blame] | 355 | .emphasis { |
| 356 | background-color: #008080; |
| 357 | color: #ffffff; |
| 358 | border: solid #0b2045 3mm; |
| 359 | margin: 1em; |
| 360 | padding-left: 0; |
| 361 | padding-right: 0; |
| 362 | } |
| 363 | .emphasis h1 { |
| 364 | font-weight: bold; |
| 365 | background: none; |
| 366 | background-color: #0b2045; |
| 367 | padding-bottom: 5mm; |
| 368 | padding-top: 1mm; |
| 369 | margin-top: -1mm; |
| 370 | margin-right: -1mm; |
| 371 | margin-left: -1mm; |
| 372 | } |
| 373 | .emphasis blockquote { |
| 374 | border: 0; |
| 375 | } |
| 376 | .emphasis ol { |
| 377 | padding: 0; |
| 378 | padding-left: 8%; |
| 379 | font-size: 100%; |
| 380 | font-weight: bold; |
| 381 | } |
| 382 | .emphasis p { |
| 383 | color: #ffffff; |
| 384 | } |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 385 | </style> |
| Jean Manguy | 568d918 | 2019-10-23 16:35:52 +0100 | [diff] [blame] | 386 | $if(custom_css)$ |
| 387 | <link rel="stylesheet" href=$custom_css$> |
| 388 | $else$$endif$ |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 389 | </head> |
| 390 | <body> |
| 391 | |
| 392 | $for(include-before)$ |
| 393 | $include-before$ |
| 394 | $endfor$ |
| 395 | |
| 396 | <div class="poster_wrap"> |
| 397 | |
| 398 | <div class="column outer"> |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 399 | <div class="section"> |
| 400 | $if(title)$<h1 id="title">$title$</h1><br>$else$$endif$ |
| 401 | $if(author)$<h3 id="author" class="author"> |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 402 | |
| 403 | $for(author)$ |
| 404 | $if(author.main)$ |
| brentthorne | 92b6cad | 2019-07-05 14:34:59 -0400 | [diff] [blame] | 405 | $author.name$<sup> $author.affil$$if(author.orcid)$, <a class="orcid" href="https://orcid.org/$author.orcid$"><img src="https://raw.githubusercontent.com/brentthorne/posterdown/master/images/orcid.jpg"></a>$else$$endif$</sup><br> |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 406 | $if(author.twitter)$<a class="twitter" href="https://mobile.twitter.com/$author.twitter$"><i class="fab fa-twitter"></i> @$author.twitter$</a><br> |
| 407 | $else$$endif$ |
| 408 | $if(author.email)$ |
| 409 | <a class='envelope'><i class="fas fa-envelope"></i></a> $author.email$ <br> |
| 410 | $else$$endif$ |
| brentthorne | a4fca20 | 2020-01-24 16:55:33 -0500 | [diff] [blame] | 411 | $if(author.website)$ |
| 412 | <a class='globe'><i class="fas fa-globe"></i></a> <a class='globetext' href="$author.website$">$author.website$</a> <br> |
| 413 | $else$$endif$ |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 414 | $else$$endif$ |
| 415 | $sep$ $endfor$ |
| 416 | </h3> |
| 417 | |
| 418 | <h5 id="author_extra", class="author_extra"> |
| 419 | $for(author)$ |
| 420 | $if(author.main)$ |
| 421 | $else$ |
| brentthorne | 2a9d429 | 2019-07-21 11:24:57 -0400 | [diff] [blame] | 422 | $author.name$<sup>$author.affil$$if(author.orcid)$, <a class="orcid" href="https://orcid.org/$author.orcid$"><img src="https://raw.githubusercontent.com/brentthorne/posterdown/master/images/orcid.jpg"></a>$else$$endif$</sup> |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 423 | $endif$ |
| 424 | $sep$ $endfor$ |
| 425 | </h5> |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 426 | $else$$endif$ |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 427 | |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 428 | $if(affiliation)$ |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 429 | <p id="affiliation" class="affiliation"> |
| 430 | $for(affiliation)$<sup>$affiliation.num$</sup> $affiliation.address$$sep$<br> $endfor$ |
| 431 | </p> |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 432 | $else$$endif$ |
| 433 | </div> |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 434 | |
| 435 | $body$ |
| 436 | |
| 437 | </div> |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 438 | <div class="main"> |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 439 | <p>$for(main_findings)$$main_findings$$sep$<br><br> $endfor$</p> |
| 440 | </div> |
| brentthorne | d157392 | 2019-06-27 13:31:11 -0400 | [diff] [blame] | 441 | <div class="main_bottom"> |
| 442 | <img id="main-img-left" src=$if(logoleft_name)$$logoleft_name$$else$$endif$> |
| 443 | <img id="main-img-center" src=$if(logocenter_name)$$logocenter_name$$else$$endif$> |
| 444 | <img id="main-img-right" src=$if(logoright_name)$$logoright_name$$else$$endif$> |
| brentthorne | edd1776 | 2019-04-09 12:35:49 -0400 | [diff] [blame] | 445 | </div> |
| 446 | </div> |
| 447 | |
| 448 | $if(math)$ |
| 449 | <!-- dynamically load mathjax for compatibility with self-contained --> |
| 450 | <script> |
| 451 | (function () { |
| 452 | var script = document.createElement("script"); |
| 453 | script.type = "text/javascript"; |
| 454 | var src = "$if(mathjax)$$mathjax$$endif$"; |
| 455 | if (src === "" || src === "true") src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML"; |
| 456 | if (location.protocol !== "file:" && /^https?:/.test(src)) |
| 457 | src = src.replace(/^https?:/, ''); |
| 458 | script.src = src; |
| 459 | document.getElementsByTagName("head")[0].appendChild(script); |
| 460 | })(); |
| 461 | </script> |
| 462 | $endif$ |
| 463 | |
| 464 | $for(include-after)$ |
| 465 | $include-after$ |
| 466 | $endfor$ |
| 467 | |
| 468 | </body> |
| 469 | </html> |