CurricularAnalytics.jl icon indicating copy to clipboard operation
CurricularAnalytics.jl copied to clipboard

CurricularAnalytics.jl is a toolbox for studying and analyzing academic program curricula.

Results 34 CurricularAnalytics.jl issues
Sort by recently updated
recently updated
newest added

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

documentation

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....

enhancement
help wanted
question

Current docs don't include all the keyword args, namely learning outcomes.

documentation

Set up documentation up for optimization in the docs/src/optimization.md since this functionality was moved out of the base toolbox

documentation