diff --git a/config/web.py b/config/web.py index acfb475..2fd13b1 100644 --- a/config/web.py +++ b/config/web.py @@ -777,5 +777,16 @@ def lookup_lang_name(lang_code): "image":"/theme/assets/images/ponentes/gema.jpg", "twitter":"https://twitter.com/SoyGema" }, + { + "name":"Nerea Luis", + "description":{ + "es":"Nerea Luis es la directora de Datos e Inteligencia Artificial en SNGULAR. De formación Doctora en Ciencias de la Computación, ahora lidera proyectos relacionados con Procesamiento del Lenguaje Natural y Visión Artificial, entre otros. Conocida divulgadora en el campo de la Inteligencia Artificial, este año colabora con el programa de TV Órbita Laika en la nueva sección de tecnología. ", + "en":"Nerea Luis is Data and Artificial Intelligence Manager at SNGULAR. With a PhD in Computer Science, she now leads projects related to Natural Language Processing and Artificial Vision, among others. A well-known disseminator in the field of Artificial Intelligence, this year she is collaborating with the TV Show Órbita Laika in the new technology section." + }, + "image":"/theme/assets/images/ponentes/nerea_luis_cropped.jpg", + "twitter":"https://twitter.com/sailormerqury" + }, ] +# Shuffle KEYNOTERS +random.shuffle(KEYNOTERS) \ No newline at end of file diff --git a/theme/pycones23/static/assets/images/ponentes/nerea_luis_cropped.jpg b/theme/pycones23/static/assets/images/ponentes/nerea_luis_cropped.jpg new file mode 100644 index 0000000..8a3a134 Binary files /dev/null and b/theme/pycones23/static/assets/images/ponentes/nerea_luis_cropped.jpg differ diff --git a/theme/pycones23_en/static/assets/images/ponentes/nerea_luis_cropped.jpg b/theme/pycones23_en/static/assets/images/ponentes/nerea_luis_cropped.jpg new file mode 100644 index 0000000..f498e2a Binary files /dev/null and b/theme/pycones23_en/static/assets/images/ponentes/nerea_luis_cropped.jpg differ