mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-27 08:54:18 +01:00
feat: réorganiser la structure des pages de projets et mettre à jour les statuts des projets
This commit is contained in:
@@ -16,9 +16,8 @@ export const collections = {
|
|||||||
publishedAt: z.string(),
|
publishedAt: z.string(),
|
||||||
readingTime: z.number().optional(),
|
readingTime: z.number().optional(),
|
||||||
tags: z.array(z.string()),
|
tags: z.array(z.string()),
|
||||||
cover: z.string().optional(),
|
|
||||||
favorite: z.boolean().optional(),
|
favorite: z.boolean().optional(),
|
||||||
status: z.string().optional(),
|
status: z.enum(['active', 'completed', 'archived', 'in progress']),
|
||||||
icon: z.string()
|
icon: z.string()
|
||||||
})
|
})
|
||||||
}),
|
}),
|
||||||
|
|||||||
@@ -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.
|
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
|
publishedAt: 2024-06-01
|
||||||
readingTime: 1
|
readingTime: 1
|
||||||
cover: artchat/cover.png
|
|
||||||
favorite: true
|
favorite: true
|
||||||
status: Active
|
status: active
|
||||||
tags:
|
tags:
|
||||||
- Vue.js
|
- Vue.js
|
||||||
- Nuxt
|
- Nuxt
|
||||||
|
|||||||
@@ -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.
|
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
|
publishedAt: 2024-09-04
|
||||||
readingTime: 1
|
readingTime: 1
|
||||||
cover: arthome/cover.png
|
status: archived
|
||||||
status: Active
|
|
||||||
tags:
|
tags:
|
||||||
- Nuxt
|
- Nuxt
|
||||||
- Vue.js
|
- Vue.js
|
||||||
|
|||||||
@@ -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.
|
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
|
publishedAt: 2025-09-04
|
||||||
readingTime: 1
|
readingTime: 1
|
||||||
cover: artlab/cover.png
|
|
||||||
favorite: true
|
favorite: true
|
||||||
status: Active
|
status: active
|
||||||
tags:
|
tags:
|
||||||
- Docker
|
- Docker
|
||||||
- Proxmox
|
- Proxmox
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ description: A curated collection of mathematics and data science projects devel
|
|||||||
publishedAt: 2023-09-01
|
publishedAt: 2023-09-01
|
||||||
readingTime: 1
|
readingTime: 1
|
||||||
favorite: true
|
favorite: true
|
||||||
status: Active
|
status: in progress
|
||||||
tags:
|
tags:
|
||||||
- Python
|
- Python
|
||||||
- R
|
- R
|
||||||
|
|||||||
@@ -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.
|
description: Predicting the number of bikes rented in a bike-sharing system using Generalized Linear Models and various statistical techniques.
|
||||||
publishedAt: 2025-01-24
|
publishedAt: 2025-01-24
|
||||||
readingTime: 1
|
readingTime: 1
|
||||||
status: Completed
|
status: completed
|
||||||
tags:
|
tags:
|
||||||
- R
|
- R
|
||||||
- Statistics
|
- Statistics
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ type: Academic Project
|
|||||||
description: Prediction of breast cancer presence by comparing several supervised classification models using machine learning techniques.
|
description: Prediction of breast cancer presence by comparing several supervised classification models using machine learning techniques.
|
||||||
publishedAt: 2025-06-06
|
publishedAt: 2025-06-06
|
||||||
readingTime: 2
|
readingTime: 2
|
||||||
status: Completed
|
status: completed
|
||||||
tags:
|
tags:
|
||||||
- Python
|
- Python
|
||||||
- Machine Learning
|
- Machine Learning
|
||||||
|
|||||||
@@ -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.
|
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
|
publishedAt: 2024-12-10
|
||||||
readingTime: 4
|
readingTime: 4
|
||||||
status: Active
|
status: completed
|
||||||
tags:
|
tags:
|
||||||
- Python
|
- Python
|
||||||
- TensorFlow
|
- TensorFlow
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ type: Academic Project
|
|||||||
description: Predicting loan approval and default risk using machine learning classification techniques.
|
description: Predicting loan approval and default risk using machine learning classification techniques.
|
||||||
publishedAt: 2025-01-24
|
publishedAt: 2025-01-24
|
||||||
readingTime: 2
|
readingTime: 2
|
||||||
status: Completed
|
status: completed
|
||||||
tags:
|
tags:
|
||||||
- Python
|
- Python
|
||||||
- Machine Learning
|
- Machine Learning
|
||||||
|
|||||||
@@ -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.
|
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
|
publishedAt: 2024-11-24
|
||||||
readingTime: 3
|
readingTime: 3
|
||||||
status: Completed
|
status: completed
|
||||||
tags:
|
tags:
|
||||||
- R
|
- R
|
||||||
- Mathematics
|
- Mathematics
|
||||||
|
|||||||
@@ -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.
|
description: A Python implementation of the Schelling Segregation Model using statistics and data visualization to analyze spatial segregation patterns.
|
||||||
publishedAt: 2024-05-03
|
publishedAt: 2024-05-03
|
||||||
readingTime: 4
|
readingTime: 4
|
||||||
status: Completed
|
status: completed
|
||||||
tags:
|
tags:
|
||||||
- Python
|
- Python
|
||||||
- Data Visualization
|
- Data Visualization
|
||||||
|
|||||||
@@ -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.
|
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
|
publishedAt: 2025-07-31
|
||||||
readingTime: 2
|
readingTime: 2
|
||||||
status: Completed
|
status: completed
|
||||||
tags:
|
tags:
|
||||||
- Python
|
- Python
|
||||||
- PySpark
|
- PySpark
|
||||||
|
|||||||
Reference in New Issue
Block a user