Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streamline naming of CfP to participation #206

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/news/2022-11-13-call-for-presentations.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<h3>Developer Rooms</h3>

<p>
For more details about the Developer Rooms, please refer to the Calls for Papers that are being added to <a
For more details about the Developer Rooms, please refer to the Calls for Participation that are being added to <a
href="page:news/2022-11-07-accepted-developer-rooms">https://fosdem.org/2023/news/2022-11-07-accepted-developer-rooms/</a> when they are issued.
</p>

Expand Down Expand Up @@ -92,7 +92,7 @@ <h3>Submission</h3>

<p>
If the topic fits into a <b>Developer Room</b>, then
please refer to that room's call for papers, listed
please refer to that room's call for participation, listed
<a
href="page:news/2022-11-07-accepted-developer-rooms">here</a>
and select that room as the "track".
Expand All @@ -103,7 +103,7 @@ <h3>Submission</h3>
<p>
Submissions will be reviewed as they are received on an ongoing basis.
The final deadline is <b>15th December</b> but some tracks may close
earlier if they fill up or the respective call for papers
earlier if they fill up or the respective call for participation
specifies an earlier date.
</p>

Expand Down
2 changes: 1 addition & 1 deletion content/schedule/tracks.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<thead>
<tr>
<th>Track</th>
<th>Call For<br /> Papers</th>
<th>Call For<br /> Participation</th>
<th>Rooms</th>
<% days.each do |d| %>
<th><%= d[:title] %></th>
Expand Down
2 changes: 1 addition & 1 deletion layouts/schedule/track.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
if cfp
%>
<div class="well well-small track-cfp">
<p>Read the Call for Papers at <a href="<%= cfp %>"><%= cfp %></a>.</p>
<p>Read the Call for Participation at <a href="<%= cfp %>"><%= cfp %></a>.</p>
</div>
<% end %>

Expand Down