Online Courses

Site.OnlineCourses History

Show minor edits - Show changes to output

Added lines 63-66:
(:htmlend:)

(:html:)
<button class="button" onclick="window.location.href='https://apmonitor.com/dde'"><span>🎓 Data-Driven Engineering</span></button>
June 12, 2022, at 01:05 PM by 172.58.61.183 -
Added lines 59-62:
(:htmlend:)

(:html:)
<button class="button" onclick="window.location.href='https://apmonitor.com/pds/index.php/Main/DataPreparation'"><span>🎓 Data Engineering</span></button>
Changed line 58 from:
<button class="button" onclick="window.location.href='https://apmonitor.com/che263/index.php/Main/DataScience'"><span>🎓 Data Science</span></button>
to:
<button class="button" onclick="window.location.href='https://apmonitor.com/pds/index.php/Main/TCLabIntro'"><span>🎓 Data Science</span></button>
Changed line 96 from:
width: 550px;
to:
width: 100%;
Added lines 54-55:

%width=550px%Attach:python_data_science.png
Changed lines 55-62 from:
[[https://apmonitor.com/che263/index.php/Main/DataScience|🎓 Data Science]]

[[https:
//apmonitor.com/pds|🎓 Machine Learning]]

[[https
://apmonitor.com/me575|🎓 Optimization]]

[[https
://apmonitor.com/do|🎓 Dynamic Optimization]]
to:
(:html:)
<button class="button" onclick="window
.location.href='https://apmonitor.com/che263/index.php/Main/DataScience'"><span>🎓 Data Science</span></button>
(
:htmlend:)

(:html:)
<button class="button" onclick="window.location.href='https://apmonitor.com/pds'"><span>🎓 Machine Learning for Engineers</span></button>
(:htmlend:)

(:html:)
<button class="button" onclick="window.location.href='https://apmonitor.com/me575'"><span>🎓 Design
Optimization</span></button>
(:htmlend:)

(:html:)
<button class="button" onclick="window.location.href='https://apmonitor.com/do'"><span>🎓 Dynamic Optimization</span></button>
(:htmlend:)
Changed lines 75-77 from:
[[https://apmonitor.com/wiki/index.php/Main/ApplicationWebinars |🎓 Process Systems Engineering Webinars]]

[[https://apm
.byu.edu/che791 |🎓 Graduate Seminar]]
to:
(:html:)
<button class="button" onclick="window
.location.href='https://apmonitor.com/wiki/index.php/Main/ApplicationWebinars'"><span>🎓 Process Systems Engineering Webinars</span></button>
(:htmlend:)

(:html:)
<button class="button" onclick="window.location.href='https://apm.byu.edu/che791'"><span>🎓 Graduate
Seminar</span></button>
(:htmlend:)
Changed lines 31-32 from:
[[https://apmonitor.com/che263|🎓 Introduction to Engineering Computing (Python, Excel, Matlab)]]
to:
(:html:)
<button class="button" onclick="window.location.href='https://apmonitor.com/che263'"><span>🎓
Engineering Computing</span></button>
(:htmlend:)
Changed lines 41-43 from:
[[https://apmonitor.com/pdc|🎓 Control (Python)]]

[[https://apmonitor
.com/che436|🎓 Control (MATLAB)]]
to:
(:html:)
<button class="button" onclick="window
.location.href='https://apmonitor.com/pdc'"><span>🎓 Process Dynamics and Control (Python)</span></button>
(:htmlend:)

(:html:)
<button class="button" onclick="window.location.href='https://apmonitor.com/che436'"><span>🎓 Process Dynamics and Control (Matlab)</span></button>
(:htmlend:)
Added lines 17-24:

<br>

<button class="button" onclick="window.location.href='https://apmonitor.com/che263/index.php/Main/BeginMatlab'"><span>🎓 Begin MATLAB</span></button>

<br>

<button class="button" onclick="window.location.href='https://apmonitor.com/che263/index.php/Main/BeginJava'"><span>🎓 Begin Java</span></button>
Deleted lines 25-28:

[[https://apmonitor.com/che263/index.php/Main/BeginMatlab|🎓 Begin Matlab]]

[[https://apmonitor.com/che263/index.php/Main/BeginJava|🎓 Begin Java]]
Changed lines 15-16 from:
[[https://apmonitor.com/che263/index.php/Main/CourseProjects|🎓 Begin Python]]
to:
(:html:)
<button class="button" onclick="window
.location.href='https://apmonitor.com/che263/index.php/Main/CourseProjects'"><span>🎓 Begin Python</span></button>
(:htmlend:)
Changed lines 59-103 from:
[[https://apm.byu.edu/che791 |🎓 Graduate Seminar]]
to:
[[https://apm.byu.edu/che791 |🎓 Graduate Seminar]]


(:html:)
<style>
.button {
border-radius: 4px;
background-color: #0000ff;
border: none;
color: #FFFFFF;
text-align: center;
font-size: 24px;
padding: 20px;
width: 550px;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}

.button span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}

.button span:after {
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}

.button:hover span {
padding-right: 25px;
}

.button:hover span:after {
opacity: 1;
right: 0;
}
</style>
(:htmlend:)
March 10, 2021, at 03:13 PM by 10.35.117.248 -
Added lines 44-45:

[[https://apmonitor.com/pds|🎓 Machine Learning]]
Added line 16:
Added line 18:
Added line 34:
Added line 44:
Added line 46:
Added line 54:
Changed lines 15-18 from:
* [[https://apmonitor.com/che263/index.php/Main/CourseProjects|🎓 Begin Python]]
* [[https://apmonitor.com/che263/index.php/Main/BeginMatlab|🎓 Begin Matlab]]
* [[https://apmonitor.com/che263/index.php/Main/BeginJava|🎓 Begin Java]]
to:
[[https://apmonitor.com/che263/index.php/Main/CourseProjects|🎓 Begin Python]]
[[https://apmonitor.com/che263/index.php/Main/BeginMatlab|🎓 Begin Matlab]]
[[https://apmonitor.com/che263/index.php/Main/BeginJava|🎓 Begin Java]]
Changed lines 23-24 from:
* [[https://apmonitor.com/che263|🎓 Introduction to Engineering Computing (Python, Excel, Matlab)]]
to:
[[https://apmonitor.com/che263|🎓 Introduction to Engineering Computing (Python, Excel, Matlab)]]
Changed lines 31-33 from:
* [[https://apmonitor.com/pdc|🎓 Control (Python)]]
* [[https://apmonitor.com/che436|🎓 Control (MATLAB)]]
to:
[[https://apmonitor.com/pdc|🎓 Control (Python)]]
[[https://apmonitor.com/che436|🎓 Control (MATLAB)]]
Changed lines 40-43 from:
* [[https://apmonitor.com/che263/index.php/Main/DataScience|🎓 Data Science]]
* [[https://apmonitor.com/me575|🎓 Optimization]]
* [[https://apmonitor.com/do|🎓 Dynamic Optimization]]
to:
[[https://apmonitor.com/che263/index.php/Main/DataScience|🎓 Data Science]]
[[https://apmonitor.com/me575|🎓 Optimization]]
[[https://apmonitor.com/do|🎓 Dynamic Optimization]]
Changed lines 48-49 from:
* [[https://apmonitor.com/wiki/index.php/Main/ApplicationWebinars |🎓 Process Systems Engineering Webinars]]
* [[https://apm.byu.edu/che791 |🎓 Graduate Seminar]]
to:
[[https://apmonitor.com/wiki/index.php/Main/ApplicationWebinars |🎓 Process Systems Engineering Webinars]]
[[https://apm.byu.edu/che791 |🎓 Graduate Seminar]]
December 19, 2020, at 04:53 PM by 136.36.211.159 -
Changed line 1 from:
(:title Process Systems Engineering Courses:)
to:
(:title Online Courses:)
December 19, 2020, at 04:45 PM by 136.36.211.159 -
Changed line 19 from:
%height=140px%Attach:begin_matlab.png %height=140px%Attach:begin_python.png %height=140px%Attach:begin_java.png
to:
%height=140px%Attach:begin_python.png %height=140px%Attach:begin_matlab.png %height=140px%Attach:begin_java.png
December 19, 2020, at 04:15 PM by 136.36.211.159 -
Changed line 19 from:
%height=130px%Attach:begin_matlab.png %height=130px%Attach:begin_python.png %height=130px%Attach:begin_java.png
to:
%height=140px%Attach:begin_matlab.png %height=140px%Attach:begin_python.png %height=140px%Attach:begin_java.png
December 19, 2020, at 04:15 PM by 136.36.211.159 -
Changed line 19 from:
%height=150px%Attach:begin_matlab.png %height=150px%Attach:begin_python.png %height=150px%Attach:begin_java.png
to:
%height=130px%Attach:begin_matlab.png %height=130px%Attach:begin_python.png %height=130px%Attach:begin_java.png
December 19, 2020, at 04:14 PM by 136.36.211.159 -
Changed line 19 from:
%height=200px%Attach:begin_matlab.png %height=200px%Attach:begin_python.png %height=200px%Attach:begin_java.png
to:
%height=150px%Attach:begin_matlab.png %height=150px%Attach:begin_python.png %height=150px%Attach:begin_java.png
December 19, 2020, at 04:14 PM by 136.36.211.159 -
Changed line 19 from:
%width=180px%Attach:begin_matlab.png %width=180px%Attach:begin_python.png %width=180px%Attach:begin_java.png
to:
%height=200px%Attach:begin_matlab.png %height=200px%Attach:begin_python.png %height=200px%Attach:begin_java.png
December 19, 2020, at 04:13 PM by 136.36.211.159 -
Changed lines 19-21 from:
%width=180px%Attach:begin_matlab.png
%width=180px%Attach:begin_python.png
%width=180px%Attach:begin_java.png
to:
%width=180px%Attach:begin_matlab.png %width=180px%Attach:begin_python.png %width=180px%Attach:begin_java.png
December 19, 2020, at 04:13 PM by 136.36.211.159 -
Changed lines 19-89 from:
%width=550px%Attach:begin_matlab.png
%width=550px%Attach:begin_python.png
%width=550px%Attach:begin_java.png

(:html:)
<style>
.slider {
width: 500px;
height: 550px;
background-color: yellow;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
text-align: center;
overflow: hidden;
}
.image-container {
width: 500px;
background-color: pink;
height: 550px;
clear: both;
position: relative;
-webkit-transition: left 2s;
-moz-transition: left 2s;
-o-transition: left 2s;
transition: left 2s;
}
.slide {
float: left;
margin: 0px;
padding: 0px;
position: relative;
}
#slide-1:target ~ .image-container {
left: 0px;
}
#slide-2:target ~ .image-container {
left: -500px;
}
#slide-3:target ~ .image-container {
left: -1000px;
}
.buttons {
position: relative;
top: -20px;
}
.buttons a {
display: inline-block;
height: 15px;
width: 15px;
border-radius: 50px;
background-color: lightgreen;
}
</style>

<div class="slider">
<span id="slide-1"></span>
<span id="slide-2"></span>
<span id="slide-3"></span>
<div class="image-container">
<img src="https://apm.byu.edu/prism/uploads/Site/begin_matlab.png" class="slide" width="500" />
<img src="https://apm.byu.edu/prism/uploads/Site/begin_python.png" class="slide" width="500" />
<img src="https://apm.byu.edu/prism/uploads/Site/begin_java.png" class="slide" width="500" />
</div>
<div class="buttons">
<a href="#slide-1"></a>
<a href="#slide-2"></a>
<a href="#slide-3"></a>
</div>
</div>
(:htmlend:)
to:
%width=180px%Attach:begin_matlab.png
%width=180px%Attach:begin_python.png
%width=180px%Attach:begin_java.png
December 19, 2020, at 04:12 PM by 136.36.211.159 -
Changed lines 26-27 from:
width: 1500px;
height: 300px;
to:
width: 500px;
height: 550px;
December 19, 2020, at 04:11 PM by 136.36.211.159 -
Changed lines 26-27 from:
width: 500px;
height: 550px;
to:
width: 1500px;
height: 300px;
December 19, 2020, at 04:10 PM by 136.36.211.159 -
Changed line 27 from:
height: 300px;
to:
height: 550px;
December 19, 2020, at 04:09 PM by 136.36.211.159 -
Changed line 36 from:
width: 1500px;
to:
width: 500px;
Changed line 38 from:
height: 300px;
to:
height: 550px;
Changed lines 79-81 from:
<img src="https://apm.byu.edu/prism/uploads/Site/begin_matlab.png" class="slide" width="500" height="550" />
<img src="https://apm.byu.edu/prism/uploads/Site/begin_python.png" class="slide" width="500" height="550" />
<img src="https://apm.byu.edu/prism/uploads/Site/begin_java.png" class="slide" width="500" height="550" />
to:
<img src="https://apm.byu.edu/prism/uploads/Site/begin_matlab.png" class="slide" width="500" />
<img src="https://apm.byu.edu/prism/uploads/Site/begin_python.png" class="slide" width="500" />
<img src="https://apm.byu.edu/prism/uploads/Site/begin_java.png" class="slide" width="500" />
December 19, 2020, at 04:08 PM by 136.36.211.159 -
Changed lines 79-81 from:
<img src="https://apm.byu.edu/prism/uploads/Site/begin_matlab.png" class="slide" width="500" />
<img src="https://apm.byu.edu/prism/uploads/Site/begin_python.png" class="slide" width="500" />
<img src="https://apm.byu.edu/prism/uploads/Site/begin_java.png" class="slide" width="500" />
to:
<img src="https://apm.byu.edu/prism/uploads/Site/begin_matlab.png" class="slide" width="500" height="550" />
<img src="https://apm.byu.edu/prism/uploads/Site/begin_python.png" class="slide" width="500" height="550" />
<img src="https://apm.byu.edu/prism/uploads/Site/begin_java.png" class="slide" width="500" height="550" />
December 19, 2020, at 04:07 PM by 136.36.211.159 -
Changed lines 79-81 from:
<img src="/uploads/Site/begin_matlab.png" class="slide" width="500" />
<img src="/uploads/Site/begin_python.png" class="slide" width="500" />
<img src="/uploads/Site/begin_java.png" class="slide" width="500" />
to:
<img src="https://apm.byu.edu/prism/uploads/Site/begin_matlab.png" class="slide" width="500" />
<img src="https://apm.byu.edu/prism/uploads/Site/begin_python.png" class="slide" width="500" />
<img src="https://apm.byu.edu/prism/uploads/Site/begin_java.png" class="slide" width="500" />
December 19, 2020, at 04:05 PM by 136.36.211.159 -
Added lines 24-88:
<style>
.slider {
width: 500px;
height: 300px;
background-color: yellow;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
text-align: center;
overflow: hidden;
}
.image-container {
width: 1500px;
background-color: pink;
height: 300px;
clear: both;
position: relative;
-webkit-transition: left 2s;
-moz-transition: left 2s;
-o-transition: left 2s;
transition: left 2s;
}
.slide {
float: left;
margin: 0px;
padding: 0px;
position: relative;
}
#slide-1:target ~ .image-container {
left: 0px;
}
#slide-2:target ~ .image-container {
left: -500px;
}
#slide-3:target ~ .image-container {
left: -1000px;
}
.buttons {
position: relative;
top: -20px;
}
.buttons a {
display: inline-block;
height: 15px;
width: 15px;
border-radius: 50px;
background-color: lightgreen;
}
</style>

<div class="slider">
<span id="slide-1"></span>
<span id="slide-2"></span>
<span id="slide-3"></span>
<div class="image-container">
<img src="/uploads/Site/begin_matlab.png" class="slide" width="500" />
<img src="/uploads/Site/begin_python.png" class="slide" width="500" />
<img src="/uploads/Site/begin_java.png" class="slide" width="500" />
</div>
<div class="buttons">
<a href="#slide-1"></a>
<a href="#slide-2"></a>
<a href="#slide-3"></a>
</div>
</div>
December 19, 2020, at 04:01 PM by 136.36.211.159 -
Added lines 18-27:

%width=550px%Attach:begin_matlab.png
%width=550px%Attach:begin_python.png
%width=550px%Attach:begin_java.png

(:html:)
(:htmlend:)

There is also a complete 14 week course that covers Excel, Matlab, Python, and some other technical computing languages. This is taught as ChE263 at BYU to Chemical Engineering second year students.
August 24, 2020, at 02:44 AM by 136.36.211.159 -
Changed line 20 from:
There are additional links on computer programming on the [[https://cache.org/teaching-resources-center/computer-programming|CACHE teaching resources for Computer Programming]].
to:
There are additional links on the [[https://cache.org/teaching-resources-center/computer-programming|CACHE teaching resources for Computer Programming]].
August 24, 2020, at 02:39 AM by 136.36.211.159 -
Added lines 33-34:
Data science is an inter-disciplinary field that uses algorithms to extract useful information from data. Machine learning is the ability to automatically learn from data without being explicitly programmed. Once a cause-and-effect relationship is learned or programmed, optimization can determine the best result by running many different scenarios to find feasible and optimal outcomes. Dynamic optimization is the application of optimization to time-varying systems.
Added lines 40-41:

There are many opportunities to learn from and interact with experts. In-person seminars and live webinars give an opportunity to engage with the speakers to learn from their disciplines.
August 24, 2020, at 02:30 AM by 136.36.211.159 -
Changed lines 5-6 from:
Process Systems Engineering (PSE) is an interdisciplinary field of process design, operation, and optimization. The following courses are online resources from beginning to advanced topics. The beginning topics are focused on using a computer with programming, spreadsheet
to:
Process Systems Engineering (PSE) is an interdisciplinary field of process design, operation, and optimization.

%width=550px%Attach:learn_process_systems_engineering.png

The
following courses are online resources from beginning to advanced topics. The beginning topics are focused on introductory computing while the more advanced topics are focused on theory and methods for control, optimization, and machine learning.
Added lines 20-21:
There are additional links on computer programming on the [[https://cache.org/teaching-resources-center/computer-programming|CACHE teaching resources for Computer Programming]].
Added lines 24-26:
Automation is transforming many industries. Process dynamics are how a system changes with time and control is concerned with automatically adjusting actuators to regulate a dynamic process, typically to a set point.

* [[https://apmonitor.com/pdc|🎓 Control (Python)]]
Changed lines 28-29 from:
* [[https://apmonitor.com/pdc|🎓 Control (Python)]]
to:
The Process Dynamics and Control courses are 14 week courses that are intended for self-study. There are additional links on the [[https://cache.org/teaching-resources-center/process-control|CACHE teaching resource page for process control]].
August 24, 2020, at 02:21 AM by 136.36.211.159 -
Changed lines 9-10 from:
Computer programming is a pre-requisite with available short-courses on Python, Matlab, and Java. Each '''Begin ______''' course has 12 modules and can be completed in 2-3 hours.
to:
Computer programming is a pre-requisite with available short-courses on Python, Matlab, and Java. The Begin Python, Matlab, and Java courses have 12 modules and can be completed in 2-3 hours each.
Changed line 14 from:
* [[https://apmonitor.com/che263/index.php/Main/DataScience|🎓 Computational Tools (Excel, Matlab, Python, MathCAD)]]
to:
* [[https://apmonitor.com/che263|🎓 Introduction to Engineering Computing (Python, Excel, Matlab)]]
August 24, 2020, at 02:20 AM by 136.36.211.159 -
Changed lines 5-6 from:
Process Systems Engineering (PSE) is an interdisciplinary field of process design, operation, and optimization.
to:
Process Systems Engineering (PSE) is an interdisciplinary field of process design, operation, and optimization. The following courses are online resources from beginning to advanced topics. The beginning topics are focused on using a computer with programming, spreadsheet
Changed lines 9-10 from:
Computer programming is a pre-requisite with available short-courses on Python, Matlab, and Java. Each course has 12 modules and can be completed in 2-3 hours.
to:
Computer programming is a pre-requisite with available short-courses on Python, Matlab, and Java. Each '''Begin ______''' course has 12 modules and can be completed in 2-3 hours.
Added line 14:
* [[https://apmonitor.com/che263/index.php/Main/DataScience|🎓 Computational Tools (Excel, Matlab, Python, MathCAD)]]
August 23, 2020, at 04:59 PM by 136.36.211.159 -
Added lines 1-29:
(:title Process Systems Engineering Courses:)
(:keywords PRISM, research group, Brigham Young University, Process Systems Engineering:)
(:description Engineering Courses on Programming, Dynamics, Control, Machine Learning, and Optimization:)

Process Systems Engineering (PSE) is an interdisciplinary field of process design, operation, and optimization.

!!!! Introductory Programming

Computer programming is a pre-requisite with available short-courses on Python, Matlab, and Java. Each course has 12 modules and can be completed in 2-3 hours.

* [[https://apmonitor.com/che263/index.php/Main/CourseProjects|🎓 Begin Python]]
* [[https://apmonitor.com/che263/index.php/Main/BeginMatlab|🎓 Begin Matlab]]
* [[https://apmonitor.com/che263/index.php/Main/BeginJava|🎓 Begin Java]]

!!!! Process Dynamics and Control

* [[https://apmonitor.com/che436|🎓 Control (MATLAB)]]
* [[https://apmonitor.com/pdc|🎓 Control (Python)]]

!!!! Data Science, Optimization, and Machine Learning

* [[https://apmonitor.com/che263/index.php/Main/DataScience|🎓 Data Science]]
* [[https://apmonitor.com/me575|🎓 Optimization]]
* [[https://apmonitor.com/do|🎓 Dynamic Optimization]]

!!!! Seminars and Webinars

* [[https://apmonitor.com/wiki/index.php/Main/ApplicationWebinars |🎓 Process Systems Engineering Webinars]]
* [[https://apm.byu.edu/che791 |🎓 Graduate Seminar]]