Skip to content

Commit

Permalink
docs & metadata fixes/improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
istefanis committed Feb 14, 2024
1 parent 72581b3 commit db8b91e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Controllio

![app](https://github.com/istefanis/controllio/blob/main/assets/img/app.png)
![tests-workflow](https://github.com/istefanis/controllio/actions/workflows/tests.yml/badge.svg)

Controllio is a web app which lets Control Systems engineers design & experiment with LTI (linear time-invariant) dynamical systems online.
![app-preview](https://github.com/istefanis/controllio/blob/main/assets/img/app.png)

Controllio is a web app which lets Control Systems engineers design & experiment with LTI (linear time-invariant) dynamical systems.

So far, functionality has been implemented for:

Expand All @@ -18,7 +20,7 @@ So far, functionality has been implemented for:

The motivation behind Controllio is to create an open-source tool for studying Control Systems, which:

- runs on the browser without any installation, is fast and mobile-friendly
- runs in the browser without any installation, is fast and mobile-friendly
- is written in a widely-used programming language (vanilla Javascript), and can be easily extended

## Technical details
Expand Down
6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Controllio is a web app which lets control systems engineers design & experiment with LTI dynamical systems online"
content="Controllio is a web app which lets Control Systems engineers design & experiment with LTI dynamical systems"
/>
<title>
Controllio · Web app for experimenting with control systems online
</title>
<title>Controllio · Web app for experimenting with control systems</title>
<link rel="shortcut icon" type="image/png" href="assets/img/favicon.png" />

<!-- to run with NPM comment these two: -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "controllio",
"description": "Web app for experimenting with control systems online",
"description": "Web app for experimenting with control systems",
"version": "0.5.0-beta.6",
"license": "MIT",
"author": {
Expand Down
6 changes: 3 additions & 3 deletions view/services/feature/userGuideService.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const init = function () {
<div class="popup-window-tab-contents tab-contents">
<section class="tab-content" id="popup-window-tab-content-1">
<h3>General</h3>
<p>Controllio is an open-source web app which lets Control Systems engineers design & experiment with LTI (linear time-invariant) dynamical systems online.</p>
<p>Controllio is an open-source web app which lets Control Systems engineers design & experiment with LTI (linear time-invariant) dynamical systems.</p>
<p>So far, functionality has been implemented for:</p>
<ul>
<li>the analytical computation of the overall transfer function (tf) of a system modeled by interconnected elements in the s-domain</li>
Expand All @@ -45,9 +45,9 @@ const init = function () {
<li>the numerical computation of its stability</li>
</ul>
<h3>Motivation</h3>
<p>The motivation behind Controllio is to create an open-source drafting table for studying control systems, which:</p>
<p>The motivation behind Controllio is to create an open-source tool for studying Control Systems, which:</p>
<ul>
<li>runs on the browser without any installation, is fast and mobile-friendly</li>
<li>runs in the browser without any installation, is fast and mobile-friendly</li>
<li>is written in a widely-used programming language (vanilla Javascript), and can be easily extended</li>
</ul>
<h3>License</h3>
Expand Down

0 comments on commit db8b91e

Please sign in to comment.