mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-03-16 05:09:46 +01:00
[PR #16] [MERGED] Homogenize project markdown files to consistent format #22
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ArthurDanjou/artsite/pull/16
Author: @Copilot
Created: 12/24/2025
Status: ✅ Merged
Merged: 12/24/2025
Merged by: @ArthurDanjou
Base:
master← Head:copilot/homogenize-projects-content📝 Commits (5)
6f16bc4Initial planf87cadcHomogenize all project files to match base formatdff1ce4Complete homogenization of all project files2e73c26Remove npm lock file and add to gitignore17f3d06Move Detailed Report section before Authors section in dropout-reduces-underfitting.md📊 Changes
12 files changed (+73 additions, -84 deletions)
View changed files
📝
.gitignore(+1 -0)📝
content/projects/arthome.md(+8 -9)📝
content/projects/artlab.md(+2 -3)📝
content/projects/artstudies.md(+18 -21)📝
content/projects/bikes-glm.md(+1 -6)📝
content/projects/breast-cancer.md(+12 -9)📝
content/projects/data-visualisation.md(+5 -7)📝
content/projects/dropout-reduces-underfitting.md(+6 -6)📝
content/projects/loan-ml.md(+0 -14)📝
content/projects/monte-carlo-project.md(+7 -2)📝
content/projects/schelling-segregation-model.md(+5 -1)📝
content/projects/sevetys.md(+8 -6)📄 Description
Plan for Homogenizing Project Files
Summary
Successfully homogenized all 12 project files in
content/projects/to match the consistent format.Final adjustment:
Moved the "## 📄 Detailed Report" section to appear before the "## 📝 Authors" section in
dropout-reduces-underfitting.mdto maintain consistent ordering across all project files where documentation/reports come before author credits.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.