-
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
adding AI minor #946
base: main
Are you sure you want to change the base?
adding AI minor #946
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
import { CollegeOrMajorRequirement, Course } from '../../requirements/types'; | ||
import { | ||
includesWithSingleRequirement, | ||
courseMatchesCodeOptions, | ||
ifCodeMatch, | ||
courseMatchesCode, | ||
} from '../../requirements/checkers'; | ||
import { AdvisorGroup } from '../../tools/advisors/types'; | ||
import { lastNameRange } from '../../tools/advisors/checkers'; | ||
|
||
const aiMinorRequirements: readonly CollegeOrMajorRequirement[] = [ | ||
{ | ||
name: 'Machine Learning', | ||
description: 'Add Core Course 1', | ||
source: | ||
'https://prod.cis.cornell.edu/undergraduate-opportunities/minors/artificial-intelligence/ai-minor-requirements', | ||
checker: includesWithSingleRequirement( | ||
'CS 3780', | ||
'ECE 3200', | ||
'ECE 4200', | ||
'ORIE 3741', | ||
'ORIE 4741', | ||
'STSCI 3740' | ||
), | ||
fulfilledBy: 'courses', | ||
perSlotMinCount: [1], | ||
slotNames: ['Course'], | ||
}, | ||
|
||
{ | ||
name: 'Reasoning', | ||
description: 'Add Core Course 2', | ||
source: | ||
'https://prod.cis.cornell.edu/undergraduate-opportunities/minors/artificial-intelligence/ai-minor-requirements', | ||
checker: includesWithSingleRequirement('CS 3700'), | ||
fulfilledBy: 'courses', | ||
perSlotMinCount: [1], | ||
slotNames: ['Course'], | ||
}, | ||
{ | ||
name: 'Human-AI Interaction', | ||
description: 'Add Core Course 3', | ||
//TODO: add INFO 3450 exception for students grad in dec 2024 or may 2025 | ||
source: | ||
'https://prod.cis.cornell.edu/undergraduate-opportunities/minors/artificial-intelligence/ai-minor-requirements', | ||
checker: includesWithSingleRequirement('INFO 4940'), | ||
fulfilledBy: 'courses', | ||
perSlotMinCount: [1], | ||
slotNames: ['Course'], | ||
}, | ||
{ | ||
name: 'Ethics, Governance & Policy', | ||
description: 'Add Core Course 4', | ||
source: | ||
'https://prod.cis.cornell.edu/undergraduate-opportunities/minors/artificial-intelligence/ai-minor-requirements', | ||
checker: includesWithSingleRequirement('ENGRG 3605', 'INFO 1260', 'PUBPOL 4210'), | ||
fulfilledBy: 'courses', | ||
perSlotMinCount: [1], | ||
slotNames: ['Course'], | ||
}, | ||
{ | ||
name: 'AI Electives', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @nidhi-mylavarapu make sure this cross listing (bug?) does not break the functionality. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Right, this was a weird bug -- grabbing a course from the first bucket shouldn't cause the courses in the second bucket to change to their cross listed names. I would look for another major or minor that requires you to select 2/n courses to fulfill a requirement and repeat that functionality. |
||
description: 'Two of the following courses.', | ||
source: | ||
'http://www.cs.cornell.edu/undergrad/rulesandproceduresengineering/choosingyourelectives', | ||
checker: includesWithSingleRequirement( | ||
'CS 4670', | ||
'CS 4701', | ||
'CS 4740', | ||
'CS 4750', | ||
'CS 4756', | ||
'CS 4782', | ||
'CS 4783', | ||
'CS 4787', | ||
'CS 4789', | ||
'CS 4860', | ||
'ECE 4160', | ||
'ENGRG 3605', | ||
'INFO 1260', | ||
'INFO 3350', | ||
'INFO 3950', | ||
'INFO 4100', | ||
'INFO 4120', | ||
'INFO 4130', | ||
'INFO 4275', | ||
'INFO 4300', | ||
'INFO 4310', | ||
'INFO 4410', | ||
'LING 4424', | ||
'LING 4434', | ||
'MAE 4180', | ||
'MAE 4810', | ||
'NBA 4920', | ||
'ORIE 4160', | ||
'ORIE 4740', | ||
'ORIE 4742', | ||
'PUBPOL 4210', | ||
'PHIL 2621', | ||
'STS 3440', | ||
'STSCI 3110', | ||
'STSCI 4030', | ||
'STSCI 4520', | ||
'STSCI 4750' | ||
), | ||
fulfilledBy: 'courses', | ||
perSlotMinCount: [2], | ||
slotNames: ['Course'], | ||
}, | ||
]; | ||
|
||
export default aiMinorRequirements; | ||
|
||
// export const aiMinorAdvisors: AdvisorGroup = { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. instead, should we add [email protected]](mailto:[email protected]). it's not an actual person but it's good contact information. |
||
// advisors: [ | ||
// { name: 'Ryan Marchenese ', email: '[email protected]', checker: lastNameRange('A', 'H') }, | ||
// { name: 'Carl Cornell', email: '[email protected]', checker: lastNameRange('I', 'Q') }, | ||
// { name: 'Nicole Roy', email: '[email protected]', checker: lastNameRange('R', 'Z') }, | ||
// ], | ||
// }; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Add a space between // and TODO.
![image](https://private-user-images.githubusercontent.com/91917682/379016807-09e093c9-5a7f-40a1-a61b-b470e8cd28ed.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMDM3NzcsIm5iZiI6MTczOTMwMzQ3NywicGF0aCI6Ii85MTkxNzY4Mi8zNzkwMTY4MDctMDllMDkzYzktNWE3Zi00MGExLWE2MWItYjQ3MGU4Y2QyOGVkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE5NTExN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdmMmRiNjNmZGI4MjQ5NWExNmM0NTlmNGE0NTlhOGM1NGNlZTM1OWJhZDE3ZmY0Yzc3YmNlZjMwNDdjMWZkYWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Lc3ZiseRv6fwFMq3idqovui7nLd7rHYKL9aHGvlE2iU)
We should do a
requirement migrations
to accommodate different major requirements based on entry year. You can check out this documentation for it! This would be under a modificationSomething along the lines of
then follow the instructors for
index.ts
and running the commands in your terminal, then you should be all set!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.
perhaps same idea for CS 4780/CS3780
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.
thanks for the requirement migration details, hannah! yes - we would want to add something like this. make sure that the file for the AI minor has the current requirements and the migration is for previous requirements