scholar link fix

This commit is contained in:
Oliver Kennedy 2018-06-14 00:36:12 -05:00
parent c07bb2d843
commit 5c174d55d2

View file

@ -29,7 +29,7 @@ end
<% if defined? github %><a href="http://github.com/<%=github%>">GitHub</a><% end %>
<% if defined? twitter %><a href="http://twitter.com/<%=twitter%>">Twitter</a><% end %>
<% if use_gnusocial %><a href="https://<%=gnusocial[:host]%>/@<%=gnusocial[:account]%>">@<%=gnusocial[:account]%>@<%=gnusocial[:host]%></a><% end %>
<% if defined? scholar %><a href="http://scholar.google.com/citations?user=/<%=scholar%>">Google&nbsp;Scholar</a><% end %>
<% if defined? scholar %><a href="http://scholar.google.com/citations?user=<%=scholar%>">Google&nbsp;Scholar</a><% end %>
<% if defined? dblp %><a href="http://dblp.uni-trier.de/pers/<%=dblp%>">DBLP</a><% end %>
<% if defined? cv %><a href="<%=cv%>">CV</a><% end %>
</div>