1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
|
# Schedule
## Scheduling
Once talks have been accepted in the [call for papers](callforpapers),
or sessions have been manually added, scheduling takes place.
The following terms are in use for scheduling:
Rooms
: This represents a physical room. Two sessions cannot be schedule
in the same room at the same time. A room is not tied to a topic in
any way. A room may or may not be available throughout the
conference. Rooms are typically represented by different columns in
the schedule.
Track
: A track represents a topic of content. It is *not* tied to a
specific room, so it's perfectly possible to have multiple sessions in
the same track at the same time, as long as they are in different
rooms. Tracks are typically represented by different colors on the schedule.
Session slot
: A session slot represents a start and an end time on the
schedule. Most sessions are scheduled in a schedule slot, and it's
what the interface supports doing. However, it is
perfectly valid and possible to manually schedule a session that does
not conform to a schedule slot.
Cross schedule sessions
: A cross schedule session is one that is not tied to a particular
room, but instead spans across the entire schedule. Typical examples
of this is coffee breaks and lunch. Cross schedule sessions do not show
details about the session.
Tags <a name="tags"></a>
: Tags can be assigned to each session if enabled at the conference
level. Each session can have zero or more tags assigned. These can later
be used in the schedule for viewing, or similar things. There is currently
not much core functionality like filtering, but could be in the future.
## Building a schedule graphically
Using the "create schedule" functionality a schedule can be built
incrementally using the graphical tools. All approved sessions are
available in a list on the right-hand side, and all rooms and schedule
slots are available on the left.
Cross schedule sessions are typically not scheduled using this tool.
Right-click a session to schedule it, and pick the day, room and
timeslot the session should be. Note that session length is *not*
considered when doing this, so if you assign a session to a different
length slot, it will change length!
To unassign a session, simply right-click the session and choose unassign.
A draft can be saved at any time, and will only be visible to other
administrators.
Once done, click the link at the bottom to publish the schedule. This
operation will show a list of exactly which changes will be
made. Initially this will be a long list, and it's mainly useful when
making changes to the schedule after it has been published. If the
changes look OK, hit the confirm link to publish.
The published schedule will immediately become available *if* schedule
publishing has been activated on the [conference](configuring).
## PDF Schedules
Simple schedules can be built in PDF format, for printing, and usually
gives a much nicer print-out experience than printing the one from the
website.
Schedules can be printed to include only specific [tracks](#tracks),
[rooms](#rooms) or days. Printing can be color, in which case the
tracks are printed in the same color as they would have on the
website, or black and white.
Printing can be done A3 or A4, portrait or landscape. It is also
possible to stretch the schedule out over multiple pages, particularly
useful if for example printing a full day schedule but only having
access to an A4 printer. Print in landscape A4, and tape together to
make for an "almost A3".
## Reference
### Tracks <a name="tracks"></a>
Track name
: Name of the track.
Sort key
: An integer representing how to sort the track. Lower values sorts
earlier.
Background color
: Background color to use on schedule (and other places) for this track.
Foreground color
: Foreground color to use on schedule (and other places) for this track.
In call for papers
: Whether this track should be available to choose in the
[call for papers](callforpapers) submission form.
In session list
: Whether sessions in this track are included in the session list. This can
for example be used to pre-announce some tracks before the schedule is available,
by setting only those tracks to be in the session list.
Show company
: Whether sessions in this track should have the company name of the speaker
listed on the schedule.
Allow speaker reg
: Speakers with approved talks in this track will be allowed to
register for free *if* a registration type with one of the
[special registration types](registrations#typesandclasses) for speaker
registration exists.
### Rooms <a name="rooms"></a>
Room name
: Name of the room.
Sortkey
: An integer representing how to sort the room. Lower values sorts
earlier.
Capacity
: The maximum number of seats in this room.
URL
: A link to more information about the room, such as a link to a map or
in the case of a streamed conference, a link to the stream.
Available days
: List the days that this room is available. If no day is specified, the
room is made available on all days. If there are no registration days defined
on the conference, this field does not exist. This field is only used
when building a schedule graphically, not during regular viewing.
Comment
: An internal comment about this room, typically something like
location and capacity of room. Only used internally, intended for
organizers only.
### Schedule slots <a name="slots"></a>
Start time
: When this slot starts.
End time
: When this slot ends.
### Sessions <a name="sessions"></a>
The form to edit session has the following fields:
Title
: The title of the session.
Speakers
: One or more speakers. A speaker must have created a speaker
profile before it can be used here, but the same speaker
profile can be used across multiple conferences.
Abstract
: This is the abstract that is listed on the schedule and session
description pages. Any text here is public.
Skill level
: Skill level of this session (if enabled at the conference level).
Tags
: [Tags](#tags) for this session
Consent to recording
: If the speaker has consented to recording of this session.
Status
: The [state](callforpapers#states) state of this session.
Track
: The track selected for this schedule. If no track is specified,
the session will not be included in session lists and on the schedule.
Room
: The room selected for this schedule, if any.
HTML Icon
: HTML code to be inserted into schedule (and possibly other places)
representing this session. Can be used to include icons like coffee
mugs for coffee breaks etc. Should be pure HTML.
Start time
: If the session is scheduled, the starting date and time.
End time
: If the session is scheduled, the ending date and time.
Cross schedule
: If this session should be displayed across the schedule, instead
of in one room. Typically used for things like breaks and lunch. When
set to cross session, the details for the session cannot be viewed, so
it should not be used for regular sessions.
Can feedback
: Indicates if feedback can be given on this session.
Submission notes
: These are notes given by the submitter in the call for papers
form, that are only visible to the conference organisers and the
speakers of the session.
Internal notes
: These are notes that are auto-created by the system, or that are
made by the administrators. These notes are only visible to the
conference organisers, and *not* to the speakers themselves.
### Speakers <a name="speakers"></a>
Note that speakers are *shared* between all conferences. For each
individual conference, it is possible to edit those speakers that have
submitted one or more sessions for this conference, but not other
conferences. This is, however, not a *security* boundary, as it is
possible to take another speaker and add them to a fake session, and
then edit them. It's more a convenience feature.
The form to edit a speaker has the following fields:
Fullname
: The full name of the speaker, as shown on the schedule.
Twittername
: The twitter handle of the speaker, if any.
Company
: The company of the speaker.
Abstract
: An abstract for the speaker.
Photo
: A photo of the speaker, JPEG or PNG format, sized 512x512 pixels. Will
automatically be resized to 512x512 on upload and centered on a transparent
background to keep the aspect ratio, and converted to PNG in order to support
said transparency.
Attributes
: A json field that is normally for internal use only but made available
for arbitrary attributes if necessary. This can for example be automatically
filled in when a speaker profile is auto-created.
Note that the speaker photo will also be stored in 128x128 format, to support
both thumbnails and legacy templates. This is automatically updated whenever
the main photo field is updated.
|