Skip to content

Commit eb12459

Browse files
authored
Merge pull request #33 from ZenanH/main
Add citation section and CITATION.bib file for proper referencing
2 parents 07a5650 + bf1d60d commit eb12459

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

CITATION.bib

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
@article{Huo2025,
2+
author = {Huo, Zenan
3+
and Zheng, Xiangcou
4+
and Jaboyedoff, Michel
5+
and Podladchikov, Yury
6+
and Mei, Gang
7+
and Tang, Xiong},
8+
title = {An efficient framework for structured material particle generation in multi-context modeling},
9+
journal = {Engineering with Computers},
10+
year = {2025},
11+
month = {Oct},
12+
day = {17},
13+
issn = {1435-5663},
14+
doi = {10.1007/s00366-025-02222-z},
15+
url = {https://doi.org/10.1007/s00366-025-02222-z}
16+
}

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,29 @@ julia> ]
5050
|:----:|
5151
| <img src="docs/src/assets/showcase/slbl_gui.png" width="660"> |
5252

53+
## Citation 🔥
54+
55+
If you find `MaterialPointGenerator.jl` useful or have used it in your research, please cite it as follows:
56+
57+
```bib
58+
@article{Huo2025,
59+
author = {Huo, Zenan
60+
and Zheng, Xiangcou
61+
and Jaboyedoff, Michel
62+
and Podladchikov, Yury
63+
and Mei, Gang
64+
and Tang, Xiong},
65+
title = {An efficient framework for structured material particle generation in multi-context modeling},
66+
journal = {Engineering with Computers},
67+
year = {2025},
68+
month = {Oct},
69+
day = {17},
70+
issn = {1435-5663},
71+
doi = {10.1007/s00366-025-02222-z},
72+
url = {https://doi.org/10.1007/s00366-025-02222-z}
73+
}
74+
```
75+
5376
## Acknowledgement 👍
5477

5578
This project is sponserd by [Risk Group | Université de Lausanne](https://wp.unil.ch/risk/) and [China Scholarship Council [中国国家留学基金管理委员会]](https://www.csc.edu.cn/).

0 commit comments

Comments
 (0)