Skip to content

Commit

Permalink
Merge pull request #89 from PyConColombia/feat/add-speaker-gitlab
Browse files Browse the repository at this point in the history
add new information to speakers json
  • Loading branch information
arendondiosa authored May 7, 2024
2 parents d468dbe + 72b56f3 commit ae2ff1b
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 1 deletion.
Binary file added public/images/speaker/carla-florida.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/speaker/johnny-montoya.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/speaker/juan-diaz.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
84 changes: 83 additions & 1 deletion src/data/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@
"twitter": "",
"linkedin": "luisvasv",
"github": "",
"gitlab": "luisvasv/public",
"website": "",
"country_origin": "co",
"country_residence": "co",
Expand Down Expand Up @@ -1083,5 +1084,86 @@
},
"url": ""
}
},
{
"id": "carla-florida",
"type": "speaker",
"first_name": "Carla",
"last_name": "Florida",
"email": "[email protected]",
"photo": "carla-florida.JPG",
"biography": {
"en": "Carli is passionate about artificial intelligence, currently Head of AI at Dapta and teacher at Platzi. She is a WTM ambassador and creates technology content at Carli Code.",
"es": "Carli es apasionada por la inteligencia artificial, actualmente Head of AI en Dapta y profesora de Platzi. Embajadora de WTM y crea contenido de tecnología en Carli Code."
},
"affiliation": "Dapta",
"facebook": "carlita.f.roman",
"twitter": "@carli__code",
"linkedin": "carlamfr",
"github": "carlicode",
"website": "",
"country_origin": "bo",
"country_residence": "bo",
"talk": {
"title": {
"en": "Langchain: A Journey into... Vector Space",
"es": "Langchain: Un Viaje al espacio.. vectorial"
},
"url": ""
}
},
{
"id": "johnny-montoya",
"type": "speaker",
"first_name": "Johnny",
"last_name": "Montoya",
"email": "[email protected]",
"photo": "johnny-montoya.jpg",
"biography": {
"en": "I have led for more than a decade teams of Data Engineers, Analytics and ML, in industries, Fintech, Proptech, Insurance, Healtcare, IoT, Travel among others, recently I am part of the team that enables a Cognitive services platform for La Haus, serving services powered by Generative AI for building products such as Chatbots, Voice Synthesizers, image generators among others. I am an entrepreneur and passionate about new technologies, as an “Early-Adopter” of emerging technologies, I am always looking for new tools to solve the industry challenges posed by the organizations I have worked for. As a disseminator I seek to share learnings, especially in the implementation of best practices in the use and appropriation of data, I have hosted several Meetups in Medellin for various local data communities, I also participated in the open data table of the city. I have been invited as speakers in different events such as Data Beers, DataScketch, Confama Employment Community. My last presentation was at the Pycon Colombia 2023 (Bogota).",
"es": "He liderado por más de una década equipos de Ingenieros de datos, Analytics y ML, en industrias, Fintech, Proptech, Insurance, Healtcare, IoT, Travel entre otras, recientemente hago parte del equipo que habilita una plataforma de servicios Cognitivos para La Haus, sirviendo servicios potenciados por IA Generativa para la construcción de productos como Chatbots, Sintetizadores de Voz, generadores de imágenes entre otras. Soy emprendedor y apasionado por las nuevas tecnologías, como “Early-Adopter” de tecnologías emergentes, siempre estoy en búsqueda de nuevas de herramientas que permitan dar solución a los retos de industria que plantean las organizaciones para las que he trabajado. Como divulgador busco compartir los aprendizajes, en especial en la implementación de buenas prácticas en el uso y la apropiación de los datos, he sido host de varios Meetups en Medellín para diversas comunidades de datos locales, también participe en la mesa de datos abiertos de la ciudad. He sido invitado como speakers en diferentes eventos como Data Beers, DataScketch, Comunidad de Empleo Confama. Mi última presentación fue en la versión de la Pycon Colombia 2023 (Bogotá)."
},
"affiliation": "Unloquer",
"facebook": "",
"twitter": "@eldelosdatos_",
"linkedin": "",
"github": "LaDataEsCool",
"website": "",
"country_origin": "co",
"country_residence": "co",
"talk": {
"title": {
"en": "Galactica: Exploring the Depths of Space with AI-Powered Telescopic Vision",
"es": "Galáctica: Exploración de las profundidades del espacio con visión telescópica asistida por inteligencia artificial"
},
"url": ""
}
},
{
"id": "juan-diaz",
"type": "speaker",
"first_name": "Juan",
"last_name": "Diaz",
"email": "[email protected]",
"photo": "juan-diaz.jpg",
"biography": {
"en": "Systems engineer, with more than 25 years in the IT world. 15 years working with Data (Big Data), the last 5 years a hybrid between Big Data and Machine Learning/AI, and a passionate since 1 year ago in everything that encompasses Generative AI, without data you can not have a good model. Cybersecurity Specialist and Artificial Intelligence Specialist, currently a student of Master in Data Science (Continental University of Florida) and Master in Artificial Intelligence (International University of Valencia).",
"es": "Ingeniero de sistemas, con mas de 25 años en el mundo de IT. 15 años trabajando con Datos (Big Data), los ultimos 5 años un hibrido entre Big Data y Machine Learning/AI, y un apasionado desde hace 1 año en todo lo que abarca Generative AI, sin datos no se puede tener un buen modelo. Especialista en Ciberseguridad y Especialista en Inteligencia Artificial, actualmente estudiante de Maestria en Ciencia de Datos (Continental University of Florida) y Maestria en Inteligencia Artificial (Universidad Internacional de Valencia)."
},
"affiliation": "Softserve",
"facebook": "",
"twitter": "",
"linkedin": "",
"github": "",
"website": "",
"country_origin": "co",
"country_residence": "co",
"talk": {
"title": {
"en": "RAG: How to talk to your data using Langchain, Python and Streamlit",
"es": "RAG: Cómo hablar con sus datos usando Langchain, Python y Streamlit"
},
"url": ""
}
}
]
]

0 comments on commit ae2ff1b

Please sign in to comment.