Skip to content

Commit 01af170

Browse files
committed
add doi links
1 parent fa768af commit 01af170

38 files changed

Lines changed: 244 additions & 17 deletions

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
[![R](https://img.shields.io/badge/R-4.3%2B-blue)](https://www.r-project.org/)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
77
[![Website](https://img.shields.io/badge/Website-pkgdown-blue)](https://noushinn.github.io/emergenceModelR/)
8+
<!-- badges: start -->
9+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.20766770.svg)](https://doi.org/10.5281/zenodo.20766770)
10+
<!-- badges: end -->
811
[![GitHub stars](https://img.shields.io/github/stars/NoushinN/emergenceModelR?style=social)](https://github.com/NoushinN/emergenceModelR)
912

1013
**emergenceModelR** is an educational R package for simulating, visualizing, and explaining simplified models of emergence, self-organization, complexity, cellular automata, agent interactions, and network growth.
@@ -217,4 +220,11 @@ For example:
217220

218221
## License
219222

220-
MIT License
223+
MIT License
224+
225+
## Citation
226+
227+
If referencing this project, please cite:
228+
229+
Nabavi, N. *emergenceModelR: An Educational R Package for Simulating Simplified Models of Emergence and Complexity
230+
[[DOI](https://doi.org/10.5281/zenodo.20766770)

_pkgdown.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@ url: https://noushinn.github.io/emergenceModelR/
22

33
template:
44
bootstrap: 5
5+
includes:
6+
in_header: |
7+
<!-- Google tag (gtag.js) -->
8+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5LJV5S16HQ"></script>
9+
<script>
10+
window.dataLayer = window.dataLayer || [];
11+
function gtag(){dataLayer.push(arguments);}
12+
gtag('js', new Date());
13+
gtag('config', 'G-5LJV5S16HQ');
14+
</script>
515
616
extra_css: pkgdown/extra.css
717

@@ -100,3 +110,4 @@ reference:
100110
contents:
101111
- measure_emergence
102112
- plot_emergence_sim
113+

docs/404.html

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/BUILD-INSTRUCTIONS.html

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE.html

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/agent-based-emergence.html

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/agent-interactions-tutorial.html

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/cellular-automata-theory.html

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/cellular-automata-tutorial.html

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)