mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 20:51:22 +01:00
Programa
This commit is contained in:
parent
202ecf7a28
commit
53ebfa00c6
4 changed files with 161 additions and 79 deletions
12
_config.yml
12
_config.yml
|
@ -44,11 +44,11 @@ c4sponsorsUrl: "/assets/GDG_DevFest_Partnership.pdf"
|
|||
navigationLinks:
|
||||
- {permalink: "/", text: "Home"}
|
||||
- {permalink: "/blog/", text: "Blog"}
|
||||
- {permalink: "/schedule/", text: "Schedule"}
|
||||
- {permalink: "/speakers/", text: "Speakers"}
|
||||
- {permalink: "/team/", text: "Team"}
|
||||
- {permalink: "/logistics/", text: "Logistics"}
|
||||
- {permalink: "/hackathon/", text: "Hackathon"}
|
||||
- {permalink: "/schedule/", text: "Agenda"}
|
||||
- {permalink: "/speakers/", text: "Ponentes"}
|
||||
- {permalink: "/team/", text: "Equipo"}
|
||||
- {permalink: "/logistics/", text: "Logística"}
|
||||
- {permalink: "/hackathon/", text: "DataMad"}
|
||||
bottomNavigationLinks:
|
||||
- {link: "https://bit.ly/dfua-c4p", text: "Become a speaker"}
|
||||
rightNavigationButtons:
|
||||
|
@ -251,7 +251,7 @@ directionDetailsWideCards:
|
|||
- {link: "https://plus.google.com/b/102444623953913144164", text: "Hotel Adagio"}
|
||||
|
||||
# Hackathon
|
||||
hackathonTitle: "Hackathon"
|
||||
hackathonTitle: "DataMad"
|
||||
enableHackathon: true
|
||||
|
||||
# Hackathon About Block
|
||||
|
|
|
@ -1,50 +1,73 @@
|
|||
-
|
||||
date: "2014-10-24"
|
||||
dateReadable: "October 24"
|
||||
date: "2017-10-20"
|
||||
dateReadable: "Viernes 20 de octubre"
|
||||
tracks:
|
||||
- {title: "Android", color: "#90be4e"}
|
||||
- {title: "Web & Cloud", color: "#03a9f4"}
|
||||
- {title: "Community", color: "#e91e63"}
|
||||
- {title: "Auditorio", color: "#90be4e"}
|
||||
timeslots:
|
||||
- {
|
||||
startTime: "10:00",
|
||||
endTime: "10:45",
|
||||
sessionIds: [002, 003, 004]
|
||||
endTime: "10:15",
|
||||
sessionIds: [001]
|
||||
}
|
||||
- {
|
||||
startTime: "11:00",
|
||||
endTime: "11:45",
|
||||
sessionIds: [003, 404, 004]
|
||||
startTime: "10:15",
|
||||
endTime: "11:30",
|
||||
sessionIds: [002]
|
||||
}
|
||||
- {
|
||||
startTime: "12:00",
|
||||
endTime: "11:45",
|
||||
sessionIds: [307]
|
||||
}
|
||||
-
|
||||
date: "2014-10-25"
|
||||
dateReadable: "October 25"
|
||||
tracks:
|
||||
- {title: "Android", color: "#90be4e"}
|
||||
- {title: "Web & Cloud", color: "#03a9f4"}
|
||||
timeslots:
|
||||
- {
|
||||
startTime: "10:00",
|
||||
endTime: "10:45",
|
||||
sessionIds: [404, 002]
|
||||
}
|
||||
- {
|
||||
startTime: "11:00",
|
||||
endTime: "11:45",
|
||||
sessionIds: [002, 003]
|
||||
}
|
||||
- {
|
||||
startTime: "13:00",
|
||||
endTime: "13:45",
|
||||
startTime: "11:30",
|
||||
endTime: "12:00",
|
||||
sessionIds: [003]
|
||||
}
|
||||
- {
|
||||
startTime: "14:00",
|
||||
endTime: "15:00",
|
||||
sessionIds: [503]
|
||||
startTime: "12:00",
|
||||
endTime: "12:30",
|
||||
sessionIds: [307]
|
||||
}
|
||||
- {
|
||||
startTime: "12:30",
|
||||
endTime: "13:00",
|
||||
sessionIds: [004]
|
||||
}
|
||||
- {
|
||||
startTime: "13:00",
|
||||
endTime: "13:30",
|
||||
sessionIds: [005]
|
||||
}
|
||||
- {
|
||||
startTime: "13:30",
|
||||
endTime: "14:00",
|
||||
sessionIds: [006]
|
||||
}
|
||||
- {
|
||||
startTime: "14:00",
|
||||
endTime: "14:30",
|
||||
sessionIds: [007]
|
||||
}
|
||||
- {
|
||||
startTime: "16:00",
|
||||
endTime: "20:30",
|
||||
sessionIds: [008]
|
||||
}
|
||||
-
|
||||
date: "2017-10-21"
|
||||
dateReadable: "Sabado 21 de octubre"
|
||||
tracks:
|
||||
- {title: "LAB1", color: "#90be4e"}
|
||||
timeslots:
|
||||
- {
|
||||
startTime: "10:00",
|
||||
endTime: "16:00",
|
||||
sessionIds: [008]
|
||||
}
|
||||
-
|
||||
date: "2017-10-22"
|
||||
dateReadable: "Domingo 22 de octubre"
|
||||
tracks:
|
||||
- {title: "LAB1", color: "#90be4e"}
|
||||
timeslots:
|
||||
- {
|
||||
startTime: "10:00",
|
||||
endTime: "14:30",
|
||||
sessionIds: [008]
|
||||
}
|
|
@ -1,9 +1,9 @@
|
|||
-
|
||||
id: 307
|
||||
title: "Coffee Break"
|
||||
place: "Hall"
|
||||
title: "Descanso"
|
||||
place: "Auditorio"
|
||||
service: true
|
||||
description: "The best time to talk with speakers and attendees"
|
||||
description: "El mejor momento para hablar con ponentes y asistentes"
|
||||
-
|
||||
id: 503
|
||||
title: "Lunch Break"
|
||||
|
@ -11,49 +11,80 @@
|
|||
service: true
|
||||
-
|
||||
id: 001
|
||||
title: "Material design: Visual style and imagery"
|
||||
description: "This session will reveal the invisible structures behind the material design system. Designers will show how to use the new color systems, typographic strategies, and the underlying grids that hold it together. They will show how imagery and the new framework material rendering can make apps more interesting and communicate more quickly."
|
||||
subtype: workshop
|
||||
speakers: [3, 6]
|
||||
language: en
|
||||
complexity: "Intermediate"
|
||||
title: "Presentación del datatón"
|
||||
description: "Inauguración del programa"
|
||||
subtype: presentation
|
||||
speakers: [3,4,5]
|
||||
language: es
|
||||
complexity: "Beginner"
|
||||
video: "//www.youtube.com/embed/v3SCiUqI1yQ"
|
||||
-
|
||||
id: 002
|
||||
title: "Building Cloud-powered wearable Apps"
|
||||
description: "I will speak and show how to:<br>- Respond to touch events in your views with touch feedback animations.<br>- Hide and show views with reveal effect animations.<br>- Switch between activities with custom activity transition animations.<br>- Create more natural animations with curved motion.<br>- Animate changes in one or more view properties with view state change animations.<br>- Create icon morphing transition"
|
||||
title: "Presentación de proyectos, 5 minutos cada uno"
|
||||
description: ""
|
||||
subtype: presentation
|
||||
speakers: [4, 5]
|
||||
language: en
|
||||
speakers: []
|
||||
language: es
|
||||
complexity: "Intermediate"
|
||||
presentation: "https://speakerdeck.com/gdglviv/dmytro-danylyk-android-l-animation"
|
||||
video: "//www.youtube.com/embed/v3SCiUqI1yQ"
|
||||
-
|
||||
id: 003
|
||||
title: "Android L Animation"
|
||||
title: "Presentación de colaboradores y formación de equipos"
|
||||
description: "More than ever before, developing for global audience is a necessity than a luxury in today's world. Are you ready ... where to start? what does it entail? how do I do it? how to promote in local markets? This talk will address above questions for android, chrome and web developers. In our journey of the where, what and how, we will take an in-depth look at various internationalization and localization tools & strategies available to you."
|
||||
subtype: presentation
|
||||
speakers: [4]
|
||||
language: en
|
||||
speakers: []
|
||||
language: es
|
||||
complexity: "Intermediate"
|
||||
presentation: "https://speakerdeck.com/gdglviv/dmytro-danylyk-android-l-animation"
|
||||
-
|
||||
id: 004
|
||||
title: "Polymer: Interacting with Google Services using nothing but HTML"
|
||||
description: "Google has 1M APIs and services. Every API is different! Learn how you can interact with Google services without writing code! Designing your UI so it works across multiple screen sizes is no longer a nice to have, it is *the* way to build for the web. Using Polymer, we'll cover how to create robust, responsive elements that work across all platforms."
|
||||
subtype: keynote
|
||||
title: "Datos abiertos del Ayuntamiento de Madrid"
|
||||
description: ""
|
||||
subtype: presentation
|
||||
speakers: [6]
|
||||
language: uk
|
||||
language: es
|
||||
complexity: "Beginner"
|
||||
presentation: "https://speakerdeck.com/gdglviv/mateusz-herych-guava-beyond-collections"
|
||||
video: "//www.youtube.com/embed/v3SCiUqI1yQ"
|
||||
-
|
||||
id: 005
|
||||
title: "Test: Interacting with Google Services using nothing but HTML"
|
||||
description: "Google has 1M APIs and services. Every API is different! Learn how you can interact with Google services without writing code! Designing your UI so it works across multiple screen sizes is no longer a nice to have, it is *the* way to build for the web. Using Polymer, we'll cover how to create robust, responsive elements that work across all platforms."
|
||||
title: "Datos abiertos de la EMT"
|
||||
description: "Nos hablará de los datos abiertos de la EMT"
|
||||
subtype: keynote
|
||||
speakers: [7]
|
||||
language: en
|
||||
language: es
|
||||
complexity: "Expert"
|
||||
presentation: "https://speakerdeck.com/gdglviv/michal-tajchert-wearables-views"
|
||||
video: "//www.youtube.com/embed/v3SCiUqI1yQ"
|
||||
-
|
||||
id: 006
|
||||
title: "Haskell"
|
||||
description: "Lenguaje de programación no funcional"
|
||||
subtype: keynote
|
||||
speakers: [8]
|
||||
language: es
|
||||
complexity: "Expert"
|
||||
presentation: "https://speakerdeck.com/gdglviv/michal-tajchert-wearables-views"
|
||||
video: "//www.youtube.com/embed/v3SCiUqI1yQ"
|
||||
-
|
||||
id: 007
|
||||
title: "datos abiertos vinculados por alguien de ODI/OEG/UPM"
|
||||
description: "Nos hablará de los datos abiertos"
|
||||
subtype: keynote
|
||||
speakers: [9]
|
||||
language: es
|
||||
complexity: "Expert"
|
||||
presentation: "https://speakerdeck.com/gdglviv/michal-tajchert-wearables-views"
|
||||
video: "//www.youtube.com/embed/v3SCiUqI1yQ"
|
||||
-
|
||||
id: 008
|
||||
title: "Trabajo en equipo"
|
||||
description: "Tiempo para desarrollar los proyectos"
|
||||
subtype: keynote
|
||||
speakers: []
|
||||
language: es
|
||||
complexity: "Expert"
|
||||
presentation: "https://speakerdeck.com/gdglviv/michal-tajchert-wearables-views"
|
||||
video: "//www.youtube.com/embed/v3SCiUqI1yQ"
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
-
|
||||
id: 3
|
||||
name: "Dawid"
|
||||
surname: "Ostrowski"
|
||||
company: "Google Poland"
|
||||
name: "Adolfo"
|
||||
surname: "Antón Bravo"
|
||||
company: "Datalab de Medialab-Prado"
|
||||
title: "Developer Relations Program Manager"
|
||||
bio: "Dawid is true technology enthusiast, who loves to work in areas where humans and machines meet to create amazing new products and services. He is experienced program manager with strong technical background, who is able to establish priorities for complex projects and execute across multiple organizations, according to long-term objectives. Dawid has worked in Poland, USA, Germany, Belgium and The Netherlands and truly values diversity of international working environment. His most visible characteristics are individualization (when dealing directly with people), ideation&intellection (inexhaustible source of new concepts) and strong communication (experienced trainer, community manager). He is also an activator constantly impatient for action."
|
||||
thumbnailUrl: DawidOstrowski.jpg
|
||||
|
@ -11,9 +11,9 @@
|
|||
- {name: "google-plus", link: "https://plus.google.com/+DawidOstrowski/"}
|
||||
-
|
||||
id: 4
|
||||
name: "Dmytro"
|
||||
surname: "Danylyk"
|
||||
company: "Lemberg Solutions Limited"
|
||||
name: "Vicky"
|
||||
surname: "Bolaños"
|
||||
company: "desconocido"
|
||||
title: "Android Developer"
|
||||
bio: '<p>Developer. Nominated to apply for the <a href="http://goo.gl/V7qHc">Google Developer Expert Program</a>. Finalist of <a href="http://goo.gl/HO2kLf">Google Apps Developer Challenge 2012</a>. Author of open source <a href="http://goo.gl/Sp5Pel">libraries</a> 1000+ stars. Writer. When Dmytro has free time he is writing <a href="http://goo.gl/AoOVru">technical articles</a>. Speaker. Always trying to share his knowledge & experience on different <a href="http://goo.gl/PNolZY">events</a>. Big fan of android, flat design, stackoverflow, git, Intellij IDEA. Eclipse IDE hater.</p>'
|
||||
thumbnailUrl: DmytroDanylyk.jpg
|
||||
|
@ -24,9 +24,9 @@
|
|||
- {name: "github", link: "https://github.com/dmytrodanylyk"}
|
||||
-
|
||||
id: 5
|
||||
name: "Mateusz"
|
||||
surname: "Herych"
|
||||
company: "Base CRM, GDG Krakow"
|
||||
name: "Victoria"
|
||||
surname: "América"
|
||||
company: "desconocido"
|
||||
title: "Software Engineer"
|
||||
bio: "Mateusz is an Android GDE and GDG organizer. Works as Android Developer for Base CRM where he uses his android-abracadabras to make enterprise software users more productive."
|
||||
thumbnailUrl: MateuszHerych.jpg
|
||||
|
@ -39,10 +39,10 @@
|
|||
- {name: "twitter", link: "https://twitter.com/mherych"}
|
||||
-
|
||||
id: 6
|
||||
name: "Roman"
|
||||
surname: "Mazur"
|
||||
company: "Stanfy, GDG Kyiv"
|
||||
title: "Head of Android/Java Unit"
|
||||
name: "Representante"
|
||||
surname: "del Ayuntamiento de Madrid"
|
||||
company: "Ayuntamiento de Madrid"
|
||||
title: "Título por confirmar"
|
||||
bio: "Roman started his way in Android 5 years ago and fall in love with this platform. Currently he is a head of Android unit in Stanfy LLC and a co-organizer of Kyiv Google Developers Group focusing on Android development. Roman is responsible for building a strong team of Android developers inside Stanfy as well as for organizing Android professionals community in Kyiv."
|
||||
thumbnailUrl: RomanMazur.jpg
|
||||
rockstar: true
|
||||
|
@ -53,10 +53,38 @@
|
|||
- {name: "twitter", link: "http://twitter.com/roman_mazur"}
|
||||
-
|
||||
id: 7
|
||||
name: "Valentyn"
|
||||
surname: "Shybanov"
|
||||
company: "Twinfield, GDG Kyiv"
|
||||
title: "Software engineer/country manager"
|
||||
name: "Representante"
|
||||
surname: "de la Empresa Municipal de Transporte"
|
||||
company: "EMT"
|
||||
title: "Título por confirmar"
|
||||
bio: "Valentyn focuses on Polymer and Web Components. In previous roles he’s helped craft design systems for massive enterprise companies, user interfaces for console titles, and even built the occasional enchanted princess game. These days his mission is to fight for a better web and to help developers build great experiences."
|
||||
thumbnailUrl: ValentynShybanov.jpg
|
||||
rockstar: true
|
||||
ribbon:
|
||||
- {abbr: "GDG", title: "Google Developer Group", url: "https://developers.google.com/groups/chapter/110301321530950732281/"}
|
||||
social:
|
||||
- {name: "google-plus", link: "https://google.com/+ValentynShybanov"}
|
||||
- {name: "site", link: "http://olostan.name/"}
|
||||
-
|
||||
id: 8
|
||||
name: "José Luis"
|
||||
surname: "Esteban Aparicio"
|
||||
company: "Por confirmar"
|
||||
title: "Título por confirmar"
|
||||
bio: "Valentyn focuses on Polymer and Web Components. In previous roles he’s helped craft design systems for massive enterprise companies, user interfaces for console titles, and even built the occasional enchanted princess game. These days his mission is to fight for a better web and to help developers build great experiences."
|
||||
thumbnailUrl: ValentynShybanov.jpg
|
||||
rockstar: true
|
||||
ribbon:
|
||||
- {abbr: "GDG", title: "Google Developer Group", url: "https://developers.google.com/groups/chapter/110301321530950732281/"}
|
||||
social:
|
||||
- {name: "google-plus", link: "https://google.com/+ValentynShybanov"}
|
||||
- {name: "site", link: "http://olostan.name/"}
|
||||
-
|
||||
id: 9
|
||||
name: "Representante"
|
||||
surname: "ODI/OEG/UPM"
|
||||
company: "Por confirmar"
|
||||
title: "Título por confirmar"
|
||||
bio: "Valentyn focuses on Polymer and Web Components. In previous roles he’s helped craft design systems for massive enterprise companies, user interfaces for console titles, and even built the occasional enchanted princess game. These days his mission is to fight for a better web and to help developers build great experiences."
|
||||
thumbnailUrl: ValentynShybanov.jpg
|
||||
rockstar: true
|
||||
|
|
Loading…
Reference in a new issue