Skip to content

Commit 00e91e4

Browse files
authored
fix doi links + update bib json (#1537)
1 parent 1ed9e0c commit 00e91e4

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Currently, the development is focused on atmospheric cloud physics
3333
to represent aerosol/cloud/rain microphysics.
3434
The package features a Pythonic high-performance implementation of the
3535
Super-Droplet Method (SDM) Monte-Carlo algorithm for representing collisional growth
36-
([Shima et al. 2009](https://rmets.onlinelibrary.wiley.com/doi/abs/10.1002/qj.441)), hence the name.
36+
([Shima et al. 2009](https://doi.org/10.1002/qj.441)), hence the name.
3737

3838
PySDM documentation is maintained at: [https://open-atmos.github.io/PySDM](https://open-atmos.github.io/PySDM)
3939

docs/bibliography.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
},
115115
"https://doi.org/10.1002/qj.441": {
116116
"usages": [
117+
"README.md",
117118
"docs/markdown/pysdm_landing.md",
118119
"examples/PySDM_examples/Shima_et_al_2009/fig_2.ipynb",
119120
"examples/PySDM_examples/Shima_et_al_2009/__init__.py",
@@ -290,7 +291,10 @@
290291
},
291292
"https://doi.org/10.1029/1999JD901161": {
292293
"usages": [
293-
"examples/PySDM_examples/Abdul_Razzak_Ghan_2000/__init__.py"
294+
"examples/PySDM_examples/Abdul_Razzak_Ghan_2000/__init__.py",
295+
"examples/PySDM_examples/Abdul_Razzak_Ghan_2000/figs1-5.ipynb",
296+
"examples/PySDM_examples/Abdul_Razzak_Ghan_2000/fig_4_kinetic_limitations.ipynb"
297+
294298
],
295299
"label": "Abdul-Razzak & Ghan 2000 (J. Geophys. Res. Atmos. 105)",
296300
"title": "A parameterization of aerosol activation: 2. Multiple aerosol types"

examples/PySDM_examples/Abdul_Razzak_Ghan_2000/fig_4_kinetic_limitations.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"\n",
2222
"An example of kinetic limitations of growth for large aerosols\n",
2323
"\n",
24-
"http://doi.wiley.com/10.1029/1999JD901161"
24+
"https://doi.org/10.1029/1999JD901161"
2525
]
2626
},
2727
{

examples/PySDM_examples/Abdul_Razzak_Ghan_2000/figs1-5.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"metadata": {},
1717
"source": [
1818
"#### based on Figs. 1-5 from Abdul-Razzak and Ghan 2000 (JGR: Atmos.) \"_A parameterization of aerosol activation: 2. Multiple aerosol types_\"\n",
19-
"http://doi.wiley.com/10.1029/1999JD901161"
19+
"https://doi.org/10.1029/1999JD901161"
2020
]
2121
},
2222
{

0 commit comments

Comments
 (0)