Skip to content

Commit

Permalink
TL: updated readme about links
Browse files Browse the repository at this point in the history
  • Loading branch information
tlunet committed Sep 28, 2023
1 parent a77dc58 commit 29b2d1f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Develop a python code based on a generic framework allowing to investigate and analyze the performance of iterative parallel-in-time (PinT) algorithms : [blockops](./blockops/)

In addition to this code, a [website framework](./dynamic_site) is provided to allow building of **Application Webpage (or WebApp)**,
In addition to this code, a website framework is provided to allow building of **Application Webpage (or WebApp)**,
that uses the `blockops` code for specific applications and experiments.

See the current [**online demo website**](https://jupyterhub.mat.tu-harburg.de/blockops/), that has a few WebApps implemented :
Expand All @@ -13,6 +13,7 @@ See the current [**online demo website**](https://jupyterhub.mat.tu-harburg.de/b
- [Analysis of Sequential Time-Integration Methods (accuracy, order, ...)](./web_apps/seqint/index.md)

> :bell: The WebApps are now under development : current will be improved, and other WebApps will be added soon ...
> Also not that most of the links below do not work on the website (yet), so you'll have to see this page on the [github repository](https://github.com/Parallel-in-Time/time4apint#readme) to follow them.
## Base Convention

Expand Down Expand Up @@ -105,7 +106,10 @@ This project also received funding from the

## Web Interface

Install the dependencies stated in the `requirements.txt` and then open a browser at `127.0.0.1:8000` after running
- [generic source code](./dynamic_site/)
- [current web apps](./web_apps/)

You can run the website on your own computer : install the dependencies stated in the `requirements.txt` and then open a browser at `127.0.0.1:8000` after running

```bash
python web.py
Expand Down

0 comments on commit 29b2d1f

Please sign in to comment.