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 ++--- src/views/pages/index.ejs | 2 +- src/views/partials/head.ejs | 6 +++--- 3 files changed, 6 insertions(+), 7 deletions(-) (limited to 'src/views') 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?

diff --git a/src/views/pages/index.ejs b/src/views/pages/index.ejs index 0e6fe15..8b5f044 100644 --- a/src/views/pages/index.ejs +++ b/src/views/pages/index.ejs @@ -11,7 +11,7 @@ <%- include('../partials/nav.ejs') %>
-

Please upload a Python file (.py file extension) onto the Inverted Pendulum.

+

Please upload a Python file (.py file extension) to run on the Inverted Pendulum.



diff --git a/src/views/partials/head.ejs b/src/views/partials/head.ejs index 320f0e6..4a9d76a 100644 --- a/src/views/partials/head.ejs +++ b/src/views/partials/head.ejs @@ -1,6 +1,6 @@ - + - - \ No newline at end of file + + \ No newline at end of file -- cgit v1.2.3