Add schedule for day 3 for Vitosha

This commit is contained in:
Petko Bordjukov 2014-08-24 08:58:07 +03:00
parent a67e2795b1
commit c9ceb8407a
1 changed files with 33 additions and 32 deletions

View File

@ -52,34 +52,34 @@ function Schedule() {
var schedule = new Schedule(); var schedule = new Schedule();
schedule.addEvent({ schedule.addEvent({
title: 'Regex 101', title: 'Behind the scenes of a grown-up web application',
startTime: moment({hour: 10, minute: 00}), startTime: moment({hour: 10, minute: 00}),
speakers: [ speakers: [
{ {
name: 'Bradley Andersen (elohmrow)', name: 'Kerstin Puschke (titanoboa)',
description: 'Je n\'avais pas besoin de cette hypothese-la' description: 'Kerstin Puschke is a software engineer living in Hamburg. As part of an awesome team, she contributes to the backend of XING, a social network for business professionals with about 14 million users.'
} }
] ]
}); });
schedule.addEvent({ schedule.addEvent({
title: 'HTTP Clients and Perl', title: 'GOTO statement considered awesome',
startTime: moment({hour: 10, minute: 30}),
speakers: [
{
name: 'Carl Mäsak (masak)',
description: 'Has been programming Perl since 2001. Found Perl 6 somewhere around 2004, and fell in love. Now doing a number of projects in Perl 5 and 6. A regular at #perl6, he often helps newcomers and does smallish tasks on the Perl 6 specs, test suite and on Rakudo and Niecza.'
}
]
});
schedule.addEvent({
title: 'C-Day Is Coming',
startTime: moment({hour: 11}), startTime: moment({hour: 11}),
speakers: [ speakers: [
{ {
name: 'Tom Hukins', name: 'liz',
description: '' description: 'Made some interesting modules, to be found at CPAN. Co-organiser YAPC::Europe::2001 in Amsterdam. Chairman of YAPC::Europe::Foundation (YEF)'
}
]
});
schedule.addEvent({
title: 'Dancer and DBIx::Class',
startTime: moment({hour: 11, minute: 30}),
speakers: [
{
name: 'Stefan Hornburg (racke)',
description: 'Open source consultant since 1998, with the focus on E-Commerce, Perl and Debian. Started using Dancer in 2011 and is now part of the Dancer development team.'
} }
] ]
}); });
@ -90,34 +90,35 @@ schedule.addEvent({
}); });
schedule.addEvent({ schedule.addEvent({
title: 'Reading the layercake, an introduction to PerlIO', title: 'Digest:SHA is broken',
startTime: moment({hour: 13, minute: 20}), startTime: moment({hour: 13, minute: 20}),
speakers: [ speakers: [
{ {
name: 'Leon Timmermans (leont)', name: 'Mark Overmeer (markov)',
description: 'He\'s a Dutch perl hacker, mainly known for File::Map, Module::Build::Tiny, libperl++ and threads::lite, as well as some contributions to core.' description: 'Perl, Perl and UNIX'
} }
] ]
}); });
schedule.addEvent({ schedule.addEvent({
title: 'Devops Logique', title: 'Asynchronous Programming with Futures',
startTime: moment({hour: 13, minute: 50}), startTime: moment({hour: 13, minute: 50}),
speakers: [ speakers: [
{ {
name: 'Matt S Trout (mst)', name: 'Paul Evans (LeoNerd)',
description: '' description: ''
} }
] ]
}); });
schedule.addEvent({ schedule.addEvent({
title: 'Functional Pe(a)rls: Huey\'s Zipper', title: 'Adventures in Perl 6 Asynchrony',
startTime: moment({hour: 14, minute: 50}), startTime: moment({hour: 14, minute: 50}),
speakers: [ speakers: [
{ {
name: 'osfameron', name: 'Jonathan Worthington (jnthn)',
description: 'mySociety, DoES Liverpool (coworking/hackspace), co-author of Designing the Internet of Things' description: 'In the Perl world, Jonathan is best known as one of the key developers of the Rakudo Perl 6 compiler. His work has focused on the object model, type system, multiple dispatch and signatures. He\'s a regular speaker in the European Perl Conference and Workshop scene, and finds any invite to come and speak and enjoy a few beers with the local Perl hackers hard to resist.'
} }
] ]
}); });
@ -128,17 +129,17 @@ schedule.addEvent({
}); });
schedule.addEvent({ schedule.addEvent({
title: 'Lightning Talks', title: 'Day 3 Keynote - The Joy In What We Do',
startTime: moment({hour: 16, minute: 10}), startTime: moment({hour: 16, minute: 10}),
});
schedule.addEvent({
title: 'Day 2 Keynote - State of the Velociraptor',
startTime: moment({hour: 17, minute: 10}),
speakers: [ speakers: [
{ {
name: 'Matt S Trout (mst)', name: 'Sawyer X',
description: '' description: ''
} }
] ]
}); });
schedule.addEvent({
title: 'Lightning Talks',
startTime: moment({hour: 17, minute: 00}),
});