Skip to content

Commit 7641e18

Browse files
author
meihuisu
committed
wip3
1 parent b375928 commit 7641e18

File tree

6 files changed

+25
-51
lines changed

6 files changed

+25
-51
lines changed

.github/workflows/ucvm_plotting-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
initiating-repo: 'cvmh'
2525
target-model: 'cvmh'
2626
target-branch: 'main'
27-
- name: Start SSH debug with tmate
28-
uses: mxschmitt/action-tmate@v3
29-
with:
30-
limit-access-to-actor: true
31-
- name: sleep to keep runner alive
32-
run: sleep 3600
27+
# - name: Start SSH debug with tmate
28+
# uses: mxschmitt/action-tmate@v3
29+
# with:
30+
# limit-access-to-actor: true
31+
# - name: sleep to keep runner alive
32+
# run: sleep 3600
3333
- name: get ucvm_plotting
3434
uses: actions/checkout@v2
3535
- name: set up path to ucvm_plotting

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 2025-08-01 Mei-Hui Su <mei@usc.edu>
2+
* A release tag v0.0.6 to work with UCVM v25.7 and cvm_explorer v1.0
3+

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Contributing to ucvm_plotting
22

3-
This document provides an overview on how to contribute to UCVM, and will provide step-by-step instructions on a practical contribution workflow.
3+
This document provides an overview on how to contribute to ucvm_plotting, and will provide step-by-step instructions on a practical contribution workflow.
44

55
## Getting Started
66

77
* Make sure you have an active GitHub account
88
* Download and install git
99
* Read the git documentation
10-
* Install the main branch of the sceccode/ucvm.git repository
10+
* Install the main branch of the sceccode/ucvm_plotting.git repository
1111
* If you haven't worked with Git Forks before, make sure to read the documentation linked below.
1212

1313
## Submitting a Pull Request
@@ -30,13 +30,13 @@ If you feel that you need to add large files, let us know and we can figure some
3030

3131
## Submitting an Issue
3232

33-
Please open an issue if you want to ask a question about UCVM.
33+
Please open an issue if you want to ask a question about ucvm_plotting.
3434

3535
* Please search through the past issues to see if your question or the bug has already been addressed
3636
* Please apply the correct tag to your issue so others can search
3737

3838
If you want to submit a bug report, please provide the information below:
39-
* UCVM version, Python version, and Platform (Linux, Windows, Mac OSX, etc)
39+
* ucvm_plotting version, UCVM version, Python version, and Platform (Linux, Windows, Mac OSX, etc)
4040
* How did you install UCVM (Docker, from source...)
4141
* Please provide a short, complete, and correct example that demonstrates the issue.
4242
* If this broke in a recent update, please tell us when it used to work.

CREDITS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## ucvm_plotting Software Contributors
2-
The following developers have contributed to the development of the UCVM software framework.
3-
* Mei-Hui Su, Southern California Earthquake Center
4-
* Philip Maechling, Southern California Earthquake Center
5-
* David Gill, Microsoft
6-
* Patrick Small, University of Southern California
7-
* Scott Callaghan
2+
The following developers have contributed to the development of the ucvm_plotting and UCVM software framework.
3+
* Mei-Hui Su
4+
* Philip Maechling
5+
* David Gill
6+
* Patrick Small
7+
* Scott Callaghan

LICENSE.txt

Lines changed: 0 additions & 29 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In 2021, the plotting utilities in UCVM v19.4 were moved into this standalone re
1313
version are replaced with python3 based basemap modules. Current version of ucvm plotting has been tested
1414
agains UCVM v 25.7.
1515

16-
UCVM_plotting is distributed as open-source scientific software. It can be installed compiled and run on most Linux-based computer systems if the system includes software development tools including Python, C, and Fortran compilers, and other software tools. The UCVM v19.4.0 source code is distributed using a github repository. On Github, users can find the source code, installation directions for Linux, and a wiki that provide examples and the expected results from UCVM.
16+
ucvm_plotting is distributed as open-source scientific software. It can be installed compiled and run on most Linux-based computer systems if the system includes software development tools including Python, C, and Fortran compilers, and other software tools. The UCVM v19.4.0 source code is distributed using a github repository. On Github, users can find the source code, installation directions for Linux, and a wiki that provide examples and the expected results from UCVM.
1717

1818
# Table of Contents:
1919
1. [Software Documentation](https://github.com/SCECcode/ucvm_plotting/wiki)
@@ -63,17 +63,17 @@ The following command will produce a horizontal map view plot plot of Vs values
6363
Please see the [ucvm_plotting documetation](https://github.com/sceccode/ucvm_plotting/wiki) for more information and examples.
6464

6565
# Support:
66-
Support for UCVM is provided by that Southern California Earthquake Center (SCEC) Research Computing Group. This group supports several research software distributions including UCVM. Users can report issues and feature requests using UCVM's github-based issue tracking link below. Developers will also respond to emails sent to the SCEC software contact listed below.
66+
Support for ucvm_plotting is provided by that Statewide California Earthquake Center (SCEC) Research Computing Group. This group supports several research software distributions including UCVM. Users can report issues and feature requests using UCVM's github-based issue tracking link below. Developers will also respond to emails sent to the SCEC software contact listed below.
6767
1. [UCVM Github Issue Tracker:](https://github.com/SCECcode/ucvm_plotting/issues)
6868
2. Email Contact: software@scec.usc.edu
6969

7070
# Contributing:
71-
We welcome contributions to the UCVM_plotting software utilities. An overview of the process for contributing seismic models or
72-
software updates to the UCVM_plotting Project is provided in the UCVM_plotting [contribution guidelines](CONTRIBUTING.md).
73-
UCVM_plotting contributors agree to abide by the code of conduct found in our [Code of Conduct](CODE_OF_CONDUCT.md) guidelines.
71+
We welcome contributions to the ucvm_plotting software utilities. An overview of the process for contributing seismic models or
72+
software updates to the ucvm_plotting Project is provided in the ucvm_plotting [contribution guidelines](CONTRIBUTING.md).
73+
ucvm_plotting contributors agree to abide by the code of conduct found in our [Code of Conduct](CODE_OF_CONDUCT.md) guidelines.
7474

7575
# Credits:
76-
Development of UCVM_plotting is a group effort. A list of developers that have contributed to the UCVM Software framework
76+
Development of ucvm_plotting is a group effort. A list of developers that have contributed to the UCVM Software framework
7777
are listed in the [Credits.md](CREDITS.md) file in this repository.
7878

7979
# License:

0 commit comments

Comments
 (0)