Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
assignment statistics
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
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Christopher Bohn
assignment statistics
Commits
ae11cbe1
Commit
ae11cbe1
authored
3 years ago
by
Christopher Bohn
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' into eliminate_rosters
# Conflicts: # majors.py
parents
5e259b1d
ae06cb9c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
majors.py
+2
-2
2 additions, 2 deletions
majors.py
with
2 additions
and
2 deletions
majors.py
+
2
−
2
View file @
ae11cbe1
...
...
@@ -40,8 +40,8 @@ class Major:
Major
(
'
Computer Science
'
,
alternate_names
=
{
'
Computer Science (Raikes)
'
},
abbreviations
=
{
'
COMP-BS
'
,
'
COMP-BA
'
,
'
COMP-MAJ
'
,
'
C
O
MP-BSCS
'
,
# we don't yet have BSCS
'
JECS-BS
'
,
'
JECS-BA
'
,
'
JECS-MAJ
'
,
'
JECS-BSCS
'
})
#
but I expect we soon will
abbreviations
=
{
'
COMP-BS
'
,
'
COMP-BA
'
,
'
COMP-MAJ
'
,
'
CMP
S
-BSCS
'
,
'
JECS-BS
'
,
'
JECS-BA
'
,
'
JECS-MAJ
'
,
'
JECS-BSCS
'
})
#
double-check Raikes BSCS
Major
(
'
Computer Engineering
'
,
alternate_names
=
{
'
Computer Engineering (Raikes)
'
},
abbreviations
=
{
'
CENG-BSCP
'
,
'
JECE-BSCP
'
})
Major
(
'
Software Engineering
'
,
alternate_names
=
{
'
Software Engineering (Raikes)
'
},
...
...
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