From e9cc00f8947d3aea0f802a8b8d7f2e406c3fcb1f Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 11 Feb 2022 11:30:40 -0600 Subject: Finish upload API endpoint Signed-off-by: Matt Strapp --- src/views/pages/about.ejs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/views/pages/about.ejs') diff --git a/src/views/pages/about.ejs b/src/views/pages/about.ejs index 022354c..2feede5 100644 --- a/src/views/pages/about.ejs +++ b/src/views/pages/about.ejs @@ -4,12 +4,12 @@ <%- include('../partials/head.ejs') %> + About the Remotely Accessible Inverted Pendulum <%- include('../partials/nav.ejs') %> - About the Remotely Accessible Inverted Pendulum
Pendulum logo

Remotely Accessible Inverted Pendulum

@@ -28,8 +28,7 @@

Background

- Our teams developed an inverted pendulum system that could be accessed over a computer network for use by students. The inverted pendulum is a common controls problem used in academia. This problem teaches students concepts of control loops, data filtering, - and machine learning, and web development. + Our teams developed an inverted pendulum system that could be accessed over a computer network for use by students. The inverted pendulum is a common controls problem used in academia. This problem teaches students concepts of control loops, data filtering, and machine learning.


What is an Inverted Pendulum?

-- cgit v1.2.3