Skip to content

Commit b07f45a

Browse files
committed
Deployed with MkDocs version: 1.6.1
1 parent f281c43 commit b07f45a

File tree

5 files changed

+447
-43
lines changed

5 files changed

+447
-43
lines changed

index copy/index.html

Lines changed: 362 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,362 @@
1+
<!DOCTYPE html>
2+
<html lang="en" data-bs-theme="light">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
8+
9+
<link rel="canonical" href="https://projectisp.github.io/ISP_tutorial.github.io/index%20copy/">
10+
<link rel="shortcut icon" href="../img/favicon.ico">
11+
<title>Welcome to Integrated Seismic Program (ISP) Documentation - ISP Tutorial</title>
12+
<link href="../css/bootstrap.min.css" rel="stylesheet">
13+
<link href="../css/fontawesome.min.css" rel="stylesheet">
14+
<link href="../css/brands.min.css" rel="stylesheet">
15+
<link href="../css/solid.min.css" rel="stylesheet">
16+
<link href="../css/v4-font-face.min.css" rel="stylesheet">
17+
<link href="../css/base.css" rel="stylesheet">
18+
<link id="hljs-light" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/color-brewer.min.css" >
19+
<link id="hljs-dark" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github-dark.min.css" disabled>
20+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
21+
<script>hljs.highlightAll();</script>
22+
</head>
23+
24+
<body>
25+
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary">
26+
<div class="container">
27+
<a class="navbar-brand" href="..">ISP Tutorial</a>
28+
<!-- Expander button -->
29+
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar-collapse" aria-controls="navbar-collapse" aria-expanded="false" aria-label="Toggle navigation">
30+
<span class="navbar-toggler-icon"></span>
31+
</button>
32+
33+
<!-- Expanded navigation -->
34+
<div id="navbar-collapse" class="navbar-collapse collapse">
35+
<!-- Main navigation -->
36+
<ul class="nav navbar-nav">
37+
<li class="nav-item">
38+
<a href=".." class="nav-link">Home</a>
39+
</li>
40+
<li class="nav-item">
41+
<a href="../install/" class="nav-link">Installation</a>
42+
</li>
43+
<li class="nav-item">
44+
<a href="../basics/" class="nav-link">Start with the basics</a>
45+
</li>
46+
<li class="nav-item dropdown">
47+
<a href="#" class="nav-link dropdown-toggle" role="button" data-bs-toggle="dropdown" aria-expanded="false">Modules</a>
48+
<ul class="dropdown-menu">
49+
50+
<li>
51+
<a href="../el/" class="dropdown-item">Earthquake Location</a>
52+
</li>
53+
54+
<li>
55+
<a href="../tf/" class="dropdown-item">Time-Frequency Analysis</a>
56+
</li>
57+
58+
<li>
59+
<a href="../mti/" class="dropdown-item">Seismic Moment Tensor Inversion</a>
60+
</li>
61+
62+
<li>
63+
<a href="../aa/" class="dropdown-item">Array Analysis</a>
64+
</li>
65+
66+
<li>
67+
<a href="../rf/" class="dropdown-item">Receiver Functions</a>
68+
</li>
69+
70+
<li>
71+
<a href="../ant/" class="dropdown-item">Ambient Noise Tomography</a>
72+
</li>
73+
</ul>
74+
</li>
75+
<li class="nav-item dropdown">
76+
<a href="#" class="nav-link dropdown-toggle" role="button" data-bs-toggle="dropdown" aria-expanded="false">Additional Toolboxes</a>
77+
<ul class="dropdown-menu">
78+
79+
<li>
80+
<a href="../db/" class="dropdown-item">Database</a>
81+
</li>
82+
83+
<li>
84+
<a href="../rd/" class="dropdown-item">Retrieve Data</a>
85+
</li>
86+
87+
<li>
88+
<a href="../ppsds/" class="dropdown-item">PPSDs</a>
89+
</li>
90+
91+
<li>
92+
<a href="../synth/" class="dropdown-item">Synthetic Generator</a>
93+
</li>
94+
95+
<li>
96+
<a href="../nrt/" class="dropdown-item">Near Real Time Adquisition</a>
97+
</li>
98+
</ul>
99+
</li>
100+
<li class="nav-item">
101+
<a href="../progress/" class="nav-link">Gallery & Progress</a>
102+
</li>
103+
<li class="nav-item dropdown">
104+
<a href="#" class="nav-link dropdown-toggle" role="button" data-bs-toggle="dropdown" aria-expanded="false">About</a>
105+
<ul class="dropdown-menu">
106+
107+
<li>
108+
<a href="../refs/" class="dropdown-item">References</a>
109+
</li>
110+
111+
<li>
112+
<a href="../license.md" class="dropdown-item">License</a>
113+
</li>
114+
115+
<li>
116+
<a href="../release_notes/" class="dropdown-item">Release Notes</a>
117+
</li>
118+
119+
<li>
120+
<a href="../FAQs.md" class="dropdown-item">FAQs</a>
121+
</li>
122+
123+
<li>
124+
<a href="../Special_Thanks/" class="dropdown-item">The Developer Team of ISP thanks to:</a>
125+
</li>
126+
</ul>
127+
</li>
128+
</ul>
129+
130+
<ul class="nav navbar-nav ms-md-auto">
131+
<li class="nav-item">
132+
<a href="#" class="nav-link" data-bs-toggle="modal" data-bs-target="#mkdocs_search_modal">
133+
<i class="fa fa-search"></i> Search
134+
</a>
135+
</li>
136+
</ul>
137+
</div>
138+
</div>
139+
</div>
140+
141+
<div class="container">
142+
<div class="row">
143+
<div class="col-md-3"><div class="navbar-expand-md bs-sidebar hidden-print affix" role="complementary">
144+
<div class="navbar-header">
145+
<button type="button" class="navbar-toggler collapsed" data-bs-toggle="collapse" data-bs-target="#toc-collapse" title="Table of Contents">
146+
<span class="fa fa-angle-down"></span>
147+
</button>
148+
</div>
149+
150+
151+
<div id="toc-collapse" class="navbar-collapse collapse card bg-body-tertiary">
152+
<ul class="nav flex-column">
153+
154+
<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>
155+
<ul class="nav flex-column">
156+
<li class="nav-item" data-bs-level="2"><a href="#surfquake" class="nav-link">surfQuake</a>
157+
<ul class="nav flex-column">
158+
</ul>
159+
</li>
160+
<li class="nav-item" data-bs-level="2"><a href="#software-structure" class="nav-link">Software Structure</a>
161+
<ul class="nav flex-column">
162+
</ul>
163+
</li>
164+
<li class="nav-item" data-bs-level="2"><a href="#multimedia-tutorials" class="nav-link">Multimedia Tutorials</a>
165+
<ul class="nav flex-column">
166+
</ul>
167+
</li>
168+
<li class="nav-item" data-bs-level="2"><a href="#data-examples-repository" class="nav-link">Data examples repository</a>
169+
<ul class="nav flex-column">
170+
</ul>
171+
</li>
172+
</ul>
173+
</li>
174+
</ul>
175+
</div>
176+
</div></div>
177+
<div class="col-md-9" role="main">
178+
179+
<h1 id="welcome-to-integrated-seismic-program-isp-documentation">Welcome to Integrated Seismic Program (ISP) Documentation</h1>
180+
<p><img alt="Screenshot" src="../img/logo.png" /></p>
181+
<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>
182+
<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>
183+
<p><a href="https://github.com/ProjectISP/ISP/tree/master" target="_blank" style="text-decoration: none; display: flex; align-items: center;">
184+
<img src="img/github.png" width="40" style="margin-right: 10px;">
185+
<span style="font-size: 16px; color: black; font-weight: bold;">See ISP open-source code</span>
186+
</a></p>
187+
<p><a href="https://twitter.com/ProgramSeismic" target="_blank" style="text-decoration: none; display: flex; align-items: center;">
188+
<img src="img/twitter.png" width="40" style="margin-right: 10px;">
189+
<span style="font-size: 16px; color: black; font-weight: bold;">Follow us on Twitter</span>
190+
</a></p>
191+
<p><a href="https://www.youtube.com/@robertocabiecesdiaz3775/videos" target="_blank" style="text-decoration: none; display: flex; align-items: center;">
192+
<img src="img/youtube.png" width="40" style="margin-right: 10px;">
193+
<span style="font-size: 16px; color: black; font-weight: bold;">Subscribe on YouTube</span>
194+
</a></p>
195+
<p><a href="https://github.com/ProjectISP/ISP/issues" target="_blank" style="text-decoration: none; display: flex; align-items: center;">
196+
<img src="img/questions.png" width="60" style="margin-right: 5px;">
197+
<span style="font-size: 16px; color: black; font-weight: bold;">Questions and Issues</span>
198+
</a></p>
199+
<p><a href="mailto:isp@roa.es?subject=Subscription Request&body=Hello, I would like to subscribe to ISP news and future workshops"
200+
style="text-decoration: none; display: flex; align-items: center;">
201+
<img src="img/mail.png" width="60" style="margin-right: 5px;">
202+
<span style="font-size: 16px; color: black; font-weight: bold;">
203+
Send us an email to subscribe to news and future workshops: isp@roa.es
204+
</span>
205+
</a></p>
206+
<h2 id="surfquake">surfQuake</h2>
207+
<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>
208+
<ul>
209+
<li><span style="color:red"><em>Release Date: 18-April-2024</em></span></li>
210+
<li><a href="https://meetingorganizer.copernicus.org/EGU24/EGU24-2816.html"><span style="color:black"><em>EGU-24 presentation</em></span></a></li>
211+
</ul>
212+
<p><a href="https://projectisp.github.io/surfquaketutorial.github.io/"><img alt="Screenshot" src="../img/logo_surf.png" /></a></p>
213+
<h2 id="software-structure">Software Structure</h2>
214+
<h3 id="index-modules">Index: Modules</h3>
215+
<ul>
216+
<li>
217+
<p><a href="https://projectisp.github.io/ISP_tutorial.github.io/el/"><span style="color:#8E44AD">Earthquake Seismology </span></a></p>
218+
</li>
219+
<li>
220+
<p><a href="https://projectisp.github.io/ISP_tutorial.github.io/tf/"><span style="color:#8E44AD">Time-Frequency Analysis</span></a></p>
221+
</li>
222+
<li>
223+
<p><a href="https://projectisp.github.io/ISP_tutorial.github.io/mti/"><span style="color:#8E44AD">Focal Mechanism / Moment Tensor Inversion</span></a></p>
224+
</li>
225+
<li>
226+
<p><a href="https://projectisp.github.io/ISP_tutorial.github.io/aa/"><span style="color:#8E44AD">Array Seismology </span></a></p>
227+
</li>
228+
<li>
229+
<p><a href="https://projectisp.github.io/ISP_tutorial.github.io/rf/"><span style="color:#8E44AD">Receiver Functions </span></a></p>
230+
</li>
231+
<li>
232+
<p><a href="https://projectisp.github.io/ISP_tutorial.github.io/ant/"><span style="color:#8E44AD">Ambient Noise Tomography </span></a></p>
233+
</li>
234+
</ul>
235+
<h3 id="index-toolboxes">Index: ToolBoxes</h3>
236+
<ul>
237+
<li>
238+
<p><a href="https://projectisp.github.io/ISP_tutorial.github.io/db/"><span style="color:#8E44AD">Database </span></a></p>
239+
</li>
240+
<li>
241+
<p><a href="https://projectisp.github.io/ISP_tutorial.github.io/rd/"><span style="color:#8E44AD">Retrieve Data (FDSN) </span></a></p>
242+
</li>
243+
<li>
244+
<p><a href="https://projectisp.github.io/ISP_tutorial.github.io/ppsds/"><span style="color:#8E44AD">Probability Power Spectral Density Function (PPSD) </span></a></p>
245+
</li>
246+
<li>
247+
<p><a href="https://projectisp.github.io/ISP_tutorial.github.io/synth/"><span style="color:#8E44AD">Synthetic Generator </span></a></p>
248+
</li>
249+
<li>
250+
<p><a href="https://projectisp.github.io/ISP_tutorial.github.io/nrt/"><span style="color:#8E44AD">Near-Real Time Adquisition </span></a></p>
251+
</li>
252+
</ul>
253+
<h2 id="multimedia-tutorials">Multimedia Tutorials</h2>
254+
<ul>
255+
<li>
256+
<p><a href="https://projectisp.github.io/ISP_tutorial.github.io/basics/#project-video-tutorial"><span style="color:darkgreen">Managing your Project</span></a></p>
257+
</li>
258+
<li>
259+
<p><a href="https://projectisp.github.io/ISP_tutorial.github.io/el/#multimedia-material"><span style="color:darkgreen">Seismogram Analysis</span></a></p>
260+
</li>
261+
<li>
262+
<p><a href="https://projectisp.github.io/ISP_tutorial.github.io/el/#multimedia-material"><span style="color:darkgreen">Explore and Search in your Catalog</span></a></p>
263+
</li>
264+
<li>
265+
<p><a href="https://projectisp.github.io/ISP_tutorial.github.io/el/#multimedia-material"><span style="color:darkgreen">Manual Pick, Locate Event, Fault Plane and Magnitude</span></a></p>
266+
</li>
267+
<li>
268+
<p><a href="https://projectisp.github.io/ISP_tutorial.github.io/el/#multimedia-material"><span style="color:darkgreen">Automatic Picking and Associate</span></a></p>
269+
</li>
270+
<li>
271+
<p><a href="https://projectisp.github.io/ISP_tutorial.github.io/tf/#multimedia-material-time-frequency-analysis"><span style="color:darkgreen">Time-Frequency Analysis</span></a></p>
272+
</li>
273+
<li>
274+
<p><a href="https://projectisp.github.io/ISP_tutorial.github.io/aa/#multimedia-material-array-analysis"><span style="color:darkgreen">Array Seismology </span></a></p>
275+
</li>
276+
<li>
277+
<p><a href="https://projectisp.github.io/ISP_tutorial.github.io/mti/#multimedia-material-mti"><span style="color:darkgreen">Moment Tensor Inversion</span></a></p>
278+
</li>
279+
</ul>
280+
<h2 id="data-examples-repository">Data examples repository</h2>
281+
<p><a href="https://github.com/rcabdia/test_surfquake"><span style="color:#5DADE2;"><strong>Case of study</strong></span></a>, contains a full example of using surfQuake with core Library Python scripts, Core Library bash script and expected results. Of course you can try to run the example using the GUI.</p>
282+
<p>We have also created a repository with an example of <a href="https://github.com/rcabdia/ProjectISP_3Dmodels"><span style="color:#5DADE2;"><strong>3D model</strong></span></a></p></div>
283+
</div>
284+
</div>
285+
286+
<footer class="col-md-12">
287+
<hr>
288+
<p>&copy; 2025 <a href="https://robertocabieces.com" target="_blank" rel="noopener">Roberto Cabieces</a>
289+
</p>
290+
<p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
291+
</footer>
292+
<script src="../js/bootstrap.bundle.min.js"></script>
293+
<script>
294+
var base_url = "..",
295+
shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83};
296+
</script>
297+
<script src="../js/base.js"></script>
298+
<script src="../search/main.js"></script>
299+
300+
<div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true">
301+
<div class="modal-dialog modal-lg">
302+
<div class="modal-content">
303+
<div class="modal-header">
304+
<h4 class="modal-title" id="searchModalLabel">Search</h4>
305+
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
306+
</div>
307+
<div class="modal-body">
308+
<p>From here you can search these documents. Enter your search terms below.</p>
309+
<form>
310+
<div class="form-group">
311+
<input type="search" class="form-control" placeholder="Search..." id="mkdocs-search-query" title="Type search term here">
312+
</div>
313+
</form>
314+
<div id="mkdocs-search-results" data-no-results-text="No results found"></div>
315+
</div>
316+
<div class="modal-footer">
317+
</div>
318+
</div>
319+
</div>
320+
</div><div class="modal" id="mkdocs_keyboard_modal" tabindex="-1" role="dialog" aria-labelledby="keyboardModalLabel" aria-hidden="true">
321+
<div class="modal-dialog">
322+
<div class="modal-content">
323+
<div class="modal-header">
324+
<h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
325+
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
326+
</div>
327+
<div class="modal-body">
328+
<table class="table">
329+
<thead>
330+
<tr>
331+
<th style="width: 20%;">Keys</th>
332+
<th>Action</th>
333+
</tr>
334+
</thead>
335+
<tbody>
336+
<tr>
337+
<td class="help shortcut"><kbd>?</kbd></td>
338+
<td>Open this help</td>
339+
</tr>
340+
<tr>
341+
<td class="next shortcut"><kbd>n</kbd></td>
342+
<td>Next page</td>
343+
</tr>
344+
<tr>
345+
<td class="prev shortcut"><kbd>p</kbd></td>
346+
<td>Previous page</td>
347+
</tr>
348+
<tr>
349+
<td class="search shortcut"><kbd>s</kbd></td>
350+
<td>Search</td>
351+
</tr>
352+
</tbody>
353+
</table>
354+
</div>
355+
<div class="modal-footer">
356+
</div>
357+
</div>
358+
</div>
359+
</div>
360+
361+
</body>
362+
</html>

0 commit comments

Comments
 (0)