Skip to content

Commit 267e2dc

Browse files
author
R. Tyler Croy
committed
Initial CFP draft
1 parent 58d01ca commit 267e2dc

File tree

2 files changed

+50
-2
lines changed

2 files changed

+50
-2
lines changed

_layouts/default.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@
88

99
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
1010

11-
<title>FOSDEM &lt;3 Ruby</title>
11+
<title>{{page.title || "FOSDEM &lt;3 Ruby"}}</title>
1212
</head>
1313

1414
<body>
1515

1616
<!-- HEADER -->
1717
<div id="header_wrap" class="outer">
1818
<header class="inner">
19-
<img src="images/ruby-heart.png" align="left" width="100" style="border: 0; box-shadow: 0 0 0; margin: 0;"/>
19+
<a href="/">
20+
<img src="images/ruby-heart.png" align="left" width="100" style="border: 0; box-shadow: 0 0 0; margin: 0;"/>
21+
</a>
2022
<a id="forkme_banner" href="https://github.com/fosdem-ruby">View on GitHub</a>
2123

2224
<h1 id="project_title">{{page.title || "FOSDEM &lt;3 Ruby}}</h1>

cfp.md

+46
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,56 @@ title: "Call for Participation"
77

88
## Intro
99

10+
The goal of the Ruby devroom is to host technical content focused around the Ruby
11+
langauge and the numerous open source projects and initiatives which implement,
12+
extend and instrument the Ruby language.
13+
14+
The time format for presentations in the Ruby devroom is not set in stone, but
15+
the ideal duration is around 35-45 minutes with Q&A included.
16+
17+
We are open to suggestions for panels and/or more open, moderated, discussions
18+
provided the topics proposed fit with the theme of the room.
19+
20+
21+
### Talks/topics we'd like to see
22+
23+
Some suggestions on the kinds of topics we would like to see discussed in the
24+
Ruby devroom:
25+
26+
* The current state of the Ruby language itself
27+
* Presentations on the techniques employed by various Ruby virtual machines and
28+
interpreters, along with the effectiveness and/or trade-offs of implementing
29+
those techniques
30+
* Upcoming Ruby language features, and the implementation challenges and/or
31+
user benefits that they provide
32+
* Tools and practices used to certify Ruby language conformity and evaluate its
33+
performance
34+
1035
## Submitting
1136

37+
To submit a proposal to present in the Ruby devroom, please submit your
38+
proposal on [penta.fosdem.org](https://penta.fosdem.org/submission/FOSDEM15).
39+
40+
### Steps
41+
42+
1. You *will* need to create an account if you do not already have an account from previous years.
43+
1. Click the "Create event" link
44+
1. Enter the details for your presentation
45+
1. You **must** select the "**Ruby devroom**" track in your submission. If you
46+
don't we might never see your proposal!
47+
1. Submit!
48+
49+
50+
Presentation are recorded and will be made available with CC-BY licence by
51+
FOSDEM.
52+
53+
1254
## Important Dates
1355

56+
* End of the Call for Participation: **December 1st, 2014**
57+
* Announcement of accepted proposals: **December 15th, 2014**
58+
* FOSDEM 2015: **January 31st and February 1st, 2015**
59+
1460
## Selection Committee
1561

1662
{% include committee.md %}

0 commit comments

Comments
 (0)