Skip to content

Commit

Permalink
[content] Add Dynamics of Local Church project
Browse files Browse the repository at this point in the history
  • Loading branch information
honzaflash committed Nov 16, 2023
1 parent 61b2416 commit 2c8e250
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
25 changes: 24 additions & 1 deletion src/configs/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
17 changes: 16 additions & 1 deletion src/configs/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2c8e250

Please sign in to comment.