Update pointer, logos, etc.

This commit is contained in:
2025-06-08 11:30:43 +02:00
parent 25e935661f
commit 8df71ce1d3
17 changed files with 1500 additions and 272 deletions

View File

@@ -13,3 +13,4 @@ contributes:
color: "red"
pointerSize: 16
alwaysVisible: false
icon: "fa-solid fa-arrow-pointer"

View File

@@ -1 +1,28 @@
.cursor-dot,.cursor-dot-outline{pointer-events:none;position:absolute;top:0;left:0;border-radius:50%;opacity:0;transform:translate(-50%,-50%);transition:opacity 0.3s ease-in-out,transform 0.3s ease-in-out;}.cursor-dot{width:12px;height:12px;background-color:red;z-index:99;}.no-cursor{cursor:none;}.no-cursor a,.no-cursor div,.no-cursor span{cursor:none;}
.cursor-dot,
.cursor-dot-outline {
pointer-events: none;
position: absolute;
top: 0;
left: 0;
opacity: 0;
transform: translate(-50%, -50%);
transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
z-index: 99;
}
.cursor-dot {
font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "Font Awesome 5 Free", "Font Awesome 5 Brands";
font-weight: 900;
color: rgb(46, 46, 46);
font-size: 16px;
}
.no-cursor {
cursor: none;
}
.no-cursor a,
.no-cursor div,
.no-cursor span {
cursor: none;
}

View File

@@ -1 +1 @@
var RevealPointer=function(){"use strict";var e={backspace:8,tab:9,enter:13,shift:16,ctrl:17,alt:18,pausebreak:19,capslock:20,esc:27,space:32,pageup:33,pagedown:34,end:35,home:36,leftarrow:37,uparrow:38,rightarrow:39,downarrow:40,insert:45,delete:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57,a:65,b:66,c:67,d:68,e:69,f:70,g:71,h:72,i:73,j:74,k:75,l:76,m:77,n:78,o:79,p:80,q:81,r:82,s:83,t:84,u:85,v:86,w:87,x:88,y:89,z:90,leftwindowkey:91,rightwindowkey:92,selectkey:93,numpad0:96,numpad1:97,numpad2:98,numpad3:99,numpad4:100,numpad5:101,numpad6:102,numpad7:103,numpad8:104,numpad9:105,multiply:106,add:107,subtract:109,decimalpoint:110,divide:111,f1:112,f2:113,f3:114,f4:115,f5:116,f6:117,f7:118,f8:119,f9:120,f10:121,f11:122,f12:123,numlock:144,scrolllock:145,semicolon:186,equalsign:187,comma:188,dash:189,period:190,forwardslash:191,graveaccent:192,openbracket:219,backslash:220,closebracket:221,singlequote:222};return function(){var t={},o=!1,a=null,n={x:0,y:0,isVisible:!1},i={x:0,y:0,scale:1};function l(o){var a;null==(t=o.pointer||{}).key?t.key="q":t.key=t.key.toLowerCase(),null!=t.pointerSize&&"number"==typeof t.pointerSize||(t.pointerSize=12),null!=t.tailLength&&"number"==typeof t.tailLength||(t.tailLength=10),null!=t.color&&"string"==typeof t.color||(t.color="red"),null!=t.alwaysVisible&&"boolean"==typeof t.alwaysVisible||(t.alwaysVisible=!1),t.keyCode=(a=t.key,e[a])}function s(){a.style.top="".concat((n.y-i.y)/i.scale,"px"),a.style.left="".concat((n.x-i.x)/i.scale,"px"),n.isVisible?a.style.opacity="0.8":a.style.opacity="0",1!==i.scale?(a.style.width="".concat(t.pointerSize/i.scale,"px"),a.style.height="".concat(t.pointerSize/i.scale,"px")):(a.style.width="".concat(t.pointerSize,"px"),a.style.height="".concat(t.pointerSize,"px"))}function c(e){n.x=e.pageX,n.y=e.pageY;var t=document.body.style.transform;""!==t?(i.x=Number.parseInt(/translate\((.*)px,/gm.exec(t)[1]),i.y=Number.parseInt(/px,\s(.*)px\)/gm.exec(t)[1]),i.scale=Number.parseFloat(/scale\((.)\)/gm.exec(t)[1])):(i.x=0,i.y=0,i.scale=1),requestAnimationFrame(s)}function r(){(o=!o)?(document.addEventListener("mousemove",c),document.body.classList.add("no-cursor"),n.isVisible=!0):(document.removeEventListener("mousemove",c),document.body.classList.remove("no-cursor"),n.isVisible=!1,requestAnimationFrame(s))}return{id:"pointer",init:function(e){var o;l(e.getConfig()),t.alwaysVisible?r():e.addKeyBinding({keyCode:t.keyCode,key:t.key},(function(){r()})),(o=document.createElement("div")).className="cursor-dot",o.style.width="".concat(t.pointerSize,"px"),o.style.height="".concat(t.pointerSize,"px"),o.style.backgroundColor=t.color,t.alwaysVisible&&(o.style.opacity="0.8"),document.body.appendChild(o),a=o}}}}();
var RevealPointer=function(){"use strict";var e={backspace:8,tab:9,enter:13,shift:16,ctrl:17,alt:18,pausebreak:19,capslock:20,esc:27,space:32,pageup:33,pagedown:34,end:35,home:36,leftarrow:37,uparrow:38,rightarrow:39,downarrow:40,insert:45,delete:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57,a:65,b:66,c:67,d:68,e:69,f:70,g:71,h:72,i:73,j:74,k:75,l:76,m:77,n:78,o:79,p:80,q:81,r:82,s:83,t:84,u:85,v:86,w:87,x:88,y:89,z:90,leftwindowkey:91,rightwindowkey:92,selectkey:93,numpad0:96,numpad1:97,numpad2:98,numpad3:99,numpad4:100,numpad5:101,numpad6:102,numpad7:103,numpad8:104,numpad9:105,multiply:106,add:107,subtract:109,decimalpoint:110,divide:111,f1:112,f2:113,f3:114,f4:115,f5:116,f6:117,f7:118,f8:119,f9:120,f10:121,f11:122,f12:123,numlock:144,scrolllock:145,semicolon:186,equalsign:187,comma:188,dash:189,period:190,forwardslash:191,graveaccent:192,openbracket:219,backslash:220,closebracket:221,singlequote:222};return function(){var t={},o=!1,a=null,n={x:0,y:0,isVisible:!1},i={x:0,y:0,scale:1};function l(o){var a;null==(t=o.pointer||{}).key?t.key="q":t.key=t.key.toLowerCase(),null!=t.pointerSize&&"number"==typeof t.pointerSize||(t.pointerSize=16),null!=t.tailLength&&"number"==typeof t.tailLength||(t.tailLength=10),null!=t.color&&"string"==typeof t.color||(t.color="red"),null!=t.alwaysVisible&&"boolean"==typeof t.alwaysVisible||(t.alwaysVisible=!1),null!=t.icon&&"string"==typeof t.icon||(t.icon="fa-solid fa-arrow-pointer"),t.keyCode=(a=t.key,e[a])}function s(){a.style.top="".concat((n.y-i.y)/i.scale,"px"),a.style.left="".concat((n.x-i.x)/i.scale,"px"),n.isVisible?a.style.opacity="0.8":a.style.opacity="0",1!==i.scale?a.style.fontSize="".concat(t.pointerSize/i.scale,"px"):a.style.fontSize="".concat(t.pointerSize,"px")}function c(e){n.x=e.pageX,n.y=e.pageY;var t=document.body.style.transform;""!==t?(i.x=Number.parseInt(/translate\((.*)px,/gm.exec(t)[1]),i.y=Number.parseInt(/px,\s(.*)px\)/gm.exec(t)[1]),i.scale=Number.parseFloat(/scale\((.)\)/gm.exec(t)[1])):(i.x=0,i.y=0,i.scale=1),requestAnimationFrame(s)}function r(){(o=!o)?(document.addEventListener("mousemove",c),document.body.classList.add("no-cursor"),n.isVisible=!0):(document.removeEventListener("mousemove",c),document.body.classList.remove("no-cursor"),n.isVisible=!1,requestAnimationFrame(s))}return{id:"pointer",init:function(e){var o;l(e.getConfig()),t.alwaysVisible?r():e.addKeyBinding({keyCode:t.keyCode,key:t.key},(function(){r()})),(o=document.createElement("i")).className="cursor-dot "+t.icon,o.style.fontSize="".concat(t.pointerSize,"px"),o.style.color=t.color,t.alwaysVisible&&(o.style.opacity="0.8"),document.body.appendChild(o),a=o}}}}();

