Skip to content

Commit 153b392

Browse files
committed
Update README.md
1 parent f655fd9 commit 153b392

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55

66
- HydroEcoLSTM is a Python package with a graphical user interface (GUI) for modeling hydro-ecological processes using Long short-term Memory (LSTM) neural network.
7-
- Please check [package documentation](https://hydroecolstm.readthedocs.io/en/latest/) for more details, especially about how to use HydroEcoLSTM without the GUI.
7+
- Please check the [package documentation](https://hydroecolstm.readthedocs.io/en/latest/) for more details, especially about how to use HydroEcoLSTM without the GUI.
88
- Here is the [YouTube](https://www.youtube.com/playlist?list=PL7IsKPfYZuFtBk2yJ_ny2MU-WyTnANR-c) channel for tutorial videos on how to use HydroEcoLSTM with GUI.
99
- If you have any questions or want to report any issues, you can either report it in [GitHub](https://github.com/tamnva/hydroecolstm/issues) or [HydroEcoLSTM Google group](https://groups.google.com/g/hydroecolstm).
1010

1111
**Nguyen, T.V.**, Tran, V.N., Tran, H., Binh, D.V., Duong, T.D., Dang, T.D., Ebeling, P. (2025). *HydroEcoLSTM*: A Python package with graphical user interface for hydro-ecological modeling with long short-term memory neural network. Ecological Informatics, 102994. [10.1016/j.ecoinf.2025.102994](https://doi.org/10.1016/j.ecoinf.2025.102994).
1212

1313
### Quick start
1414

15-
Installation with Anaconda using environment ([environment.yml](https://github.com/tamnva/hydroecolstm/tree/master/environments)) file following the steps listed below. You can also see [my tutorial videos 1 and 7](https://www.youtube.com/watch?v=NPyr4HV2Ix4&list=PL7IsKPfYZuFvlz9ZYxM0wzNIdm-W-tP0q) for more detail on how to install Anaconda and create a virtual environment.
15+
Installation with Anaconda using environment ([environment.yml](https://github.com/tamnva/hydroecolstm/tree/master/environments)) file following the steps listed below. You can also see [my tutorial videos 1 and 7](https://www.youtube.com/watch?v=NPyr4HV2Ix4&list=PL7IsKPfYZuFvlz9ZYxM0wzNIdm-W-tP0q) for more details on how to install Anaconda and create a virtual environment.
1616

1717
```python
1818
# 1. Create the environment from environment.yml file (see link above)
@@ -32,7 +32,7 @@ hydroecolstm.interface.show_gui()
3232

3333
### The GUI
3434

35-
- After lanching the GUI, you should see the following window (the latest version could look different). There are two examples that were documented in [this files](https://ars.els-cdn.com/content/image/1-s2.0-S1574954125000032-mmc1.pdf)
35+
- After launchthe ing the GUI, you should see the following window (the latest version could look different). Two examples were documented in [these files](https://ars.els-cdn.com/content/image/1-s2.0-S1574954125000032-mmc1.pdf)
3636

3737
<p align="center">
3838
<img src="https://github.com/tamnva/hydroecolstm/blob/master/docs/images/intro_figure.gif" width=100% title="hover text">

0 commit comments

Comments
 (0)