Skip to content

Commit

Permalink
Notes for nuclear physics
Browse files Browse the repository at this point in the history
  • Loading branch information
Einlar committed May 21, 2024
1 parent 17eae7a commit 16c7a2e
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 1 deletion.
Binary file added public/notes/Fisica_Nucleare_2014.pdf
Binary file not shown.
Binary file added public/notes/Nuclear_Physics_2018.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function SearchBar({ searchList }: Props) {
() =>
new Fuse(searchList, {
keys: [
"title",
"description",
"data.course",
"data.year",
"data.professor",
Expand Down
14 changes: 14 additions & 0 deletions src/content/notes/nuclear-physics-2014.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
authors:
- Leonardo Pacciani Mori
pubDatetime: 2020-10-20T00:00:00
course: Nuclear Physics
year: 2014
professor: Andrea Vitturi, Donatella Lucchesi
---

Corso in Fisica Nucleare della Laurea Triennale

## Links

- [Download (PDF)](/public/notes/Fisica_Nucleare_2014.pdf)
14 changes: 14 additions & 0 deletions src/content/notes/nuclear-physics-2018.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
authors:
- Jacopo Tissino
pubDatetime: 2020-10-22T00:00:00
course: Nuclear Physics
year: 2018
professor: Lorenzo Fortunato
---

Rather brief handbook for the Nuclear physics course.

## Links

- [Download (PDF)](/public/notes/Nuclear_Physics_2018.pdf)

0 comments on commit 16c7a2e

Please sign in to comment.