diff --git a/content.config.ts b/content.config.ts index b9d1d58..c441f9b 100644 --- a/content.config.ts +++ b/content.config.ts @@ -16,9 +16,8 @@ export const collections = { publishedAt: z.string(), readingTime: z.number().optional(), tags: z.array(z.string()), - cover: z.string().optional(), favorite: z.boolean().optional(), - status: z.string().optional(), + status: z.enum(['active', 'completed', 'archived', 'in progress']), icon: z.string() }) }), diff --git a/content/projects/artchat.md b/content/projects/artchat.md index b209803..fecd418 100644 --- a/content/projects/artchat.md +++ b/content/projects/artchat.md @@ -5,9 +5,8 @@ type: Personal Project description: My personal space on the web — a portfolio, a blog, and a digital lab where I showcase my projects, write about topics I care about, and experiment with design and web technologies. publishedAt: 2024-06-01 readingTime: 1 -cover: artchat/cover.png favorite: true -status: Active +status: active tags: - Vue.js - Nuxt diff --git a/content/projects/arthome.md b/content/projects/arthome.md index c65de85..a06cf9b 100644 --- a/content/projects/arthome.md +++ b/content/projects/arthome.md @@ -5,8 +5,7 @@ type: Personal Project description: A customizable browser homepage that lets you organize all your favorite links in one place with categories, tabs, icons and colors. publishedAt: 2024-09-04 readingTime: 1 -cover: arthome/cover.png -status: Active +status: archived tags: - Nuxt - Vue.js diff --git a/content/projects/artlab.md b/content/projects/artlab.md index 9f76e14..fa22cb6 100644 --- a/content/projects/artlab.md +++ b/content/projects/artlab.md @@ -5,9 +5,8 @@ type: Infrastructure Project description: A personal homelab environment where I deploy, test, and maintain self-hosted services with privacy-focused networking through VPN and Cloudflare Tunnels. publishedAt: 2025-09-04 readingTime: 1 -cover: artlab/cover.png favorite: true -status: Active +status: active tags: - Docker - Proxmox diff --git a/content/projects/artstudies.md b/content/projects/artstudies.md index 9adb9bc..c744fa9 100644 --- a/content/projects/artstudies.md +++ b/content/projects/artstudies.md @@ -6,7 +6,7 @@ description: A curated collection of mathematics and data science projects devel publishedAt: 2023-09-01 readingTime: 1 favorite: true -status: Active +status: in progress tags: - Python - R diff --git a/content/projects/bikes-glm.md b/content/projects/bikes-glm.md index ae94862..94c7c3e 100644 --- a/content/projects/bikes-glm.md +++ b/content/projects/bikes-glm.md @@ -5,7 +5,7 @@ type: Academic Project description: Predicting the number of bikes rented in a bike-sharing system using Generalized Linear Models and various statistical techniques. publishedAt: 2025-01-24 readingTime: 1 -status: Completed +status: completed tags: - R - Statistics diff --git a/content/projects/breast-cancer.md b/content/projects/breast-cancer.md index 262dfe8..239e475 100644 --- a/content/projects/breast-cancer.md +++ b/content/projects/breast-cancer.md @@ -5,7 +5,7 @@ type: Academic Project description: Prediction of breast cancer presence by comparing several supervised classification models using machine learning techniques. publishedAt: 2025-06-06 readingTime: 2 -status: Completed +status: completed tags: - Python - Machine Learning diff --git a/content/projects/dropout-reduces-underfitting.md b/content/projects/dropout-reduces-underfitting.md index 4befc1b..9453527 100644 --- a/content/projects/dropout-reduces-underfitting.md +++ b/content/projects/dropout-reduces-underfitting.md @@ -5,7 +5,7 @@ type: Research Project description: TensorFlow/Keras implementation and reproduction of "Dropout Reduces Underfitting" (Liu et al., 2023). A comparative study of Early and Late Dropout strategies to optimize model convergence. publishedAt: 2024-12-10 readingTime: 4 -status: Active +status: completed tags: - Python - TensorFlow diff --git a/content/projects/loan-ml.md b/content/projects/loan-ml.md index eec65d4..c6b5db0 100644 --- a/content/projects/loan-ml.md +++ b/content/projects/loan-ml.md @@ -5,7 +5,7 @@ type: Academic Project description: Predicting loan approval and default risk using machine learning classification techniques. publishedAt: 2025-01-24 readingTime: 2 -status: Completed +status: completed tags: - Python - Machine Learning diff --git a/content/projects/monte-carlo-project.md b/content/projects/monte-carlo-project.md index 3ae76ee..ec2851e 100644 --- a/content/projects/monte-carlo-project.md +++ b/content/projects/monte-carlo-project.md @@ -5,7 +5,7 @@ type: Academic Project description: An implementation of different Monte Carlo methods and algorithms in R, including inverse CDF simulation, accept-reject methods, and stratification techniques. publishedAt: 2024-11-24 readingTime: 3 -status: Completed +status: completed tags: - R - Mathematics diff --git a/content/projects/schelling-segregation-model.md b/content/projects/schelling-segregation-model.md index 1edf2a7..9fa2113 100644 --- a/content/projects/schelling-segregation-model.md +++ b/content/projects/schelling-segregation-model.md @@ -5,7 +5,7 @@ type: Academic Project description: A Python implementation of the Schelling Segregation Model using statistics and data visualization to analyze spatial segregation patterns. publishedAt: 2024-05-03 readingTime: 4 -status: Completed +status: completed tags: - Python - Data Visualization diff --git a/content/projects/sevetys.md b/content/projects/sevetys.md index 53df8f0..b33944e 100644 --- a/content/projects/sevetys.md +++ b/content/projects/sevetys.md @@ -5,7 +5,7 @@ type: Internship Project description: Summary of my internship as a Data Engineer at Sevetys, focusing on data quality, cleaning, standardization, and comprehensive data quality metrics. publishedAt: 2025-07-31 readingTime: 2 -status: Completed +status: completed tags: - Python - PySpark