-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed merge conflice in Manifest.toml
- Loading branch information
Showing
96 changed files
with
12,938 additions
and
945 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,7 @@ | |
docs/build/ | ||
.DS_Store | ||
mkdocs.yml | ||
.ipynb_checkpoints | ||
temp.csv | ||
node_modules/ | ||
yarn.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
julia 1.0 | ||
Blink 0.8.1 | ||
CSV 0.4.2 | ||
DataFrames 0.14.1 | ||
DataStructures 0.14.0 | ||
Documenter 0.20.0 | ||
HTTP 0.7.1 | ||
JSON 0.19.0 | ||
LightGraphs 1.2.0 | ||
WebIO 0.6.0 | ||
Markdown | ||
Printf | ||
Test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
using CurricularAnalytics | ||
|
||
A = Course("Introduction to Baskets", 3) | ||
B = Course("Introduction to Baskets Lab", 1) | ||
C = Course("Basic Basket Forms", 3) | ||
D = Course("Advanced Basketry", 3) | ||
|
||
add_requisite!(A, B, strict_co) | ||
add_requisite!(A, C, pre) | ||
add_requisite!(C, D, co) | ||
|
||
curric = Curriculum("Basket Weaving", [A,B,C,D]) | ||
|
||
terms = Array{Term}(undef, 2) | ||
terms[1] = Term([A,B]) | ||
terms[2] = Term([C,D]) | ||
|
||
dp = DegreePlan("2-Term Plan", curric, terms) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Curriculum,Underwater Basket Weaving,,,,,,,, | ||
Institution,ACME State University,,,,,,,, | ||
Degree Type,AA,,,,,,,, | ||
System Type,semester,,,,,,,, | ||
CIP,50.0712,,,,,,,, | ||
Courses,,,,,,,,, | ||
Course ID,Course Name,Prefix,Number,Prerequisites,Corequisites,Strict-Corequisites,Credit Hours,Institution,Canonical Name | ||
1,Introduction to Baskets,BW,101,,,,3,, | ||
2,Swimming,PE,115,,,,3,, | ||
3,Introductory Calculus w/ Basketry Applications,MA,116,,,,4,, | ||
4,Basic Basket Forms,BW,111,1,,5,3,, | ||
5,Basic Basket Forms Lab,BW,111L,,,,1,, | ||
6,Advanced Basketry,BW,201,"4,5",3,,3,, | ||
7,Basket Materials & Decoration,BW,214,1,,,3,, | ||
8,Underwater Weaving,BW,301,2,7,,3,, |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Curriculum,Underwater Basket Weaving,,,,,,,, | ||
Institution,ACME State University,,,,,,,, | ||
Degree Type,AA,,,,,,,, | ||
System Type,semester,,,,,,,, | ||
CIP,445786,,,,,,,, | ||
Courses,,,,,,,,, | ||
Course ID,Course Name,Prefix,Number,Prerequisites,Corequisites,Strict-Corequisites,Credit Hours,Institution,Canonical Name | ||
1,Introduction to Baskets,BW,101,,,,3,, | ||
2,Swimming,PE,115,,,,3,, | ||
3,Introductory Calculus w/ Basketry Applications,MA,116,,,,4,, | ||
4,Basic Basket Forms,BW,111,1,,5,3,, | ||
5,Basic Basket Forms Lab,BW,111L,,,,1,, | ||
6,Advanced Basketry,BW,201,"4,5",3,,3,, | ||
7,Basket Materials & Decoration,BW,214,1,,,3,, | ||
8,Underwater Weaving,BW,301,2,7,,3,, |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Curriculum,Underwater Basket Weaving,,,,,,,,, | ||
Degree Plan,Precalc Ready Students,,,,,,,,, | ||
Institution,ACME State University,,,,,,,,, | ||
Degree Type,AA,,,,,,,,, | ||
System Type,semester,,,,,,,,, | ||
CIP,50.0712,,,,,,,,, | ||
Courses,,,,,,,,,, | ||
Course ID,Course Name,Prefix,Number,Prerequisites,Corequisites,Strict-Corequisites,Credit Hours,Institution,Canonical Name,Term | ||
1,Introduction to Baskets,BW,101,,,,3,,,1 | ||
2,Swimming,PE,115,,,,3,,,1 | ||
3,Introductory Calculus w/ Basketry Applications,MA,116,9,,,4,,,2 | ||
4,Basic Basket Forms,BW,111,1,,5,3,,,2 | ||
5,Basic Basket Forms Lab,BW,111L,,,,1,,,2 | ||
6,Advanced Basketry,BW,201,"4,5",3,,3,,,3 | ||
7,Basket Materials & Decoration,BW,214,1,,,3,,,3 | ||
8,Underwater Weaving,BW,301,2,7,,3,,,3 | ||
Additional Courses,,,,,,,,,, | ||
Course ID,Course Name,Prefix,Number,Prerequisites,Corequisites,Strict-Corequisites,Credit Hours,Institution,Canonical Name,Term | ||
9,Precalculus w/ Basketry Applications,MA,110,,,,3,,,1 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Curriculum,String - required,,,,,,,,, | ||
Degree Plan,String - required,,,,,,,,, | ||
Institution,String,,,,,,,,, | ||
Degree Type,String,,,,,,,,, | ||
System Type,String,,,,,,,,, | ||
CIP,String,,,,,,,,, | ||
Courses,,,,,,,,,, | ||
Course ID,Course Name,Prefix,Number,Prerequisites,Corequisites,Strict-Corequisites,Credit Hours,Institution,Canonical Name,Term | ||
Integer - required,String - required,String,String,Integer,Integer,Integer,Integer - required,String,String,Integer - required | ||
Additional Courses,,,,,,,,,, | ||
Course ID,Course Name,Prefix,Number,Prerequisites,Corequisites,Strict-Corequisites,Credit Hours,Institution,Canonical Name,Term | ||
Integer - required,String - required,String,String,Integer,Integer,Integer,Integer - required,String,String,Integer - required | ||
,,,,,,,,,, | ||
,,,,,,,,,, | ||
,,,,,,,,,, | ||
,,,,,,,,,, |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.