Grants and initial GNUSocial integration

This commit is contained in:
Oliver Kennedy 2017-11-12 17:06:19 -05:00
parent 55ce8b183f
commit b22c549cfc
3 changed files with 7 additions and 4 deletions

View file

@ -1,14 +1,14 @@
[
{ "title" : "IIS: SMALL: Databases for IoT",
{ "title" : "III: SMALL: Databases for IoT",
"agency" : "NSF: CISE: IIS: III",
"role" : "Co-PI",
"amount" : 493964,
"effort" : "50%",
"status" : "submitted",
"start" : "01/2018", "end" : "12/2020",
"start" : "01/01/2019", "end" : "12/31/2021",
"type" : "gift",
"supports" : ["Saurav Singhi", "Darshana Balakrishnan"],
"commitment" : { "summer" : 0.58 },
"commitment" : { "summer" : 0.75 },
"urls" : {
}
},

View file

@ -9,7 +9,7 @@
"height" : 346
},
"github" : "okennedy",
"twitter" : "xthemage",
"gnusocial" : "@okennedy@social.xthemage.net",
"scholar" : "9Q9tiCsAAAAJ",
"dblp" : "hd/k/Kennedy:Oliver",
"cv" : "https://odin.cse.buffalo.edu/artifacts/okennedy.pdf",

View file

@ -23,6 +23,9 @@ name = if defined? name then name else "A Mysterious Stranger" end
<div class="links">
<% 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 defined? gnusocial
prefix, account, host = gnusocial.split(/@/)
%><a href="https://<%=host%>/@<%=account%>">@<%=account%></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 %>