Skip to content

Commit

Permalink
Set author and contributor lists
Browse files Browse the repository at this point in the history
  • Loading branch information
papamarkou committed Aug 6, 2024
1 parent ac086f5 commit 0bf1968
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Topological Deep Learning: Going Beyond Graph Data"
author: "Mustafa Hajij, Theodore Papamarkou, Ghada Zamzmi, Nina Miolane, Aldo Guzmán-Sáenz, Karthikeyan Natesan Ramamurthy, Tolga Birdal, Tamal K. Dey, Soham Mukherjee, Shreyas N. Samaga, Neal Livesay, Robin Walters, Paul Rosen, Michael T. Schaub"
author: "Mustafa Hajij, Theodore Papamarkou, Ghada Zamzmi, Karthikeyan Natesan Ramamurthy, Tolga Birdal, Michael T. Schaub"
date: "`r Sys.Date()`"
documentclass: krantz
bibliography: [bib/main.bib, bib/related-work.bib, bib/appendix.bib]
Expand Down Expand Up @@ -28,6 +28,10 @@ lapply(c('xfun'), function(pkg) {
})
```

# Contributors {-}

Along with the co-authors, the following contributors have made various contributions to the writing up of this book: *Nina Miolane, Aldo Guzmán-Sáenz, Tamal K. Dey, Soham Mukherjee, Shreyas N. Samaga, Neal Livesay, Robin Walters, Paul Rosen*.

# Preface {-}

Topological deep learning is a rapidly growing field that pertains to the development of deep learning models for data supported on topological domains such as simplicial complexes, cell complexes, and hypergraphs, which generalize many domains encountered in scientific computations. In this paper, we present a unifying deep learning framework built upon a richer data structure that includes widely adopted topological domains.
Expand Down

0 comments on commit 0bf1968

Please sign in to comment.