Updated Alumni, Papers

pull/1/head
Oliver Kennedy 2018-08-23 11:27:27 -04:00
parent 92300bca9b
commit edeb9d7b85
3 changed files with 33 additions and 28 deletions

View File

@ -38,19 +38,6 @@
},
"orcid" : "0000-0002-3092-9975"
},
"Gökhan Kul" : {
"status" : "PhD",
"projects" : ["insider-threats", "pocketdata"],
"ubit" : "gokhanku",
"advisor" : ["Shambhu Upadhyaya"],
"link" : "http://www.cse.buffalo.edu/~gokhanku/",
"joint_advisor": true,
"pic" : {
"file" : "https://www.cse.buffalo.edu/~gokhanku/gokhankul.png",
"width" : 150,
"height" : 150
}
},
"Duc Thanh Luong" : {
"status" : "PhD",
"projects" : ["insider-threats"],
@ -105,20 +92,6 @@
"height" : 292
}
},
"Gourab Mitra" : {
"status" : "MS",
"projects" : ["pocketdata"],
"joint_advisor" : true,
"advisor" : ["Luke Ziarek"],
"ubit" : "gourabmi",
"link" : "https://about.me/gourabmitra",
"pic" : {
"file" : "https://odin.cse.buffalo.edu/assets/people/gourab.png",
"width" : 200,
"height" : 267
}
},
"Darshana Balakrishnan" : {
"status" : "PhD",
"projects" : ["astral"],
@ -194,6 +167,38 @@
"Beda Hammerschmidt"
],
"alumni" : {
"Gökhan Kul" : {
"degree" : "PhD",
"year" : 2018,
"position" : "Assistant Professor",
"company" : "Delaware State University",
"projects" : ["insider-threats", "pocketdata"],
"ubit" : "gokhanku",
"advisor" : ["Shambhu Upadhyaya"],
"link" : "http://www.cse.buffalo.edu/~gokhanku/",
"joint_advisor": true,
"pic" : {
"file" : "https://www.cse.buffalo.edu/~gokhanku/gokhankul.png",
"width" : 150,
"height" : 150
}
},
"Gourab Mitra" : {
"degree" : "MS",
"year" : "2018",
"projects" : ["pocketdata", "mimir"],
"position" : "Software Engineer",
"company" : "Datometry",
"joint_advisor" : true,
"advisor" : ["Luke Ziarek"],
"ubit" : "gourabmi",
"link" : "https://about.me/gourabmitra",
"pic" : {
"file" : "https://odin.cse.buffalo.edu/assets/people/gourab.png",
"width" : 200,
"height" : 267
}
},
"Ankur Upadhyay" : {
"degree" : "MS-Thesis",
"year" : 2014,

View File

@ -10,7 +10,7 @@ module ImageSmith
puts "Render #{source}"
temp_file = nil
if source.start_with?("http") then
temp_file = Tempfile.new("img")
temp_file = Tempfile.new("img")zzz
open(source) do |f|
temp_file.write(f.read)
end

Binary file not shown.