Skip to content

Commit 7ea50c6

Browse files
authored
Merge pull request #7 from netverify/add-todd
add todd; fix twitter
2 parents 23410f7 + 32f6f99 commit 7ea50c6

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ authors:
3232
avatar: /assets/images/ryan-beckett.jpg
3333
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."
3434

35+
todd:
36+
name: Todd Millstein
37+
site: http://web.cs.ucla.edu/~todd/
38+
avatar: /assets/images/todd-millstein.jpg
39+
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."
40+
3541
# Defaults
3642
defaults:
3743

_pages/authors-list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h4 class="text-dark mb-0"> {{ author[1].name }} </h4>
2020
</a>
2121
<div class="icon-block mt-3 d-flex justify-content-between">
2222
<div>
23-
<a target="_blank" href="{{ author[1].twitter }}"><i class="fab fa-twitter text-muted" aria-hidden="true"></i></a> &nbsp;
23+
<a target="_blank" href="{{ https://twitter.com/author[1].twitter }}"><i class="fab fa-twitter text-muted" aria-hidden="true"></i></a> &nbsp;
2424
<a target="_blank" href="{{ author[1].site }}"><i class="fa fa-globe text-muted" aria-hidden="true"></i></a> &nbsp;
2525
</div>
2626
</div>

assets/images/todd-millstein.jpg

21.1 KB
Loading

0 commit comments

Comments
 (0)