Skip to content

Commit 07159a3

Browse files
authored
update README.md
1 parent 3624dc4 commit 07159a3

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
[![Static Badge](https://img.shields.io/badge/docs-%F0%9F%93%96-lightblue)](https://toruseo.jp/UXsim/docs/)
1212

1313
*UXsim* is a lightweight traffic flow simulator in pure Python.
14-
It enables users to model various traffic scenarios, from small toy networks to large metropolitan areas, without external dependencies.
15-
Especially ideal for academic research and educational use.
14+
You can model various traffic scenarios, from small toy networks to large metropolitan areas, by intuitive Python coding.
15+
Especially useful for academic research and educational use.
1616

1717
## Quick Start
1818
### Install
@@ -49,9 +49,7 @@ W.analyzer.network_fancy()
4949

5050
Traffic congestion caused by the bottleneck
5151

52-
<p>
5352
<img src="https://github.com/toruseo/UXsim/blob/images/anim_network_fancy_simple.gif"/>
54-
</p>
5553

5654
## Simulation Examples
5755

@@ -140,13 +138,13 @@ A [Jupyter Notebook of this example](https://github.com/toruseo/UXsim/blob/main/
140138

141139
## Main Features
142140

143-
- Lightweight, dependency-free, and fast mesoscopic simulation
144-
- Simulate large-scale traffic networks with 1 million vehicles in a minute
141+
- Lightweight, pure-Python, and fast mesoscopic simulation
142+
- Simulate large-scale traffic networks, such as metropolitan areas with 1 million vehicles in a minute
145143
- Based on theoretically valid models used in transportation research
146144
- Apply traffic control mechanisms such as signals, tolls, and shared mobility
147145
- Fully written in Python (core code ~1200 lines), easy to read and modify
148146
- Supports approximate solvers for Dynamic User Equilibrium and Dynamic System Optimum
149-
- Built-in analysis tool using `matplotlib` and `pandas`
147+
- Includes built-in analysis tools using `matplotlib` and `pandas`
150148

151149
## Further Reading
152150

@@ -178,6 +176,7 @@ When publishing works based on UXsim, please cite:
178176
url = {https://doi.org/10.21105/joss.07617},
179177
}
180178
```
179+
181180
Works using UXsim are summarized on the [Github Wiki page](https://github.com/toruseo/UXsim/wiki). Please feel free to edit.
182181

183182
## Contributing and Discussion

0 commit comments

Comments
 (0)