Skip to content

Commit

Permalink
clean up provided topics
Browse files Browse the repository at this point in the history
  • Loading branch information
kweav committed Oct 9, 2024
1 parent a44afe1 commit 4b7ae66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/topic_interest.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ expanded <- rbind(
"a presentation dedicated to Jupyter Notebook-based resources" = "Jupyter Notebook-based resources", #simplify
"or a presentation on how new technologies can improve existing tools (eg how Rust can be used to speed up tools likegeapy)" = "how new technologies can improve existing tools (eg how Rust can be used to speed up tools like gseapy)", #simplify
"or current \"hot topics\" (eg knowleg graphs" = "knowledge graphs", #simplify
"computer vision)" = "computer vision"))
"computer vision)" = "computer vision"),
TopicsOfInterest = na_if(TopicsOfInterest, "")) %>%
drop_na()
)
kableExtra::kable(expanded, table.attr = "style='width:20%;'")
Expand Down

0 comments on commit 4b7ae66

Please sign in to comment.