-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added atmospheric science minor #965
base: main
Are you sure you want to change the base?
Conversation
@@ -475,6 +476,13 @@ const json: RequirementsJson = { | |||
advisors: appliedMathMinorAdvisors, | |||
abbrev: 'AppliedMath', | |||
}, | |||
ATMOSCI: { | |||
name: 'Atmospheric Science', | |||
schools: ['EN'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
schools: ['EN'], | |
schools: ['AG', 'EN'], |
Need to verify this further, but as the Department of Earth and Atmospheric Sciences seems to be in both Cornell Engineering and CALS, we probably need to add CALS to this list.
const atmoSciMinorRequirements: readonly CollegeOrMajorRequirement[] = [ | ||
{ | ||
name: 'Two Core Courses', | ||
description: 'Any two of these core courses: EAS 3410, EAS 3420, EAS 4470.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: 'Any two of these core courses: EAS 3410, EAS 3420, EAS 4470.', | |
description: 'Any two of the following core courses: EAS 3410, EAS 3420, EAS 4470.', |
For wording consistency
{ | ||
name: 'Two Other EAS Courses', | ||
description: | ||
'And any two of the following EAS courses: EAS 1310, EAS 2500, EAS 2680, EAS 3050, EAS 3340, EAS 3520 ' + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'And any two of the following EAS courses: EAS 1310, EAS 2500, EAS 2680, EAS 3050, EAS 3340, EAS 3520 ' + | |
'Any two of the following EAS courses: EAS 1310, EAS 2500, EAS 2680, EAS 3050, EAS 3340, EAS 3520 ' + |
// TODO: Add Advisors Later | ||
export const atmoSciMinorAdvisors: AdvisorGroup = { | ||
advisors: [], | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not related to this PR specifically, but we should definitely try to get more advisor information into our requirements checklists. I can't find minor advisor information publicly, so we might have to crowdsource information from people actually in the minor/major. Perhaps a Google Form to go out on CoursePlan social media asking people for info?
Summary
Added the Atmospheric Science minor with full requirements.
https://www.eas.cornell.edu/eas/programs/undergraduate-programs/undergraduate-minors/atmospheric-science-minor
Remaining TODOs: