Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added early draft of labor model example. #36

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
3a5c046
Added early draft of labor model example.
ohaaga Aug 8, 2024
26a197b
Got docs building under Linux, not currently running any simulations.
ohaaga Aug 22, 2024
e699eb8
Responded to first batch of Kris's edits.
ohaaga Aug 22, 2024
73fb11b
Fixed syntax error.
ohaaga Aug 23, 2024
9728ffd
Added graphs at the end of Labor Market demo.
ohaaga Aug 23, 2024
b5f5334
More tweaks to labor model - renamed schema and acset, set parameters…
ohaaga Aug 23, 2024
aa98425
More edits to Labor Market example. This version for review.
ohaaga Aug 23, 2024
48ffd97
A few edits to text in Labor Markets example.
ohaaga Aug 26, 2024
a982d43
A few more text edits to the labor market demo.
ohaaga Aug 26, 2024
4979c25
More text edits to Labor Market example.
ohaaga Aug 27, 2024
a3b8c63
Text edits and redefined unemployment measure in Labor Market example.
ohaaga Aug 27, 2024
45d10fb
One more fix to summmary functions in Labor Market example.
ohaaga Aug 27, 2024
c797a4b
Update labor market model to use collection functions for ABMs (from …
ohaaga Aug 28, 2024
84ef955
Added some intro text for background, no links yet apart from papers.
ohaaga Aug 28, 2024
5c6d956
Added a few links to background.
ohaaga Aug 28, 2024
6e7dd7b
Merge branch 'main' into add_labor_model
ohaaga Aug 30, 2024
b12307b
Set parameters to generate a more compelling graph for the Labor Mark…
ohaaga Sep 5, 2024
dce65ca
Fixed one typo in Labor Model.
ohaaga Oct 16, 2024
655e564
WIP - Responded to October comments from Kris Brown, but this is thro…
ohaaga Dec 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added NamedTuple
Empty file.
Empty file added begin
Empty file.
4 changes: 4 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ AlgebraicPetri = "4f99eebe-17bf-4e98-b6a1-2c4f205a959b"
AlgebraicRewriting = "725a01d3-f174-5bbd-84e1-b9417bad95d9"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Catlab = "134e5e36-593f-5add-ad60-77f754baafbe"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataMigrations = "0c4ad18d-0c49-4bc2-90d5-5bca8f00d6ae"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Pipe = "b98c9c47-44ae-5843-9183-064241ee97a0"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
StructEquality = "6ec83bb0-ed9f-11e9-3b4c-2b04cb4e219c"
391 changes: 391 additions & 0 deletions docs/literate/labor_model.jl

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ makedocs(
"generated/sir_petri.md",
"generated/game_of_life.md",
"generated/lotka_volterra.md",
"generated/labor_model.md"
],
"Library Reference"=>"api.md",
]
Expand Down
Empty file added elements
Empty file.
Empty file added to_graphviz
Empty file.
Loading