Skip to content
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

100 level obc #9

Open
wants to merge 6 commits into
base: 100-Level-Courses
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
102 changes: 80 additions & 22 deletions src/curriculumData/current_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"unlocks": [
"CMPSC 200",
"CMPSC 201",
"CMPSC 202",
"CMPSC 102",
"CMPSC 204",
"CMPSC 301",
"CMPSC 303",
Expand All @@ -72,29 +72,52 @@
"inflevel": "",
"infSub": "",
"selevel": "",
"topics": [
"Boolean Logic",
"Statistical Analysis",
"Flow of Control",
"Teamwork",
"Graph Theory",
"Code Review",
"Algorithms",
"Continuous Deployment",
"Version Control Systems",
"technicalTopics": [
"Programming Constructs",
"Python Functions",
"Building and Using Virtual Environments",
"Data Containers",
"Sets",
"Tuples",
"Lists",
"Dictionaries",
"Monoids",
"Generator Functions",
"Statistics",
"Plotting"
],
"professionalTopics": [
"teamwork",
"code development",
"communication",
"presentations",
"analysis",
"programming"
],

"tools": [
"Docker",
"Poetry",
"typer",
"rich",
"Python",
"GatorGrader",
"SimPy",
"Git",
"GitHub",
"Matplotlib"
"Matplotlib",
"VScode",
"Jupyter Notebook",
"pytest",
"CSV",
"Markdown"
],
"lab": [],
"learningObjectives": [],
"learningOutcomes": []
"platform": ["https://github.com/CMPSC-102-Allegheny-College-Fall-2022"],
"learningObjectives": [
"To be able to work effectively in Python environments",
"To understand programming and mathematical constructs",
"To master skills of technical communication",
"To implement mathematical structure in programming",
"To be able to demonstrate mathematical concepts and translate meaning in language."
]
},
{
"courseNumber": "CMPSC 200",
Expand Down Expand Up @@ -330,11 +353,46 @@
"inflevel": "Foundation",
"infSub": "",
"selevel": "Foundation",
"topics": ["Teamwork", "Data Structures", "Recursion"],
"tools": ["Docker", "GitHub", "Git"],
"lab": [],
"learningObjectives": [],
"learningOutcomes": []
"technicalTopics": [
"Teamwork",
"Acquiring Data",
"Processing Data",
"Programming Constructs",
"Statistics",
"Visualization",
"Communication",
"Comprehension of Arguments by Data",
"Validation by Data"
],
"professionalTopics": [
"teamwork",
"code development",
"communication",
"presentations",
"analysis",
"programming"
],
"tools": [
"RStudio",
"Jupyter Notebook",
"R Rrogramming",
"Python",
"GatorGrader",
"Git",
"GitHub",
"Matplotlib",
"VScode",
"CSV",
"Markdown"
],
"platform": ["TBA"],
"learningObjectives": [
"To understand programming and statistical constructs",
"To create own tools for particular applications of analysis",
"To be able to obtain results, critically reason them and form conclusions.",
"To understand which data is necessary for specific applications of analysis",
"To implement mathematical structure in programming"
]
},
{
"courseNumber": "CMPSC 201",
Expand Down