mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-14 15:54:03 +01:00
feat: update project links to use redirect URLs for consistency
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"fr": "En tant qu'auto-entrepreneur, j'ai conçu, développé et maintenu divers projets personnels, explorant de nouveaux langages de programmation et technologies. Je rédige également la documentation et des articles relatifs à mes projets, tout en corrigeant les bugs et en assurant leur bon fonctionnement en production. J'ai aussi administré mon homelab basé sur Proxmox et Docker, hébergeant plusieurs services, et configuré l'infrastructure réseau afin d'optimiser performances et stabilité."
|
||||
},
|
||||
"company": "ArtDanjProduction",
|
||||
"companyUrl": "https://arthurdanjou.fr",
|
||||
"companyUrl": "https://go.arthurdanjou.fr/website",
|
||||
"location": "Paris, France",
|
||||
"startDate": "2022-02",
|
||||
"tags": ["Java", "TypeScript", "HomeLab", "Docker"]
|
||||
|
||||
@@ -10,7 +10,7 @@ tags:
|
||||
- web
|
||||
---
|
||||
|
||||
[**ArtChat**](https://arthurdanjou.fr) is 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.
|
||||
[**ArtChat**](https://go.arthurdanjou.fr/website) is 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.
|
||||
|
||||
It's designed to be fast, accessible, and fully responsive. The site also serves as a playground to explore and test modern frontend tools.
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ tags:
|
||||
- web
|
||||
---
|
||||
|
||||
[ArtHome](https://home.arthurdanjou.fr) is a customizable browser homepage that lets you organize all your favorite links in one place.
|
||||
[ArtHome](https://go.arthurdanjou.fr/arthome) is a customizable browser homepage that lets you organize all your favorite links in one place.
|
||||
|
||||
Create categories and tabs to group your shortcuts, personalize them with icons and colors, and make the page private if you want to keep your links just for yourself. The interface is clean, responsive, and works across all modern browsers.
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ tags:
|
||||
- docker
|
||||
---
|
||||
|
||||
[**ArtLab**](https://status.arthurdanjou.fr) is my personal homelab, where I experiment with self-hosting and automation.
|
||||
[**ArtLab**](https://go.arthurdanjou.fr/status) is my personal homelab, where I experiment with self-hosting and automation.
|
||||
|
||||
My homelab is a self-hosted environment where I deploy, test, and maintain personal services. Everything is securely exposed **only through a private VPN** using [Tailscale](https://tailscale.com/), ensuring encrypted, access-controlled connections across all devices.
|
||||
For selected services, I also use **Cloudflare Tunnels** to enable secure external access without opening ports or exposing my public IP.
|
||||
|
||||
@@ -11,7 +11,7 @@ tags:
|
||||
- r
|
||||
---
|
||||
|
||||
[ArtStudies](https://github.com/ArthurDanjou/artstudies) is a curated collection of academic projects completed throughout my mathematics studies. The repository showcases work in both _Python_ and _R_, focusing on mathematical modeling, data analysis, and numerical methods.
|
||||
[ArtStudies](https://go.arthurdanjou.fr/artstudies) is a curated collection of academic projects completed throughout my mathematics studies. The repository showcases work in both _Python_ and _R_, focusing on mathematical modeling, data analysis, and numerical methods.
|
||||
|
||||
The projects are organized into two main sections:
|
||||
- **L3** – Third year of the Bachelor's degree in Mathematics
|
||||
|
||||
@@ -12,7 +12,7 @@ tags:
|
||||
|
||||
The project was done as part of the course `Generalised Linear Model` at the Paris-Dauphine PSL University. The goal of the project is to determine the best model that predicts/explains the number of bicycle rentals, based on various characteristics of the day (temperature, humidity, wind speed, etc.).
|
||||
|
||||
You can find the code here: [GLM Bikes Code](https://github.com/ArthurDanjou/ArtStudies/blob/master/M1/General%20Linear%20Models/Projet/GLM%20Code%20-%20DANJOU%20%26%20DUROUSSEAU.rmd)
|
||||
You can find the code here: [GLM Bikes Code](https://go.arthurdanjou.fr/glm-bikes-code)
|
||||
|
||||
<iframe src="/projects/bikes-glm/Report.pdf" width="100%" height="1000px">
|
||||
</iframe>
|
||||
|
||||
@@ -36,7 +36,7 @@ Model evaluation is primarily based on the F1-score, which is more suitable in a
|
||||
|
||||
This project illustrates a concrete application of data science techniques to a public health issue, while implementing a rigorous methodology for supervised modeling.
|
||||
|
||||
You can find the code here: [Breast Cancer Detection](https://github.com/ArthurDanjou/breast-cancer-detection)
|
||||
You can find the code here: [Breast Cancer Detection](https://go.arthurdanjou.fr/breast-cancer-detection-code)
|
||||
|
||||
<iframe src="/projects/breast-cancer/report.pdf" width="100%" height="1000px">
|
||||
</iframe>
|
||||
|
||||
@@ -19,7 +19,7 @@ Methods and algorithms implemented:
|
||||
- Cumulative density function
|
||||
- Empirical Quantile Function
|
||||
|
||||
You can find the code here: [Monte Carlo Project Code](https://github.com/ArthurDanjou/ArtStudies/blob/0c83e7e381344675e113c43b6f8d32e88a5c00a7/M1/Monte%20Carlo%20Methods/Project%201/003_rapport_DANJOU_DUROUSSEAU.rmd)
|
||||
You can find the code here: [Monte Carlo Project Code](https://go.arthurdanjou.fr/monte-carlo-code)
|
||||
|
||||
<iframe src="/projects/monte-carlo-project/Report.pdf" width="100%" height="1000px">
|
||||
</iframe>
|
||||
|
||||
@@ -11,7 +11,7 @@ tags:
|
||||
|
||||
This is the French version of the report for the Schelling Segregation Model project. The project was done as part of the course `Projet Numérique` at the Paris-Saclay University. The goal was to implement the Schelling Segregation Model in Python and analyze the results using statistics and data visualization.
|
||||
|
||||
You can find the code here: [Schelling Segregation Model Code](https://github.com/ArthurDanjou/ArtStudies/blob/e1164f89bd11fc59fa79d94aa51fac69b425d68b/L3/Projet%20Num%C3%A9rique/Segregation.ipynb)
|
||||
You can find the code here: [Schelling Segregation Model Code](https://go.arthurdanjou.fr/schelling-code)
|
||||
|
||||
<iframe src="/projects/schelling/Projet.pdf" width="100%" height="1000px">
|
||||
</iframe>
|
||||
|
||||
Reference in New Issue
Block a user