diff options
Diffstat (limited to 'people.json')
-rw-r--r-- | people.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/people.json b/people.json index 750b69e..ae20e0a 100644 --- a/people.json +++ b/people.json @@ -19,6 +19,17 @@ ] }, { + "github": "alexanderjsummers", + "name": "Alex Summers", + "title": "Associate Professor of Computer Science, UBC", + "entries": [ + { + "name": "golden", + "link": "./entries/alexanderjsummers/scala/Fib.scala" + } + ] + }, + { "github": "braxtonhall", "name": "Braxton Hall", "title": "MSc, UBC", @@ -381,6 +392,10 @@ { "name": "haskell", "link": "./entries/zgrannan/Fib.hs" + }, + { + "name": "human in the loop", + "link": "./entries/zgrannan/fib.py" } ] }, |