Skip to content

Commit 97a1c88

Browse files
authored
readme: added csep website links and fixed badge hyperlinks. (#272)
1 parent 2085b31 commit 97a1c88

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

README.md

+20-17
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# pyCSEP: Collaboratory for the Study of Earthquake Predictability
2-
![](https://i.postimg.cc/Bb60rVQP/CSEP2-Logo-CMYK.png)
3-
<p align=center>
4-
<a target="_blank" href="https://python.org" title="Python version"><img src="https://gist.githubusercontent.com/wsavran/efce311162c32460336a4f9892218532/raw/1b9c060efd1c6e52eb53f82d4249107417d6a5ec/pycsep_python_badge.svg">
5-
<a target="_blank" href="https://pypi.org/project/pycsep"><img src="https://anaconda.org/conda-forge/pycsep/badges/downloads.svg">
6-
<a target="_blank" href="https://github.com/SCECcode/pycsep/actions"><img src="https://github.com/SCECcode/pycsep/actions/workflows/build-test.yml/badge.svg">
7-
<a target="_blank" href="https://github.com/SCECcode/pycsep/actions"><img src="https://github.com/SCECcode/pycsep/actions/workflows/build-sphinx.yml/badge.svg">
8-
<a target="_blank" href="https://codecov.io/gh/SCECcode/pycsep"><img src="https://codecov.io/gh/SCECcode/pycsep/branch/master/graph/badge.svg?token=HTMKM29MAU">
9-
<a target="_blank" href="https://www.zenodo.org/badge/latestdoi/149362283"><img src="https://www.zenodo.org/badge/149362283.svg" alt="DOI"></a>
10-
<a target="_blank" a style="border-width:0" href="https://doi.org/10.21105/joss.03658">
11-
<img src="https://joss.theoj.org/papers/10.21105/joss.03658/status.svg" alt="DOI badge" ></a>
12-
</p>
2+
3+
[![CSEP Logo](https://i.postimg.cc/Bb60rVQP/CSEP2-Logo-CMYK.png)](https://cseptesting.org)
4+
5+
6+
[![Python Version](https://gist.githubusercontent.com/wsavran/efce311162c32460336a4f9892218532/raw/1b9c060efd1c6e52eb53f82d4249107417d6a5ec/pycsep_python_badge.svg)](https://python.org)
7+
[![Downloads](https://anaconda.org/conda-forge/pycsep/badges/downloads.svg)](https://pypi.org/project/pycsep)
8+
[![Build Tests](https://github.com/SCECcode/pycsep/actions/workflows/build-test.yml/badge.svg)](https://github.com/SCECcode/pycsep/actions)
9+
[![Build Docs](https://github.com/SCECcode/pycsep/actions/workflows/build-sphinx.yml/badge.svg)](https://github.com/SCECcode/pycsep/actions)
10+
[![Coverage](https://codecov.io/gh/SCECcode/pycsep/branch/master/graph/badge.svg?token=HTMKM29MAU)](https://codecov.io/gh/SCECcode/pycsep)
11+
[![Zenodo](https://www.zenodo.org/badge/149362283.svg)](https://www.zenodo.org/badge/latestdoi/149362283)
12+
[![JOSS](https://joss.theoj.org/papers/10.21105/joss.03658/status.svg)](https://doi.org/10.21105/joss.03658)
13+
14+
1315

1416
# Description:
1517
The pyCSEP Toolkit helps earthquake forecast model developers evaluate their forecasts with the goal of understanding
@@ -24,12 +26,13 @@ pyCSEP should:
2426

2527
# Table of Contents:
2628
1. [Software Documentation](https://docs.cseptesting.org)
27-
2. [Installation](#installation)
28-
3. [Usage](#usage)
29-
4. [Contributing](#contributing)
30-
5. [Change Log](https://github.com/SCECcode/pycsep/blob/master/CHANGELOG.md)
31-
6. [Credits](#credits)
32-
7. [License](#license)
29+
2. [CSEP Website](https://cseptesting.org)
30+
3. [Installation](#installation)
31+
4. [Usage](#usage)
32+
5. [Contributing](#contributing)
33+
6. [Change Log](https://github.com/SCECcode/pycsep/blob/master/CHANGELOG.md)
34+
7. [Credits](#credits)
35+
8. [License](#license)
3336

3437
# Installation:
3538
pyCSEP can be installed in several ways. It can be installed using conda or pip package managers or from the

0 commit comments

Comments
 (0)