-
Notifications
You must be signed in to change notification settings - Fork 2
Add presentacion FelipeCabelloE #163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
FelipeCabelloE
wants to merge
2
commits into
main
Choose a base branch
from
pch-change-153-agrega-FelipeCabelloE
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,177 @@ | ||
--- | ||
layout: post | ||
title: Presentación de Felipe Cabello 🏞️ | ||
subtitle: Medioambiente, ciencia abierta y tecnología | ||
author: FelipeCabelloE | ||
image: coordinacion_felipe_cabello.jpg | ||
tags: coordinación, presentación, pythonchile2025 | ||
category: presentación | ||
--- | ||
|
||
<style> | ||
.post-section { | ||
border-left: 4px solid #2B5B84; | ||
padding-left: 1.5rem; | ||
margin: 2rem 0; | ||
font-family: 'Segoe UI', sans-serif; | ||
} | ||
|
||
.project-card { | ||
background: #f8f9fa; | ||
border-radius: 10px; | ||
padding: 1.5rem; | ||
margin: 1rem 0; | ||
box-shadow: 0 3px 6px rgba(0,0,0,0.1); | ||
} | ||
|
||
.emoji-title { | ||
color: #2B5B84; | ||
font-size: 1.8em; | ||
} | ||
|
||
.highlight-box { | ||
background: #fff4e6; | ||
padding: 1.2rem; | ||
border-radius: 8px; | ||
margin: 1.5rem 0; | ||
} | ||
|
||
.hobby-list li { | ||
margin: 0.8rem 0; | ||
padding-left: 1.5rem; | ||
position: relative; | ||
} | ||
|
||
.hobby-list li::before { | ||
content: "▹"; | ||
color: #2B5B84; | ||
position: absolute; | ||
left: 0; | ||
} | ||
|
||
.signature { | ||
text-align: center; | ||
font-style: italic; | ||
color: #6c757d; | ||
margin-top: 2rem; | ||
} | ||
|
||
</style> | ||
|
||
<div class="post-section" markdown="1"> | ||
|
||
# <span class="emoji-title"> ❯ whoami </span> | ||
|
||
Felipe Cabello Españon. **Ingeniero en Recursos Naturales Renovables** | ||
especializado en el manejo de datos ambientales y geoespaciales. Tengo | ||
experiencia trabajando con información multidimensional de variables | ||
ambientales(data cubes), desarrollando soluciones de visión artificial usando | ||
imágenes satelitales y analizando series de tiempo de estaciones de monitoreo. | ||
Me interesa desarrollar soluciones robustas a los problemas modernos mediante un | ||
enfoque sistémico. | ||
|
||
</div> | ||
|
||
<div class="post-section" markdown="1"> | ||
|
||
<span class="emoji-title">🐍 ¿Cómo descubriste Python?</span> | ||
|
||
La primera vez que trabajé con python fue en mi proyecto de título en la | ||
FelipeCabelloE marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
universidad. Necesitaba un lenguaje que pudiera manejar grandes volúmenes de | ||
datos atmosféricos junto a una modelación económica de proyectos eólicos. Si | ||
bien hasta ese momento sólo tenía experiencia utilizando el lenguaje R, el | ||
extenso catálogo de módulos abiertos de python terminó por convencerme para | ||
FelipeCabelloE marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
hacer el salto. | ||
|
||
</div> | ||
|
||
<div class="post-section" markdown="1"> | ||
|
||
<span class="emoji-title">🏗️ Proyectos destacados</span> | ||
|
||
<div class="project-card" markdown="1"> | ||
|
||
### 🌬️ Energía eólica offshore | ||
|
||
Desarrollé la primera estimación técnico económica a nivel nacional de energía | ||
eólica offshore en considerar escenarios de cambio climático. | ||
FelipeCabelloE marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
- Análisis multi-decada de datos de velocidad de viento a lo largo de todo el | ||
mar chileno. | ||
- Manejo de data cubes usando Xarray, visualizaciones y estimaciones económicas. | ||
- Publicado en el artículo | ||
[Towards a Future Scenario for Offshore Wind Energy in Chile: Breaking the Paradigm](https://www.mdpi.com/2071-1050/13/13/7013) | ||
|
||
</div> | ||
|
||
<div class="project-card" markdown="1"> | ||
|
||
### 🌱 Análisis de vegetación urbana con IA | ||
|
||
Usando redes neuronales convolucionales, desarrollé un clasificador y | ||
segmentador de arbolado urbano. | ||
|
||
- Solución de end-to-end para la identificación de arbolado urbano. | ||
FelipeCabelloE marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
- Integración de información multiespectral de cámaras de alta resolución. | ||
- Extensible a experimentos con "Human in the loop". | ||
|
||
</div> | ||
|
||
<div class="project-card" markdown="1"> | ||
|
||
### 🏛️ Ciencia de datos para políticas públicas | ||
|
||
Trabajo con actores públicos analizando datos para la toma de decisiones y el | ||
diseño de políticas públicas. | ||
|
||
- Ciencia de datos con información geoespacial. | ||
- Soluciones open source reproducibles con docker y python. | ||
FelipeCabelloE marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
</div> | ||
|
||
</div> | ||
|
||
<div class="post-section" markdown="1"> | ||
|
||
<span class="emoji-title">📚 Experiencia y comunidad</span> | ||
|
||
- **Formación**: Ingeniero en Recursos Naturales Renovables (UChile). | ||
- **Trayectoria**: Ciencia e Ingeniería de datos ambientales. | ||
|
||
<div class="highlight-box" markdown="1"> | ||
|
||
**Inspiración para ser parte de Python Chile**: Siempre me ha gustado un montón | ||
la programación y la comunidad open source. Quiero ser parte de un lugar en | ||
FelipeCabelloE marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
donde pueda aprender y debatir apasionadamente respecto a todos los cambios que | ||
están sucediendo en el mundo de la tecnología. | ||
|
||
**Meta en la comunidad**: Empoderar a la mayor cantidad de personas posibles con | ||
habilidades relacionadas a la programación que les puedan ayudar en su vida. | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
<div class="post-section" markdown="1"> | ||
|
||
<span class="emoji-title">✨ Tips y hobbies</span> | ||
|
||
<ul class="hobby-list"> | ||
<li> ⭕Meditación</li> | ||
<li> 🏃♂️Calistenia</li> | ||
<li> 💃 Salsa</li> | ||
</ul> | ||
|
||
**Consejo para nuevos devs** | ||
|
||
> El mundo de la programación, al igual que muchas artes humanas, es expansivo y | ||
> profundo. Es el resultado de generaciones de desarrolladores compartiendo | ||
> conocimiento y construyendo encima de lo que otros hicieron. Apoyate de tus | ||
> colegas y disfruta del viaje. | ||
|
||
</div> | ||
|
||
<div class="signature" markdown="1"> | ||
¡Nos vemos en los meetups! 🐍<br> | ||
[GitHub](https://github.com/FelipeCabelloE) | [LinkedIn](https://www.linkedin.com/in/felipe-cabello-espa%C3%B1on-036489173/) | [¿Hablamos de datos?](mailto:[email protected]) | ||
</div> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.