Skip to content

Commit 4d61092

Browse files
authored
Merge pull request #53 from prashjha/prashjha-patch-1
add joss paper details
2 parents c069207 + c07af21 commit 4d61092

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PeriDEM - High-fidelity modeling of granular media consisting of deformable complex-shaped particles
22

3-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/eba90e085ba048cb8f895010b8f13b03)](https://app.codacy.com/gh/prashjha/PeriDEM?utm_source=github.com&utm_medium=referral&utm_content=prashjha/PeriDEM&utm_campaign=Badge_Grade_Settings) [![CircleCI](https://circleci.com/gh/prashjha/PeriDEM.svg?style=shield)](https://circleci.com/gh/prashjha/PeriDEM) [![codecov](https://codecov.io/gh/prashjha/PeriDEM/branch/main/graph/badge.svg?token=JyVHXtXJWS)](https://codecov.io/gh/prashjha/PeriDEM) [![GitHub release](https://img.shields.io/github/release/prashjha/PeriDEM.svg)](https://GitHub.com/prashjha/PeriDEM/releases/) [![GitHub license](https://img.shields.io/github/license/prashjha/PeriDEM.svg)](https://github.com/prashjha/PeriDEM/blob/main/LICENSE) [![GitHub issues](https://img.shields.io/github/issues/prashjha/PeriDEM.svg)](https://github.com/prashjha/PeriDEM/issues) [![Join the chat at https://gitter.im/PeriDEM/community](https://badges.gitter.im/PeriDEM/community.svg)](https://gitter.im/PeriDEM/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub repo size](https://img.shields.io/github/repo-size/prashjha/PeriDEM.svg)](https://GitHub.com/prashjha/PeriDEM/) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13888588.svg)](https://zenodo.org/records/13888588)
3+
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/eba90e085ba048cb8f895010b8f13b03)](https://app.codacy.com/gh/prashjha/PeriDEM?utm_source=github.com&utm_medium=referral&utm_content=prashjha/PeriDEM&utm_campaign=Badge_Grade_Settings) [![CircleCI](https://circleci.com/gh/prashjha/PeriDEM.svg?style=shield)](https://circleci.com/gh/prashjha/PeriDEM) [![codecov](https://codecov.io/gh/prashjha/PeriDEM/branch/main/graph/badge.svg?token=JyVHXtXJWS)](https://codecov.io/gh/prashjha/PeriDEM) [![GitHub release](https://img.shields.io/github/release/prashjha/PeriDEM.svg)](https://GitHub.com/prashjha/PeriDEM/releases/) [![GitHub license](https://img.shields.io/github/license/prashjha/PeriDEM.svg)](https://github.com/prashjha/PeriDEM/blob/main/LICENSE) [![GitHub issues](https://img.shields.io/github/issues/prashjha/PeriDEM.svg)](https://github.com/prashjha/PeriDEM/issues) [![Join the chat at https://gitter.im/PeriDEM/community](https://badges.gitter.im/PeriDEM/community.svg)](https://gitter.im/PeriDEM/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub repo size](https://img.shields.io/github/repo-size/prashjha/PeriDEM.svg)](https://GitHub.com/prashjha/PeriDEM/) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13888588.svg)](https://zenodo.org/records/13888588) [![DOI](https://joss.theoj.org/papers/10.21105/joss.07525/status.svg)](https://doi.org/10.21105/joss.07525)
44

55

66
<p align="center"> <img src="./assets/logo/logo.png" width="400"> </p>
@@ -28,20 +28,25 @@
2828
## Introduction
2929

3030
Implementation of the high-fidelity model of granular media that combines the advantages
31-
of peridynamics and discrete element method (DEM).
31+
of peridynamics and the discrete element method (DEM).
3232
The model has the following advantages over existing mechanical models for granular media:
3333
- handle intra-particle deformation and breakage/damage
34-
- handle arbitrary shape of the particle. Inter-particle contact is not specific to any shape of the particle
34+
- handle the arbitrary shape of the particle. Inter-particle contact is not specific to any shape of the particle
3535
- tunable inter-particle contact parameters
3636
- easy to add different mechanical constitutive laws within peridynamics for individual particle deformation
3737

3838
For more details about the model and results, we refer to the paper:
3939

4040
> Prashant K. Jha, Prathamesh S. Desai, Debdeep Bhattacharya, Robert P Lipton (2020).
4141
> **Peridynamics-based discrete element method (PeriDEM) model of granular systems involving breakage of arbitrarily shaped particles**.
42-
> *Journal of the Mechanics and Physics of Solids, 151*, p.104376. Doi https://doi.org/10.1016/j.jmps.2021.104376.
43-
44-
Download pdf [here](https://prashjha.github.io/publication/jha-2020-peridem/jha-2020-peridem.pdf).
42+
> *Journal of the Mechanics and Physics of Solids*, 151, p.104376. Doi https://doi.org/10.1016/j.jmps.2021.104376.
43+
> Download pdf [here](https://prashjha.github.io/publication/jha-2020-peridem/jha-2020-peridem.pdf).
44+
45+
**PeriDEM is published as a software article in the Journal of Open Source Software:**
46+
> Prashant K. Jha (2025).
47+
> **PeriDEM -- High-fidelity modeling of granular media consisting of deformable complex-shaped particles**
48+
> *Journal of Open Source Software*, vol. 10, 116, p.7525, DOI 10.21105/joss.07525.
49+
> Download pdf [here](https://doi.org/10.21105/joss.07525).
4550
4651
We have created channels on various platforms:
4752
- [PeriDEM on Gitter](https://gitter.im/PeriDEM/community?utm_source=share-link&utm_medium=link&utm_campaign=share-link)

0 commit comments

Comments
 (0)