Skip to content

Commit d74ff18

Browse files
committed
Deployed with MkDocs version: 1.6.1
1 parent 15aba37 commit d74ff18

File tree

9 files changed

+43
-33
lines changed

9 files changed

+43
-33
lines changed

img/github.png

16.5 KB
Loading

img/questions.png

5.74 KB
Loading

img/twitter.png

23.1 KB
Loading

img/youtube.png

8.42 KB
Loading

index.html

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,6 @@
163163

164164
<li class="nav-item" data-bs-level="1"><a href="#welcome-to-integrated-seismic-program-isp-documentation" class="nav-link">Welcome to Integrated Seismic Program (ISP) Documentation</a>
165165
<ul class="nav flex-column">
166-
<li class="nav-item" data-bs-level="2"><a href="#exciting-news" class="nav-link">🚀 Exciting News! 🚀</a>
167-
<ul class="nav flex-column">
168-
</ul>
169-
</li>
170166
<li class="nav-item" data-bs-level="2"><a href="#surfquake" class="nav-link">surfQuake</a>
171167
<ul class="nav flex-column">
172168
</ul>
@@ -194,14 +190,22 @@ <h1 id="welcome-to-integrated-seismic-program-isp-documentation">Welcome to Inte
194190
<p><img alt="Screenshot" src="img/logo.png" /></p>
195191
<p>Integrated Seismic Program is an amenable toolbox that joins functionality and standard algorithms commonly used in seismology. The complete software is separated in several modules and each module is designed to overcome a specific task.</p>
196192
<p>Cabieces et al. <a href="https://pubs.geoscienceworld.org/ssa/srl/article-abstract/93/3/1895/612376/Integrated-Seismic-Program-ISP-A-New-Python-GUI?redirectedFrom=fulltext"><strong>Integrated Seismic Program (ISP)</strong></a>: A New Python GUI‐Based Software for Earthquake Seismology and Seismic Signal Processing. Seismological Research Letters 2022;; 93 (3): 1895–1908. doi: https://doi.org/10.1785/0220210205</p>
197-
<p><strong>GitHub</strong> <a href="https://github.com/ProjectISP/ISP/tree/master">ISP github</a></p>
198-
<p><strong>Follow us</strong> in: <a href="https://twitter.com/ProgramSeismic">twitter</a></p>
199-
<p><a href="https://github.com/ProjectISP/ISP/issues">Questions and Issues</a></p>
200-
<h2 id="exciting-news">🚀 Exciting News! 🚀</h2>
201-
<p>From February 18-20, 2025, we are launching the first-ever ISP &amp; surfQuake workshop at the Instituto Geográfico Nacional in Madrid! 🌍📡</p>
202-
<p>This event will bring together experts, researchers, and enthusiasts to explore cutting-edge advancements in seismic monitoring and geophysical analysis. Can't join us in person? No worries! We’ll be recording all online sessions and making them available on our YouTube channel, so you won’t miss a thing! 🎥✨</p>
203-
<p>Stay tuned for more updates, and get ready to be part of this groundbreaking workshop! 🔬🌍💡</p>
204-
<p>Please send email to <span style="color:darkblue;"><em>sismologia@transportes.gob.es</em></span> with your name, research field to be register!</p>
193+
<p><a href="https://github.com/ProjectISP/ISP/tree/master" target="_blank" style="text-decoration: none; display: flex; align-items: center;">
194+
<img src="img/github.png" width="40" style="margin-right: 10px;">
195+
<span style="font-size: 16px; color: black; font-weight: bold;">See ISP open-source code</span>
196+
</a></p>
197+
<p><a href="https://twitter.com/ProgramSeismic" target="_blank" style="text-decoration: none; display: flex; align-items: center;">
198+
<img src="img/twitter.png" width="40" style="margin-right: 10px;">
199+
<span style="font-size: 16px; color: black; font-weight: bold;">Follow us on Twitter</span>
200+
</a></p>
201+
<p><a href="https://www.youtube.com/@robertocabiecesdiaz3775/videos" target="_blank" style="text-decoration: none; display: flex; align-items: center;">
202+
<img src="img/youtube.png" width="40" style="margin-right: 10px;">
203+
<span style="font-size: 16px; color: black; font-weight: bold;">Subscribe on YouTube</span>
204+
</a></p>
205+
<p><a href="https://github.com/ProjectISP/ISP/issues" target="_blank" style="text-decoration: none; display: flex; align-items: center;">
206+
<img src="img/questions.png" width="60" style="margin-right: 5px;">
207+
<span style="font-size: 16px; color: black; font-weight: bold;">Questions and Issues</span>
208+
</a></p>
205209
<h2 id="surfquake">surfQuake</h2>
206210
<p><a href="https://projectisp.github.io/surfquaketutorial.github.io/"><strong>surfQuake</strong></a> core has been totally joined to ISP, now either the library and the command line interface are installed all together! This new software is designed to streamline the workflow of estimating seismic source parameters:</p>
207211
<ul>
@@ -362,5 +366,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
362366

363367
<!--
364368
MkDocs version : 1.6.1
365-
Build Date UTC : 2025-02-17 11:18:43.399996+00:00
369+
Build Date UTC : 2025-02-25 14:05:13.856773+00:00
366370
-->

