mirror of
https://github.com/quatalog/site.git
synced 2025-07-18 18:03:42 +00:00
Wed Feb 7 22:25:01 UTC 2024
This commit is contained in:
parent
578ef43813
commit
0d1934c10f
|
@ -133,7 +133,7 @@
|
|||
<li>Keith Robert Taylor</li>
|
||||
</ul>
|
||||
<span class="course-capacity">
|
||||
Seats Taken: 176/175
|
||||
Seats Taken: 174/175
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
|
|
369
courses/ISYE-4500.html
Normal file
369
courses/ISYE-4500.html
Normal file
|
@ -0,0 +1,369 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
ISYE-4500: Stochastic Mthd In Op Rsrch
|
||||
</title>
|
||||
<meta property="og:title" content="ISYE-4500: Stochastic Mthd In Op Rsrch">
|
||||
<meta property="og:description" content="This course develops an understanding of stochastic processes that evolve over time, and the ability to model, analyze, and solve optimization problems for systems that involve sequential and interrelated decisions. Course topics include Probability Theory, Markov Chains, Dynamic Programming, and Queueing Theory. The application areas include but are not limited to production and inventory systems, customer service, revenue management, and health care.">
|
||||
<link rel="stylesheet" href="../css/common.css">
|
||||
<link rel="stylesheet" href="../css/coursedisplay.css">
|
||||
<link rel="stylesheet" href="../css/themes.css">
|
||||
<link rel="shortcut icon" href="../favicon/quatalogIcon.png">
|
||||
<link rel="icon" href="../favicon/favicon.ico">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../favicon/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="../favicon/site.webmanifest">
|
||||
<script src="../js/fuse.js"></script>
|
||||
<script src="../js/search_helper.js"></script>
|
||||
</head>
|
||||
<body class="search_plugin_added">
|
||||
<div id="qlog-header">
|
||||
<a id="qlog-wordmark" href="../"><svg><use href="../images/quatalogHWordmark.svg#QuatalogHWordmark"></use></svg></a>
|
||||
<form onsubmit="search_helper(event)">
|
||||
<input type="text" id="search" class="header-search" placeholder="Search...">
|
||||
</form>
|
||||
</div>
|
||||
<div id="cd-flex">
|
||||
<div id="course-info-container">
|
||||
<h1 id="name">
|
||||
Stochastic Mthd In Op Rsrch
|
||||
</h1>
|
||||
<h2 id="code">
|
||||
ISYE-4500
|
||||
</h2>
|
||||
<p>
|
||||
This course develops an understanding of stochastic processes that evolve over time, and the ability to model, analyze, and solve optimization problems for systems that involve sequential and interrelated decisions. Course topics include Probability Theory, Markov Chains, Dynamic Programming, and Queueing Theory. The application areas include but are not limited to production and inventory systems, customer service, revenue management, and health care.
|
||||
</p>
|
||||
<div id="cattrs-container">
|
||||
<span id="credits-pill" class="attr-pill">
|
||||
? credits
|
||||
</span>
|
||||
</div>
|
||||
<div id="prereq-container" class="rel-info-container">
|
||||
<div id="prereq-title" class="rel-info-title">
|
||||
Prereqs:
|
||||
</div>
|
||||
<div id="prereq-classes" class="rel-info-courses">
|
||||
<span class="none-rect">
|
||||
none
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="past-container">
|
||||
<h1 id="past-title">
|
||||
Past Term Data
|
||||
</h2>
|
||||
<input type="radio" id="simple-view-input" name="view-select" value="simple" checked="checked">
|
||||
<input type="radio" id="detail-view-input" name="view-select" value="detailed">
|
||||
<div id="opt-container">
|
||||
<div id="key-panel">
|
||||
<div id="yes-code" class="key-code">
|
||||
<span class="code-icon" id="yes-code-icon">
|
||||
<svg><use href="../icons.svg#circle-check"></use></svg>
|
||||
</span>
|
||||
Offered
|
||||
</div>
|
||||
<div id="no-code" class="key-code">
|
||||
<span class="code-icon" id="no-code-icon">
|
||||
<svg><use href="../icons.svg#circle-no"></use></svg>
|
||||
</span>
|
||||
Not Offered
|
||||
</div>
|
||||
<div id="diff-code" class="key-code">
|
||||
<span class="code-icon" id="diff-code-icon">
|
||||
<svg><use href="../icons.svg#circle-question"></use></svg>
|
||||
</span>
|
||||
Offered as Cross-Listing Only
|
||||
</div>
|
||||
<div id="nil-code" class="key-code">
|
||||
<span class="code-icon" id="nil-code-icon">
|
||||
<svg><use href="../icons.svg#circle-empty"></use></svg>
|
||||
</span>
|
||||
No Term Data
|
||||
</div>
|
||||
</div>
|
||||
<div id="control-panel">
|
||||
<label for="simple-view-input" id="simple-view-label" class="view-option-label">
|
||||
<span class="view-icon" id="simple-view-icon">
|
||||
<span class="view-icon-selected"><svg><use href="../icons.svg#circle-dot"></use></svg></span>
|
||||
<span class="view-icon-unselected"><svg><use href="../icons.svg#circle-empty"></use></svg></span>
|
||||
</span>
|
||||
Simple View
|
||||
</label>
|
||||
<label for="detail-view-input" id="detail-view-label" class="view-option-label">
|
||||
<span class="view-icon" id="detail-view-icon">
|
||||
<span class="view-icon-selected"><svg><use href="../icons.svg#circle-dot"></use></svg></span>
|
||||
<span class="view-icon-unselected"><svg><use href="../icons.svg#circle-empty"></use></svg></span>
|
||||
</span>
|
||||
Detailed View
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<table id="years-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th class="spring season-label">Spring</th>
|
||||
<th class="summer season-label" colspan="2">Summer</th>
|
||||
<th class="fall season-label">Fall</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2"></th>
|
||||
<th class="summer2 midsum-label">(Session 1)</th>
|
||||
<th class="summer3 midsum-label">(Session 2)</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th class="year">2024</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2023</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2022</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2021</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2020</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2019</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2018</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2017</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2016</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2015</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2014</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2013</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2012</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2011</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2010</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2009</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2008</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2007</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2006</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2005</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2004</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2003</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2002</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2001</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2000</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">1999</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">1998</th>
|
||||
<td class="term spring unscheduled">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -5,7 +5,7 @@
|
|||
ISYE-6610: Systems Modeling In Dses
|
||||
</title>
|
||||
<meta property="og:title" content="ISYE-6610: Systems Modeling In Dses">
|
||||
<meta property="og:description" content="Survey of decision science methodologies in the context of technical and economic decision problems. The course seeks to develop a conceptual understanding of these methods and basic implementation skills. Students will learn how to apply decision science methods from problem recognition and data development through problem formulation and computer solution.">
|
||||
<meta property="og:description" content="This course is an introduction to deterministic mathematical modeling for common decision problems in industrial and management engineering including supply chain management, production planning, and public policy. Students will learn to formulate and solve linear and integer programs, evaluate robustness of solutions via sensitivity analysis, and apply duality and other fundamental techniques in deterministic optimization.">
|
||||
<link rel="stylesheet" href="../css/common.css">
|
||||
<link rel="stylesheet" href="../css/coursedisplay.css">
|
||||
<link rel="stylesheet" href="../css/themes.css">
|
||||
|
@ -34,7 +34,7 @@
|
|||
ISYE-6610
|
||||
</h2>
|
||||
<p>
|
||||
Survey of decision science methodologies in the context of technical and economic decision problems. The course seeks to develop a conceptual understanding of these methods and basic implementation skills. Students will learn how to apply decision science methods from problem recognition and data development through problem formulation and computer solution.
|
||||
This course is an introduction to deterministic mathematical modeling for common decision problems in industrial and management engineering including supply chain management, production planning, and public policy. Students will learn to formulate and solve linear and integer programs, evaluate robustness of solutions via sensitivity analysis, and apply duality and other fundamental techniques in deterministic optimization.
|
||||
</p>
|
||||
<div id="cattrs-container">
|
||||
<span id="credits-pill" class="attr-pill">
|
||||
|
|
|
@ -132,7 +132,7 @@
|
|||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
<td class="term fall offered-diff-code">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -160,7 +160,7 @@
|
|||
<li>Holly A Traver</li>
|
||||
</ul>
|
||||
<span class="course-capacity">
|
||||
Seats Taken: 0/23
|
||||
Seats Taken: 0/19
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
@ -155,7 +155,7 @@
|
|||
<li>Holly A Traver</li>
|
||||
</ul>
|
||||
<span class="course-capacity">
|
||||
Seats Taken: 0/150
|
||||
Seats Taken: 0/160
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
</p>
|
||||
<div id="cattrs-container">
|
||||
<span id="credits-pill" class="attr-pill">
|
||||
1 credit
|
||||
4 credits
|
||||
</span>
|
||||
</div>
|
||||
<div id="prereq-container" class="rel-info-container">
|
||||
|
@ -137,7 +137,18 @@
|
|||
</span>
|
||||
</div>
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
<td class="term fall offered">
|
||||
<div class="view-container detail-view-container">
|
||||
<span class="term-course-info">
|
||||
<a href="https://sis.rpi.edu/rss/bwckctlg.p_disp_listcrse?term_in=202409&subj_in=PSYC&crse_in=4961&schd_in=">Physics Meets Social Science (4c)</a>
|
||||
</span>
|
||||
<ul class="prof-list">
|
||||
<li>Yingrui Yang</li>
|
||||
</ul>
|
||||
<span class="course-capacity">
|
||||
Seats Taken: 0/19
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -124,7 +124,18 @@
|
|||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
<td class="term fall offered">
|
||||
<div class="view-container detail-view-container">
|
||||
<span class="term-course-info">
|
||||
<a href="https://sis.rpi.edu/rss/bwckctlg.p_disp_listcrse?term_in=202409&subj_in=PSYC&crse_in=4962&schd_in=">Models Of Mental Processes (4c)</a>
|
||||
</span>
|
||||
<ul class="prof-list">
|
||||
<li>Yingrui Yang</li>
|
||||
</ul>
|
||||
<span class="course-capacity">
|
||||
Seats Taken: 0/19
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -3815,6 +3815,7 @@
|
|||
"ISYE-4360",
|
||||
"ISYE-4370",
|
||||
"ISYE-4440",
|
||||
"ISYE-4500",
|
||||
"ISYE-4530",
|
||||
"ISYE-4555",
|
||||
"ISYE-4600",
|
||||
|
|
|
@ -27353,6 +27353,13 @@
|
|||
"description" : "The study of the link between engineering and management. Students will gain an in-depth understanding of the foundations of engineering management. Topics covered include the concept of engineering management, its relationship to engineering, and its historical underpinnings, and the traditional roles of management with a particular emphasis on leadership skills. The course examines the difference between managerial vs. leadership roles in organizational settings. Furthermore, attention is given to evaluating risk, and other organizational and administrative capabilities. The ethical dimensions of the organization and the engineering community are also explored.",
|
||||
"name" : "Mgmt Of Engineering & Tech"
|
||||
},
|
||||
{
|
||||
"attributes" : null,
|
||||
"code" : "ISYE-4500",
|
||||
"credits" : "? credits",
|
||||
"description" : "This course develops an understanding of stochastic processes that evolve over time, and the ability to model, analyze, and solve optimization problems for systems that involve sequential and interrelated decisions. Course topics include Probability Theory, Markov Chains, Dynamic Programming, and Queueing Theory. The application areas include but are not limited to production and inventory systems, customer service, revenue management, and health care.",
|
||||
"name" : "Stochastic Mthd In Op Rsrch"
|
||||
},
|
||||
{
|
||||
"attributes" : null,
|
||||
"code" : "ISYE-4530",
|
||||
|
@ -27672,7 +27679,7 @@
|
|||
"attributes" : null,
|
||||
"code" : "ISYE-6610",
|
||||
"credits" : "3 credits",
|
||||
"description" : "Survey of decision science methodologies in the context of technical and economic decision problems. The course seeks to develop a conceptual understanding of these methods and basic implementation skills. Students will learn how to apply decision science methods from problem recognition and data development through problem formulation and computer solution.",
|
||||
"description" : "This course is an introduction to deterministic mathematical modeling for common decision problems in industrial and management engineering including supply chain management, production planning, and public policy. Students will learn to formulate and solve linear and integer programs, evaluate robustness of solutions via sensitivity analysis, and apply duality and other fundamental techniques in deterministic optimization.",
|
||||
"name" : "Systems Modeling In Dses"
|
||||
},
|
||||
{
|
||||
|
@ -39141,7 +39148,7 @@
|
|||
{
|
||||
"attributes" : null,
|
||||
"code" : "PSYC-4961",
|
||||
"credits" : "1 credit",
|
||||
"credits" : "4 credits",
|
||||
"description" : "Course codes between X960 and X979 are for topics courses. They are often recycled and used for new or experimental courses.",
|
||||
"name" : "Topics in PSYC"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue