Skip to content

Commit d392651

Browse files
add AUB course on formal verification
1 parent 6b427b7 commit d392651

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

data/courses.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@
1717
# a general subject (`mathematics`, `logic`, `computer science`).
1818
#
1919
# This list is not ordered. Add new entries wherever you want.
20+
- name: "Introduction to Formal Verification & Proof Assistants"
21+
instructor: Daniel Dia, Nadim Kobeissi
22+
institution: American University of Beirut
23+
year: 2026
24+
lean_version: 4
25+
tags: ['computer science','mathematics','formal verification']
26+
summary: >
27+
Introducing formal verification and proof assistants to undergraduate engineering and mathematics students. It covers dependent type theory, functional programming, operational semantics, and it applies the concepts to hands-on examples from high-assurance cryptography, metaprogramming, and formalization of mathematics.
28+
website: https://danieldia-dev.github.io/proofs/
29+
repo: https://github.com/danieldia-dev/proof101-problems
2030
- name: "Formal Proofs and Software Verification"
2131
instructor: Alexandre Rademaker
2232
institution: Fundação Getulio Vargas

0 commit comments

Comments
 (0)