diff --git a/pages/talks.go b/pages/talks.go index fe77bbf..1ceef55 100644 --- a/pages/talks.go +++ b/pages/talks.go @@ -25,6 +25,13 @@ func Talks(c echo.Context) error { Tags: []string{"golang", "htmx", "ssr"}, Date: "February 01, 2024", }, + { + Name: "Introduction to Social Network Analysis (SNA)", + Description: "Understanding Relationships in Social Structures", + Href: "/public/files/Understanding_Relationships_in_Social_Structures.pdf", + Tags: []string{"graohs", "social", "lecture"}, + Date: "October 08, 2024", + }, } props := TalkProps{ diff --git a/public/files/Understanding_Relationships_in_Social_Structures.pdf b/public/files/Understanding_Relationships_in_Social_Structures.pdf new file mode 100644 index 0000000..7a545dc Binary files /dev/null and b/public/files/Understanding_Relationships_in_Social_Structures.pdf differ