Skip to content
This repository was archived by the owner on Jun 7, 2025. It is now read-only.

Commit 25cfbac

Browse files
committed
Update README
1 parent f6ebe0d commit 25cfbac

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<h1 align="center">
2-
<img alt="Normalized spectrogram" src="http://ppizarror.com/resources/other/matlab.png" width="200px" height="200px" />
2+
<img alt="Normalized spectrogram" src="https://ppizarror.com/resources/other/matlab.png" width="200px" height="200px" />
33
<br /><br />
44
Normalized spectrogram</h1>
55
<p align="center">Normalized spectrogram of a seismic acceleration</p>
6-
<div align="center"><a href="http://ppizarror.com"><img alt="@ppizarror" src="http://ppizarror.com/badges/author.svg" /></a>
7-
<a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html"><img alt="GPL V2.0" src="http://ppizarror.com/badges/licensegpl2.svg" /></a>
6+
<div align="center"><a href="https://ppizarror.com"><img alt="@ppizarror" src="https://ppizarror.com/badges/author.svg" /></a>
7+
<a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html"><img alt="GPL V2.0" src="https://ppizarror.com/badges/licensegpl2.svg" /></a>
88
</div><br />
99

1010
Normalized spectrogram to seismic acceleration written in *Matlab*. The algorithm used is the following:
@@ -96,4 +96,4 @@ Obtaining:
9696
This project is licensed under GPLv2 [https://www.gnu.org/licenses/gpl-2.0.html]
9797

9898
## Author
99-
<a href="http://ppizarror.com" title="ppizarror">Pablo Pizarro R.</a> | 2017
99+
<a href="https://ppizarror.com" title="ppizarror">Pablo Pizarro R.</a> | 2017 - 2019

readme.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"PROJECT": {
33
"NAME": "Normalized spectrogram",
44
"ICON": {
5-
"IMAGE": "http://ppizarror.com/resources/other/matlab.png",
5+
"IMAGE": "https://ppizarror.com/resources/other/matlab.png",
66
"ALT": "Normalized spectrogram",
77
"WIDTH": 200,
88
"HEIGHT": 200
@@ -12,9 +12,9 @@
1212
},
1313
"AUTHOR": {
1414
"NAME": "Pablo Pizarro R.",
15-
"URL": "http://ppizarror.com",
15+
"URL": "https://ppizarror.com",
1616
"ALT": "ppizarror",
17-
"DATE": "2017",
17+
"DATE": "2017 - 2019",
1818
"SECTION": {
1919
"TITLE": "Author",
2020
"SHOW": true
@@ -23,15 +23,15 @@
2323
"DESCRIPTION": "Normalized spectrogram of a seismic acceleration",
2424
"BADGES": {
2525
"0": {
26-
"IMAGE": "http://ppizarror.com/badges/author.svg",
27-
"HREF": "http://ppizarror.com",
26+
"IMAGE": "https://ppizarror.com/badges/author.svg",
27+
"HREF": "https://ppizarror.com",
2828
"ALT": "@ppizarror"
2929
},
3030
"1": {
31-
"IMAGE": "http://ppizarror.com/badges/licensegpl2.svg",
31+
"IMAGE": "https://ppizarror.com/badges/licensegpl2.svg",
3232
"HREF": "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html",
3333
"ALT": "GPL V2.0"
3434
}
3535
},
3636
"CONTENT": "readme.content.md"
37-
}
37+
}

0 commit comments

Comments
 (0)