From 2c8e250a5b49802389e2f7ac3976f9f471f50272 Mon Sep 17 00:00:00 2001 From: Jan Rychly Date: Thu, 16 Nov 2023 10:50:14 -0900 Subject: [PATCH] [content] Add Dynamics of Local Church project --- src/configs/projects.json | 25 ++++++++++++++++++++++++- src/configs/projects.yaml | 17 ++++++++++++++++- 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/src/configs/projects.json b/src/configs/projects.json index 46519b3..b7d1c60 100644 --- a/src/configs/projects.json +++ b/src/configs/projects.json @@ -65,12 +65,35 @@ ], "summary": "Bachelor's thesis exploring the pros and cons of using functional programming for game development.", "description": [ - "Bachelor's thesis exploring the limits of functional programming when used in realtime applications, specifically games.", + "Bachelor's thesis exploring the limits of functional programming when used in realtime applications, specifically games", "Finished in a single semester, receiving an A", "Researched game engine design and IO libraries", "Wrote two versions of Asteroids in Haskell and compared them against each other and against a C++ implementation" ] }, + "Dynamics of Local Church": { + "relevancy": [ + "be", + "fs", + "data", + "fe" + ], + "date": { + "finish": "May 2020" + }, + "tech": [ + "Python", + "NumPy", + "Pandas" + ], + "summary": "A simulation model implemented in Python with behavior analysis and visualization using NumPy and Pandas.", + "description": [ + "The final project for a Modeling and Simulation course", + "Models the complex system of youth ministry in a church", + "Ended up being similar to the SIR disease model except the population is open", + "Part of the assignment was a 7 page report and analysis of the behavior with visualization" + ] + }, "pure-asteroids": { "repo": "https://github.com/honzaflash/ba-thesis/tree/main/pure-asteroids", "date": { diff --git a/src/configs/projects.yaml b/src/configs/projects.yaml index 26bc501..4b3afd6 100644 --- a/src/configs/projects.yaml +++ b/src/configs/projects.yaml @@ -50,11 +50,26 @@ Game Development in Haskell: - SDL2 summary: Bachelor's thesis exploring the pros and cons of using functional programming for game development. description: - - Bachelor's thesis exploring the limits of functional programming when used in realtime applications, specifically games. + - Bachelor's thesis exploring the limits of functional programming when used in realtime applications, specifically games - Finished in a single semester, receiving an A - Researched game engine design and IO libraries - Wrote two versions of Asteroids in Haskell and compared them against each other and against a C++ implementation +Dynamics of Local Church: + relevancy: [be, fs, data, fe] # 'fe' is there only temporarily because of a submitted application with a front-end link + date: + finish: May 2020 + tech: + - Python + - NumPy + - Pandas + summary: A simulation model implemented in Python with behavior analysis and visualization using NumPy and Pandas. + description: + - The final project for a Modeling and Simulation course + - Models the complex system of youth ministry in a church + - Ended up being similar to the SIR disease model except the population is open + - Part of the assignment was a 7 page report and analysis of the behavior with visualization + pure-asteroids: repo: https://github.com/honzaflash/ba-thesis/tree/main/pure-asteroids date: