socialforcemodel
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.9%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: RolandMacDoland
- License: other
- Language: Python
- Default Branch: master
- Size: 177 KB
Statistics
- Stars: 17
- Watchers: 1
- Forks: 10
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
Social Force Model for Pedestrian Dynamics
This code is intended to simulate the coupled dynamics of pedestrians in a bespoke free-space environment.
Social Force Model - C++ library for pedestrian dynamics
Microsimulator solving for the free-space dynamics of pedestrians using a so-called "Social Force Model" based on the article [Helbing & Molnar Phys. Rev. E 51, 4282 (1995)]. It includes the possibility to set a crude model of environment using defined walls and buildings.
Installation
In a terminal,
sh
mkdir SocialForceModel
cd SocialForceModel
git clone https://github.com/UCLGuichard/SocialForceModel
C++ core
To build and install the C++ core, in the cpp/ directory, run::
sh
mkdir build
cd build
cmake ..
make install
Usage
Testing
Example
Getting help
License
See LICENSE file for more details.
Citation
See CITATION file for more details.
Version
1.0 (in progress)
History
SocialForceModel is based on the work by Helbing and coworkers cited above.
Acknowledgements
- Whoever involved in this project.
Contact
[Roland Guichard] - r.guichard@ucl.ac.uk
Owner
- Login: RolandMacDoland
- Kind: user
- Repositories: 3
- Profile: https://github.com/RolandMacDoland
Citation (CITATION)
How to cite
===========
Social Force Model is free to use under the GNU General Public License.
See LICENSE file for more details.
If you use any part of the code in a work or publication,
please cite it as follows:
R. Guichard, Social Force Model: Python library for pedestrian dynamics
http://www.github/UCLGuichard/SocialForceModel
Here is the BibTeX entry:
```text
@misc{SOCIALFORCEMODEL,
title = {Social Force Model: Python library for pedestrian dynamics},
author = {Guichard, R.},
howpublished = {\url{http://www.github/UCLGuichard/SocialForceModel}},
year = {2015}
}
```
GitHub Events
Total
- Watch event: 1
- Fork event: 1
Last Year
- Watch event: 1
- Fork event: 1
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 0
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 1 minute
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- RolandMacDoland (1)
- christos-tsotskas (1)