Skip to content

Commit

Permalink
update slides
Browse files Browse the repository at this point in the history
  • Loading branch information
embruna committed Apr 15, 2024
1 parent bab52d2 commit edf1300
Show file tree
Hide file tree
Showing 42 changed files with 428 additions and 261 deletions.
6 changes: 1 addition & 5 deletions cv_workshop.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ include-in-header:

These Slides can be found at:

[`github.com/BrunaLab/cv_workshop`](github.com/BrunaLab/cv_workshop)

or

[`https://brunalab.github.io/cv_workshop/slides/index.html`](https://brunalab.github.io/cv_workshop/cv_workshop.html)
[`https://brunalab.github.io/cv_workshop/slides/index.html`](https://brunalab.github.io/cv_workshop/slides/cv_workshop.html)

------------------------------------------------------------------------

Expand Down
195 changes: 105 additions & 90 deletions slides/cv_workshop.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion slides/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"href": "cv_workshop.html#before-we-start",
"title": "UF-SACNAS",
"section": "Before we start",
"text": "Before we start\nThese Slides can be found at:\ngithub.com/BrunaLab/cv_workshop\nor\nhttps://brunalab.github.io/cv_workshop/slides/index.html"
"text": "Before we start\nThese Slides can be found at:\nhttps://brunalab.github.io/cv_workshop/slides/index.html"
},
{
"objectID": "cv_workshop.html#what-is-a-cv-and-what-is-it-for",
Expand Down
4 changes: 2 additions & 2 deletions slides/site_libs/clipboard/clipboard.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions slides/site_libs/quarto-html/light-border.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions slides/site_libs/quarto-html/quarto-syntax-highlighting.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions slides/site_libs/revealjs/dist/reveal.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions slides/site_libs/revealjs/dist/reveal.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion slides/site_libs/revealjs/dist/reveal.esm.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions slides/site_libs/revealjs/dist/reveal.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion slides/site_libs/revealjs/dist/reveal.js.map

Large diffs are not rendered by default.

Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
4 changes: 2 additions & 2 deletions slides/site_libs/revealjs/dist/theme/quarto.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions slides/site_libs/revealjs/plugin/highlight/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const Plugin = {

var scrollState = { currentBlock: block };

// If there is at least one highlight step, generate
// If there is more than one highlight step, generate
// fragments
var highlightSteps = Plugin.deserializeHighlightSteps( block.getAttribute( 'data-line-numbers' ) );
if( highlightSteps.length > 1 ) {
Expand Down Expand Up @@ -142,7 +142,7 @@ const Plugin = {

} );

block.removeAttribute( 'data-fragment-index' )
block.removeAttribute( 'data-fragment-index' );
block.setAttribute( 'data-line-numbers', Plugin.serializeHighlightSteps( [ highlightSteps[0] ] ) );

}
Expand Down
2 changes: 1 addition & 1 deletion slides/site_libs/revealjs/plugin/markdown/markdown.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion slides/site_libs/revealjs/plugin/markdown/markdown.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion slides/site_libs/revealjs/plugin/markdown/plugin.js
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* of external markdown documents.
*/

import marked from 'marked'
import { marked } from 'marked';

const DEFAULT_SLIDE_SEPARATOR = '\r?\n---\r?\n',
DEFAULT_NOTES_SEPARATOR = 'notes?:',
Expand Down
Empty file modified slides/site_libs/revealjs/plugin/math/katex.js
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion slides/site_libs/revealjs/plugin/math/math.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion slides/site_libs/revealjs/plugin/math/math.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion slides/site_libs/revealjs/plugin/math/mathjax3.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const MathJax3 = () => {
let revealOptions = deck.getConfig().mathjax3 || {};
let options = {...defaultOptions, ...revealOptions};
options.tex = {...defaultOptions.tex, ...revealOptions.tex}
options.options = {...options.options, ...defaultOptions.options}
options.options = {...defaultOptions.options, ...revealOptions.options}
options.startup = {...defaultOptions.startup, ...revealOptions.startup}

let url = options.mathjax || 'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js';
Expand Down
2 changes: 1 addition & 1 deletion slides/site_libs/revealjs/plugin/notes/notes.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion slides/site_libs/revealjs/plugin/notes/notes.js

Large diffs are not rendered by default.

Loading

0 comments on commit edf1300

Please sign in to comment.