Wafer conference management system (Андрей Шадура, LVEE-2019) — различия между версиями

Материал из 0x1.tv

(Batch edit: replace PCRE (\n\n)+(\n) with \2)
 
;{{SpeakerInfo}}: {{Speaker|Андрей Шадура}}
<blockquote>
Wafer is a web based conference management software based on Python and Django, targeted at small (or medium) sized conferences, licensed under the ISC License, and developed at GitHub. The most known conference using Wafer is DebConf, which switched to it from the old and poorly supported Pentabarf system.
</blockquote>

{{VideoSection}}
{{vimeoembed|366009382|800|450}}

{{youtubelink|0poS3qlntd0}}


{{SlidesSection}}
[[File:Wafer conference management system (Андрей Шадура, LVEE-2019).pdf|left|page=-|300px]]

{{----}}

== Thesis ==
{{----}}
[[File:{{#setmainimage:Wafer conference management system (Андрей Шадура, LVEE-2019)!.jpg}}|center|640px]]
{{LinksSection}}
* I. Olea. An improvised list of opensource conference management software http://olea.org/diario/2017/10/27/opensource-conference-management-software.html
* CTPUG/wafer: A wafer-thin web application for running small conferences. Built using Django http://github.com/CTPUG/wafer
* Wafer 0.7.6a documentation https://wafer.readthedocs.io/en/latest/
* [ Talks page]
<!-- <blockquote>[©]</blockquote> -->


{{fblink|2475908632662143}}                                          
{{vklink|1634}}                                          
<references/>

[[Категория:LVEE-2019]]
[[Категория:Open-source CMS]]
{{stats|disqus_comments=0|refresh_time=2021-08-31T16:42:15.784074|vimeo_plays=7|youtube_comments=0|youtube_plays=41}}

Текущая версия на 12:20, 4 сентября 2021

Докладчик
Андрей Шадура.jpg
Андрей Шадура

Wafer is a web based conference management software based on Python and Django, targeted at small (or medium) sized conferences, licensed under the ISC License, and developed at GitHub. The most known conference using Wafer is DebConf, which switched to it from the old and poorly supported Pentabarf system.

Видео

on youtube

Презентация

Thesis

Main features of wafer are the website content management, talks submission system and the talks review process, and the conference schedule management.

Web Contents

Static information for the conference is represented with pages, which contain Markdown-formatted contents, and images uploaded as files. To provide hierarchical organisation, so-called container pages are used: they are parent objects for other pages, and provide minimal content, if any. Pages are stored in the database, and can be edited through the web UI. An alternative is to store them Markdown files (e.g. in a Git repo) with a YAML-formatted preamble and load them into the database with a special management command.

Wafer includes a simple system to generate single levels menus (either static or dynamic ones) for the navigation bar at the top of each page. By default, only two kinds of menu items are dynamically generated: pages and sponsors menus, and menu items.

Page menus appear when a page is marked for inclusion in the navigation menu.

The sponsor menu is a single sub-menu listing the sponsors in order of precedence with links to their sponsor pages. It also includes links to the full list of sponsors and the list of sponsorship packages at the bottom of the sub-menu.

Sponsor packages describe the details of the various sponsorship variants, including the order in which the list on the sponsor packages page is composed. The details about the sponsors (a description) can be formatted using Markdown and uploaded images as with the rest of pages.

The default sponsor template expect each sponsor to have an image for the main logo to be used in the sponsor list (uploaded files can be associated with a sponsor and a name in the admin interface). Also there is an example template block for adding sponsors as a footer to all pages (which can contain its own associated image, e.g. a different size one).

Talks

Users can submit talks from their profile page. The abstract can be formatted using markdown-formatted. Talks have following publicly visible fields: title, an _abstract _(which can be markdown-formatted) and authors. Two additional private fields are _notes _(written by the author, e.g. special equipment requirements, etc.) and _private notes _(visible to organisers only, e.g. assigned reviewers, etc.).

There also also user-defined talk types, which need to be specifed before opening up talk submissions, e.g. Tutorial, Short Talks, etc. Each Talk Type can be open or closed for submissions individually via the admin interface.

Users can submit talks from their profile page using the Submit Talk Proposal option. Talks can have multiple authors, but only one of them is the corresponding author who can edit the talk submission.

The talk lifecycle can include the following states:

  • Submitted (the initial state),
  • Under Consideration (after at least one review was left),
  • Withdrawn (talk was withdrawn by the talk submitter before decision was made),
  • Provisionally Accepted (positive decision on conferences with mandatory submitter’s confirmation),
  • Accepted (positive decision),
  • Cancelled (talk was withdrawn by the talk submitter after the positive decision),
  • Not Accepted (negative decision).

Multiple talk tracks are supported as an option; if this feature is turned on, submitters have to additionally choose a track for each submission.

Talks review process

The Talk Reviewers group members have permission to view all talk submissions (not only accepted ones), including notes and private notes, and are able to leave reviews on talks.

The Talk Mentors group members have the same list of permissions and additionally are able to edit submitted talks, and view and edit both notes and private notes.

Talk Mentors can review Talks are reviewed by user-defined metrics.

Talk Reviewers see a Review button on talk pages, and will be prompted to review each talk by each metric. The reviewer has to put a numerical score for each metric and can also leave a textual review. If a reviewer re-reviews a talk, the previous review is updated.

Talks are shown in the publicly available talk listing, where reviewers will see additional items and special emblems (e.g. a clock symbol if the submission was changed making their review out of date).

Schedule

Wafer scheduling concept is based on days, venues, slots, and items.

Each venue is associated with a number of days of the conference. Each slot is assigned to a given day, and has a start and end time (fixed or based on the end time of a previous slot in a sequence).

Each item in the schedule has a number of slots, a venue and either a talk or a page. Each talk can only be assigned to a single schedule item, but pages can be assigned to multiple schedule items (this simplifies scheduling such service items as tea breaks).

Wafer conference management system (Андрей Шадура, LVEE-2019)!.jpg

Примечания и ссылки

Plays:48   Comments:0