Skip to content

Latest commit

 

History

History
185 lines (131 loc) · 5.31 KB

File metadata and controls

185 lines (131 loc) · 5.31 KB
theme layout class backgroud authors meeting preTitle
./
cover
text-left
/ATLAS/ATLAS-Logo.png
First Author
Institution 1
Institution 2
Second Author
Institution 3
Third Author
Institution 1
Institution 3
presentation meeting
An Example Title

Don't explicitly put title on cover page 🥳

Put your own logo somewhere

<style scoped> #ATLAS { width: 180px; position: absolute; right: 3%; bottom: 4%; /* background-color: #2B90B6; background-image: linear-gradient(45deg, #4EC5D4 15%, #146b8c 50%); */ } </style>

layout: pageBar

What is Slidev?

Slidev is a slides maker and presenter designed for developers, consist of the following features

  • 📝 Text-based - focus on the content with Markdown, and then style them later
  • 🎨 Themable - theme can be shared and used with npm packages
  • 🧑‍💻 Developer Friendly - code highlighting, live coding with autocompletion
  • 🤹 Interactive - embedding Vue components to enhance your expressions
  • 🎥 Recording - built-in recording and camera view
  • 📤 Portable - export into PDF, PNGs, or even a hostable SPA
  • 🛠 Hackable - anything possible on a webpage


Read more about Why Slidev?


layout: pageBar

Navigation

Hover on the bottom-left corner to see the navigation's controls panel

Keyboard Shortcuts

space / tab / right next animation or slide
left / shiftspace previous animation or slide
up previous slide
down next slide

layout: pageBar

The Lagrangian

The mathematical formulation of the Standard Model of particle physics

The Standard Model of particle physics is a quantum field theory. Therefore, its fundamental elements are quantum fields and the excitations of these fields are identified as particles. All information is encoded in a compact description—the so-called ‘Lagrangian’ ( $\mathcal{L}$ ), which is an extremely compact notation.

In the physics classroom, however, it is very difficult to achieve a deep-level understanding because the required mathematics skills go far beyond high-school level. Hence, we will only treat the ultra-short Lagrangian as below: $$ \mathcal{L} = \color{#9d6fa5}{ -\frac{1}{4} F_{\mu\nu} F^{\mu\nu} } + \color{#c90024}{ i\bar{\psi} {\mathcal{D}}!!!!/ \psi } + \mathrm{h.c.} + \color{#296b4c}{ \psi_i y_{ij} \psi_j \phi } + \mathrm{h.c.} + \color{#4d45cc}{ |\mathcal{D}_{\mu} \phi |{ }^2 } - \color{#fe7b26}{ V(\phi) } $$

  • $F_{\mu\nu} F^{\mu\nu}$: This term is the scalar product of the field strength tensor $F_{\mu\nu}$ containing the mathematical encoding of all interaction particles except the Higgs boson. It contains the necessary formulation for these particles to even exist, and describes how they interact with each other.
  • $i\bar{\psi} {\mathcal{D}}!!!!/ \psi$: This term describes how interaction particles interact with matter particles. The fields $\psi$ and $\bar{\psi}$ describe (anti)quarks and (anti)leptons.
  • $\psi_i y_{ij} \psi_j \phi$: This term describes how matter particles couple to the Brout–Englert–Higgs field $\psi$ and thereby obtain mass.
  • $|\mathcal{D}_{\mu} \phi |{ }^2$: This term describes how the interaction particles couple to the BEH field. This applies only to the interaction particles of the weak interaction ($W^{\pm}, Z$), which thereby obtain their mass.
  • $V(\phi)$: This term describes the potential of the BEH field.
<style scoped> .slidev-layout blockquote { font-size: 1rem; } li { margin-top: 0.25rem; margin-bottom: 0.25rem; } </style>

layout: pageBar

2-D Plotly Examples

Two 2D plots for display

Try to interact with the graphs 🥰


layout: pageBar

3-D Plotly Examples

Two 3D plots for display

Try to interact with the graphs 🥰


layout: center class: "text-center"

Learn More

Documentations / GitHub Repo


layout: pageBar