|
| 1 | +# This CITATION.cff file was generated with cffinit. |
| 2 | +# Visit https://bit.ly/cffinit to generate yours today! |
| 3 | + |
| 4 | +cff-version: 1.2.0 |
| 5 | +title: abwd_declust |
| 6 | +message: >- |
| 7 | + Mainshock and Aftershock Classification via the Woodell & |
| 8 | + Abrahamson 2014 and 2018 Distance-Window |
| 9 | +type: software |
| 10 | +authors: |
| 11 | + - given-names: Aaron Jerome |
| 12 | + family-names: Rampersad |
| 13 | + |
| 14 | + affiliation: 'University of Canterbury, Christchurch, New Zealand' |
| 15 | + orcid: 'https://orcid.org/0009-0009-6134-3828' |
| 16 | + - given-names: Joel Nathan |
| 17 | + family-names: Ridden |
| 18 | + |
| 19 | + affiliation: 'University of Canterbury, Christchurch, New Zealand' |
| 20 | +repository-code: 'https://github.com/AaronJR474/abwd_declust' |
| 21 | +abstract: >- |
| 22 | + This repository implements the Woodell & Abrahamson (2014) |
| 23 | + and Woodell (2018) aftershock classification algorithm, |
| 24 | + now adopted in the NGA-West3 project. The method builds on |
| 25 | + the traditional time–distance window approach of Gardner & |
| 26 | + Knopoff, but introduces three alternative distance-window |
| 27 | + metrics that reference the actual rupture plane geometry |
| 28 | + rather than a fixed circular distance from the epicenter. |
| 29 | + By retaining the original time-window formulation while |
| 30 | + redefining the spatial window, the algorithm provides a |
| 31 | + more accurate and reproducible classification of mainshock |
| 32 | + versus aftershock events. This refinement was first |
| 33 | + applied to the NGA-West2 Ground-Motion Database and has |
| 34 | + since become the standard in NGA projects. The code here |
| 35 | + enables researchers to apply the method to their own |
| 36 | + earthquake catalogs, ensuring consistency with the |
| 37 | + NGA-West3 framework and supporting transparent, |
| 38 | + reproducible seismic hazard analyses. |
| 39 | +keywords: |
| 40 | + - engineering seismology |
| 41 | + - aftershock |
| 42 | + - mainshock |
| 43 | + - declustering |
| 44 | + - ground-motion database |
| 45 | +license: GPL-3.0 |
0 commit comments