summaryrefslogtreecommitdiffstats
path: root/2021/talks
diff options
context:
space:
mode:
Diffstat (limited to '2021/talks')
-rw-r--r--2021/talks/invoice.md2
-rw-r--r--2021/talks/structural.md7
-rw-r--r--2021/talks/ui.md7
3 files changed, 15 insertions, 1 deletions
diff --git a/2021/talks/invoice.md b/2021/talks/invoice.md
index 71efade9..d9deb359 100644
--- a/2021/talks/invoice.md
+++ b/2021/talks/invoice.md
@@ -13,7 +13,7 @@ Bala Ramadurai
[[!table header="no" class="speaker-details" data="""
Name pronunciation: | BA-lA
Pronouns: | he/his
-Homepage: | https://balaramadurai.net
+Homepage: | <https://balaramadurai.net>
Preferred contact info | <bala@balaramadurai.net>
"""]]
diff --git a/2021/talks/structural.md b/2021/talks/structural.md
index e11f46c9..4446d272 100644
--- a/2021/talks/structural.md
+++ b/2021/talks/structural.md
@@ -10,6 +10,13 @@ Ethan Leba
[[!inline pages="internal(2021/info/structural-schedule)" raw="yes"]]
+[[!table header="no" class="speaker-details" data="""
+Name pronunciation | E-than LEE-ba
+Pronouns | he/him
+Homepage | <https://ethan-leba.github.io/>
+Preferred contact info | <ethanleba5@gmail.com>
+"""]]
+
In this talk, I'll discuss a vision for how writing code could be, where the
editing operations map directly to the primitives of the language itself -- and
my humble attempt of implementing this vision. _tree-edit_ seeks to provides a
diff --git a/2021/talks/ui.md b/2021/talks/ui.md
index 3641efcb..f9657a31 100644
--- a/2021/talks/ui.md
+++ b/2021/talks/ui.md
@@ -10,6 +10,13 @@ Erik Anderson
[[!inline pages="internal(2021/info/ui-schedule)" raw="yes"]]
+[[!table header="no" class="speaker-details" data="""
+Name pronunciation: | ERR-ick ANN-dur-sun
+Pronouns: | he/him
+Homepage: | <https://ebpa.link>
+Preferred contact info: | erik@ebpa.link
+"""]]
+
Tui.el is a textual User Interface (UI) framework for Emacs Lisp
modeled after the popular JavaScript 'React' framework. This package
implements React Component API's with the goal of simplifying