Skip to content

Commit 8e867dc

Browse files
committed
readme: added csep website links and fixed badge hyperlinks.
1 parent 1315e8e commit 8e867dc

File tree

1 file changed

+33
-15
lines changed

1 file changed

+33
-15
lines changed

README.md

Lines changed: 33 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,31 @@
11
# pyCSEP: Collaboratory for the Study of Earthquake Predictability
2-
![](https://i.postimg.cc/Bb60rVQP/CSEP2-Logo-CMYK.png)
2+
3+
<a href="https://cseptesting.org" target="_blank">
4+
<img src="https://i.postimg.cc/Bb60rVQP/CSEP2-Logo-CMYK.png" alt="CSEP Logo">
5+
</a>
6+
37
<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>
8+
<a target="_blank" href="https://python.org" title="Python version">
9+
<img src="https://gist.githubusercontent.com/wsavran/efce311162c32460336a4f9892218532/raw/1b9c060efd1c6e52eb53f82d4249107417d6a5ec/pycsep_python_badge.svg">
10+
</a>
11+
<a target="_blank" href="https://pypi.org/project/pycsep">
12+
<img src="https://anaconda.org/conda-forge/pycsep/badges/downloads.svg">
13+
</a>
14+
<a target="_blank" href="https://github.com/SCECcode/pycsep/actions">
15+
<img src="https://github.com/SCECcode/pycsep/actions/workflows/build-test.yml/badge.svg">
16+
</a>
17+
<a target="_blank" href="https://github.com/SCECcode/pycsep/actions">
18+
<img src="https://github.com/SCECcode/pycsep/actions/workflows/build-sphinx.yml/badge.svg">
19+
</a>
20+
<a target="_blank" href="https://codecov.io/gh/SCECcode/pycsep">
21+
<img src="https://codecov.io/gh/SCECcode/pycsep/branch/master/graph/badge.svg?token=HTMKM29MAU">
22+
</a>
23+
<a target="_blank" href="https://www.zenodo.org/badge/latestdoi/149362283">
24+
<img src="https://www.zenodo.org/badge/149362283.svg" alt="DOI">
25+
</a>
26+
<a target="_blank" a style="border-width:0" href="https://doi.org/10.21105/joss.03658">
27+
<img src="https://joss.theoj.org/papers/10.21105/joss.03658/status.svg" alt="DOI badge" >
28+
</a>
1229
</p>
1330

1431
# Description:
@@ -24,12 +41,13 @@ pyCSEP should:
2441

2542
# Table of Contents:
2643
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)
44+
2. [CSEP Website](https://cseptesting.org)
45+
3. [Installation](#installation)
46+
4. [Usage](#usage)
47+
5. [Contributing](#contributing)
48+
6. [Change Log](https://github.com/SCECcode/pycsep/blob/master/CHANGELOG.md)
49+
7. [Credits](#credits)
50+
8. [License](#license)
3351

3452
# Installation:
3553
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)