We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4969b2f commit 08ac241Copy full SHA for 08ac241
1 file changed
site/db.edn
@@ -62,7 +62,14 @@
62
:image "https://avatars.githubusercontent.com/u/11580?v=4"
63
:email "samumbach@gmail.com"
64
:affiliation [:clojurecamp]
65
- :links [{:icon "github" :href "https://github.com/samumbach"}]}]
+ :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"}]}]
73
74
:affiliation
75
[{:id :clojure.core
0 commit comments