Skip to content

Commit 15ae276

Browse files
committed
Refactor descriptions and formatting in CV, projects, and about pages; update README for consistency
1 parent 2cb547d commit 15ae276

13 files changed

+167
-180
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ This repository contains the source code for Martín E. Bravo's personal academi
1010

1111
## Usage
1212

13-
Visit the website at [martinebravo.github.io](https://martinebravo.github.io) to explore Martín's work and projects.
13+
Visit the website at [martinebravo.github.io](https://martinebravo.github.io) to explore Martín's work and projects.

_pages/about.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: about
33
title: about
44
permalink: /
5-
subtitle:
5+
subtitle:
66

77
profile:
88
align: right
@@ -22,7 +22,6 @@ When I’m not working or studying, I enjoy learning languages (currently Swedis
2222

2323
Feel free to connect with me on LinkedIn or check out my projects! I’m always open to new opportunities and collaborations.
2424

25-
2625
<script>
2726
// Set your birthday
2827
const birthday = new Date("2003-02-16"); // Replace with your actual birthday (YYYY-MM-DD)
@@ -41,4 +40,3 @@ Feel free to connect with me on LinkedIn or check out my projects! I’m always
4140
// Update the age in the HTML
4241
document.getElementById("age").textContent = age;
4342
</script>
44-

_pages/cv.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: cv
55
nav: true
66
nav_order: 5
77
cv_pdf: main.pdf
8-
description:
8+
description:
99
toc:
1010
sidebar: left
1111
---

_pages/projects.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
title: projects
44
permalink: /projects/
5-
description:
5+
description:
66
nav: true
77
nav_order: 3
88
display_categories: [work, school, fun]

_posts/2025-01-25-first-post.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ thumbnail: assets/img/sweden.jpeg
1010
---
1111

1212
Welcome to the blog! This is the first post, my name is Martín Bravo. I am a BSc Student in Computer Science at the University of Chile. I am interested in Machine Learning, Data Science, and Software Development. I am currently working on my thesis, which is about the application of Machine Learning techniques to the field of Federated Learning. I am also working as a Machine Learning Engineer at a startup called [Hopsworks AI](https://www.hopsworks.ai/). I am excited to share my thoughts and experiences with you through this blog. Stay tuned for more posts!
13+
1314
<div class="row mt-3">
1415
<div class="col-sm mt-3 mt-md-0">
1516
{% include figure.liquid loading="eager" path="assets/img/sweden.jpeg" class="img-fluid rounded z-depth-1" style="max-width: 50%;" %}

_projects/aistudent.md

+23-26
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,65 @@
11
---
2-
3-
layout: page
2+
layout: page
43
title: KTH AI Student
5-
description: Dive into the world of AI with this hands-on, beginner-friendly course for students curious about Fullstack AI.
4+
description: Dive into the world of AI with this hands-on, beginner-friendly course for students curious about Fullstack AI.
65
img: /assets/img/projects/aistudent/img1.jpg
7-
importance: 1
6+
importance: 1
87
category: fun
9-
108
---
119

1210
Website: [AIStudent](https://kthais.com/events/event/ai-student-initiative/)
1311

14-
Are you ready to **kickstart your AI journey**? Welcome to **AIStudent**, an 8-week course created **by students, for students**. This curriculum is designed to give you a taste of everything cool in AI—from crunching data to building web apps powered by machine learning.
12+
Are you ready to **kickstart your AI journey**? Welcome to **AIStudent**, an 8-week course created **by students, for students**. This curriculum is designed to give you a taste of everything cool in AI—from crunching data to building web apps powered by machine learning.
1513

16-
This course is perfect for **beginners**, so leave your worries at the door. No prior experience is required—just your curiosity and enthusiasm. Let’s make learning fun, hands-on, and collaborative!
14+
This course is perfect for **beginners**, so leave your worries at the door. No prior experience is required—just your curiosity and enthusiasm. Let’s make learning fun, hands-on, and collaborative!
1715

1816
Code available on [GitHub](https://github.com/kthaisociety/AIStudent)
1917

2018
---
2119

2220
## **Why AIStudent?**
23-
- **Fun & Interactive**: No boring lectures here. You'll work on real projects and learn by doing.
24-
- **Beginner-Friendly**: Built for students with little to no background in AI.
25-
- **Comprehensive**: Learn a bit of everything—coding, stats, data wrangling, machine learning, and even web development.
26-
- **Student-Led**: Taught by experienced peers who were once in your shoes.
2721

22+
- **Fun & Interactive**: No boring lectures here. You'll work on real projects and learn by doing.
23+
- **Beginner-Friendly**: Built for students with little to no background in AI.
24+
- **Comprehensive**: Learn a bit of everything—coding, stats, data wrangling, machine learning, and even web development.
25+
- **Student-Led**: Taught by experienced peers who were once in your shoes.
2826

2927
---
3028

29+
## **Course Structure**
3130

32-
## **Course Structure**
33-
34-
Each week focuses on a new topic, making it easy to dive into the world of AI:
31+
Each week focuses on a new topic, making it easy to dive into the world of AI:
3532

3633
1. **Week 1: Introduction to Python**
37-
Learn the language of data science and AI. Whether you’re a coding newbie or need a refresher, we’ve got you covered.
34+
Learn the language of data science and AI. Whether you’re a coding newbie or need a refresher, we’ve got you covered.
3835

3936
2. **Week 2: Statistics**
40-
Get to know the math behind AI with hands-on stats examples. No complicated equations, just practical fun!
37+
Get to know the math behind AI with hands-on stats examples. No complicated equations, just practical fun!
4138

4239
3. **Week 3: Data Wrangling**
43-
Discover how to clean and prepare messy datasets—because data is never perfect.
40+
Discover how to clean and prepare messy datasets—because data is never perfect.
4441

4542
4. **Week 4: Intro to Machine Learning**
46-
Dive into the basics of teaching computers how to learn. Think predictive models and simple algorithms!
43+
Dive into the basics of teaching computers how to learn. Think predictive models and simple algorithms!
4744

4845
5. **Week 5: Deep Learning**
49-
Peek into the world of neural networks. It’s like teaching a computer to think—sort of.
46+
Peek into the world of neural networks. It’s like teaching a computer to think—sort of.
5047

5148
6. **Week 6: Big Data Management**
52-
Learn how to handle huge amounts of data without pulling your hair out.
49+
Learn how to handle huge amounts of data without pulling your hair out.
5350

5451
7. **Week 7: Web Development**
55-
Build your first AI-powered app! Who doesn’t love seeing their work live on the web?
52+
Build your first AI-powered app! Who doesn’t love seeing their work live on the web?
5653

5754
8. **Week 8: Real-Life Applications**
58-
Explore how to use AI in the real world. By the end, you’ll create a mini project to showcase what you’ve learned.
55+
Explore how to use AI in the real world. By the end, you’ll create a mini project to showcase what you’ve learned.
5956

6057
---
6158

62-
## **Schedule**
59+
## **Schedule**
6360

64-
*All sessions are Thursdays from 17:30–19:30.*
61+
_All sessions are Thursdays from 17:30–19:30._
6562

66-
Ready to dive in? AIStudent is more than a course—it’s a community of curious minds exploring the wonders of AI together. So, let’s get started and make some AI-powered magic happen!
63+
Ready to dive in? AIStudent is more than a course—it’s a community of curious minds exploring the wonders of AI together. So, let’s get started and make some AI-powered magic happen!
6764

68-
---
65+
---

_projects/cenia.md

+10-11
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
---
2-
layout: page
3-
title: Hybrid Ecologies for AI and Society
4-
description: A groundbreaking research initiative exploring the intersection of artificial intelligence, ethics, and society, in collaboration with the National Center for Artificial Intelligence (CENIA).
2+
layout: page
3+
title: Hybrid Ecologies for AI and Society
4+
description: A groundbreaking research initiative exploring the intersection of artificial intelligence, ethics, and society, in collaboration with the National Center for Artificial Intelligence (CENIA).
55
img: /assets/img/projects/cenia/cenia.jpeg
66
importance: 2
7-
category: work
7+
category: work
88
---
99

1010
The **CENIA Project** is an innovative initiative that explores the transformative role of artificial intelligence in shaping human and ecological systems. In collaboration with the **National Center for Artificial Intelligence (CENIA)**, the project delves into the interaction between AI, ethics, and societal well-being to create sustainable, responsible, and impactful technologies. The [project website](https://ecologiashibridas.cl/index.php/en/home-english/) provides further insights into the project's vision and objectives.
1111

12-
13-
1412
---
1513

16-
## **Objective**
14+
## **Objective**
1715

18-
The project focuses on building **hybrid ecologies**, where **AI systems collaborate harmoniously with human and environmental actors**. By integrating technological advancements with societal needs, the initiative aims to foster more inclusive, ethical, and sustainable approaches to artificial intelligence.
16+
The project focuses on building **hybrid ecologies**, where **AI systems collaborate harmoniously with human and environmental actors**. By integrating technological advancements with societal needs, the initiative aims to foster more inclusive, ethical, and sustainable approaches to artificial intelligence.
1917

2018
<iframe
2119
src="https://player.vimeo.com/video/964834102?h=5f7e6994e7"
@@ -28,8 +26,9 @@ allowfullscreen>
2826

2927
---
3028

31-
## **Key Contributions**
32-
- Fine-tuned **Stable Diffusion** for a museum exhibit, configuring **Automatic1111** to generate theme-based art on museum hardware.
33-
- Built a user interface on tablets using **HTML/CSS/JS** and **Flask**, allowing visitors to generate personalized images seamlessly.
29+
## **Key Contributions**
30+
31+
- Fine-tuned **Stable Diffusion** for a museum exhibit, configuring **Automatic1111** to generate theme-based art on museum hardware.
32+
- Built a user interface on tablets using **HTML/CSS/JS** and **Flask**, allowing visitors to generate personalized images seamlessly.
3433

3534
---

_projects/fach.md

+19-20
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,47 @@
11
---
2-
3-
layout: page
2+
layout: page
43
title: 3rd Place Winner of the Chilean Air Force Hackathon
54
description: An innovative solution designed to address fire detection and monitoring challenges, securing 3rd place in the prestigious Dosafíos competition.
65
img: /assets/img/projects/fach/img1.jpeg
7-
importance: 2
6+
importance: 2
87
category: fun
9-
108
---
119

1210
In the **Dosafíos competition**, we developed an innovative solution to tackle a pressing societal challenge, ultimately securing **3rd place** in this prestigious event. This experience combined problem-solving, teamwork, and technical expertise to deliver an impactful project. [Visit Dosafíos](https://dosafios.cl) to learn more about the competition.
1311

14-
1512
<div class="row">
1613
<div class="col-sm mt-3 mt-md-0">
1714
{% include figure.liquid loading="eager" path="/assets/img/projects/fach/img2.png" title="Dosafíos" class="img-fluid rounded z-depth-1" %}
1815
</div>
1916
</div>
2017

21-
2218
---
2319

2420
## **What Did Our Solution Address?**
2521

26-
Our project focused on resolving the critical issue of **forest fires**, a pressing environmental challenge. By leveraging advanced technology and innovation, we designed a solution to assist in detecting and monitoring wildfires, aiming to mitigate their impact on the environment and communities.
22+
Our project focused on resolving the critical issue of **forest fires**, a pressing environmental challenge. By leveraging advanced technology and innovation, we designed a solution to assist in detecting and monitoring wildfires, aiming to mitigate their impact on the environment and communities.
2723

2824
---
2925

30-
## **Competition Highlights**
26+
## **Competition Highlights**
27+
28+
1. **Challenge**:
29+
30+
- Address the problem of forest fires by creating a practical and innovative solution to enhance early detection and response.
31+
32+
2. **Our Approach**:
3133

32-
1. **Challenge**:
33-
- Address the problem of forest fires by creating a practical and innovative solution to enhance early detection and response.
34+
- Utilized **YOLO (You Only Look Once)**, a state-of-the-art object detection algorithm, to develop a system capable of identifying potential fire outbreaks in real-time.
35+
- Integrated our solution with existing monitoring systems for scalability and effectiveness.
36+
- Iterated rapidly based on feedback to refine our prototype for practical use.
3437

35-
2. **Our Approach**:
36-
- Utilized **YOLO (You Only Look Once)**, a state-of-the-art object detection algorithm, to develop a system capable of identifying potential fire outbreaks in real-time.
37-
- Integrated our solution with existing monitoring systems for scalability and effectiveness.
38-
- Iterated rapidly based on feedback to refine our prototype for practical use.
38+
3. **Result**:
39+
- Our solution impressed the judges with its practicality and impact, earning us **3rd place** among several talented teams.
3940

40-
3. **Result**:
41-
- Our solution impressed the judges with its practicality and impact, earning us **3rd place** among several talented teams.
41+
Participating in **Dosafíos** was a valuable experience that reinforced our ability to:
4242

43-
Participating in **Dosafíos** was a valuable experience that reinforced our ability to:
44-
- Address critical environmental challenges using cutting-edge technology.
45-
- Collaborate effectively within a team under time constraints.
46-
- Translate ideas into actionable and impactful solutions that can help protect ecosystems and communities from the devastating effects of wildfires.
43+
- Address critical environmental challenges using cutting-edge technology.
44+
- Collaborate effectively within a team under time constraints.
45+
- Translate ideas into actionable and impactful solutions that can help protect ecosystems and communities from the devastating effects of wildfires.
4746

4847
---

_projects/heymomo.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
---
2-
layout: page
2+
layout: page
33
title: HeyMomo AI Assistant
4-
description: HeyMomo is an AI-powered virtual assistant designed for kids, integrated with the SoyMomo Space 3.0 smartwatch, to make learning and communication fun and safe.
4+
description: HeyMomo is an AI-powered virtual assistant designed for kids, integrated with the SoyMomo Space 3.0 smartwatch, to make learning and communication fun and safe.
55
img: /assets/img/projects/heymomo/heymomo.png
6-
importance: 1
6+
importance: 1
77
category: work
88
---
99

10-
**HeyMomo** is an intelligent virtual assistant built to empower kids with a fun, educational, and safe experience. Designed as a core feature of the **SoyMomo Space 3.0 smartwatch**, HeyMomo combines advanced **AI technology** with an intuitive, child-friendly interface.
10+
**HeyMomo** is an intelligent virtual assistant built to empower kids with a fun, educational, and safe experience. Designed as a core feature of the **SoyMomo Space 3.0 smartwatch**, HeyMomo combines advanced **AI technology** with an intuitive, child-friendly interface.
1111

12-
The project was developed using cutting-edge tools and frameworks to ensure a seamless, secure, and engaging user experience for children while fostering collaboration between engineering, product, and design teams.
12+
The project was developed using cutting-edge tools and frameworks to ensure a seamless, secure, and engaging user experience for children while fostering collaboration between engineering, product, and design teams.
1313

1414
<iframe src="https://www.linkedin.com/embed/feed/update/urn:li:ugcPost:7174422181068558336" height="1447" width="504" frameborder="0" allowfullscreen="" title="Embedded post"></iframe>
1515

1616
---
1717

18-
## **Key Contributions**
18+
## **Key Contributions**
1919

20-
- **Technical Development**:
21-
- Built HeyMomo using **LangChain**, **AWS**, and **Node.js/Express.js**, creating a child-friendly, interactive assistant.
22-
- Developed within an **Agile framework**, enabling rapid iteration and incorporating user feedback for continuous improvement.
23-
- **Collaboration**:
24-
- Worked closely with **product managers**, **designers**, and other developers to align the assistant’s features with user needs and SoyMomo’s vision.
25-
- Ensured seamless integration of HeyMomo into the SoyMomo ecosystem.
20+
- **Technical Development**:
21+
- Built HeyMomo using **LangChain**, **AWS**, and **Node.js/Express.js**, creating a child-friendly, interactive assistant.
22+
- Developed within an **Agile framework**, enabling rapid iteration and incorporating user feedback for continuous improvement.
23+
- **Collaboration**:
24+
- Worked closely with **product managers**, **designers**, and other developers to align the assistant’s features with user needs and SoyMomo’s vision.
25+
- Ensured seamless integration of HeyMomo into the SoyMomo ecosystem.
2626

2727
---
2828

29-
## **Features**
29+
## **Features**
3030

3131
1. **Interactive Assistance**
32-
HeyMomo allows kids to ask questions about the world, get help with schoolwork, and receive age-appropriate answers curated for their needs.
32+
HeyMomo allows kids to ask questions about the world, get help with schoolwork, and receive age-appropriate answers curated for their needs.
3333

3434
2. **Voice Interaction**
35-
Fully voice-enabled, making it accessible even to younger kids who may not yet be proficient readers or typists.
35+
Fully voice-enabled, making it accessible even to younger kids who may not yet be proficient readers or typists.
3636

3737
3. **Personalized Reminders**
38-
Helps kids stay organized with reminders for tasks like homework, bedtime, or family events, fostering responsibility.
38+
Helps kids stay organized with reminders for tasks like homework, bedtime, or family events, fostering responsibility.
3939

4040
4. **Entertainment and Games**
41-
Offers fun games and riddles, ensuring kids stay entertained while learning.
41+
Offers fun games and riddles, ensuring kids stay entertained while learning.
4242

4343
5. **Secure Communication**
44-
Integrated with SoyMomo’s core features, such as safe calling and messaging, providing peace of mind to parents.
44+
Integrated with SoyMomo’s core features, such as safe calling and messaging, providing peace of mind to parents.
4545

46-
---
46+
---

0 commit comments

Comments
 (0)