8
8
< link href ="index_files/libs/quarto-html/light-border.css " rel ="stylesheet ">
9
9
< link href ="index_files/libs/quarto-html/quarto-html.min.css " rel ="stylesheet " data-mode ="light ">
10
10
< link href ="index_files/libs/quarto-html/quarto-syntax-highlighting-dark.css " rel ="stylesheet " id ="quarto-text-highlighting-styles "> < meta charset ="utf-8 ">
11
- < meta name ="generator " content ="quarto-1.3.450 ">
11
+ < meta name ="generator " content ="quarto-1.4.549 ">
12
12
13
13
< meta name ="author " content ="Mickaël Canouil, Ph.D. ">
14
14
< title > A Title</ title >
31
31
}
32
32
/* CSS for syntax highlighting */
33
33
pre > code .sourceCode { white-space : pre; position : relative; }
34
- pre > code .sourceCode > span { display : inline-block; line-height : 1.25 ; }
34
+ pre > code .sourceCode > span { line-height : 1.25 ; }
35
35
pre > code .sourceCode > span : empty { height : 1.2em ; }
36
36
.sourceCode { overflow : visible; }
37
37
code .sourceCode > span { color : inherit; text-decoration : inherit; }
221
221
}
222
222
223
223
.callout .callout-titled .callout-body > .callout-content > : last-child {
224
- margin-bottom : 0.5rem ;
224
+ padding-bottom : 0.5rem ;
225
+ margin-bottom : 0 ;
225
226
}
226
227
227
228
.callout .callout-titled .callout-icon ::before {
@@ -405,23 +406,23 @@ <h1 class="title">A Title</h1>
405
406
</ div >
406
407
</ div >
407
408
408
- < p class ="date "> Saturday, the 9 < sup style ="font-size:65%;font-style:italic; "> th</ sup > of December, 2023 </ p >
409
+ < p class ="date "> Saturday, the 27 < sup style ="font-size:65%;font-style:italic; "> th</ sup > of January, 2024 </ p >
409
410
</ section >
410
411
< section id ="introduction " class ="slide level2 ">
411
412
< h2 > Introduction</ h2 >
412
413
< h3 id ="subtitle "> Subtitle</ h3 >
413
414
< p > < code > some code</ code > and some text.< br >
414
415
A URL < a href ="https://mickael.canouil.fr/ "> mickael.canouil.fr</ a > .</ p >
415
416
< div class ="cell ">
416
- < div class ="sourceCode cell-code " id ="cb1 "> < pre class ="sourceCode numberSource r number-lines code-with-copy "> < code class ="sourceCode r "> < span id ="cb1-1 "> < a href ="#cb1-1 "> </ a > < span class ="dv "> 1</ span > < span class ="sc "> +</ span > < span class ="dv "> 1</ span > </ span > </ code > < button title ="Copy to Clipboard " class ="code-copy-button "> < i class ="bi "> </ i > </ button > </ pre > </ div >
417
+ < div class ="sourceCode cell-code " id ="cb1 "> < pre class ="sourceCode numberSource r number-lines code-with-copy "> < code class ="sourceCode r "> < span id ="cb1-1 "> < a href =""> </ a > < span class ="dv "> 1</ span > < span class ="sc "> +</ span > < span class ="dv "> 1</ span > </ span > </ code > < button title ="Copy to Clipboard " class ="code-copy-button "> < i class ="bi "> </ i > </ button > </ pre > </ div >
417
418
< div class ="cell-output cell-output-stdout ">
418
419
< pre > < code > [1] 2</ code > </ pre >
419
420
</ div >
420
421
</ div >
421
422
< div class ="cell ">
422
- < div class ="sourceCode cell-code " id ="cb3 "> < pre class ="sourceCode numberSource r number-lines code-with-copy "> < code class ="sourceCode r "> < span id ="cb3-1 "> < a href ="#cb3-1 "> </ a > x < span class ="ot "> <-</ span > < span class ="dv "> 1</ span > </ span >
423
- < span id ="cb3-2 "> < a href ="#cb3-2 "> </ a > y < span class ="ot "> <-</ span > x < span class ="sc "> +</ span > < span class ="dv "> 1</ span > </ span >
424
- < span id ="cb3-3 "> < a href ="#cb3-3 "> </ a > y</ span > </ code > < button title ="Copy to Clipboard " class ="code-copy-button "> < i class ="bi "> </ i > </ button > </ pre > </ div >
423
+ < div class ="sourceCode cell-code " id ="cb3 "> < pre class ="sourceCode numberSource r number-lines code-with-copy "> < code class ="sourceCode r "> < span id ="cb3-1 "> < a href =""> </ a > x < span class ="ot "> <-</ span > < span class ="dv "> 1</ span > </ span >
424
+ < span id ="cb3-2 "> < a href =""> </ a > y < span class ="ot "> <-</ span > x < span class ="sc "> +</ span > < span class ="dv "> 1</ span > </ span >
425
+ < span id ="cb3-3 "> < a href =""> </ a > y</ span > </ code > < button title ="Copy to Clipboard " class ="code-copy-button "> < i class ="bi "> </ i > </ button > </ pre > </ div >
425
426
< div class ="cell-output cell-output-stdout ">
426
427
< pre > < code > [1] 2</ code > </ pre >
427
428
</ div >
@@ -430,8 +431,8 @@ <h3 id="subtitle">Subtitle</h3>
430
431
< section id ="ggplot2-with-code " class ="slide level2 ">
431
432
< h2 > GGPLOT2 With < code > code</ code > </ h2 >
432
433
< div class ="cell ">
433
- < div class ="sourceCode cell-code " id ="cb5 "> < pre class ="sourceCode numberSource r number-lines code-with-copy "> < code class ="sourceCode r "> < span id ="cb5-1 "> < a href ="#cb5-1 "> </ a > < span class ="fu "> library</ span > (ggplot2)</ span >
434
- < span id ="cb5-2 "> < a href ="#cb5-2 "> </ a > < span class ="fu "> ggplot</ span > (mtcars, < span class ="fu "> aes</ span > (wt, mpg)) < span class ="sc "> +</ span > < span class ="fu "> geom_point</ span > ()</ span > </ code > < button title ="Copy to Clipboard " class ="code-copy-button "> < i class ="bi "> </ i > </ button > </ pre > </ div >
434
+ < div class ="sourceCode cell-code " id ="cb5 "> < pre class ="sourceCode numberSource r number-lines code-with-copy "> < code class ="sourceCode r "> < span id ="cb5-1 "> < a href =""> </ a > < span class ="fu "> library</ span > (ggplot2)</ span >
435
+ < span id ="cb5-2 "> < a href =""> </ a > < span class ="fu "> ggplot</ span > (mtcars, < span class ="fu "> aes</ span > (wt, mpg)) < span class ="sc "> +</ span > < span class ="fu "> geom_point</ span > ()</ span > </ code > < button title ="Copy to Clipboard " class ="code-copy-button "> < i class ="bi "> </ i > </ button > </ pre > </ div >
435
436
436
437
</ div >
437
438
< img data-src ="index_files/figure-revealjs/unnamed-chunk-4-1.png " width ="960 " class ="r-stretch "> </ section >
@@ -446,30 +447,32 @@ <h2>New slide</h2>
446
447
</ section > </ section >
447
448
< section id ="about " class ="title-slide slide level1 center ">
448
449
< h1 > About</ h1 >
449
- < div class ="quarto-layout-panel ">
450
+ < div class ="quarto-layout-panel " data-layout =" [0.38, -0.02, 0.60] " >
450
451
< div class ="quarto-layout-row quarto-layout-valign-center ">
451
- < div class ="quarto-layout-cell " style ="flex-basis: 38.0%;justify-content: center ; ">
452
+ < div class ="quarto-layout-cell " style ="flex-basis: 38.0%;justify-content: flex-start ; ">
452
453
< p > < img src ="https://github.com/mcanouil.png " class ="picture "> </ p >
453
454
</ div >
454
- < div class ="quarto-figure-spacer quarto-layout-cell " style ="flex-basis: 2.0%;justify-content: center ; ">
455
+ < div class ="quarto-figure-spacer quarto-layout-cell " style ="flex-basis: 2.0%;justify-content: flex-start ; ">
455
456
< p > </ p >
456
457
</ div >
457
- < div class ="quarto-layout-cell " style ="flex-basis: 60.0%;justify-content: center ; ">
458
+ < div class ="quarto-layout-cell " style ="flex-basis: 60.0%;justify-content: flex-start ; ">
458
459
< ul >
459
- < li > < a href ="https://mickael.canouil.fr/ " style ="text-decoration: none; "> mickael.canouil.fr</ a > </ li >
460
- < li > < a href ="
mailto:[email protected] "
style ="
text-decoration: none; "
> [email protected] </ a > </ li >
461
- < li > < a href ="https://www.linkedin.com/in/mickaelcanouil/ " style ="text-decoration: none; "> mickaelcanouil</ a > </ li >
462
- < li > < a href ="https://github.com/mcanouil/ " style ="text-decoration: none; "> @mcanouil</ a > </ li >
463
- < li > < a href ="https://twitter.com/MickaelCanouil/ " style ="text-decoration: none; "> @MickaelCanouil</ a > </ li >
464
- < li > < a href ="
https://fosstodon.org/@MickaelCanouil/ "
style ="
text-decoration: none; "
> @
[email protected] </ a > </ li >
460
+ < li > < a href ="https://mickael.canouil.fr/ " style ="text-decoration: none; "> {{< iconify fa6-solid house-chimney-user >}} mickael.canouil.fr</ a > </ li >
461
+ < li > < a href ="
mailto:[email protected] "
style ="
text-decoration: none; "
> {{< iconify fa6-solid envelope >}} [email protected] </ a > </ li >
462
+ < li > < a href ="https://www.linkedin.com/in/mickaelcanouil/ " style ="text-decoration: none; "> {{< iconify fa6-brands linkedin >}} mickaelcanouil</ a > </ li >
463
+ < li > < a href ="https://github.com/mcanouil/ " style ="text-decoration: none; "> {{< iconify fa6-brands github >}} @mcanouil</ a > </ li >
464
+ < li > < a href ="https://twitter.com/MickaelCanouil/ " style ="text-decoration: none; "> {{< iconify fa6-brands twitter >}} @MickaelCanouil</ a > </ li >
465
+ < li > < a href ="
https://fosstodon.org/@MickaelCanouil/ "
style ="
text-decoration: none; "
> {{< iconify fa6-brands mastodon >}} @
[email protected] </ a > </ li >
465
466
</ ul >
466
467
</ div >
467
468
</ div >
468
469
</ div >
470
+ < div class ="quarto-auto-generated-content ">
469
471
< p > < img src ="_extensions/mcanouil/coeos/coeos.svg " class ="slide-logo "> </ p >
470
472
< div class ="footer footer-default ">
471
473
< p > < a href ="https://mickael.canouil.fr/ "> mickael.canouil.fr</ a > | < a href ="https://creativecommons.org/licenses/by-sa/4.0/ "> License: CC-BY-SA-4.0</ a > </ p >
472
474
</ div >
475
+ </ div >
473
476
</ section >
474
477
</ div >
475
478
</ div >
@@ -497,7 +500,6 @@ <h1>About</h1>
497
500
Reveal . initialize ( {
498
501
'controlsAuto' : true ,
499
502
'previewLinksAuto' : false ,
500
- 'smaller' : false ,
501
503
'pdfSeparateFragments' : false ,
502
504
'autoAnimateEasing' : "ease" ,
503
505
'autoAnimateDuration' : 1 ,
@@ -796,10 +798,9 @@ <h1>About</h1>
796
798
// clear code selection
797
799
e . clearSelection ( ) ;
798
800
} ) ;
799
- function tippyHover ( el , contentFn ) {
801
+ function tippyHover ( el , contentFn , onTriggerFn , onUntriggerFn ) {
800
802
const config = {
801
803
allowHTML : true ,
802
- content : contentFn ,
803
804
maxWidth : 500 ,
804
805
delay : 100 ,
805
806
arrow : false ,
@@ -809,8 +810,17 @@ <h1>About</h1>
809
810
interactive : true ,
810
811
interactiveBorder : 10 ,
811
812
theme : 'light-border' ,
812
- placement : 'bottom-start'
813
+ placement : 'bottom-start' ,
813
814
} ;
815
+ if ( contentFn ) {
816
+ config . content = contentFn ;
817
+ }
818
+ if ( onTriggerFn ) {
819
+ config . onTrigger = onTriggerFn ;
820
+ }
821
+ if ( onUntriggerFn ) {
822
+ config . onUntrigger = onUntriggerFn ;
823
+ }
814
824
config [ 'offset' ] = [ 0 , 0 ] ;
815
825
config [ 'maxWidth' ] = 700 ;
816
826
window . tippy ( el , config ) ;
0 commit comments