1382
assets/hecf_logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 193 KiB

Binary file not shown.

View File

@@ -220,6 +220,15 @@
color: #777777 !important;
}
// Alternatively center the slide numbers
// .slide-number,
// .reveal.has-logo .slide-number {
// bottom: 10px !important;
// left: 50% !important;
// top: unset !important;
// color: #777777 !important;
// }
.sup-zero-width {
display: inline-block;
vertical-align: super;

66
assets/ude_logo.svg Normal file
View File

@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.2" viewBox="0 0 1052.3625 414.5675" height="414.5675" width="1052.3625" id="ude-logo" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg">
<style type="text/css">
path { fill:#003B7A;fill-opacity:1;fill-rule:nonzero;stroke:none }
</style>
<defs id="defs6">
<clipPath id="clipPath16" clipPathUnits="userSpaceOnUse">
<path id="path18" d="m 0,331.654 841.89,0 L 841.89,0 0,0 0,331.654 Z"/>
</clipPath>
</defs>
<g transform="matrix(1.25,0,0,-1.25,0,414.5675)">
<g>
<g clip-path="url(#clipPath16)">
<g transform="translate(59.0718,56.833)">
<path d="m 0,0 c 0,5.246 -1.094,7.721 -4.588,7.721 -8.666,0 -13.325,-17.549 -13.325,-29.418 0,-5.17 1.093,-7.645 4.659,-7.645 C -4.588,-29.342 0,-11.869 0,0 m -14.271,-36.988 c -8.595,0 -13.474,5.24 -13.474,15.074 0,17.035 7.501,37.279 24.249,37.279 8.446,0 13.324,-5.314 13.324,-15.146 0,-16.963 -7.426,-37.207 -24.099,-37.207"/>
</g>
<g transform="translate(82.8135,20.5752)">
<path d="m 0,0 c -1.384,-6.846 -4.079,-14.199 -13.98,-14.199 -3.352,0 -6.482,0.437 -6.482,1.238 0,0.287 0.072,0.506 0.145,0.799 l 1.529,5.099 c 0.147,0.36 0.294,0.508 0.512,0.508 0.216,0 1.455,-0.365 2.984,-0.365 4.951,0 5.825,3.348 6.772,8.008 l 5.68,28.836 -5.172,0 c -0.436,0 -1.018,0.074 -1.018,0.73 0,0.291 0.075,0.58 0.144,0.871 l 0.874,4.082 c 0.075,0.651 0.219,0.87 1.021,0.87 l 5.388,0 0.875,4.589 c 1.092,5.897 2.985,11.651 12.959,11.651 3.058,0 7.355,-0.949 7.355,-2.041 0,-0.221 -0.074,-0.363 -0.146,-0.582 L 17.694,44.996 C 17.475,44.559 17.256,44.49 17.11,44.49 c -0.728,0 -2.184,0.944 -4.369,0.944 -3.786,0 -4.296,-2.838 -4.951,-5.825 l -0.654,-3.132 8.3,0 c 0.655,0 0.874,-0.364 0.874,-0.653 0,-0.293 -0.146,-0.586 -0.219,-0.875 L 14.78,30.727 c -0.219,-0.655 -0.291,-0.803 -1.019,-0.803 l -7.864,0 L 0,0 Z"/>
</g>
<g transform="translate(108.4463,20.5752)">
<path d="m 0,0 c -1.384,-6.846 -4.079,-14.199 -13.98,-14.199 -3.35,0 -6.482,0.437 -6.482,1.238 0,0.287 0.072,0.506 0.147,0.799 l 1.528,5.099 c 0.146,0.36 0.29,0.508 0.509,0.508 0.218,0 1.456,-0.365 2.986,-0.365 4.954,0 5.825,3.348 6.772,8.008 l 5.679,28.836 -5.169,0 c -0.437,0 -1.021,0.074 -1.021,0.73 0,0.291 0.073,0.58 0.148,0.871 l 0.873,4.082 c 0.071,0.651 0.219,0.87 1.019,0.87 l 5.388,0 0.873,4.589 c 1.092,5.897 2.986,11.651 12.962,11.651 3.059,0 7.354,-0.949 7.354,-2.041 0,-0.221 -0.072,-0.363 -0.146,-0.582 L 17.691,44.996 C 17.475,44.559 17.257,44.49 17.11,44.49 c -0.728,0 -2.184,0.944 -4.367,0.944 -3.788,0 -4.298,-2.838 -4.953,-5.825 l -0.656,-3.132 8.301,0 c 0.656,0 0.875,-0.364 0.875,-0.653 0,-0.293 -0.146,-0.586 -0.219,-0.875 L 14.78,30.727 c -0.218,-0.655 -0.291,-0.803 -1.019,-0.803 l -7.865,0 L 0,0 Z"/>
</g>
<g transform="translate(132.6211,41.4697)">
<path d="m 0,0 c 3.132,0 12.889,0 12.889,6.697 0,1.893 -1.165,3.573 -3.351,3.573 C 2.694,10.27 0.655,2.693 0,0 m 16.893,-16.453 c 0.073,-0.219 0.219,-0.438 0.219,-0.656 0,-0.95 -6.772,-4.516 -14.199,-4.516 -8.736,0 -12.67,5.459 -12.67,13.543 0,14.562 9.394,24.906 20.607,24.906 6.846,0 10.776,-3.793 10.776,-9.615 0,-13.76 -18.494,-13.76 -22.645,-13.76 0,-2.185 -0.582,-7.791 6.262,-7.791 4.295,0 8.155,2.91 9.248,2.91 0.363,0 0.438,-0.216 0.582,-0.509 l 1.82,-4.512 z"/>
</g>
<g transform="translate(183.5234,21.9561)" id="g36">
<path d="m 0,0 c -0.145,-0.801 -0.291,-0.873 -1.019,-0.873 l -6.771,0 c -0.582,0 -0.947,0.148 -0.947,0.728 0,0.219 0.072,0.508 0.072,0.801 l 4.805,20.752 c 0.365,1.455 0.656,2.91 0.656,4.442 0,1.673 -0.656,2.841 -2.185,2.841 -6.698,0 -9.101,-9.031 -10.266,-14.273 L -18.785,0 c -0.146,-0.801 -0.293,-0.873 -1.021,-0.873 l -6.771,0 c -0.584,0 -0.946,0.148 -0.946,0.728 0,0.219 0.074,0.508 0.074,0.801 l 4.948,21.918 c 0.438,1.819 0.875,3.637 0.875,5.969 0,2.186 -0.656,3.203 -0.656,4.516 0,0.509 0.511,0.656 0.874,0.798 l 5.827,2.26 c 0.219,0.071 0.363,0.221 0.727,0.221 0.802,0 1.457,-3.279 1.457,-7.359 1.965,2.33 6.116,7.359 12.085,7.359 4.734,0 7.355,-3.643 7.355,-7.647 0,-1.892 -0.29,-3.859 -0.727,-5.683 L 0,0 Z"/>
</g>
<g transform="translate(230.2773,65.1338)" id="g40">
<path id="path42" d="m 0,0 c -2.257,0 -4.079,1.822 -4.079,4.078 0,2.186 1.822,4.08 4.079,4.08 2.184,0 4.077,-1.894 4.077,-4.08 C 4.077,1.822 2.184,0 0,0 m -6.917,-42.594 c -0.148,-0.658 -0.22,-1.457 -0.947,-1.457 l -3.861,0 c -0.437,0 -0.728,0.149 -0.728,0.367 0,0.288 0.073,0.649 0.147,0.87 l 6.262,29.49 -5.752,0 c -0.51,0 -0.584,0.219 -0.584,0.511 0,0.145 0,0.288 0.074,0.583 l 0.51,2.328 c 0.146,0.511 0.365,0.8 0.874,0.8 l 9.685,0 c 1.017,0 1.162,-0.07 1.162,-0.582 0,-0.435 -0.218,-1.017 -0.362,-1.818 l -6.48,-31.092 z"/>
</g>
<g transform="translate(275.9316,46.1318)">
<path id="path46" d="m 0,0 c 0.219,0.949 0.438,1.967 0.438,2.912 0,2.041 -1.092,3.129 -3.277,3.129 -7.646,0 -9.902,-7.643 -11.65,-15.506 l -3.277,-14.855 c -0.147,-0.512 -0.29,-0.729 -0.875,-0.729 l -3.786,0 c -0.364,0 -0.582,0.149 -0.582,0.436 0,0.144 0,0.363 0.074,0.511 L -17.838,0 c 0.218,0.949 0.437,1.967 0.437,2.912 0,2.041 -1.093,3.129 -3.279,3.129 -7.645,0 -10.483,-9.684 -11.503,-14.488 l -3.352,-15.873 c -0.144,-0.512 -0.287,-0.729 -0.871,-0.729 l -3.788,0 c -0.363,0 -0.582,0.149 -0.582,0.436 0,0.144 0,0.363 0.075,0.511 l 5.166,24.463 c 0.294,1.532 0.513,3.131 0.513,4.155 0,1.453 -0.293,2.91 -0.582,4.367 0,0.291 0.363,0.51 0.654,0.582 l 2.476,1.092 c 0.437,0.144 0.728,0.363 1.018,0.363 0.8,0 1.312,-1.82 1.312,-3.637 0,-1.461 -0.147,-2.33 -0.147,-3.279 l 0.147,0 c 2.402,3.496 5.898,6.916 11.65,6.916 3.495,0 6.116,-1.963 6.116,-6.916 l 0.145,0 C -9.685,7.5 -6.188,10.92 -0.654,10.92 3.132,10.92 5.972,8.957 5.972,5.098 5.972,3.348 5.607,1.674 5.244,0 L 0.072,-24.32 c -0.143,-0.512 -0.29,-0.729 -0.871,-0.729 l -3.788,0 c -0.364,0 -0.581,0.149 -0.581,0.436 0,0.144 0,0.363 0.073,0.511 L 0,0 Z"/>
</g>
<g transform="translate(320.9395,25.9619)" id="g48">
<path id="path50" d="m 0,0 c 4.441,0 8.301,1.891 10.776,5.02 4.732,5.466 7.572,19.009 7.572,26 0,8.519 -4.661,9.099 -9.611,9.099 l -4.66,0 L -4.369,0 0,0 Z m 7.427,45 c 8.372,0 16.892,-0.293 16.892,-14.055 0,-7.134 -2.186,-17.256 -6.481,-25.486 C 13.687,-2.402 6.844,-4.879 -1.821,-4.879 l -8.667,0 c -0.362,0 -0.581,0.149 -0.581,0.512 L -0.729,44.27 C -0.583,44.852 -0.293,45 0.145,45 l 7.282,0 z"/>
</g>
<g transform="translate(371.4771,47.5127)" id="g52">
<path id="path54" d="m 0,0 c 0,3.061 -1.749,5.027 -5.316,5.027 -8.299,0 -10.63,-9.468 -11.431,-13.037 C -12.743,-8.01 0,-8.01 0,0 m 2.184,-21.916 c 0.074,-0.143 0.146,-0.217 0.146,-0.361 0,-0.875 -6.408,-5.172 -13.471,-5.172 -8.227,0 -11.795,5.24 -11.795,13.324 0,12.381 7.572,23.664 18.422,23.664 6.479,0 9.609,-3.932 9.609,-9.32 0,-12.668 -16.017,-12.668 -22.426,-12.74 0,-0.657 -0.072,-1.241 -0.072,-1.823 0,-5.166 2.039,-8.008 6.771,-8.008 6.481,0 9.392,3.493 10.414,3.493 0.29,0 0.509,-0.215 0.653,-0.432 l 1.749,-2.625 z"/>
</g>
<g transform="translate(385.9688,46.4932)" id="g56">
<path id="path58" d="m 0,0 c 0.291,1.531 0.509,3.131 0.509,4.154 0,1.453 -0.29,2.91 -0.581,4.367 0,0.292 0.363,0.51 0.655,0.583 l 2.622,1.091 c 0.437,0.145 0.728,0.364 1.021,0.364 0.581,0 1.38,-2.182 1.38,-4.444 0,-1.453 -0.218,-2.617 -0.218,-3.273 l 0.147,0 c 2.694,3.785 6.698,7.717 13.177,7.717 3.789,0 6.628,-1.963 6.628,-5.823 0,-1.75 -0.362,-3.423 -0.727,-5.097 l -5.169,-24.321 c -0.148,-0.511 -0.294,-0.728 -0.876,-0.728 l -3.785,0 c -0.365,0 -0.584,0.148 -0.584,0.435 0,0.145 0,0.364 0.072,0.512 l 5.097,24.102 c 0.219,0.949 0.438,1.966 0.438,2.912 0,2.041 -1.094,3.129 -3.277,3.129 C 8.667,5.68 4.37,-4.004 3.351,-8.809 L 0,-24.682 c -0.147,-0.511 -0.291,-0.728 -0.872,-0.728 l -3.788,0 c -0.365,0 -0.584,0.148 -0.584,0.435 0,0.145 0,0.364 0.075,0.512 L 0,0 Z"/>
</g>
<g transform="translate(421.8706,21.8115)" id="g60">
<path id="path62" d="m 0,0 c -0.145,-0.512 -0.291,-0.729 -0.872,-0.729 l -3.788,0 c -0.363,0 -0.583,0.149 -0.583,0.436 0,0.145 0,0.363 0.076,0.512 L 5.388,49.805 c 0.073,0.437 0.219,1.019 0.73,1.164 l 3.642,0.873 c 0.144,0 0.363,0.144 0.653,0.144 0.509,0 0.584,-0.216 0.509,-0.58 L 4.151,19.805 4.297,19.658 21.917,35.314 c 0.146,0.073 0.365,0.293 0.583,0.293 0.148,0 0.438,-0.22 0.584,-0.293 l 2.474,-2.037 c 0.147,-0.15 0.293,-0.293 0.293,-0.437 0,-0.295 -0.146,-0.438 -0.293,-0.512 L 9.466,18.859 20.389,1.383 c 0.072,-0.145 0.219,-0.289 0.219,-0.438 0,-0.216 -0.291,-0.507 -0.509,-0.582 l -3.205,-1.967 c -0.219,-0.144 -0.437,-0.218 -0.582,-0.218 -0.218,0 -0.437,0.218 -0.511,0.367 L 3.932,18.641 0,0 Z"/>
</g>
<g transform="translate(470.0039,47.5127)" id="g64">
<path id="path66" d="m 0,0 c 0,3.061 -1.746,5.027 -5.316,5.027 -8.299,0 -10.629,-9.468 -11.433,-13.037 C -12.743,-8.01 0,-8.01 0,0 m 2.185,-21.916 c 0.073,-0.143 0.145,-0.217 0.145,-0.361 0,-0.875 -6.406,-5.172 -13.469,-5.172 -8.228,0 -11.798,5.24 -11.798,13.324 0,12.381 7.575,23.664 18.422,23.664 6.482,0 9.612,-3.932 9.612,-9.32 0,-12.668 -16.017,-12.668 -22.426,-12.74 0,-0.657 -0.074,-1.241 -0.074,-1.823 0,-5.166 2.041,-8.008 6.77,-8.008 6.485,0 9.396,3.493 10.415,3.493 0.292,0 0.51,-0.215 0.656,-0.432 l 1.747,-2.625 z"/>
</g>
<g transform="translate(484.498,46.4932)" id="g68">
<path id="path70" d="m 0,0 c 0.291,1.531 0.509,3.131 0.509,4.154 0,1.453 -0.29,2.91 -0.581,4.367 0,0.292 0.363,0.51 0.655,0.583 l 2.621,1.091 c 0.438,0.145 0.728,0.364 1.021,0.364 0.582,0 1.38,-2.182 1.38,-4.444 0,-1.453 -0.217,-2.617 -0.217,-3.273 l 0.145,0 c 2.696,3.785 6.7,7.717 13.179,7.717 3.788,0 6.628,-1.963 6.628,-5.823 0,-1.75 -0.363,-3.423 -0.729,-5.097 l -5.169,-24.321 c -0.146,-0.511 -0.294,-0.728 -0.874,-0.728 l -3.786,0 c -0.366,0 -0.584,0.148 -0.584,0.435 0,0.145 0,0.364 0.073,0.512 l 5.098,24.102 c 0.218,0.949 0.436,1.966 0.436,2.912 0,2.041 -1.093,3.129 -3.277,3.129 C 8.667,5.68 4.369,-4.004 3.351,-8.809 L 0,-24.682 c -0.146,-0.511 -0.291,-0.728 -0.872,-0.728 l -3.789,0 c -0.364,0 -0.583,0.148 -0.583,0.435 0,0.145 0,0.364 0.074,0.512 L 0,0 Z"/>
</g>
<path id="path72" d="m 0,122.181 841.89,0 0,209.473 -841.89,0 0,-209.473 z"/>
<g transform="translate(57.2827,204.4829)" id="g74">
<path id="path76" d="m 0,0 c -2.759,-1.852 -6.607,-2.191 -11.827,-2.191 l -12.117,0 0,41.984 12.117,0 c 5.22,0 9.018,-0.238 11.827,-2.127 3.386,-2.296 5.401,-6.66 5.401,-12.4 l 0,-12.867 C 5.401,6.658 3.386,2.236 0,0 m -4.02,23.254 c 0,6.09 -2.347,8.438 -8.438,8.438 l -2.184,0 0,-25.788 2.184,0 c 6.025,0 8.438,2.415 8.438,8.506 l 0,8.844 z M 51.456,-3.225 c -10.17,0 -15.049,4.829 -15.049,14.653 l 0,28.365 9.307,0 0,-26.246 c 0,-6.084 0.918,-8.668 5.742,-8.668 4.877,0 5.74,2.636 5.74,8.668 l 0,26.246 9.301,0 0,-28.365 c 0,-9.882 -4.825,-14.653 -15.041,-14.653 m 48.232,1.034 -0.06,41.984 9.307,0 0.053,-41.984 -9.3,0 z m 53.46,35.615 c -2.873,0 -4.648,-1.611 -4.648,-3.853 0,-2.128 1.667,-3.681 5.05,-5.169 4.251,-1.838 7.987,-3.043 10.509,-5.052 2.811,-2.244 4.422,-5.633 4.422,-9.708 0,-7.644 -5.735,-12.915 -14.47,-12.915 -6.605,0 -11.653,2.873 -15.165,8.492 l 7.241,5.117 c 2.413,-3.969 4.772,-5.799 8.158,-5.799 3.216,0 5.281,1.889 5.281,4.412 0,2.296 -1.493,4.024 -4.647,5.346 -4.137,1.719 -7.757,2.934 -10.396,4.987 -2.93,2.31 -4.423,5.517 -4.423,9.417 0,7.412 5.221,12.184 13.609,12.184 6.083,0 10.74,-2.52 13.724,-7.408 l -6.663,-4.776 c -2.242,3.172 -4.71,4.725 -7.582,4.725 m 67.077,-13.509 c 4.477,-1.431 6.713,-4.757 6.713,-10.048 0,-8.212 -4.82,-12.058 -14.7,-12.058 l -14.181,0 0,41.984 13.897,0 c 9.473,0 14.125,-3.398 14.125,-10.687 0,-4.538 -1.775,-7.346 -5.854,-9.191 m -9.189,13.388 -3.676,0 0,-10.399 3.676,0 c 3.79,0 5.624,1.73 5.624,5.223 0,3.621 -1.782,5.176 -5.624,5.176 m 0.346,-16.934 -4.022,0 0,-11.715 4.022,0 c 4.187,0 6.203,1.836 6.203,5.845 0,4.022 -2.016,5.87 -6.203,5.87 m 61.044,-19.594 c -10.173,0 -15.051,4.829 -15.051,14.653 l 0,28.365 9.3,0 0,-26.246 c 0,-6.084 0.925,-8.668 5.751,-8.668 4.874,0 5.741,2.636 5.741,8.668 l 0,26.246 9.297,0 0,-28.365 c 0,-9.882 -4.824,-14.653 -15.038,-14.653 m 68.678,19.239 9.18,-18.205 -10.268,0 -8.158,17.111 -3.104,0 0,-17.111 -9.298,0 0,41.984 10.557,0 c 5.631,0 9.882,-0.174 12.924,-1.787 3.788,-2.004 5.857,-5.742 5.857,-10.613 0,-5.633 -2.702,-9.655 -7.69,-11.379 m -9.769,16.656 -2.581,0 0,-11.024 2.581,0 c 5.631,0 8.151,0.801 8.151,5.508 0,4.717 -2.52,5.516 -8.151,5.516 m 61.037,-19.807 0,7.174 14.303,0 0,-22.746 -4.131,0 -1.329,3.398 c -2.466,-2.766 -5.219,-3.962 -9.066,-3.962 -4.242,0 -7.87,1.421 -10.224,3.906 -3.438,3.549 -3.722,7.97 -3.722,14.462 l 0,7.412 c 0,6.427 0.284,10.917 3.722,14.471 2.415,2.525 6.033,3.905 10.504,3.905 8.511,0 13.845,-4.822 14.246,-12.918 l -9.417,0 c -0.226,3.15 -1.901,4.814 -4.829,4.814 -4.591,0 -4.816,-2.918 -4.816,-8.661 l 0,-10.571 c 0,-5.685 0.225,-8.668 4.816,-8.668 3.396,0 4.829,2.004 4.829,6.366 l 0,1.618 -4.886,0 z" style="fill:white !important;"/>
</g>
<g transform="translate(91.1489,168.4702)" id="g78">
<path id="path80" d="m 0,0 0,-8.094 -29.519,0 0,41.98 28.315,0 0,-8.104 -19.012,0 0,-7.527 12.98,0 0,-8.09 -12.98,0 L -20.216,0 0,0 Z m 39.045,27.509 c -2.87,0 -4.647,-1.61 -4.647,-3.852 0,-2.123 1.662,-3.668 5.052,-5.171 4.251,-1.831 7.985,-3.034 10.509,-5.052 2.809,-2.23 4.421,-5.627 4.421,-9.695 0,-7.644 -5.743,-12.921 -14.474,-12.921 -6.598,0 -11.654,2.861 -15.16,8.495 l 7.239,5.111 c 2.413,-3.958 4.767,-5.802 8.158,-5.802 3.209,0 5.28,1.893 5.28,4.42 0,2.295 -1.497,4.021 -4.651,5.338 -4.139,1.726 -7.759,2.927 -10.391,5.002 -2.928,2.295 -4.429,5.512 -4.429,9.415 0,7.413 5.229,12.171 13.609,12.171 6.091,0 10.739,-2.52 13.731,-7.406 L 46.63,22.797 c -2.243,3.161 -4.713,4.712 -7.585,4.712 m 54.037,0 c -2.872,0 -4.655,-1.61 -4.655,-3.852 0,-2.123 1.674,-3.668 5.058,-5.171 4.249,-1.831 7.985,-3.034 10.514,-5.052 2.81,-2.23 4.414,-5.627 4.414,-9.695 0,-7.644 -5.742,-12.921 -14.464,-12.921 -6.611,0 -11.657,2.861 -15.164,8.495 l 7.235,5.111 c 2.407,-3.958 4.768,-5.802 8.151,-5.802 3.222,0 5.287,1.893 5.287,4.42 0,2.295 -1.493,4.021 -4.653,5.338 -4.138,1.726 -7.751,2.927 -10.395,5.002 -2.926,2.295 -4.416,5.512 -4.416,9.415 0,7.413 5.22,12.171 13.604,12.171 6.09,0 10.736,-2.52 13.721,-7.406 l -6.657,-4.765 c -2.242,3.161 -4.709,4.712 -7.58,4.712 M 165.266,0 l 0,-8.094 -29.513,0 0,41.98 28.304,0 0,-8.104 -19.008,0 0,-7.527 12.987,0 0,-8.09 -12.987,0 0,-10.165 20.217,0 z m 50.588,-8.094 -14.754,28.365 0.17,-28.365 -8.091,0 0,41.98 8.952,0 13.44,-25.506 -0.172,25.506 8.095,0 0,-41.98 -7.64,0 z" style="fill:white !important;"/>
</g>
<g transform="translate(44.564,269.7212)" id="g82">
<path id="path84" d="m 0,0 c -7.519,0 -11.122,3.566 -11.122,10.835 l 0,20.974 6.877,0 0,-19.414 c 0,-4.499 0.673,-6.408 4.245,-6.408 3.616,0 4.249,1.955 4.249,6.408 l 0,19.414 6.876,0 0,-20.974 C 11.125,3.527 7.563,0 0,0 m 36.652,0.756 -10.913,20.985 0.125,-20.985 -5.985,0 0,31.053 6.621,0 9.944,-18.86 -0.132,18.86 5.994,0 0,-31.053 -5.654,0 z m 15.033,0 -0.039,31.053 6.883,0 0.039,-31.053 -6.883,0 z m 29.858,0 -7.262,0 -9.509,31.053 6.878,0 6.282,-21.704 6.242,21.704 6.886,0 -9.517,-31.053 z m 36.735,5.993 0,-5.993 -21.824,0 0,31.053 20.933,0 0,-5.988 -14.049,0 0,-5.562 9.593,0 0,-5.989 -9.593,0 0,-7.521 14.94,0 z m 22.898,7.477 6.795,-13.47 -7.602,0 -6.033,12.664 -2.297,0 0,-12.664 -6.878,0 0,31.053 7.814,0 c 4.166,0 7.307,-0.129 9.561,-1.317 2.797,-1.488 4.327,-4.246 4.327,-7.854 0,-4.165 -1.998,-7.128 -5.687,-8.412 m -7.222,12.316 -1.915,0 0,-8.151 1.915,0 c 4.167,0 6.032,0.591 6.032,4.07 0,3.494 -1.865,4.081 -6.032,4.081 m 28.326,0.555 c -2.123,0 -3.439,-1.193 -3.439,-2.849 0,-1.566 1.234,-2.719 3.744,-3.816 3.133,-1.354 5.897,-2.256 7.767,-3.739 2.08,-1.656 3.27,-4.164 3.27,-7.179 0,-5.654 -4.245,-9.559 -10.702,-9.559 -4.883,0 -8.625,2.126 -11.22,6.29 l 5.353,3.777 c 1.788,-2.932 3.532,-4.286 6.033,-4.286 2.381,0 3.915,1.399 3.915,3.262 0,1.703 -1.103,2.984 -3.445,3.951 -3.058,1.277 -5.738,2.166 -7.683,3.698 -2.166,1.704 -3.274,4.082 -3.274,6.968 0,5.479 3.868,9.004 10.063,9.004 4.503,0 7.943,-1.869 10.153,-5.477 l -4.925,-3.527 c -1.663,2.34 -3.484,3.482 -5.61,3.482 m 18.861,-26.341 -0.044,31.053 6.877,0 0.047,-31.053 -6.88,0 z m 27.44,25.065 0,-25.065 -6.886,0 0,25.065 -7.859,0 0,5.988 22.592,0 0,-5.988 -7.847,0 z m 24.161,13.584 5.222,0 0,-5.599 -5.222,0 0,5.599 z m -7.518,0 5.183,0 0,-5.599 -5.183,0 0,5.599 z m 10.403,-7.596 8.923,-31.053 -6.666,0 -1.664,6.203 -9.34,0 -1.616,-6.203 -6.672,0 8.925,31.053 8.11,0 z m -0.719,-19.538 -3.314,14.02 -3.353,-14.02 6.667,0 z m 26.585,13.55 0,-25.065 -6.877,0 0,25.065 -7.861,0 0,5.988 22.597,0 0,-5.988 -7.859,0 z" style="fill:white !important;"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -1,261 +0,0 @@
/*-- scss:defaults --*/
// Custom colours and variables
$jet: #131516;
$accent: #107895;
$accent2: #9a2515;
// $accent2: #e64173;
$right-arrow: "\2192"; // Unicode character for right arrow
// fonts
/*
Note: This theme uses the Roboto font family, which it imports from Google
Fonts to ensure consistent weighting in addition to availability. While
you can use a local installation of Roboto, this is generally not
recommended since the weighting will likely be wrong (probably too
light). OTOH, importing from Google Fonts can cause some issues in
certain secure environments due the external CDN (see:
https://github.com/grantmcdermott/quarto-revealjs-clean/issues/7). If
that's the case for you, simply comment out the `@import url(...)` line
below and it will default for the default Sans Serif font on your system
(e.g., Helvetica on a Mac). Circling back to the earlier point about
preserving consistent font weights, you may also wish to remove "Roboto"
from the choice set if the family is installed locally.
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:200,200i,300,300i,350,350i,400,400i);
$font-family-sans-serif: "Roboto", sans-serif !default;
$presentation-heading-font: "Roboto", sans-serif !default;
$presentation-heading-color: $jet !default;
$presentation-heading-font-weight: lighter;
//$presentation-heading-line-height: 2;
//$presentation-block-margin: 28px;
$presentation-font-size-root: 32px;
// colors
//$body-bg: #f0f1eb !default;
$body-color: $jet !default;
$link-color: $accent !default;
$selection-bg: #26351c !default;
/*-- scss:rules --*/
.reveal a {
line-height: 1.5em;
}
.reveal p {
// font-weight: 300;
font-weight: lighter;
margin-top: 1.25em;
}
// title and headings
#title-slide {
text-align: left;
.title {
color: $body-color;
font-size: 1.4em;
// font-weight: 350;
font-weight: lighter;
}
.subtitle {
color: $accent;
font-style: italic;
margin-top: 0em;
font-weight: lighter;
}
.institute,
.quarto-title-affiliation,
.quarto-title-author-email {
font-style: italic;
// font-size: 80%;
// color: #7F7F7F;
}
.author,
.quarto-title-author-name {
color: $body-color;
}
.quarto-title-authors {
display: flex;
justify-content: left;
.quarto-title-author {
padding-left: 0em;
padding-right: 0em;
width: 100%;
}
}
}
.reveal h2 {
// font-weight: 350;
font-weight: lighter;
font-size: 1.4em;
}
.reveal h3 {
color: $accent;
font-style: italic;
// font-weight: 350;
font-weight: lighter;
font-size: 0.95em;
}
.reveal h4 {
color: $accent2;
// font-weight: 350;
font-weight: normal;
margin-top: 1.25em;
}
// alerts etc.
.alert {
color: $accent2;
}
.fg {
color: var(--col, $jet);
}
.bg {
background-color: var(--col, #fff);
padding: 0.1em;
border-radius: 5px;
display: inline-block;
}
// lists
// Unordered lists
.reveal ul {
// font-weight: 300;
font-weight: lighter;
padding-left: 16px;
li::marker {
color: mix($accent, white, 70%);
}
}
.reveal ul ul {
list-style: none;
li:before {
content: $right-arrow;
color: mix($accent, white, 60%);
display: inline-block;
width: 1em;
margin-left: -1em;
margin-right: 0.5em;
}
}
// Ordered lists
.reveal ol {
// font-weight: 300;
font-weight: lighter;
padding-left: 16px;
li::marker {
color: $accent;
}
}
// Move "hamburger" menu button to top right
.reveal .slide-menu-button {
position: fixed;
top: 6px;
right: 0;
display: flex;
justify-content: flex-end;
align-items: flex-start;
pointer-events: none;
}
.reveal .slide-menu-button > * {
pointer-events: auto;
}
// Same for chalkboard buttons (with an offset)
.reveal .slide-chalkboard-buttons {
position: fixed;
top: 12px;
right: 24px;
display: flex;
justify-content: flex-end;
align-items: flex-start;
pointer-events: none;
}
.reveal .slide-chalkboard-buttons > * {
pointer-events: auto;
}
// Beamer-style button link environment
.button {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-color: $accent;
border: 1px solid $accent;
color: #fff !important;
text-decoration: none;
border-radius: 4px;
transition: all 0.2s ease-in-out;
}
.button:hover {
background-color: #0056b3;
border-color: #0056b3;
}
.button::before {
content: "";
margin-right: 5px;
}
// Special catch for etable environment to ensure these table images
// don't overflow the slide.
// See: https://lrberge.github.io/fixest/articles/etable_new_features.html
.etable {
width: 100%;
height: calc(100% - 3em); /* Adjust 3em based on the height of your header, if necessary */
display: flex;
align-items: center;
justify-content: center;
}
.etable img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
object-fit: contain;
}

View File

@@ -1 +0,0 @@
<script src="custom.js"></script>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

View File

@@ -7,33 +7,38 @@ author:
- ref: hemf
affiliations:
- id: hemf
name: University of Duisburg-Essen, House of Energy, Climate and Finance
name: University of Duisburg-Essen, House of Energy, Climate, and Finance
format:
revealjs:
pointer:
key: "q"
color: "#202020FF"
pointerSize: 30
icon: "fa fa-hand-point-up"
embed-resources: false
self-contained-math: true
footer: ""
width: 1280
height: 720
logo: assets/logos_combined.png
theme: [default, sydney.scss, custom.scss]
# footer: defined in assets/revealjs/custom.html
# logo: defined in assets/revealjs/custom.html
theme: [default, assets/revealjs/sydney.scss, assets/revealjs/custom.scss]
smaller: true
fig-format: svg
slide-number: true
crossrefs-hover: true
pagetitle: "De-Fence"
html-math-method: mathjax
pointer:
color: "#1B5E20"
include-in-header:
- file: custom.html
- file: assets/revealjs/custom.html
execute:
daemon: false
highlight-style: github
bibliography: assets/library.bib
csl: apa-old-doi-prefix.csl
csl: assets/revealjs/apa-old-doi-prefix.csl
# Find nice plugins: https://m.canouil.dev/quarto-extensions/
revealjs-plugins:
- pointer
# - drop
---
## Outline {.center}