[{"run_id":"20260906T231458-5fdd2fff","observed_at":"2026-09-06 23:14:58.172943+00:00","course_uid":"course_05964be244a74d9db5808264","course_id":"EP 476","catalog_version_id":"8223001daaff145ca20abce176b389248bb4b459673db7b89d7bec9c831ad6ab","record_version_id":"e1f2e8c0ad1f65919dbbf34372530bbe6782a40f01a6334024907a3385d1988b","job_id":"enrich-5291a20b802b9bbbe22b24cb","output_id":"f6a71ca081d216d481695f40d0439c52ddf9f3c0cb73063216dcc1c63978433b","section":"requirements","status":"invalid","value_json":null,"candidate_json":"{\"nodes\":[{\"children\":[\"n0\",\"n1\",\"n2\"],\"condition\":null,\"course\":null,\"evidence\":\"(E P 271,COMP SCI 220, or300) and (MATH 319,320, or375), or graduate/professional standing, or member of Engineering Guest Students\",\"id\":\"n0\",\"kind\":\"any\"},{\"children\":[\"n3\",\"n4\"],\"condition\":null,\"course\":null,\"evidence\":\"(E P 271,COMP SCI 220, or300) and (MATH 319,320, or375)\",\"id\":\"n1\",\"kind\":\"all\"},{\"children\":[],\"condition\":\"graduate/professional standing\",\"course\":null,\"evidence\":\"graduate/professional standing\",\"id\":\"n2\",\"kind\":\"condition\"},{\"children\":[],\"condition\":\"member of Engineering Guest Students\",\"course\":null,\"evidence\":\"member of Engineering Guest Students\",\"id\":\"n3\",\"kind\":\"condition\"},{\"children\":[\"n5\",\"n6\",\"n7\"],\"condition\":null,\"course\":null,\"evidence\":\"(E P 271,COMP SCI 220, or300)\",\"id\":\"n4\",\"kind\":\"any\"},{\"children\":[\"n8\",\"n9\",\"n10\"],\"condition\":null,\"course\":null,\"evidence\":\"(MATH 319,320, or375)\",\"id\":\"n5\",\"kind\":\"any\"},{\"children\":[],\"condition\":null,\"course\":{\"course_number\":271,\"minimum_grade\":null,\"subjects\":[\"EP\"],\"timing\":\"prior\"},\"evidence\":\"E P 271\",\"id\":\"n6\",\"kind\":\"course\"},{\"children\":[],\"condition\":null,\"course\":{\"course_number\":220,\"minimum_grade\":null,\"subjects\":[\"COMPSCI\"],\"timing\":\"prior\"},\"evidence\":\"COMP SCI 220\",\"id\":\"n7\",\"kind\":\"course\"},{\"children\":[],\"condition\":null,\"course\":{\"course_number\":300,\"minimum_grade\":null,\"subjects\":[\"COMPSCI\"],\"timing\":\"prior\"},\"evidence\":\"COMP SCI 300\",\"id\":\"n8\",\"kind\":\"course\"},{\"children\":[],\"condition\":null,\"course\":{\"course_number\":319,\"minimum_grade\":null,\"subjects\":[\"MATH\"],\"timing\":\"prior\"},\"evidence\":\"MATH 319\",\"id\":\"n9\",\"kind\":\"course\"},{\"children\":[],\"condition\":null,\"course\":{\"course_number\":320,\"minimum_grade\":null,\"subjects\":[\"MATH\"],\"timing\":\"prior\"},\"evidence\":\"MATH 320\",\"id\":\"n10\",\"kind\":\"course\"},{\"children\":[],\"condition\":null,\"course\":{\"course_number\":375,\"minimum_grade\":null,\"subjects\":[\"MATH\"],\"timing\":\"prior\"},\"evidence\":\"MATH 375\",\"id\":\"n11\",\"kind\":\"course\"}],\"notes\":[\"Requirement text contains 'or300' and 'or375' with missing spaces, interpreted as 'or 300' and 'or 375' based on context.\"],\"root\":\"n0\",\"status\":\"parsed\"}","error":"Node n0 references itself; remove the self-reference.\nNode n8: evidence 'COMP SCI 300' must quote an exact source substring.\nNode n10: evidence 'MATH 320' must quote an exact source substring.\nNode n11: evidence 'MATH 375' must quote an exact source substring.\nCycle reaches node n0; requirement graphs must be trees.\nUnreachable nodes: n11; connect all conditions and exclusions to the root.","model":"nvidia/Qwen3.6-35B-A3B-NVFP4","model_revision":"1355db6a052410cfd62085d94b58866fd0f2c3c5","selected_for_release":false},{"run_id":"20260906T231458-5fdd2fff","observed_at":"2026-09-06 23:14:58.172943+00:00","course_uid":"course_05964be244a74d9db5808264","course_id":"EP 476","catalog_version_id":"8223001daaff145ca20abce176b389248bb4b459673db7b89d7bec9c831ad6ab","record_version_id":"e1f2e8c0ad1f65919dbbf34372530bbe6782a40f01a6334024907a3385d1988b","job_id":"enrich-5291a20b802b9bbbe22b24cb","output_id":"f6a71ca081d216d481695f40d0439c52ddf9f3c0cb73063216dcc1c63978433b","section":"search_profile","status":"valid","value_json":"{\"assumed_background\":[{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"Background for professional numerical computation in Linux environments begins with shell scripting and software archiving.\"},{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"Programming skills in a compiled language are then developed through scientific and engineering examples.\"}],\"text\":\"Linux shell scripting, software archiving, and compiled programming skills.\"},{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"Engineering problem-solving skills are reinforced through applications that require numerical solutions to systems of differential and/or integral equations\"},{\"course_id\":\"EP 271\",\"field\":\"description\",\"quote\":\"Solution of engineering problems using commercially-available software tools (spreadsheets, symbolic manipulators, and equation solvers).\"}],\"text\":\"Engineering problem-solving using software tools and numerical methods for differential/integral equations.\"},{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"requirements_text\",\"quote\":\"(E P 271,COMP SCI 220, or300) and (MATH 319,320, or375)\"},{\"course_id\":\"COMPSCI 220\",\"field\":\"description\",\"quote\":\"Introduction to Data Science programming using Python.\"},{\"course_id\":\"COMPSCI 300\",\"field\":\"description\",\"quote\":\"Introduction to Object-Oriented Programming using classes and objects to solve more complex problems. Introduces array-based and linked data structures: including lists, stacks, and queues. Programming assignments require writing and developing multi-class (file) programs using interfaces, generics, and exception handling to solve challenging real world problems. Topics reviewed include reading/writing data and objects from/to files and exception handling, and command line arguments. Topics introduced: object-oriented design; class vs. object; create and define interfaces and iterators; searching and sorting; abstract data types (List,Stack,Queue,PriorityQueue(Heap),Binary Search Tree); generic interfaces (parametric polymorphism); how to design and write test methods and classes; array based vs. linked node implementations; introduction to complexity analysis; recursion.\"},{\"course_id\":\"MATH 319\",\"field\":\"description\",\"quote\":\"Review of linear differential equations; series solution of linear differential equations; boundary value problems; Laplace transforms; possibly numerical methods\"}],\"text\":\"Prerequisites in programming (Python or OOP) and advanced mathematics (ODEs, Linear Algebra, or Multi-variable Calculus).\"}],\"search_phrases\":[\"scientific computing engineering physics\",\"numerical solutions differential equations\",\"Linux shell scripting engineering\",\"compiled language scientific examples\"],\"skills_taught\":[{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"motivating progressively more advanced computational methods.\"},{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"numerical solutions to systems of differential and/or integral equations\"}],\"text\":\"Advanced computational methods and numerical solutions for differential/integral equations.\"},{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"Background for professional numerical computation in Linux environments begins with shell scripting and software archiving.\"}],\"text\":\"Professional numerical computation in Linux environments, including shell scripting and software archiving.\"}],\"summary\":{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"title\",\"quote\":\"INTRODUCTION TO SCIENTIFIC COMPUTING FOR ENGINEERING PHYSICS\"},{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"Background for professional numerical computation in Linux environments begins with shell scripting and software archiving. Programming skills in a compiled language are then developed through scientific and engineering examples.\"}],\"text\":\"Introduction to scientific computing for engineering physics, covering Linux shell scripting, compiled programming, and numerical solutions to differential equations.\"},\"topics\":[{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"numerical solutions to systems of differential and/or integral equations\"},{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"motivating progressively more advanced computational methods.\"}],\"text\":\"Numerical solutions to differential and integral equations and advanced computational methods.\"},{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"shell scripting and software archiving\"}],\"text\":\"Shell scripting and software archiving in Linux environments.\"},{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"Programming skills in a compiled language are then developed through scientific and engineering examples.\"}],\"text\":\"Programming in a compiled language for scientific and engineering applications.\"}]}","candidate_json":null,"error":null,"model":"nvidia/Qwen3.6-35B-A3B-NVFP4","model_revision":"1355db6a052410cfd62085d94b58866fd0f2c3c5","selected_for_release":false},{"run_id":"20260906T231458-5fdd2fff","observed_at":"2026-09-06 23:14:58.172943+00:00","course_uid":"course_05964be244a74d9db5808264","course_id":"EP 476","catalog_version_id":"8223001daaff145ca20abce176b389248bb4b459673db7b89d7bec9c831ad6ab","record_version_id":"e1f2e8c0ad1f65919dbbf34372530bbe6782a40f01a6334024907a3385d1988b","job_id":"enrich-5291a20b802b9bbbe22b24cb","output_id":"f6a71ca081d216d481695f40d0439c52ddf9f3c0cb73063216dcc1c63978433b","section":"student_experience","status":"insufficient_evidence","value_json":"{\"status\":\"insufficient_evidence\",\"themes\":[]}","candidate_json":null,"error":null,"model":"nvidia/Qwen3.6-35B-A3B-NVFP4","model_revision":"1355db6a052410cfd62085d94b58866fd0f2c3c5","selected_for_release":false},{"run_id":"20260907T155543-ce3781c4","observed_at":"2026-09-07 15:55:43.033547+00:00","course_uid":"course_05964be244a74d9db5808264","course_id":"EP 476","catalog_version_id":"8223001daaff145ca20abce176b389248bb4b459673db7b89d7bec9c831ad6ab","record_version_id":"e1f2e8c0ad1f65919dbbf34372530bbe6782a40f01a6334024907a3385d1988b","job_id":"enrich-5590a4969e0a630fe46a86e8","output_id":"a5a31fc073afc81fdfefa3eab6d3b3803d6993793f07fe99241edca4c7a04e4a","section":"requirements","status":"valid","value_json":"{\"nodes\":[{\"children\":[\"n1\",\"n2\",\"n3\"],\"condition\":null,\"course\":null,\"evidence\":\"(E P 271,COMP SCI 220, or300) and (MATH 319,320, or375), or graduate/professional standing, or member of Engineering Guest Students\",\"id\":\"n0\",\"kind\":\"any\"},{\"children\":[\"n4\",\"n5\"],\"condition\":null,\"course\":null,\"evidence\":\"(E P 271,COMP SCI 220, or300) and (MATH 319,320, or375)\",\"id\":\"n1\",\"kind\":\"all\"},{\"children\":[],\"condition\":\"graduate/professional standing\",\"course\":null,\"evidence\":\"graduate/professional standing\",\"id\":\"n2\",\"kind\":\"condition\"},{\"children\":[],\"condition\":\"member of Engineering Guest Students\",\"course\":null,\"evidence\":\"member of Engineering Guest Students\",\"id\":\"n3\",\"kind\":\"condition\"},{\"children\":[\"n6\",\"n7\",\"n8\"],\"condition\":null,\"course\":null,\"evidence\":\"(E P 271,COMP SCI 220, or300)\",\"id\":\"n4\",\"kind\":\"any\"},{\"children\":[\"n9\",\"n10\",\"n11\"],\"condition\":null,\"course\":null,\"evidence\":\"(MATH 319,320, or375)\",\"id\":\"n5\",\"kind\":\"any\"},{\"children\":[],\"condition\":null,\"course\":{\"course_number\":271,\"minimum_grade\":null,\"subjects\":[\"EP\"],\"timing\":\"prior\"},\"evidence\":\"E P 271\",\"id\":\"n6\",\"kind\":\"course\"},{\"children\":[],\"condition\":null,\"course\":{\"course_number\":220,\"minimum_grade\":null,\"subjects\":[\"COMPSCI\"],\"timing\":\"prior\"},\"evidence\":\"COMP SCI 220\",\"id\":\"n7\",\"kind\":\"course\"},{\"children\":[],\"condition\":null,\"course\":{\"course_number\":300,\"minimum_grade\":null,\"subjects\":[\"COMPSCI\"],\"timing\":\"prior\"},\"evidence\":\"or300\",\"id\":\"n8\",\"kind\":\"course\"},{\"children\":[],\"condition\":null,\"course\":{\"course_number\":319,\"minimum_grade\":null,\"subjects\":[\"MATH\"],\"timing\":\"prior\"},\"evidence\":\"MATH 319\",\"id\":\"n9\",\"kind\":\"course\"},{\"children\":[],\"condition\":null,\"course\":{\"course_number\":320,\"minimum_grade\":null,\"subjects\":[\"MATH\"],\"timing\":\"prior\"},\"evidence\":\"320\",\"id\":\"n10\",\"kind\":\"course\"},{\"children\":[],\"condition\":null,\"course\":{\"course_number\":375,\"minimum_grade\":null,\"subjects\":[\"MATH\"],\"timing\":\"prior\"},\"evidence\":\"or375\",\"id\":\"n11\",\"kind\":\"course\"}],\"notes\":[],\"root\":\"n0\",\"status\":\"parsed\"}","candidate_json":null,"error":null,"model":"nvidia/Qwen3.6-35B-A3B-NVFP4","model_revision":"1355db6a052410cfd62085d94b58866fd0f2c3c5","selected_for_release":true},{"run_id":"20260907T155543-ce3781c4","observed_at":"2026-09-07 15:55:43.033547+00:00","course_uid":"course_05964be244a74d9db5808264","course_id":"EP 476","catalog_version_id":"8223001daaff145ca20abce176b389248bb4b459673db7b89d7bec9c831ad6ab","record_version_id":"e1f2e8c0ad1f65919dbbf34372530bbe6782a40f01a6334024907a3385d1988b","job_id":"enrich-5590a4969e0a630fe46a86e8","output_id":"a5a31fc073afc81fdfefa3eab6d3b3803d6993793f07fe99241edca4c7a04e4a","section":"search_profile","status":"valid","value_json":"{\"assumed_background\":[{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"Background for professional numerical computation in Linux environments begins with shell scripting and software archiving.\"},{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"Programming skills in a compiled language are then developed through scientific and engineering examples.\"}],\"text\":\"Linux shell scripting, software archiving, and compiled programming skills.\"},{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"Engineering problem-solving skills are reinforced through applications that require numerical solutions to systems of differential and/or integral equations\"},{\"course_id\":\"EP 271\",\"field\":\"description\",\"quote\":\"Solution of engineering problems using commercially-available software tools (spreadsheets, symbolic manipulators, and equation solvers).\"}],\"text\":\"Engineering problem-solving using software tools and numerical methods for differential/integral equations.\"},{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"requirements_text\",\"quote\":\"(E P 271,COMP SCI 220, or300) and (MATH 319,320, or375)\"},{\"course_id\":\"COMPSCI 220\",\"field\":\"description\",\"quote\":\"Introduction to Data Science programming using Python.\"},{\"course_id\":\"COMPSCI 300\",\"field\":\"description\",\"quote\":\"Introduction to Object-Oriented Programming using classes and objects to solve more complex problems. Introduces array-based and linked data structures: including lists, stacks, and queues. Programming assignments require writing and developing multi-class (file) programs using interfaces, generics, and exception handling to solve challenging real world problems. Topics reviewed include reading/writing data and objects from/to files and exception handling, and command line arguments. Topics introduced: object-oriented design; class vs. object; create and define interfaces and iterators; searching and sorting; abstract data types (List,Stack,Queue,PriorityQueue(Heap),Binary Search Tree); generic interfaces (parametric polymorphism); how to design and write test methods and classes; array based vs. linked node implementations; introduction to complexity analysis; recursion.\"},{\"course_id\":\"MATH 319\",\"field\":\"description\",\"quote\":\"Review of linear differential equations; series solution of linear differential equations; boundary value problems; Laplace transforms; possibly numerical methods\"}],\"text\":\"Prerequisites in programming (Python or OOP) and advanced mathematics (ODEs, Linear Algebra, or Multi-variable Calculus).\"}],\"search_phrases\":[\"scientific computing engineering physics\",\"numerical solutions differential equations\",\"Linux shell scripting engineering\",\"compiled language scientific examples\"],\"skills_taught\":[{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"motivating progressively more advanced computational methods.\"},{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"numerical solutions to systems of differential and/or integral equations\"}],\"text\":\"Advanced computational methods and numerical solutions for differential/integral equations.\"},{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"Background for professional numerical computation in Linux environments begins with shell scripting and software archiving.\"}],\"text\":\"Professional numerical computation in Linux environments, including shell scripting and software archiving.\"}],\"summary\":{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"title\",\"quote\":\"INTRODUCTION TO SCIENTIFIC COMPUTING FOR ENGINEERING PHYSICS\"},{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"Background for professional numerical computation in Linux environments begins with shell scripting and software archiving. Programming skills in a compiled language are then developed through scientific and engineering examples.\"}],\"text\":\"Introduction to scientific computing for engineering physics, covering Linux shell scripting, compiled programming, and numerical solutions to differential equations.\"},\"topics\":[{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"numerical solutions to systems of differential and/or integral equations\"},{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"motivating progressively more advanced computational methods.\"}],\"text\":\"Numerical solutions to differential and integral equations and advanced computational methods.\"},{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"shell scripting and software archiving\"}],\"text\":\"Shell scripting and software archiving in Linux environments.\"},{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"Programming skills in a compiled language are then developed through scientific and engineering examples.\"}],\"text\":\"Programming in a compiled language for scientific and engineering applications.\"}]}","candidate_json":null,"error":null,"model":"nvidia/Qwen3.6-35B-A3B-NVFP4","model_revision":"1355db6a052410cfd62085d94b58866fd0f2c3c5","selected_for_release":true},{"run_id":"20260907T155543-ce3781c4","observed_at":"2026-09-07 15:55:43.033547+00:00","course_uid":"course_05964be244a74d9db5808264","course_id":"EP 476","catalog_version_id":"8223001daaff145ca20abce176b389248bb4b459673db7b89d7bec9c831ad6ab","record_version_id":"e1f2e8c0ad1f65919dbbf34372530bbe6782a40f01a6334024907a3385d1988b","job_id":"enrich-5590a4969e0a630fe46a86e8","output_id":"a5a31fc073afc81fdfefa3eab6d3b3803d6993793f07fe99241edca4c7a04e4a","section":"student_experience","status":"insufficient_evidence","value_json":"{\"status\":\"insufficient_evidence\",\"themes\":[]}","candidate_json":null,"error":null,"model":"nvidia/Qwen3.6-35B-A3B-NVFP4","model_revision":"1355db6a052410cfd62085d94b58866fd0f2c3c5","selected_for_release":true},{"run_id":"20260906T231458-5fdd2fff","observed_at":"2026-09-06 23:14:58.172943+00:00","course_uid":"course_05964be244a74d9db5808264","course_id":"EP 476","catalog_version_id":"8223001daaff145ca20abce176b389248bb4b459673db7b89d7bec9c831ad6ab","record_version_id":"e1f2e8c0ad1f65919dbbf34372530bbe6782a40f01a6334024907a3385d1988b","job_id":"enrich-789789da373eecc1ff75f626","output_id":"4dc113e9cbacf23bfddcd93474f065ed9dff265f8c414a2f1012997fc5ed2ad2","section":"requirements","status":"valid","value_json":"{\"nodes\":[{\"children\":[\"n1\",\"n2\",\"n3\"],\"condition\":null,\"course\":null,\"evidence\":\"(E P 271,COMP SCI 220, or300) and (MATH 319,320, or375), or graduate/professional standing, or member of Engineering Guest Students\",\"id\":\"n0\",\"kind\":\"any\"},{\"children\":[\"n4\",\"n5\"],\"condition\":null,\"course\":null,\"evidence\":\"(E P 271,COMP SCI 220, or300) and (MATH 319,320, or375)\",\"id\":\"n1\",\"kind\":\"all\"},{\"children\":[],\"condition\":\"graduate/professional standing\",\"course\":null,\"evidence\":\"graduate/professional standing\",\"id\":\"n2\",\"kind\":\"condition\"},{\"children\":[],\"condition\":\"member of Engineering Guest Students\",\"course\":null,\"evidence\":\"member of Engineering Guest Students\",\"id\":\"n3\",\"kind\":\"condition\"},{\"children\":[\"n6\",\"n7\",\"n8\"],\"condition\":null,\"course\":null,\"evidence\":\"(E P 271,COMP SCI 220, or300)\",\"id\":\"n4\",\"kind\":\"any\"},{\"children\":[\"n9\",\"n10\",\"n11\"],\"condition\":null,\"course\":null,\"evidence\":\"(MATH 319,320, or375)\",\"id\":\"n5\",\"kind\":\"any\"},{\"children\":[],\"condition\":null,\"course\":{\"course_number\":271,\"minimum_grade\":null,\"subjects\":[\"EP\"],\"timing\":\"prior\"},\"evidence\":\"E P 271\",\"id\":\"n6\",\"kind\":\"course\"},{\"children\":[],\"condition\":null,\"course\":{\"course_number\":220,\"minimum_grade\":null,\"subjects\":[\"COMPSCI\"],\"timing\":\"prior\"},\"evidence\":\"COMP SCI 220\",\"id\":\"n7\",\"kind\":\"course\"},{\"children\":[],\"condition\":null,\"course\":{\"course_number\":300,\"minimum_grade\":null,\"subjects\":[\"COMPSCI\"],\"timing\":\"prior\"},\"evidence\":\"or300\",\"id\":\"n8\",\"kind\":\"course\"},{\"children\":[],\"condition\":null,\"course\":{\"course_number\":319,\"minimum_grade\":null,\"subjects\":[\"MATH\"],\"timing\":\"prior\"},\"evidence\":\"MATH 319\",\"id\":\"n9\",\"kind\":\"course\"},{\"children\":[],\"condition\":null,\"course\":{\"course_number\":320,\"minimum_grade\":null,\"subjects\":[\"MATH\"],\"timing\":\"prior\"},\"evidence\":\"320\",\"id\":\"n10\",\"kind\":\"course\"},{\"children\":[],\"condition\":null,\"course\":{\"course_number\":375,\"minimum_grade\":null,\"subjects\":[\"MATH\"],\"timing\":\"prior\"},\"evidence\":\"or375\",\"id\":\"n11\",\"kind\":\"course\"}],\"notes\":[],\"root\":\"n0\",\"status\":\"parsed\"}","candidate_json":null,"error":null,"model":"nvidia/Qwen3.6-35B-A3B-NVFP4","model_revision":"1355db6a052410cfd62085d94b58866fd0f2c3c5","selected_for_release":false},{"run_id":"20260906T231458-5fdd2fff","observed_at":"2026-09-06 23:14:58.172943+00:00","course_uid":"course_05964be244a74d9db5808264","course_id":"EP 476","catalog_version_id":"8223001daaff145ca20abce176b389248bb4b459673db7b89d7bec9c831ad6ab","record_version_id":"e1f2e8c0ad1f65919dbbf34372530bbe6782a40f01a6334024907a3385d1988b","job_id":"enrich-789789da373eecc1ff75f626","output_id":"4dc113e9cbacf23bfddcd93474f065ed9dff265f8c414a2f1012997fc5ed2ad2","section":"search_profile","status":"valid","value_json":"{\"assumed_background\":[{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"Background for professional numerical computation in Linux environments begins with shell scripting and software archiving.\"},{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"Programming skills in a compiled language are then developed through scientific and engineering examples.\"}],\"text\":\"Linux shell scripting, software archiving, and compiled programming skills.\"},{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"Engineering problem-solving skills are reinforced through applications that require numerical solutions to systems of differential and/or integral equations\"},{\"course_id\":\"EP 271\",\"field\":\"description\",\"quote\":\"Solution of engineering problems using commercially-available software tools (spreadsheets, symbolic manipulators, and equation solvers).\"}],\"text\":\"Engineering problem-solving using software tools and numerical methods for differential/integral equations.\"},{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"requirements_text\",\"quote\":\"(E P 271,COMP SCI 220, or300) and (MATH 319,320, or375)\"},{\"course_id\":\"COMPSCI 220\",\"field\":\"description\",\"quote\":\"Introduction to Data Science programming using Python.\"},{\"course_id\":\"COMPSCI 300\",\"field\":\"description\",\"quote\":\"Introduction to Object-Oriented Programming using classes and objects to solve more complex problems. Introduces array-based and linked data structures: including lists, stacks, and queues. Programming assignments require writing and developing multi-class (file) programs using interfaces, generics, and exception handling to solve challenging real world problems. Topics reviewed include reading/writing data and objects from/to files and exception handling, and command line arguments. Topics introduced: object-oriented design; class vs. object; create and define interfaces and iterators; searching and sorting; abstract data types (List,Stack,Queue,PriorityQueue(Heap),Binary Search Tree); generic interfaces (parametric polymorphism); how to design and write test methods and classes; array based vs. linked node implementations; introduction to complexity analysis; recursion.\"},{\"course_id\":\"MATH 319\",\"field\":\"description\",\"quote\":\"Review of linear differential equations; series solution of linear differential equations; boundary value problems; Laplace transforms; possibly numerical methods\"}],\"text\":\"Prerequisites in programming (Python or OOP) and advanced mathematics (ODEs, Linear Algebra, or Multi-variable Calculus).\"}],\"search_phrases\":[\"scientific computing engineering physics\",\"numerical solutions differential equations\",\"Linux shell scripting engineering\",\"compiled language scientific examples\"],\"skills_taught\":[{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"motivating progressively more advanced computational methods.\"},{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"numerical solutions to systems of differential and/or integral equations\"}],\"text\":\"Advanced computational methods and numerical solutions for differential/integral equations.\"},{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"Background for professional numerical computation in Linux environments begins with shell scripting and software archiving.\"}],\"text\":\"Professional numerical computation in Linux environments, including shell scripting and software archiving.\"}],\"summary\":{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"title\",\"quote\":\"INTRODUCTION TO SCIENTIFIC COMPUTING FOR ENGINEERING PHYSICS\"},{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"Background for professional numerical computation in Linux environments begins with shell scripting and software archiving. Programming skills in a compiled language are then developed through scientific and engineering examples.\"}],\"text\":\"Introduction to scientific computing for engineering physics, covering Linux shell scripting, compiled programming, and numerical solutions to differential equations.\"},\"topics\":[{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"numerical solutions to systems of differential and/or integral equations\"},{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"motivating progressively more advanced computational methods.\"}],\"text\":\"Numerical solutions to differential and integral equations and advanced computational methods.\"},{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"shell scripting and software archiving\"}],\"text\":\"Shell scripting and software archiving in Linux environments.\"},{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"Programming skills in a compiled language are then developed through scientific and engineering examples.\"}],\"text\":\"Programming in a compiled language for scientific and engineering applications.\"}]}","candidate_json":null,"error":null,"model":"nvidia/Qwen3.6-35B-A3B-NVFP4","model_revision":"1355db6a052410cfd62085d94b58866fd0f2c3c5","selected_for_release":false},{"run_id":"20260906T231458-5fdd2fff","observed_at":"2026-09-06 23:14:58.172943+00:00","course_uid":"course_05964be244a74d9db5808264","course_id":"EP 476","catalog_version_id":"8223001daaff145ca20abce176b389248bb4b459673db7b89d7bec9c831ad6ab","record_version_id":"e1f2e8c0ad1f65919dbbf34372530bbe6782a40f01a6334024907a3385d1988b","job_id":"enrich-789789da373eecc1ff75f626","output_id":"4dc113e9cbacf23bfddcd93474f065ed9dff265f8c414a2f1012997fc5ed2ad2","section":"student_experience","status":"insufficient_evidence","value_json":"{\"status\":\"insufficient_evidence\",\"themes\":[]}","candidate_json":null,"error":null,"model":"nvidia/Qwen3.6-35B-A3B-NVFP4","model_revision":"1355db6a052410cfd62085d94b58866fd0f2c3c5","selected_for_release":false},{"run_id":"20260907T155543-ce3781c4","observed_at":"2026-09-07 15:55:43.033547+00:00","course_uid":"course_05964be244a74d9db5808264","course_id":"EP 476","catalog_version_id":"8223001daaff145ca20abce176b389248bb4b459673db7b89d7bec9c831ad6ab","record_version_id":"e1f2e8c0ad1f65919dbbf34372530bbe6782a40f01a6334024907a3385d1988b","job_id":"enrich-8b774950c2b6adfdc46d1b82","output_id":"e3784fbd73a79d07d76a99a7a2025e659353fbd6efa59eb5884f8e262edb24c0","section":"requirements","status":"valid","value_json":"{\"nodes\":[{\"children\":[\"n1\",\"n2\",\"n3\"],\"condition\":null,\"course\":null,\"evidence\":\"(E P 271,COMP SCI 220, or300) and (MATH 319,320, or375), or graduate/professional standing, or member of Engineering Guest Students\",\"id\":\"n0\",\"kind\":\"any\"},{\"children\":[\"n4\",\"n5\"],\"condition\":null,\"course\":null,\"evidence\":\"(E P 271,COMP SCI 220, or300) and (MATH 319,320, or375)\",\"id\":\"n1\",\"kind\":\"all\"},{\"children\":[],\"condition\":\"graduate/professional standing\",\"course\":null,\"evidence\":\"graduate/professional standing\",\"id\":\"n2\",\"kind\":\"condition\"},{\"children\":[],\"condition\":\"member of Engineering Guest Students\",\"course\":null,\"evidence\":\"member of Engineering Guest Students\",\"id\":\"n3\",\"kind\":\"condition\"},{\"children\":[\"n6\",\"n7\",\"n8\"],\"condition\":null,\"course\":null,\"evidence\":\"(E P 271,COMP SCI 220, or300)\",\"id\":\"n4\",\"kind\":\"any\"},{\"children\":[\"n9\",\"n10\",\"n11\"],\"condition\":null,\"course\":null,\"evidence\":\"(MATH 319,320, or375)\",\"id\":\"n5\",\"kind\":\"any\"},{\"children\":[],\"condition\":null,\"course\":{\"course_number\":271,\"minimum_grade\":null,\"subjects\":[\"EP\"],\"timing\":\"prior\"},\"evidence\":\"E P 271\",\"id\":\"n6\",\"kind\":\"course\"},{\"children\":[],\"condition\":null,\"course\":{\"course_number\":220,\"minimum_grade\":null,\"subjects\":[\"COMPSCI\"],\"timing\":\"prior\"},\"evidence\":\"COMP SCI 220\",\"id\":\"n7\",\"kind\":\"course\"},{\"children\":[],\"condition\":null,\"course\":{\"course_number\":300,\"minimum_grade\":null,\"subjects\":[\"COMPSCI\"],\"timing\":\"prior\"},\"evidence\":\"or300\",\"id\":\"n8\",\"kind\":\"course\"},{\"children\":[],\"condition\":null,\"course\":{\"course_number\":319,\"minimum_grade\":null,\"subjects\":[\"MATH\"],\"timing\":\"prior\"},\"evidence\":\"MATH 319\",\"id\":\"n9\",\"kind\":\"course\"},{\"children\":[],\"condition\":null,\"course\":{\"course_number\":320,\"minimum_grade\":null,\"subjects\":[\"MATH\"],\"timing\":\"prior\"},\"evidence\":\"320\",\"id\":\"n10\",\"kind\":\"course\"},{\"children\":[],\"condition\":null,\"course\":{\"course_number\":375,\"minimum_grade\":null,\"subjects\":[\"MATH\"],\"timing\":\"prior\"},\"evidence\":\"or375\",\"id\":\"n11\",\"kind\":\"course\"}],\"notes\":[],\"root\":\"n0\",\"status\":\"parsed\"}","candidate_json":null,"error":null,"model":"nvidia/Qwen3.6-35B-A3B-NVFP4","model_revision":"1355db6a052410cfd62085d94b58866fd0f2c3c5","selected_for_release":true},{"run_id":"20260907T155543-ce3781c4","observed_at":"2026-09-07 15:55:43.033547+00:00","course_uid":"course_05964be244a74d9db5808264","course_id":"EP 476","catalog_version_id":"8223001daaff145ca20abce176b389248bb4b459673db7b89d7bec9c831ad6ab","record_version_id":"e1f2e8c0ad1f65919dbbf34372530bbe6782a40f01a6334024907a3385d1988b","job_id":"enrich-8b774950c2b6adfdc46d1b82","output_id":"e3784fbd73a79d07d76a99a7a2025e659353fbd6efa59eb5884f8e262edb24c0","section":"search_profile","status":"valid","value_json":"{\"assumed_background\":[{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"Background for professional numerical computation in Linux environments begins with shell scripting and software archiving.\"},{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"Programming skills in a compiled language are then developed through scientific and engineering examples.\"}],\"text\":\"Linux shell scripting, software archiving, and compiled programming skills.\"},{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"Engineering problem-solving skills are reinforced through applications that require numerical solutions to systems of differential and/or integral equations\"},{\"course_id\":\"EP 271\",\"field\":\"description\",\"quote\":\"Solution of engineering problems using commercially-available software tools (spreadsheets, symbolic manipulators, and equation solvers).\"}],\"text\":\"Engineering problem-solving using software tools and numerical methods for differential/integral equations.\"},{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"requirements_text\",\"quote\":\"(E P 271,COMP SCI 220, or300) and (MATH 319,320, or375)\"},{\"course_id\":\"COMPSCI 220\",\"field\":\"description\",\"quote\":\"Introduction to Data Science programming using Python.\"},{\"course_id\":\"COMPSCI 300\",\"field\":\"description\",\"quote\":\"Introduction to Object-Oriented Programming using classes and objects to solve more complex problems. Introduces array-based and linked data structures: including lists, stacks, and queues. Programming assignments require writing and developing multi-class (file) programs using interfaces, generics, and exception handling to solve challenging real world problems. Topics reviewed include reading/writing data and objects from/to files and exception handling, and command line arguments. Topics introduced: object-oriented design; class vs. object; create and define interfaces and iterators; searching and sorting; abstract data types (List,Stack,Queue,PriorityQueue(Heap),Binary Search Tree); generic interfaces (parametric polymorphism); how to design and write test methods and classes; array based vs. linked node implementations; introduction to complexity analysis; recursion.\"},{\"course_id\":\"MATH 319\",\"field\":\"description\",\"quote\":\"Review of linear differential equations; series solution of linear differential equations; boundary value problems; Laplace transforms; possibly numerical methods\"}],\"text\":\"Prerequisites in programming (Python or OOP) and advanced mathematics (ODEs, Linear Algebra, or Multi-variable Calculus).\"}],\"search_phrases\":[\"scientific computing engineering physics\",\"numerical solutions differential equations\",\"Linux shell scripting engineering\",\"compiled language scientific examples\"],\"skills_taught\":[{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"motivating progressively more advanced computational methods.\"},{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"numerical solutions to systems of differential and/or integral equations\"}],\"text\":\"Advanced computational methods and numerical solutions for differential/integral equations.\"},{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"Background for professional numerical computation in Linux environments begins with shell scripting and software archiving.\"}],\"text\":\"Professional numerical computation in Linux environments, including shell scripting and software archiving.\"}],\"summary\":{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"title\",\"quote\":\"INTRODUCTION TO SCIENTIFIC COMPUTING FOR ENGINEERING PHYSICS\"},{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"Background for professional numerical computation in Linux environments begins with shell scripting and software archiving. Programming skills in a compiled language are then developed through scientific and engineering examples.\"}],\"text\":\"Introduction to scientific computing for engineering physics, covering Linux shell scripting, compiled programming, and numerical solutions to differential equations.\"},\"topics\":[{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"numerical solutions to systems of differential and/or integral equations\"},{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"motivating progressively more advanced computational methods.\"}],\"text\":\"Numerical solutions to differential and integral equations and advanced computational methods.\"},{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"shell scripting and software archiving\"}],\"text\":\"Shell scripting and software archiving in Linux environments.\"},{\"evidence\":[{\"course_id\":\"EP 476\",\"field\":\"description\",\"quote\":\"Programming skills in a compiled language are then developed through scientific and engineering examples.\"}],\"text\":\"Programming in a compiled language for scientific and engineering applications.\"}]}","candidate_json":null,"error":null,"model":"nvidia/Qwen3.6-35B-A3B-NVFP4","model_revision":"1355db6a052410cfd62085d94b58866fd0f2c3c5","selected_for_release":true},{"run_id":"20260907T155543-ce3781c4","observed_at":"2026-09-07 15:55:43.033547+00:00","course_uid":"course_05964be244a74d9db5808264","course_id":"EP 476","catalog_version_id":"8223001daaff145ca20abce176b389248bb4b459673db7b89d7bec9c831ad6ab","record_version_id":"e1f2e8c0ad1f65919dbbf34372530bbe6782a40f01a6334024907a3385d1988b","job_id":"enrich-8b774950c2b6adfdc46d1b82","output_id":"e3784fbd73a79d07d76a99a7a2025e659353fbd6efa59eb5884f8e262edb24c0","section":"student_experience","status":"insufficient_evidence","value_json":"{\"status\":\"insufficient_evidence\",\"themes\":[]}","candidate_json":null,"error":null,"model":"nvidia/Qwen3.6-35B-A3B-NVFP4","model_revision":"1355db6a052410cfd62085d94b58866fd0f2c3c5","selected_for_release":true},{"run_id":"20260907T155543-ce3781c4","observed_at":"2026-09-07 15:55:43.033547+00:00","course_uid":"course_05964be244a74d9db5808264","course_id":"EP 476","catalog_version_id":"8223001daaff145ca20abce176b389248bb4b459673db7b89d7bec9c831ad6ab","record_version_id":"e1f2e8c0ad1f65919dbbf34372530bbe6782a40f01a6334024907a3385d1988b","job_id":"enrich-8b774950c2b6adfdc46d1b82","output_id":"e3784fbd73a79d07d76a99a7a2025e659353fbd6efa59eb5884f8e262edb24c0","section":"student_summary","status":"valid","value_json":"{\"context_hash\":\"8d0b21f0d2d26846be90d2ea1a6fd66e2f420cb0c03c3cbe99da6ad2f3f0e3da\",\"course_id\":\"EP 476\",\"current_instructors\":[],\"difficulty_workload\":[],\"errors\":[],\"historical_context\":[],\"message\":\"No course-specific reviews available\",\"offered\":false,\"profile_hash\":\"5cb4dabf887cdbcd8c00d5a1312e10828b95c63f30bc3ea76aea199565390d02\",\"quick_take\":[{\"citations\":[{\"course_id\":\"EP 476\",\"run_id\":\"20260907T155543-ce3781c4\",\"source_record\":{\"entity_id\":\"862ebb32-4cbc-3409-831f-62bff3ae4c95\",\"file\":\"tables/observations.parquet\",\"kind\":\"grades\",\"source\":\"madgrades\"},\"table\":\"grades_latest\",\"term_id\":\"1164\",\"type\":\"grade\"},{\"course_id\":\"EP 476\",\"run_id\":\"20260907T155543-ce3781c4\",\"source_record\":{\"entity_id\":\"862ebb32-4cbc-3409-831f-62bff3ae4c95\",\"file\":\"tables/observations.parquet\",\"kind\":\"grades\",\"source\":\"madgrades\"},\"table\":\"grades_latest\",\"term_id\":\"1184\",\"type\":\"grade\"},{\"course_id\":\"EP 476\",\"run_id\":\"20260907T155543-ce3781c4\",\"source_record\":{\"entity_id\":\"862ebb32-4cbc-3409-831f-62bff3ae4c95\",\"file\":\"tables/observations.parquet\",\"kind\":\"grades\",\"source\":\"madgrades\"},\"table\":\"grades_latest\",\"term_id\":\"1224\",\"type\":\"grade\"}],\"text\":\"Recent recorded grades — Spring 2016: 3.50 GPA, 83.3% A/AB (n=6 letter grades); Spring 2018: 3.61 GPA, 77.8% A/AB (n=9 letter grades); Spring 2022: 3.08 GPA, 50.0% A/AB (n=6 letter grades).\"}],\"student_experience\":[],\"task_hash\":\"74fb0997943e888960bbc9e47db8c4fd12e4292d55c20509d8d89db6a9910f68\",\"teaching_history\":[],\"term_id\":\"1272\",\"term_name\":\"2026 Fall\",\"version\":2}","candidate_json":null,"error":null,"model":"nvidia/Qwen3.6-35B-A3B-NVFP4","model_revision":"1355db6a052410cfd62085d94b58866fd0f2c3c5","selected_for_release":true}]