CurricularAnalytics.jl
CurricularAnalytics.jl copied to clipboard
CurricularAnalytics.jl is a toolbox for studying and analyzing academic program curricula.
Docs are currently linked via the [GitHub Pages](https://curricularanalytics.github.io/CurricularAnalytics.jl/latest/index.html) hyperlink but we should create a docs badge
Add metrics functions using the adjacency matrix of a curriculum graph as input
Should be in gitignore
The read/write invariance tests are now failing (currently commented out in test file). I believe this may have occurred with the read_csv() function was updated.
Working on Julia 1.8, below is the sample code I'm using and the error. ``` using CurricularAnalytics using CurricularVisualization Phys113 = Course("Contemporary Physics I", 5, prefix="Phys", num="113" ) Phys114 =...
Hi, This is to inform that we are in process for evaluating CurricularAnalytics.jl and now as starting point, we are trying to install the toolbox by following the steps mentioned...
Right now we only support BA/BS. We should allow the user to specify any type.
I'm very interested to use this tool to analyze our current biology B.S. curriculum as we start to make a few tweaks. However, we have a number of "or" prerequisites....
Current docs don't include all the keyword args, namely learning outcomes.
Set up documentation up for optimization in the docs/src/optimization.md since this functionality was moved out of the base toolbox