Skip to content

Commit

Permalink
added reference to paper.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pjmaechling committed Sep 9, 2023
1 parent b357fbf commit 645a037
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions paper/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ @INPROCEEDINGS{2016AGUFM.S33G..04B
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}

@misc{TS-Process,
@misc{ts-process,
author = {R. Taborda, K.B. Olsen, R. Graves, F. Silva, N. Khoshnevis, W. Savran, D. Roten, Z. Shi, C. Goulet, J. Bielak},
title = "{TimeSeries Processing (TS-Process)}",
title = {TimeSeries Processing (TS-Process)},
year = {2018},
publisher = {GitHub},
journal = {GitHub repository},
Expand Down
42 changes: 21 additions & 21 deletions paper/paper.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'The SCEC Ground Motioin Simulation Validation (GMSV) Toolkit: Open-Source Tools for Ground Motion Simulation Processing and Validation'
title: 'The SCEC Ground Motion Simulation Validation (GMSV) Toolkit: Open-Source Tools for Ground Motion Simulation Processing and Validation'
tags:
- Python
- seismology
Expand All @@ -8,19 +8,19 @@ tags:
- goodness of fit
authors:
- name: Fabio Silva
orcid: 0000-0000-0000-0000
orcid: 0000-0002-6543-5705
corresponding: true
equal-contrib: true
affiliation: 1
- name: Christine A. Goulet
equal-contrib: true # (This is how you can denote equal contributions between multiple authors)
orcid: 0000-0002-7643-357X
affiliation: 2
- name: Philip J. Maechling
orcid: 0000-0002-9221-7068
affiliation: 1
affiliations:
- name: Statewide California Earthquake Center, University of Southern California, USA
- name: Statewide California Earthquake Center (SCEC), University of Southern California, USA
index: 1
- name: United State Geological Survey
- name: United States Geological Survey
index: 2
date: 9 September 2023
bibliography: paper.bib
Expand All @@ -37,7 +37,7 @@ The Statewide California Earthquake Center (SCEC) Ground Motion Simulation Valid

# Statement of need

Each code included in the GMSV Toolkit was redesigned to work in a standalone package so that its full capabilities are accessible for the validation of any simulated seismograms, without the need to install other software. For each code packaged in the GMSV Toolkit, we include both a command-line interface and a Python API. Each tool can therefore be run directly from the shell, allowing codes to be scripted together in a user-specified way, or with the Python API for use with other Python programs. We preserve full compatibility with the original codes from the BBP, and reproduce metric computation, statistics, and plot results obtained in previous BBP studies.
Each code included in the GMSV Toolkit was redesigned @ts-process to work in a standalone package so that its full capabilities are accessible for the validation of any simulated seismograms, without the need to install other software. For each code packaged in the GMSV Toolkit, we include both a command-line interface and a Python API. Each tool can therefore be run directly from the shell, allowing codes to be scripted together in a user-specified way, or with the Python API for use with other Python programs. We preserve full compatibility with the original codes from the BBP, and reproduce metric computation, statistics, and plot results obtained in previous BBP studies.

# Time Series Comparisons

Expand All @@ -48,11 +48,11 @@ Figure 1: Comparing two velocity timeseries (top left); side-by-side comparison
# Metric Computation

The SCEC GMSV Toolkit contains most validation metrics available in the Broadband Platform, including:
*Arias Intensity and Arias Intensity Duration
*RotD50 PSA
*Fourier Amplitude Spectra (FAS)
*RZZ 2015 metrics
*GMM computations for RotD50 PSA (NGA-West 1 and NGA-West 2
* Arias Intensity and Arias Intensity Duration
* RotD50 PSA
* Fourier Amplitude Spectra (FAS)
* RZZ 2015 metrics
* GMM computations for RotD50 PSA (NGA-West 1 and NGA-West 2

# PSA Validation

Expand All @@ -63,18 +63,18 @@ Figure 3: PSA values for the two horizontal components and RotD50 (right). The g
# Statistical Computation and Plot Generation

Multiple tools available for combined calculated per-station metrics and generating multiple Goodness-of-Fit comparison plots:
*Pseudo-Spectral Acceleration (PSA) GoF
*Fourier Amplitude Spectra (FAS) GoF
*Anderson 2004 GoF
*GMM GoF comparisons
* Pseudo-Spectral Acceleration (PSA) GoF
* Fourier Amplitude Spectra (FAS) GoF
* Anderson 2004 GoF
* GMM GoF comparisons

Figure 4: Map PSA GoF plot (top left), showing per-station comparison of simulated against recorded data, useful for checking bias related to station location and directivity effects. Vs30 PSA GoF plot (bottom left), showing the same dataset plotted against each station Vs30 value. PSA GoF plot (right) showing how simulated data compares against recorded data at different periods. The solid red line shows the mean, the narrow band is the 90% confidence interval of the mean, and the wide band shows the standard deviation centered around the mean. Note that for periods between 1s and 5s the red line is close to zero, indicating the two sets are quite close. For periods < 1.0s (higher frequencies) the red line dips below zero, signaling the simulated data is overpredicting the recorded data.

# GMSV Toolkit Summary

*Makes well-verified and useful software available to a broad seismological and engineering community, leveraging over a decade of scientific, engineering, and software development by dozens of SCEC contributors
*Provides a standalone tool with a command-line interface and Python APIs
*Available on GitHub along with extensive documentation and examples
* Makes well-verified and useful software available to a broad seismological and engineering community, leveraging over a decade of scientific, engineering, and software development by dozens of SCEC contributors
* Provides a standalone tool with a command-line interface and Python APIs
* Available on GitHub along with extensive documentation and examples

# Citations

Expand All @@ -83,7 +83,7 @@ Citations to entries in paper.bib should be in
format.

If you want to cite a software repository URL (e.g. something on GitHub without a preferred
citation) then you can do it with the example BibTeX entry below for @fidgit.
citation) then you can do it with the example BibTeX entry below.

# For a quick reference, the following citation commands can be used:
- `@author:2001` -> "Author et al. (2001)"
Expand All @@ -103,4 +103,4 @@ and referenced from text using \autoref{fig:example}.

The GMSV Toolkit software development is supported by the Statewide California Earthquake Center (SCEC), which is funded by NSF Cooperative Agreement EAR-1600087 and USGS Cooperative Agreement G22AC00070. Additional support was provided by Pacific Gas and Electric.

# References
# References

0 comments on commit 645a037

Please sign in to comment.