Template
1
0
Fork 0

Added my CMPT 868 lecture

This commit is contained in:
Atridad Lahiji 2024-10-23 00:44:50 -06:00
parent e79fe3d9ac
commit 8f451a0177
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438
2 changed files with 7 additions and 0 deletions

View file

@ -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{