Skip to content

Commit

Permalink
feat: Dump files from Belle II talk and 2021 CAT talk
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Apr 11, 2023
1 parent 40e415e commit af26345
Show file tree
Hide file tree
Showing 153 changed files with 1,352,819 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: Deploy GitHub Pages

on:
push:
# branches: ["main"]
# tags: [v*]
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: true

jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Pages
uses: actions/configure-pages@v2

- name: Setup build for deployment
run: |
mkdir -p _build
cp -r assets _build/
cp -r figures _build/
cp index.html _build/
cp talk.md _build/
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: '_build'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
17 changes: 17 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
makefile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
dir_path := $(dir $(makefile_path))
current_dir := $(notdir $(patsubst %/,%,$(dir_path)))

default: decktape

all: decktape

decktape: talk.md
docker run --rm -v ${dir_path}:/slides/ astefanutti/decktape:3.4.1 \
https://matthewfeickert-talks.github.io/${current_dir}/index.html \
talk.pdf

decktape_local: talk.md
docker run --rm -t --net=host -v ${dir_path}:/slides astefanutti/decktape:3.4.1 \
http://localhost:8001 \
localhost_draft.pdf
1 change: 1 addition & 0 deletions assets/auto-render.min.js

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

Binary file added assets/fonts/FontAwesome.otf
Binary file not shown.
Binary file added assets/fonts/KaTeX_AMS-Regular.eot
Binary file not shown.
Binary file added assets/fonts/KaTeX_AMS-Regular.ttf
Binary file not shown.
Binary file added assets/fonts/KaTeX_AMS-Regular.woff
Binary file not shown.
Binary file added assets/fonts/KaTeX_AMS-Regular.woff2
Binary file not shown.
Binary file added assets/fonts/KaTeX_Caligraphic-Bold.eot
Binary file not shown.
Binary file added assets/fonts/KaTeX_Caligraphic-Bold.ttf
Binary file not shown.
Binary file added assets/fonts/KaTeX_Caligraphic-Bold.woff
Binary file not shown.
Binary file added assets/fonts/KaTeX_Caligraphic-Bold.woff2
Binary file not shown.
Binary file added assets/fonts/KaTeX_Caligraphic-Regular.eot
Binary file not shown.
Binary file added assets/fonts/KaTeX_Caligraphic-Regular.ttf
Binary file not shown.
Binary file added assets/fonts/KaTeX_Caligraphic-Regular.woff
Binary file not shown.
Binary file added assets/fonts/KaTeX_Caligraphic-Regular.woff2
Binary file not shown.
Binary file added assets/fonts/KaTeX_Fraktur-Bold.eot
Binary file not shown.
Binary file added assets/fonts/KaTeX_Fraktur-Bold.ttf
Binary file not shown.
Binary file added assets/fonts/KaTeX_Fraktur-Bold.woff
Binary file not shown.
Binary file added assets/fonts/KaTeX_Fraktur-Bold.woff2
Binary file not shown.
Binary file added assets/fonts/KaTeX_Fraktur-Regular.eot
Binary file not shown.
Binary file added assets/fonts/KaTeX_Fraktur-Regular.ttf
Binary file not shown.
Binary file added assets/fonts/KaTeX_Fraktur-Regular.woff
Binary file not shown.
Binary file added assets/fonts/KaTeX_Fraktur-Regular.woff2
Binary file not shown.
Binary file added assets/fonts/KaTeX_Main-Bold.eot
Binary file not shown.
Binary file added assets/fonts/KaTeX_Main-Bold.ttf
Binary file not shown.
Binary file added assets/fonts/KaTeX_Main-Bold.woff
Binary file not shown.
Binary file added assets/fonts/KaTeX_Main-Bold.woff2
Binary file not shown.
Binary file added assets/fonts/KaTeX_Main-Italic.eot
Binary file not shown.
Binary file added assets/fonts/KaTeX_Main-Italic.ttf
Binary file not shown.
Binary file added assets/fonts/KaTeX_Main-Italic.woff
Binary file not shown.
Binary file added assets/fonts/KaTeX_Main-Italic.woff2
Binary file not shown.
Binary file added assets/fonts/KaTeX_Main-Regular.eot
Binary file not shown.
Binary file added assets/fonts/KaTeX_Main-Regular.ttf
Binary file not shown.
Binary file added assets/fonts/KaTeX_Main-Regular.woff
Binary file not shown.
Binary file added assets/fonts/KaTeX_Main-Regular.woff2
Binary file not shown.
Binary file added assets/fonts/KaTeX_Math-BoldItalic.eot
Binary file not shown.
Binary file added assets/fonts/KaTeX_Math-BoldItalic.ttf
Binary file not shown.
Binary file added assets/fonts/KaTeX_Math-BoldItalic.woff
Binary file not shown.
Binary file added assets/fonts/KaTeX_Math-BoldItalic.woff2
Binary file not shown.
Binary file added assets/fonts/KaTeX_Math-Italic.eot
Binary file not shown.
Binary file added assets/fonts/KaTeX_Math-Italic.ttf
Binary file not shown.
Binary file added assets/fonts/KaTeX_Math-Italic.woff
Binary file not shown.
Binary file added assets/fonts/KaTeX_Math-Italic.woff2
Binary file not shown.
Binary file added assets/fonts/KaTeX_Math-Regular.eot
Binary file not shown.
Binary file added assets/fonts/KaTeX_Math-Regular.ttf
Binary file not shown.
Binary file added assets/fonts/KaTeX_Math-Regular.woff
Binary file not shown.
Binary file added assets/fonts/KaTeX_Math-Regular.woff2
Binary file not shown.
Binary file added assets/fonts/KaTeX_SansSerif-Bold.eot
Binary file not shown.
Binary file added assets/fonts/KaTeX_SansSerif-Bold.ttf
Binary file not shown.
Binary file added assets/fonts/KaTeX_SansSerif-Bold.woff
Binary file not shown.
Binary file added assets/fonts/KaTeX_SansSerif-Bold.woff2
Binary file not shown.
Binary file added assets/fonts/KaTeX_SansSerif-Italic.eot
Binary file not shown.
Binary file added assets/fonts/KaTeX_SansSerif-Italic.ttf
Binary file not shown.
Binary file added assets/fonts/KaTeX_SansSerif-Italic.woff
Binary file not shown.
Binary file added assets/fonts/KaTeX_SansSerif-Italic.woff2
Binary file not shown.
Binary file added assets/fonts/KaTeX_SansSerif-Regular.eot
Binary file not shown.
Binary file added assets/fonts/KaTeX_SansSerif-Regular.ttf
Binary file not shown.
Binary file added assets/fonts/KaTeX_SansSerif-Regular.woff
Binary file not shown.
Binary file added assets/fonts/KaTeX_SansSerif-Regular.woff2
Binary file not shown.
Binary file added assets/fonts/KaTeX_Script-Regular.eot
Binary file not shown.
Binary file added assets/fonts/KaTeX_Script-Regular.ttf
Binary file not shown.
Binary file added assets/fonts/KaTeX_Script-Regular.woff
Binary file not shown.
Binary file added assets/fonts/KaTeX_Script-Regular.woff2
Binary file not shown.
Binary file added assets/fonts/KaTeX_Size1-Regular.eot
Binary file not shown.
Binary file added assets/fonts/KaTeX_Size1-Regular.ttf
Binary file not shown.
Binary file added assets/fonts/KaTeX_Size1-Regular.woff
Binary file not shown.
Binary file added assets/fonts/KaTeX_Size1-Regular.woff2
Binary file not shown.
Binary file added assets/fonts/KaTeX_Size2-Regular.eot
Binary file not shown.
Binary file added assets/fonts/KaTeX_Size2-Regular.ttf
Binary file not shown.
Binary file added assets/fonts/KaTeX_Size2-Regular.woff
Binary file not shown.
Binary file added assets/fonts/KaTeX_Size2-Regular.woff2
Binary file not shown.
Binary file added assets/fonts/KaTeX_Size3-Regular.eot
Binary file not shown.
Binary file added assets/fonts/KaTeX_Size3-Regular.ttf
Binary file not shown.
Binary file added assets/fonts/KaTeX_Size3-Regular.woff
Binary file not shown.
Binary file added assets/fonts/KaTeX_Size3-Regular.woff2
Binary file not shown.
Binary file added assets/fonts/KaTeX_Size4-Regular.eot
Binary file not shown.
Binary file added assets/fonts/KaTeX_Size4-Regular.ttf
Binary file not shown.
Binary file added assets/fonts/KaTeX_Size4-Regular.woff
Binary file not shown.
Binary file added assets/fonts/KaTeX_Size4-Regular.woff2
Binary file not shown.
Binary file added assets/fonts/KaTeX_Typewriter-Regular.eot
Binary file not shown.
Binary file added assets/fonts/KaTeX_Typewriter-Regular.ttf
Binary file not shown.
Binary file added assets/fonts/KaTeX_Typewriter-Regular.woff
Binary file not shown.
Binary file added assets/fonts/KaTeX_Typewriter-Regular.woff2
Binary file not shown.
Binary file added assets/fonts/fontawesome-webfont.eot
Binary file not shown.

0 comments on commit af26345

Please sign in to comment.