Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
Will ACS mappings 2022 Alpha
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs-staff
Will ACS mappings 2022 Alpha
Commits
c0c67178
Commit
c0c67178
authored
3 years ago
by
Will Billingsley
Browse files
Options
Downloads
Patches
Plain Diff
Minor tweaks to some units in some tables
parent
8c2ee900
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
courses.js
+11
-2
11 additions, 2 deletions
courses.js
units.js
+4
-4
4 additions, 4 deletions
units.js
with
15 additions
and
6 deletions
courses.js
+
11
−
2
View file @
c0c67178
...
...
@@ -230,7 +230,16 @@ addCourses([
{
name
:
"
Listed group 1
"
,
units
:
[
choose
(
3
,
"
COSC530
"
,
"
COSC540
"
,
"
COSC550
"
,
"
COSC572
"
),
"
Listed elective
"
,
"
Listed elective
"
choose
(
3
,
"
COSC530
"
,
"
COSC540
"
,
"
COSC550
"
,
"
COSC572
"
)
]
},
{
name
:
"
Listed group 2
"
,
units
:
[
choose
(
2
,
"
AMTH250
"
,
"
COSC240
"
,
"
COSC250
"
,
"
SCI410
"
,
"
COSC530
"
,
"
COSC540
"
,
"
COSC550
"
,
"
COSC572
"
,
"
Listed elective
"
,
"
Listed elective
"
)
]
}
],
...
...
@@ -307,7 +316,7 @@ limitCBOK([ "MIT" ], cbok.ProfExpectations, ["COSC110", "COSC220", "COSC594", "C
limitCBOK
([
"
MIT
"
],
cbok
.
Teamwork
,
[
"
COSC101
"
,
"
COSC220
"
,
"
COSC594
"
,
"
COSC595
"
])
limitCBOK
([
"
MIT
"
],
cbok
.
Communication
,
[
"
COSC220
"
,
"
COSC570
"
,
"
COSC594
"
,
"
COSC595
"
])
limitCBOK
([
"
MIT
"
],
cbok
.
Societal
,
[
"
COSC110
"
,
"
COSC210
"
,
"
COSC570
"
])
limitCBOK
([
"
MIT
"
],
cbok
.
Understanding
,
[
"
COSC110
"
,
"
COSC220
"
,
"
COSC
240
"
])
limitCBOK
([
"
MIT
"
],
cbok
.
Understanding
,
[
"
COSC110
"
,
"
COSC220
"
,
"
COSC
594
"
,
"
COSC595
"
])
limitCBOK
([
"
MIT
"
],
cbok
.
ProblemSolving
,
[
"
COSC101
"
,
"
COSC102
"
,
"
COSC220
"
,
"
COSC594
"
,
"
COSC595
"
])
limitCBOK
([
"
MIT
"
],
cbok
.
Fundamentals
,
[
"
COSC110
"
])
limitCBOK
([
"
MIT
"
],
cbok
.
Data
,
[
"
COSC210
"
,
"
COSC220
"
,
"
STAT100
"
])
...
...
This diff is collapsed.
Click to expand it.
units.js
+
4
−
4
View file @
c0c67178
...
...
@@ -474,7 +474,7 @@ addUnits([
code
:
"
COSC320
"
,
name
:
"
Information Technology Project
"
,
prereq
:
[
"
COSC220
"
,
"
COSC310
"
,
cp
(
96
)
],
cbok
:
[
problemSolving
(
3
),
ethics
(
2
),
expectations
(
2
),
teamwork
(
3
),
communication
(
3
),
systems
(
3
),
projectManagement
(
3
)
],
cbok
:
[
problemSolving
(
3
),
ethics
(
2
),
expectations
(
2
),
teamwork
(
3
),
communication
(
3
),
systems
(
3
),
projectManagement
(
3
)
,
understanding
(
2
)
],
swebok
:
[
swebok
.
Requirements
,
swebok
.
Construction
,
swebok
.
EngManagement
,
swebok
.
Process
,
swebok
.
Quality
,
swebok
.
ProfPractice
],
sfia
:
[],
dsbok
:
[
ccdsc
.
PR
,
edison
.
PM
],
...
...
@@ -486,7 +486,7 @@ addUnits([
code
:
"
COSC591
"
,
name
:
"
Information Technology Project
"
,
prereq
:
[
"
COSC510
"
,
choose
(
1
,
"
COSC530
"
,
"
COSC540
"
,
"
COSC550
"
,
"
COSC560
"
,
"
COSC570
"
,
"
COSC572
"
,
"
COSC580
"
)
],
cbok
:
[
problemSolving
(
3
),
ethics
(
2
),
expectations
(
2
),
teamwork
(
3
),
communication
(
3
),
systems
(
3
),
projectManagement
(
3
)
],
cbok
:
[
problemSolving
(
3
),
ethics
(
2
),
expectations
(
2
),
teamwork
(
3
),
communication
(
3
),
systems
(
3
),
projectManagement
(
3
)
,
understanding
(
2
)
],
sfia
:
[],
dsbok
:
[
ccdsc
.
PR
,
edison
.
PM
],
tags
:
[
"
Advanced
"
,
"
Capstone
"
],
...
...
@@ -498,7 +498,7 @@ addUnits([
code
:
"
COSC594
"
,
name
:
"
Information Technology Project: Proposal and Design
"
,
prereq
:
[
"
COSC220
"
,
cp
(
48
)
],
cbok
:
[
problemSolving
(
3
),
ethics
(
2
),
expectations
(
2
),
teamwork
(
3
),
communication
(
3
),
systems
(
3
),
projectManagement
(
3
)
],
cbok
:
[
problemSolving
(
3
),
ethics
(
2
),
expectations
(
2
),
teamwork
(
3
),
communication
(
3
),
systems
(
3
),
projectManagement
(
3
)
,
understanding
(
2
)
],
sfia
:
[],
dsbok
:
[
ccdsc
.
PR
,
edison
.
PM
],
tags
:
[
"
Advanced
"
,
"
Capstone
"
],
...
...
@@ -509,7 +509,7 @@ addUnits([
code
:
"
COSC595
"
,
name
:
"
Information Technology Project: Implementation
"
,
prereq
:
[
"
COSC220
"
,
cp
(
48
)
],
cbok
:
[
problemSolving
(
3
),
ethics
(
2
),
expectations
(
2
),
teamwork
(
3
),
communication
(
3
),
systems
(
3
),
projectManagement
(
3
)
],
cbok
:
[
problemSolving
(
3
),
ethics
(
2
),
expectations
(
2
),
teamwork
(
3
),
communication
(
3
),
systems
(
3
),
projectManagement
(
3
)
,
understanding
(
2
)
],
sfia
:
[],
dsbok
:
[
ccdsc
.
PR
,
edison
.
PM
],
tags
:
[
"
Advanced
"
,
"
Capstone
"
],
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment