Merge branch 'master' of gram.cse.buffalo.edu:ODIn/Website

pull/2/head
Oliver Kennedy 2022-07-07 10:52:00 -04:00
commit 39f042b36e
Signed by: okennedy
GPG Key ID: 3E5F9B3ABD3FDB60
5 changed files with 23 additions and 4 deletions

BIN
assets/people/nickbrown.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -18,7 +18,7 @@
},
"members" : {
"Oliver Kennedy" : {
"status" : "Assistant Professor",
"status" : "Associate Professor",
"ubit" : "okennedy",
"pic" : {
"file" : "https://odin.cse.buffalo.edu/assets/people/oliver.jpg",
@ -81,10 +81,16 @@
"ubit" : "carlnues"
},
"Nicholas Brown" : {
"status" : "BS",
"status" : "BA",
"projects" : ["astral"],
"joint_advisor" : false,
"ubit" : "njbrown4"
"ubit" : "njbrown4",
"pic" : {
"file" : "https://odin.cse.buffalo.edu/assets/people/nickbrown.png",
"width" : 200,
"height" : 200
},
"github" : "bicknrown"
},
"Caleb Levine" : {
"status" : "BS",

View File

@ -95,7 +95,14 @@
"TaPP" : {
"fullname" : "USENIX Workshop on Theory and Practice of Provenance",
"type" : "workshop",
"selectivity" : {
"2022" : 0.588235294 // Source: 'Town Hall' slides.
},
"years" : {
"2022" : {
"location" : "Philaelphia, PA, USA",
"date" : "June 17, 2022"
},
"2016" : {
"location" : "McLean, VA, USA",
"date" : "June 6-9, 2016"

View File

@ -0,0 +1,6 @@
---
title: Nicholas Brown
---
Nicholas Brown is a Computer Science student at the University at Buffalo.
See his <a href="https://bicknrown.com">website</a> for more update to date information and links.

View File

@ -19,7 +19,7 @@ end
<% if defined? status %>
<h5><%=
case status
when "PhD", "MS", "BS" then status + " student"
when "PhD", "MS", "BS", "BA" then status + " student"
else status
end
%></h5>