Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMDL 2025 presentation first iteration #157

Merged
merged 5 commits into from
Jan 13, 2025
Merged

AMDL 2025 presentation first iteration #157

merged 5 commits into from
Jan 13, 2025

Conversation

juanitorduz
Copy link
Owner

@juanitorduz juanitorduz commented Jan 13, 2025

https://2025.appliedmldays.org/programme-live-1

Summary by Sourcery

New Features:

  • Add support for chalkboard plugin to allow adding handwritten notes to presentations.

Copy link

sourcery-ai bot commented Jan 13, 2025

Reviewer's Guide by Sourcery

This pull request introduces the first iteration of the AMDL 2025 presentation. It includes the addition of necessary CSS and JavaScript files for chalkboard functionality and the creation of the initial HTML structure for the presentation.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Added CSS for Font Awesome icons.
  • Added CSS rules for Font Awesome icons compatibility with Reveal.js chalkboard plugin.
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/reveal-chalkboard/font-awesome/css/v4-shims.css
Added JavaScript plugin for chalkboard functionality.
  • Added JavaScript code for chalkboard features, including drawing, erasing, color selection, and storage.
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/reveal-chalkboard/plugin.js
Created the main presentation HTML file.
  • Created the HTML structure for the presentation, including title, outline, content sections, and necessary scripts and stylesheets.
Presentations/amld_2025/amld_2025.html
Added speaker view HTML for notes.
  • Added HTML for the speaker view, including current slide, upcoming slide, timer, clock, and notes section.
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/notes/speaker-view.html
Added markdown plugin.
  • Added JavaScript code for parsing markdown content within the presentation.
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/markdown/plugin.js
Added highlight plugin.
  • Added JavaScript code for syntax highlighting within the presentation.
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/highlight/plugin.js
Added Quarto support plugin.
  • Added JavaScript code for Quarto-specific features and integrations.
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/quarto-support/support.js
Added line highlight plugin.
  • Added JavaScript code for line highlighting within code blocks.
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/quarto-line-highlight/line-highlight.js
Added reveal menu plugin files.
  • Added CSS and JavaScript files for the Reveal.js menu plugin.
  • Added configuration file for the menu plugin.
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/reveal-menu/menu.css
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/reveal-menu/quarto-menu.css
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/reveal-menu/menu.js
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/reveal-menu/quarto-menu.js
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/reveal-menu/plugin.yml
Added reveal chalkboard plugin files.
  • Added CSS for chalkboard styling.
  • Added README file for the chalkboard plugin.
  • Added configuration file for the chalkboard plugin.
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/reveal-chalkboard/style.css
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/reveal-chalkboard/README.md
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/reveal-chalkboard/plugin.yml
Added PDF export plugin.
  • Added JavaScript code for PDF export functionality.
  • Added configuration file for the PDF export plugin.
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/pdf-export/pdfexport.js
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/pdf-export/plugin.yml
Added Quarto line highlight plugin files.
  • Added CSS for line highlighting.
  • Added JavaScript code for line highlighting.
  • Added configuration file for line highlighting.
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/quarto-line-highlight/line-highlight.css
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/quarto-line-highlight/line-highlight.js
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/quarto-line-highlight/plugin.yml
Added zoom plugin.
  • Added JavaScript code for zoom functionality in the presentation.
  • Added ES module version of the zoom plugin.
  • Added standard JavaScript version of the zoom plugin.
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/zoom/plugin.js
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/zoom/zoom.esm.js
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/zoom/zoom.js
Added search plugin.
  • Added JavaScript code for search functionality within the presentation.
  • Added ES module version of the search plugin.
  • Added standard JavaScript version of the search plugin.
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/search/plugin.js
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/search/search.esm.js
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/search/search.js
Added math plugin.
  • Added KaTeX support for math rendering.
  • Added MathJax2 support for math rendering.
  • Added MathJax3 support for math rendering.
  • Added main math plugin file.
  • Added ES module version of the math plugin.
  • Added standard JavaScript version of the math plugin.
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/math/katex.js
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/math/mathjax2.js
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/math/mathjax3.js
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/math/plugin.js
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/math/math.esm.js
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/math/math.js
Added notes plugin.
  • Added JavaScript code for handling speaker notes.
Presentations/amld_2025/amld_2025_files/libs/revealjs/plugin/notes/plugin.js

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@juanitorduz juanitorduz merged commit 7110a85 into master Jan 13, 2025
1 check passed
@juanitorduz juanitorduz deleted the amdl-2025 branch January 13, 2025 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant