Skip to content

Commit

Permalink
Announce devrooms for FOSDEM 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvdw committed Oct 28, 2024
1 parent 0ab1bc5 commit 61a2427
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions content/news/2024-10-28-devrooms-announced.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: 'Accepted developer rooms'
---
<p>
We are pleased to announce the developer rooms that will be organised at
FOSDEM 2025.
</p>
---MORE---
<p>
Developer rooms are assigned to self-organising groups to work together on
open source projects, to discuss topics relevant to a broader subset of the
community, etc. The individual developer room organisers will issue their
calls for participation in the next few days. The list below will be updated
accordingly.
</p>

<%
devrooms = tracks.select{|t| t[:type] == 'devroom'}.sort_by{|t| [ t[:rank], t[:conference_track_id] ] }
%>

<table class="table table-striped table-condensed table-bordered">
<thead>
<tr>
<th>Topic</th>
<th>Call for Participation</th>
</tr>
</thead>

<tbody>
<% devrooms.each do |t|
cfp = t[:conference_call_for_papers_url]%>
<tr>
<td><%= l t, :name %></td>
<td>
<% if cfp != nil and cfp !="" %>
<a href="<%= cfp %>">CfP</a>
<% end %>
</td>
</tr>
<% end %>
</tbody>
</table>

0 comments on commit 61a2427

Please sign in to comment.