Skip to content

Commit fa0c38e

Browse files
authored
Merge pull request #19 from BritishGeologicalSurvey/JOSS_paper
Merge JOSS_paper branch into main
2 parents e3422d1 + 6aff287 commit fa0c38e

File tree

4 files changed

+200
-0
lines changed

4 files changed

+200
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ __pycache__
33
pyvolcans.egg-info
44
dist
55
*csv
6+
paper/paper.pdf

paper/figure.png

197 KB
Loading

paper/paper.bib

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
@article{Tierz:2020,
2+
title={Event trees and epistemic uncertainty in long-term volcanic hazard assessment of rift volcanoes: The example of {Aluto (Central Ethiopia)}},
3+
author={Tierz, Pablo and Clarke, Ben and Calder, Eliza S and Dessalegn, Firawalin and Lewi, Elias and Yirgu, Gezahegn and Fontijn, Karen and Crummy, Julia M and Bekele, Yewub and Loughlin, SC},
4+
journal={Geochemistry, Geophysics, Geosystems},
5+
volume={21},
6+
number={10},
7+
pages={e2020GC009219},
8+
year={2020},
9+
publisher={Wiley Online Library},
10+
doi={10.1029/2020GC009219}
11+
}
12+
13+
@article{Tierz:2019,
14+
title={VOLCANS: an objective, structured and reproducible method for identifying sets of analogue volcanoes},
15+
author={Tierz, Pablo and Loughlin, Susan C and Calder, Eliza S},
16+
journal={Bulletin of Volcanology},
17+
volume={81},
18+
number={12},
19+
pages={76},
20+
year={2019},
21+
publisher={Springer},
22+
doi={10.1007/s00445-019-1336-3}
23+
}
24+
25+
@mastersthesis{White:2020,
26+
title={An insight into the distinctiveness of 'tall, steep and pointy' volcanoes in {Guatemala and Kamchatka}},
27+
author={Philippa White},
28+
year={2020},
29+
school={University of Edinburgh}
30+
}
31+
32+
@book{Loughlin:2015,
33+
title={Global volcanic hazards and risk},
34+
author={Loughlin, Susan C and Sparks, Steve and Brown, Sarah K and Vye-Brown, Charlotte and Jenkins, Susanna F},
35+
year={2015},
36+
publisher={Cambridge University Press},
37+
doi={10.1017/CBO9781316276273}
38+
}
39+
40+
@article{Newhall:2002,
41+
title={Constructing event trees for volcanic crises},
42+
author={Newhall, CG and Hoblitt, RP},
43+
journal={Bulletin of Volcanology},
44+
volume={64},
45+
number={1},
46+
pages={3--20},
47+
year={2002},
48+
publisher={Springer},
49+
doi={10.1007/s004450100173}
50+
}
51+
52+
@article{Newhall:2017,
53+
title={WOVOdat--an online, growing library of worldwide volcanic unrest},
54+
author={Newhall, CG and Costa, F and Ratdomopurbo, A and Venezky, DY and Widiwijayanti, C and Win, Nang Thin Zar and Tan, K and Fajiculay, E},
55+
journal={Journal of Volcanology and Geothermal Research},
56+
volume={345},
57+
pages={184--199},
58+
year={2017},
59+
publisher={Elsevier},
60+
doi={10.1016/j.jvolgeores.2017.08.003}
61+
}
62+
63+
@article{Cashman:2014,
64+
title={Common processes at unique volcanoes--a volcanological conundrum},
65+
author={Cashman, Katharine and Biggs, Juliet},
66+
journal={Frontiers in Earth Science},
67+
volume={2},
68+
pages={28},
69+
year={2014},
70+
publisher={Frontiers},
71+
doi={10.3389/feart.2014.00028}
72+
}
73+
74+
@phdthesis{Simmons:2021,
75+
title={The {Quetrupillán Volcanic Complex, Chile: Holocene} volcanism, magmatic plumbing system, and future hazards},
76+
author={Isla Simmons},
77+
year={2021},
78+
school={University of Edinburgh},
79+
doi={10.7488/era/1087}
80+
}
81+
82+
@book{Siebert:2010,
83+
title={{Volcanoes of the World}},
84+
author={Siebert, Lee and Simkin, Tom and Kimberly, Paul},
85+
year={2010},
86+
publisher={Univ of California Press},
87+
url={https://www.ucpress.edu/book/9780520268777/volcanoes-of-the-world}
88+
}
89+
90+
@misc{GVP:2013,
91+
author = {{Global Volcanism Program}},
92+
title = {{Volcanoes of the World, v. 4.10.0 (14 May 2021)}},
93+
year = {2013},
94+
publisher = {Venzke, E (ed.). Smithsonian Institution. Downloaded 09 Jun 2021.},
95+
doi={10.5479/si.GVP.VOTW4-2013}
96+
}
97+
98+
@article{Marzocchi:2021,
99+
title={A unified probabilistic framework for volcanic hazard and eruption forecasting},
100+
author={Marzocchi, Warner and Selva, Jacopo and Jordan, Thomas H},
101+
journal={Natural Hazards and Earth System Sciences},
102+
volume={21},
103+
number={11},
104+
pages={3509--3517},
105+
year={2021},
106+
publisher={Copernicus GmbH},
107+
doi={10.5194/nhess-21-3509-2021}
108+
}
109+
110+
@incollection{Papale:2021,
111+
title={Some relevant issues in volcanic hazard forecasts and management of volcanic crisis},
112+
author={Papale, Paolo},
113+
booktitle={Forecasting and Planning for Volcanic Hazards, Risks, and Disasters},
114+
pages={1--24},
115+
year={2021},
116+
publisher={Elsevier},
117+
doi={10.1016/B978-0-12-818082-2.00001-9}
118+
}
119+

paper/paper.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
title: 'PyVOLCANS: A Python package to flexibly explore similarities and differences between volcanic systems'
3+
tags:
4+
- Python
5+
- volcanology
6+
- volcanic hazard assessment
7+
- data scarcity
8+
- analogue volcanoes
9+
authors:
10+
- name: Pablo Tierz^[Corresponding author]
11+
orcid: 0000-0001-8889-9900
12+
affiliation: 1
13+
- name: Vyron Christodoulou^[Now at The Data Lab, The Bayes Centre, Edinburgh, UK]
14+
orcid: 0000-0003-3835-3891
15+
affiliation: 1
16+
- name: John A. Stevenson
17+
orcid: 0000-0002-2245-1334
18+
affiliation: 1
19+
- name: Susan C. Loughlin
20+
affiliation: 1
21+
affiliations:
22+
- name: British Geological Survey, The Lyell Centre, Edinburgh, UK.
23+
index: 1
24+
date: 13 May 2021
25+
bibliography: paper.bib
26+
---
27+
28+
# Summary
29+
30+
There are over 1,400 volcanoes on Earth that have either erupted or shown signs of volcanic activity (e.g. fumaroles or hot springs) in, approximately, the last 12,000 years.
31+
Of these, around 40-50 are erupting at any given time [@Siebert:2010; @GVP:2013].
32+
Volcanoes provide a range of economic benefits, such as fertile soils, geothermal energy or valuable mineralisations, create a strong sense of belonging among local populations, and fascinate visitors.
33+
However, volcanic systems can also generate hazardous phenomena, which may threaten local inhabitants, tourists and infrastructure at distances of up to tens or hundreds of kilometres.
34+
35+
In order to understand and quantify volcanic hazard, volcano scientists are faced with many questions.
36+
How often do eruptions occur?
37+
How big are they?
38+
What style of eruption is possible (e.g. mainly explosive or effusive)?
39+
From where on the volcano is eruptive activity sourced?
40+
What areas around the volcanic system may be impacted?
41+
Will there be any early warning signals?
42+
43+
Quantitative data to address these questions are scarce [@Loughlin:2015].
44+
While a handful of volcanoes (e.g. Etna, Italy; Kīlauea, USA; Merapi, Indonesia) have been extensively studied, hundreds of volcanic systems around the world remain poorly-understood.
45+
One possible mitigation to the issue of data scarcity in volcanology and volcanic hazard assessment is the use of _analogue volcanoes_ [@Newhall:2002; @Newhall:2017].
46+
These are volcanoes with similar characteristics to a data-scarce volcano of interest.
47+
Data and insights from the well-studied volcano(es) can be used to provide estimates for important variables, such as the number of eruptions during specific time windows or the size of those eruptions. Such methods have been used for many years, here we present the first tool enabling a structured and harmonised approach that can be applied worldwide.
48+
49+
50+
# Statement of need
51+
52+
`PyVOLCANS` (Python VOLCano ANalogues Search) is an open-source tool that addresses the need for an objective, data-driven method for selection of analogue volcanoes.
53+
It is based on the results of VOLCANS [@Tierz:2019], a first-of-its-kind method to quantify the analogy (or similarity) between volcanic systems, based on a structured combination of five volcanological criteria: tectonic setting, rock geochemistry, volcano morphology, eruption size, and eruption style.
54+
`PyVOLCANS` provides a command-line interface to make the results from the VOLCANS study easily accessible to a wide audience.
55+
`PyVOLCANS` is a versatile tool for volcano scientists, with potential applications ranging from investigating commonalities between volcanic systems [@Cashman:2014] to supporting probabilistic volcanic hazard assessment at local, regional and global scales. Exploring similarities and differences between volcanic systems using `PyVOLCANS` can also be useful for teaching and scientific outreach purposes.
56+
57+
Users can easily derive data-driven sets of _top_ analogue volcanoes (i.e. those with highest analogy) to any volcanic system listed in the reference database for recent global volcanism: the Volcanoes of the World Database, hosted by the Global Volcanism Program of the Smithsonian Institution [@GVP:2013].
58+
Users can also choose the number of _top_ analogue volcanoes to investigate and can customise the importance (i.e. weight) that is given to each of the five aforementioned volcanological criteria.
59+
Additionally, users can select a number of _a priori_ analogue volcanoes (i.e. volcanoes deemed as analogues by other means, such as expert knowledge) and assess their values of analogy with the target volcano to see how well they match on different criteria and if other volcanoes could be a better choice (\autoref{fig:figure1}).
60+
61+
![Values of single-criterion (colours) and total analogy (bar heights) between an example target volcano, Fuego (Guatemala)\*, and five _a priori_ analogues [please see @Tierz:2019, for more details].
62+
ATs: Analogy in Tectonic setting; AG: Analogy in rock Geochemistry; AM: Analogy in volcano Morphology; ASz: Analogy in eruption Size; ASt: Analogy in eruption Style.
63+
\*Number between brackets denotes the unique volcano identifier used by the GVP database.
64+
\label{fig:figure1}](figure.png)
65+
66+
The results from the VOLCANS study have been used in research to explore the volcanological factors that influence the development of particular volcano morphologies (Philippa White, unpublished thesis); to constrain potential hazardous phenomena and hazard scenarios at a given target volcano, based on its analogue volcanoes [@Simmons:2021]; to quantify probability distributions of eruption sizes and probabilities of occurrence of diverse hazardous phenomena [@Tierz:2020]; or even to explore volcano analogies at regional scales, by generating sets of analogue volcanoes for tens of volcanic systems. The last two example applications have played a key role in developing quantitative hazard analyses for Ethiopian volcanoes, within the RiftVolc project (please see `PyVOLCANS` documentation for further details on these analyses).
67+
Moreover, the future potential of VOLCANS/`PyVOLCANS`, particularly in the field of volcanic hazard assessment, has also been recognised in recent relevant publications in the area [@Papale:2021; @Marzocchi:2021]
68+
69+
We hope that the release of `PyVOLCANS` will encourage further studies based on data-driven selection of analogue volcanoes and that such analyses will continue to grow in number and diversity of their scientific purposes.
70+
71+
72+
# Acknowledgements
73+
74+
The research leading to these results has been mainly supported by the UK National Capability Funding (Innovation Flexible Fund programme).
75+
We most sincerely thank reviewers Jamie Farquharson and Meghan Jones, and Associate Editor Jay Hariharan, for the invaluable feedback and suggestions that they have provided on `PyVOLCANS`. This has certainly resulted in significant improvements to the code, which we hope future users will benefit from.
76+
We would like to warmly thank Eliza Calder for all her work during the development of the VOLCANS method, and Sarah Ogburn for being one of the first people who _convinced_ us that we should develop an open-access application of VOLCANS, sooner rather than later.
77+
Declan Valters is thanked for support with Python programming, and Fabio Dioguardi for his internal review.
78+
Moreover, we would like to sincerely thank a number of colleagues with whom we shared very insightful conversations about analogue volcanoes and/or `PyVOLCANS`: Chris Newhall, Isla Simmons, Adriano Pimentel, Julia Crummy, Gezahegn Yirgu, Charlotte Vye-Brown, Lara Smale, Karen Fontijn, Ben Clarke, Susanna Jenkins, Elly Tennant, Pierre Barbillon, Elaine Spiller, Philippa White, Teresa Ubide, Sebastián García, Victoria Olivera, Jeremy Pesicek, Vanesa Burgos Delgado, Einat Lev, Jonty Rougier, Willy Aspinall, Paolo Papale, Monse Cascante and Thomas Giachetti.
79+
80+
# References

0 commit comments

Comments
 (0)