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

Lab meeting slides #42

Merged
merged 11 commits into from
Nov 4, 2024
1 change: 1 addition & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ website:
- members.qmd
- projects.qmd
- research.qmd
- presentations.qmd
- text: "ACT 2025"
href: act2025.qmd
- text: "Blog"
Expand Down
28 changes: 28 additions & 0 deletions presentations.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: "Lab Meetings"
image: assets/gatas_logo.png
listing:
- id: presentations
type: table
table-striped: true
table-hover: true
contents:
- presentations.yaml
sort:
- "date desc"
- "title desc"
categories: true
fields: [date, title, author, href]
sort-ui: [title,author,date]
filter-ui: [title,author,year]
page-size: 20
field-display-names:
date: "Date"
title: "Title"
author: "Presenter"
href: "Link"
---

Each week the GATAS Lab holds a lab meeting where one or two lab members gives a 30-60 minute presentation.
We use these presentations for practice talks or educating each other on open problems.
Here you can find a collection of previous talks.
56 changes: 56 additions & 0 deletions presentations.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
- title: "Discrete Exterior Calculus Tips & Tricks; Part 1"
author: "Luke Morris"
href: |-
<a href="https://github.com/AlgebraicJulia/Presentations/blob/main/_assets/slides_and_notes/2023_09_11_dec_tips_tricks.pdf" class="btn btn-secondary"><i class="bi bi-file-earmark-slides"></i></a>
date: "09/11/2023"
URL: "https://github.com/AlgebraicJulia/Presentations/blob/main/_assets/slides_and_notes/2023_09_11_dec_tips_tricks.pdf"

- title: "Chemical Reactions and the reasoning system in Chemistry"
author: "Wilmer Leal"
href: |-
<a href="https://github.com/AlgebraicJulia/Presentations/blob/main/_assets/slides_and_notes/2023_09_19_Leal_Chemical%20Reactions%20and%20the%20reasoning%20system%20in%20Chemistry.pdf" class="btn btn-secondary"><i class="bi bi-file-earmark-slides"></i></a>
date: "9/19/2023"
URL: "https://github.com/AlgebraicJulia/Presentations/blob/main/_assets/slides_and_notes/2023_09_19_Leal_Chemical%20Reactions%20and%20the%20reasoning%20system%20in%20Chemistry.pdf"

- title: "Dialectica Petri nets: A linear logic model of reaction systems"
author: "Wilmer Leal"
href: |-
<a href="https://github.com/AlgebraicJulia/Presentations/blob/main/_assets/slides_and_notes/2023_11_09_Leal_Gatas_meeting___Dialectica_Petri_nets-2.pdf" class="btn btn-secondary"><i class="bi bi-file-earmark-slides"></i></a>
date: "11/9/2023"
URL: "https://github.com/AlgebraicJulia/Presentations/blob/main/_assets/slides_and_notes/2023_11_09_Leal_Gatas_meeting___Dialectica_Petri_nets-2.pdf"

- title: "Discrete Exterior Calculus Tips & Tricks; Part 2"
author: "Luke Morris"
href: |-
<a href="https://github.com/AlgebraicJulia/Presentations/blob/main/_assets/slides_and_notes/2023_11_17_dec_2.pdf" class="btn btn-secondary"><i class="bi bi-file-earmark-slides"></i></a>
date: "11/17/2023"
URL: "https://github.com/AlgebraicJulia/Presentations/blob/main/_assets/slides_and_notes/2023_11_17_dec_2.pdf"

- title: "BuildKite: In My Daemon Node?"
author: "Matt Cuffaro"
href: |-
<a href="https://github.com/AlgebraicJulia/Presentations/blob/main/_assets/slides_and_notes/2024_02_05_matt_BuildKitePresentation.pdf" class="btn btn-secondary"><i class="bi bi-file-earmark-slides"></i></a>
date: "2/5/2024"
URL: "https://github.com/AlgebraicJulia/Presentations/blob/main/_assets/slides_and_notes/2024_02_05_matt_BuildKitePresentation.pdf"

- title: "Categorical Chemistry: The architecture of a chemical computer"
author: "Wilmer Leal"
href: |-
<a href="https://github.com/AlgebraicJulia/Presentations/blob/main/_assets/slides_and_notes/2024_03_03_Leal_Categorical%20Chemistry.pdf" class="btn btn-secondary"><i class="bi bi-file-earmark-slides"></i></a>
date: "3/3/2024"
URL: "https://github.com/AlgebraicJulia/Presentations/blob/main/_assets/slides_and_notes/2024_03_03_Leal_Categorical%20Chemistry.pdf"

- title: "CUDA.jl"
author: "George Rauta"
href: |-
<a href="https://github.com/AlgebraicJulia/Presentations/blob/main/_assets/slides_and_notes/2024_03_25_George%20Lab%20Presentation%20Spring%202024.pdf" class="btn btn-secondary"><i class="bi bi-file-earmark-slides"></i></a>
date: "3/25/2024"
URL: "https://github.com/AlgebraicJulia/Presentations/blob/main/_assets/slides_and_notes/2024_03_25_George%20Lab%20Presentation%20Spring%202024.pdf"


- title: "GATAS Lab Retreat Spring '24"
author: "Matt Cuffaro"
href: |-
<a href="https://github.com/AlgebraicJulia/Presentations/blob/main/_assets/slides_and_notes/2024_04_08_matt_labretreat.pdf" class="btn btn-block btn-secondary"><i class="bi bi-file-earmark-slides"></i></a>
date: "3/25/2024"
URL: "https://github.com/AlgebraicJulia/Presentations/blob/main/_assets/slides_and_notes/2024_04_08_matt_labretreat.pdf"
Loading