Skip to content

Commit a884263

Browse files
committed
Update Readme and dashboard docs.
1 parent 3d9d0e8 commit a884263

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
# Public demo of Run4more analytics
1414

1515
## Purpose
16-
Demo preview of analytics for a sample of data of the Run4more App.
16+
Demo preview of analytics for a sample of synthetic data based on the Run4more App.
17+
Please visit the [Run4more demo](http://r4m.live:8555).
18+
1719
Initial motivation was to provide to students of the [University of Athens Postgraduate Program (UoA - BIS)](https://bis-analytics.econ.uoa.gr/) real-world data and problems.
1820
Absolutely voluntary work, not part of the University of Athens courses material.
1921

@@ -52,7 +54,7 @@ Tasks begin with simple python tasks such as working with dataframes, lists, plo
5254
Examples (to be added):
5355
* Manage and preprocess data of various types, from different file formats and databases.
5456
* Create analytics for all kinds of Run4more data, and their respective plots (numerical, categorical, geospatial charts) and deploy them online, on interactive dashboards.
55-
The result of these tasks is to create variations of a [demo dashboard of Run4more,](http://r4m.live:8555) for different data and plots.
57+
The result is to create simplified variations of a [demo dashboard of Run4more,](http://r4m.live:8555) for different data and plots.
5658

5759
* Create custom analytics for a Run4more partner that launches a corporate *Wellness* or *Charity* Challenge.
5860
* Predict a user's home and work address.

src/public_dashboard.py src/public_static_dashboard.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
unsafe_allow_html=True,
3535
)
3636

37-
# Dashboard from feather file
37+
# Static dashboard from feather file
3838
create_all_charts_from_feather_file("./data/acts_by_date_trend.feather")
3939

4040
else:

0 commit comments

Comments
 (0)