install/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,18 @@ <h2 id="installation-for-end-users-mac-and-linux">Installation for end users (Ma
205205
<pre><code>Which type of installation would you prefer, conventional or advanced ? conventional
206206
</code></pre>
207207
<p>Now the installation process is finished. Open a terminal and type:</p>
208-
<pre><code>&gt;&gt;isp
208+
<pre><code>&gt;&gt; isp
209209
</code></pre>
210210
<p>Just in case the alias isp do not open the software (because the alias has not been written in your shell), go to ./ISP and type:</p>
211211
<pre><code>conda activate isp or source activate isp
212212
python start_isp.py
213213
</code></pre>
214+
<p>WARNING! For Linux users it is recommendable to install futher dependencies:</p>
215+
<pre><code>sudo apt update
216+
sudo apt-get install xdg-utils
217+
sudo apt install --reinstall libxcb-xinerama0
218+
sudo apt install --reinstall libxcb1 libx11-xcb1 libxext6 libxkbcommon-x11-0
219+
</code></pre>
214220
<h2 id="installation-for-developers-mac-and-linux">Installation for developers (Mac and Linux)</h2>
215221
<p>Before run this type of installation be sure you have installed and in your PATH system variables <a href="https://cmake.org/install/">cmake</a> &amp; <a href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html#gs.u6wzcf">Intel Fortran Stand Alone version</a> with useful directions for <a href="https://gist.github.com/SomajitDey/aeb6eb4c8083185e06800e1ece4be1bd">Ubuntu users</a>
216222
To run the installation go to ./ISP/install and type:</p>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,74 +2,74 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://projectisp.github.io/ISP_tutorial.github.io/</loc>
5-
<lastmod>2025-02-17</lastmod>
5+
<lastmod>2025-02-25</lastmod>
66
</url>
77
<url>
88
<loc>https://projectisp.github.io/ISP_tutorial.github.io/Special_Thanks/</loc>
9-
<lastmod>2025-02-17</lastmod>
9+
<lastmod>2025-02-25</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://projectisp.github.io/ISP_tutorial.github.io/aa/</loc>
13-
<lastmod>2025-02-17</lastmod>
13+
<lastmod>2025-02-25</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://projectisp.github.io/ISP_tutorial.github.io/ant/</loc>
17-
<lastmod>2025-02-17</lastmod>
17+
<lastmod>2025-02-25</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://projectisp.github.io/ISP_tutorial.github.io/basics/</loc>
21-
<lastmod>2025-02-17</lastmod>
21+
<lastmod>2025-02-25</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://projectisp.github.io/ISP_tutorial.github.io/db/</loc>
25-
<lastmod>2025-02-17</lastmod>
25+
<lastmod>2025-02-25</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://projectisp.github.io/ISP_tutorial.github.io/el/</loc>
29-
<lastmod>2025-02-17</lastmod>
29+
<lastmod>2025-02-25</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://projectisp.github.io/ISP_tutorial.github.io/install/</loc>
33-
<lastmod>2025-02-17</lastmod>
33+
<lastmod>2025-02-25</lastmod>
3434
</url>
3535
<url>
3636
<loc>https://projectisp.github.io/ISP_tutorial.github.io/mti/</loc>
37-
<lastmod>2025-02-17</lastmod>
37+
<lastmod>2025-02-25</lastmod>
3838
</url>
3939
<url>
4040
<loc>https://projectisp.github.io/ISP_tutorial.github.io/nrt/</loc>
41-
<lastmod>2025-02-17</lastmod>
41+
<lastmod>2025-02-25</lastmod>
4242
</url>
4343
<url>
4444
<loc>https://projectisp.github.io/ISP_tutorial.github.io/ppsds/</loc>
45-
<lastmod>2025-02-17</lastmod>
45+
<lastmod>2025-02-25</lastmod>
4646
</url>
4747
<url>
4848
<loc>https://projectisp.github.io/ISP_tutorial.github.io/progress/</loc>
49-
<lastmod>2025-02-17</lastmod>
49+
<lastmod>2025-02-25</lastmod>
5050
</url>
5151
<url>
5252
<loc>https://projectisp.github.io/ISP_tutorial.github.io/rd/</loc>
53-
<lastmod>2025-02-17</lastmod>
53+
<lastmod>2025-02-25</lastmod>
5454
</url>
5555
<url>
5656
<loc>https://projectisp.github.io/ISP_tutorial.github.io/refs/</loc>
57-
<lastmod>2025-02-17</lastmod>
57+
<lastmod>2025-02-25</lastmod>
5858
</url>
5959
<url>
6060
<loc>https://projectisp.github.io/ISP_tutorial.github.io/release_notes/</loc>
61-
<lastmod>2025-02-17</lastmod>
61+
<lastmod>2025-02-25</lastmod>
6262
</url>
6363
<url>
6464
<loc>https://projectisp.github.io/ISP_tutorial.github.io/rf/</loc>
65-
<lastmod>2025-02-17</lastmod>
65+
<lastmod>2025-02-25</lastmod>
6666
</url>
6767
<url>
6868
<loc>https://projectisp.github.io/ISP_tutorial.github.io/synth/</loc>
69-
<lastmod>2025-02-17</lastmod>
69+
<lastmod>2025-02-25</lastmod>
7070
</url>
7171
<url>
7272
<loc>https://projectisp.github.io/ISP_tutorial.github.io/tf/</loc>
73-
<lastmod>2025-02-17</lastmod>
73+
<lastmod>2025-02-25</lastmod>
7474
</url>
7575
</urlset>

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)