diff --git a/_config.yml b/_config.yml index 46295dd..b89a18d 100644 --- a/_config.yml +++ b/_config.yml @@ -32,6 +32,12 @@ authors: avatar: /assets/images/ryan-beckett.jpg bio: "Ryan Beckett is a Computer Scientist in the Mobility and Networking research group at Microsoft. He holds a PhD from Princeton in Computer Science as well as a B.S. in Computer Science and a B.A. in Mathematics from the University of Virginia." + todd: + name: Todd Millstein + site: http://web.cs.ucla.edu/~todd/ + avatar: /assets/images/todd-millstein.jpg + bio: "Todd Millstein is a Professor of Computer Science at UCLA, as well as a Co-founder and Chief Scientist at Intentionet. He has also been an Academic Visitor at Oxford University, a Visiting Researcher at Microsoft Research, and a Visiting Fellow at Princeton University. Todd received a Ph.D. from the University of Washington and an A.B. from Brown University, both in Computer Science." + # Defaults defaults: diff --git a/_pages/authors-list.html b/_pages/authors-list.html index fd3bf35..4859852 100644 --- a/_pages/authors-list.html +++ b/_pages/authors-list.html @@ -20,7 +20,7 @@

{{ author[1].name }}

-   +    
diff --git a/assets/images/todd-millstein.jpg b/assets/images/todd-millstein.jpg new file mode 100644 index 0000000..4357aed Binary files /dev/null and b/assets/images/todd-millstein.jpg differ