Moved Niccolo's page and added alumni links

- Moved page to static/nmeneghetti & /people/niccolo_meneghetti
 - people/index.html now includes links for alumni
 - Updated Niccolo's link.
pull/1/head
Oliver Kennedy 2017-06-05 09:26:45 -04:00
parent ab412a37eb
commit b58882f6b8
34 changed files with 9 additions and 3 deletions

View File

@ -110,7 +110,9 @@ site :odin_lab, out: "build" do
])
add_static("slides", "slides")
add_static("nmeneghetti", "nmeneghetti")
## Sub-sites
add_static("subsites/nmeneghetti", "people/niccolo_meneghetti")
end

View File

@ -196,7 +196,7 @@
"projects" : ["mimir"],
"ubit" : "niccolom",
"advisor" : ["Jan Chomicki"],
"link" : "http://www.acsu.buffalo.edu/~niccolom/",
"link" : "http://odin.cse.buffalo.edu/people/niccolo_meneghetti/",
"position" : "Software Engineer",
"company" : "HPE/Vertica",
"joint_advisor" : true,

View File

@ -19,7 +19,11 @@ title: Members and Affiliates
<h1>Alumni</h1>
<% $db["lab/alumni"].each do |name, data| %>
<div class="person">
<%= name %>
<% if data["link"] %>
<a href='<%= data["link"] %>'><%= name %></a>
<% else %>
<%= name %>
<% end %>
<span class="affiliation"><%= data["degree"] %>; <%= data["year"] %>; <%= data["position"] %> @ <%= data["company"] %></span>
</div>
<% end %>

View File

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 570 B

After

Width:  |  Height:  |  Size: 570 B