Skip to content

Commit 08ac241

Browse files
committed
add a new author(@syungb) to db
1 parent 4969b2f commit 08ac241

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

site/db.edn

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,14 @@
6262
:image "https://avatars.githubusercontent.com/u/11580?v=4"
6363
:email "samumbach@gmail.com"
6464
:affiliation [:clojurecamp]
65-
:links [{:icon "github" :href "https://github.com/samumbach"}]}]
65+
:links [{:icon "github" :href "https://github.com/samumbach"}]}
66+
{:id :syungb
67+
:name "Siyoung Byun"
68+
:url "https://github.com/syungb"
69+
:image "https://avatars.githubusercontent.com/u/1319016?v=4"
70+
:email "syungb@gmail.com"
71+
:affiliation [:scicloj]
72+
:links [{:icon "github" :href "https://github.com/syungb"}]}]
6673

6774
:affiliation
6875
[{:id :clojure.core

0 commit comments

Comments
 (0)