diff --git a/content/schedule/buildings.html b/content/schedule/buildings.html index e662350b..df125624 100644 --- a/content/schedule/buildings.html +++ b/content/schedule/buildings.html @@ -2,37 +2,6 @@ title: Buildings forcepagelinks: true --- -<% if @site.config.fetch(:virtual) %> -
- While a virtual FOSDEM does not have buildings, our conference management system expects them. So we reused them to group talks by their - type. -
-- Find an overview below. -
-Building | -Rooms | -
---|---|
<%= building %> | -
-
|
-
The various events are spread over several buildings (clusters of rooms) over the campus. @@ -68,34 +37,3 @@
Talks shown in rooms prefixed by D take place online.
-(M.test holds live test data used before the event.)
- -<% cols = $buildings.values.map{|list| list.size}.max %> -The content in these remaining rooms is pre-recorded with interactive live Q&A. Follow the links in each room to connect.
-- | Online Room | - <% days.each do |d| %> -<%= d[:title] %> | - <% end %> -|
---|---|---|---|
<%= b %> | - <% end %> -<%= l(r) %> | - <% - days.each do |d| - dayevents = r[:events_by_day].fetch(d[:slug].to_sym, []).map(&$to_event) - %> - <% if dayevents.empty? %> -- | - <% else %> - <% - first = dayevents.map{|e| e[:start_time]}.sort.first - last = dayevents.map{|e| e[:end_time]}.sort.last - daytracks = dayevents.map{|e| e[:track]}.uniq.map(&$to_track).sort_by{|t| [t[:start_time].fetch(d[:slug].to_sym), t[:rank], t[:conference_track_id]]} - %> -<%= first %>-<%= last %><% unless daytracks.empty? %>: <%= l daytracks, :name %><% end %> | - <% end %> - <% end %> -