Skip to content

Commit db8b91e

Browse files
committed
docs & metadata fixes/improvements
1 parent 72581b3 commit db8b91e

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Controllio
22

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

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

79
So far, functionality has been implemented for:
810

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

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

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

2426
## Technical details

index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1010
<meta
1111
name="description"
12-
content="Controllio is a web app which lets control systems engineers design & experiment with LTI dynamical systems online"
12+
content="Controllio is a web app which lets Control Systems engineers design & experiment with LTI dynamical systems"
1313
/>
14-
<title>
15-
Controllio · Web app for experimenting with control systems online
16-
</title>
14+
<title>Controllio · Web app for experimenting with control systems</title>
1715
<link rel="shortcut icon" type="image/png" href="assets/img/favicon.png" />
1816

1917
<!-- to run with NPM comment these two: -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "controllio",
3-
"description": "Web app for experimenting with control systems online",
3+
"description": "Web app for experimenting with control systems",
44
"version": "0.5.0-beta.6",
55
"license": "MIT",
66
"author": {

view/services/feature/userGuideService.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const init = function () {
3535
<div class="popup-window-tab-contents tab-contents">
3636
<section class="tab-content" id="popup-window-tab-content-1">
3737
<h3>General</h3>
38-
<p>Controllio is an open-source web app which lets Control Systems engineers design & experiment with LTI (linear time-invariant) dynamical systems online.</p>
38+
<p>Controllio is an open-source web app which lets Control Systems engineers design & experiment with LTI (linear time-invariant) dynamical systems.</p>
3939
<p>So far, functionality has been implemented for:</p>
4040
<ul>
4141
<li>the analytical computation of the overall transfer function (tf) of a system modeled by interconnected elements in the s-domain</li>
@@ -45,9 +45,9 @@ const init = function () {
4545
<li>the numerical computation of its stability</li>
4646
</ul>
4747
<h3>Motivation</h3>
48-
<p>The motivation behind Controllio is to create an open-source drafting table for studying control systems, which:</p>
48+
<p>The motivation behind Controllio is to create an open-source tool for studying Control Systems, which:</p>
4949
<ul>
50-
<li>runs on the browser without any installation, is fast and mobile-friendly</li>
50+
<li>runs in the browser without any installation, is fast and mobile-friendly</li>
5151
<li>is written in a widely-used programming language (vanilla Javascript), and can be easily extended</li>
5252
</ul>
5353
<h3>License</h3>

0 commit comments

Comments
 (0)