123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195 |
- /*
- * Speaker biographies at Coliberator 2013
- * Copyright (C) 2013 Fundația Ceata
- *
- * This text is lincesed under Creative Commons Attribution-ShareAlike 3.0 Unported.
- * Full legal code: https://creativecommons.org/licenses/by-sa/3.0/legalcode.
- */
- Coliberator.data.speakers = [
- {
- id: 0,
- name: 'Andrei Nicoară',
- occupation: '',
- description: "",
- imageURL: '../speakers/2015/andrei_nicoară.jpg',
- presentations: [
- {
- title: 'Imaginea unui an de eliberare a datelor publice'
- }
- ]
- },
- {
- id: 1,
- name: 'Alexandru Rotaru',
- occupation: '',
- description: "",
- // imageURL: '../speakers/2015/no-portrait.jpg',
- imageURL: '../speakers/2015/alexandru_rotaru.jpg',
- presentations: [
- {
- title: '\'92-\'96 - Primii ani de programe libere în România cu GURU și ROSE'
- }
- ]
- },
- {
- id: 2,
- name: 'Valentina Pavel',
- occupation: '',
- description: "",
- imageURL: '../speakers/2015/valentina_pavel.jpg',
- presentations: [
- {
- title: 'Miturile despre viața privată, demolate. Titlul îți sună cunoscut?'
- }
- ]
- },
- {
- id: 3,
- name: 'Cosmin Dumbravă',
- occupation: '',
- description: "",
- imageURL: '../speakers/2015/cosmin_dumbravă.jpg',
- presentations: [
- {
- title: 'Dreptul la viața privată: o piedică pentru securitatea națională?'
- }
- ]
- },
- {
- id: 4,
- name: 'Tiberiu-Cezar Tehnoetic',
- occupation: '',
- description: "",
- imageURL: '../speakers/2015/tiberiu-cezar_tehnoetic.jpg',
- presentations: [
- {
- title: 'Coliberator și Fundația Ceata'
- },
- {
- title: 'Proiectul GNU'
- },
- {
- title: 'Tehnoetic'
- },
- {
- title: 'Replicant și Kontalk'
- },
- ]
- },
- {
- id: 5,
- name: 'Cornel-Florentin Dimitriu',
- occupation: '',
- description: "",
- imageURL: '../speakers/2015/cornel-florentin_dimitriu.jpg',
- presentations: [
- {
- title: 'Pașii pentru eliberarea de programele proprietarești de pe calculatorul tău'
- },
- {
- title: 'Folosirea mai mulor sisteme de operare de pe memoria de pe USB cu GNU GRUB'
- }
- ]
- },
- {
- id: 6,
- name: 'George Mărușteru',
- occupation: '',
- description: "",
- imageURL: '../speakers/2015/george_mărușteru.jpg',
- presentations: [
- {
- title: 'Criptarea fișierelor cu GnuPG'
- }
- ]
- },
- {
- id: 7,
- name: 'Marius Gavrilescu',
- occupation: '',
- description: "",
- imageURL: '../speakers/2015/marius_gavrilescu.jpg',
- presentations: [
- {
- title: 'Varnish'
- }
- ]
- },
- {
- id: 8,
- name: 'Andrei Cristian Petcu',
- occupation: '',
- description: "",
- imageURL: '../speakers/2015/andrei-cristian_petcu.jpg',
- presentations: [
- {
- title: 'Un vis devenit realitate: Android curățat de Google'
- }
- ]
- },
- {
- id: 9,
- name: 'George Pîrlea',
- occupation: '',
- description: "",
- imageURL: '../speakers/2015/george_pîrlea.jpg',
- presentations: [
- {
- title: 'Votul electronic - o idee poate nu chiar atât de bună?'
- }
- ]
- },
- {
- id: 10,
- name: 'Andrei Blănaru',
- occupation: '',
- description: "",
- imageURL: '../speakers/2015/andrei_blănaru.jpg',
- presentations: [
- {
- title: 'Importanța intimității și mijloacele prin care o putem păstra'
- }
- ]
- },
- {
- id: 11,
- name: 'Răzvan Sandu',
- occupation: '',
- description: "",
- // imageURL: '../speakers/2015/no-portrait.jpg',
- imageURL: '../speakers/2015/răzvan_sandu.jpg',
- presentations: [
- {
- title: 'Programe libere la școala de vară „Informatică la Castel”'
- }
- ]
- },
- {
- id: 12,
- name: 'Alex Palcuie',
- occupation: '',
- description: "",
- // imageURL: '../speakers/2015/no-portrait.jpg',
- imageURL: '../speakers/2015/alex_palcuie.jpg',
- presentations: [
- {
- title: 'Programe libere pentru date libere'
- }
- ]
- },
- {
- id: 13,
- name: 'Matei Vasile',
- occupation: '',
- description: "",
- imageURL: '../speakers/2015/no-portrait.jpg',
- // imageURL: '../speakers/2015/matei_vasile.jpg',
- presentations: [
- {
- title: 'Tox - comunicare audio-video securizată, fără servere'
- }
- ]
- },
- ];
|