ecastillot commited on
Commit
d8b7fa9
·
verified ·
1 Parent(s): e51cd7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -3
README.md CHANGED
@@ -277,6 +277,10 @@ configs:
277
  # <span style="background:#E87500; color:white; padding:2px 6px; border-radius:6px;">UTD</span>Quake
278
  University of Texas at Dallas Earthquake Dataset
279
 
 
 
 
 
280
  # Installation ([utdquake](https://pypi.org/project/utdquake))
281
  ```bash
282
  pip install utdquake
@@ -391,9 +395,54 @@ We also thank the seismology and AI communities for their work in earthquake res
391
  We welcome feedback and contributions!
392
 
393
  # Authors
394
- - Emmanuel Castillo (emmanuel.castillotaborda@utdallas.edu)
395
- - Nadine Ushakov (nadine.igonin@utdallas.edu)
396
- - Marine Denolle (mdenolle@uw.edu)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
397
 
398
 
399
  ---
 
277
  # <span style="background:#E87500; color:white; padding:2px 6px; border-radius:6px;">UTD</span>Quake
278
  University of Texas at Dallas Earthquake Dataset
279
 
280
+ A global earthquake dataset constructed from high-quality source and receiver metadata, including associated seismic phase picks across diverse station geometries.
281
+
282
+ ![UTDQuake](https://raw.githubusercontent.com/ecastillot/UTDQuake/main/figures/utdquake_overview.png)
283
+
284
  # Installation ([utdquake](https://pypi.org/project/utdquake))
285
  ```bash
286
  pip install utdquake
 
395
  We welcome feedback and contributions!
396
 
397
  # Authors
398
+ <table>
399
+ <tr>
400
+ <td valign="middle">
401
+ <strong>Emmanuel Castillo</strong><br>
402
+ University of Texas at Dallas<br>
403
+ <a href="https://www.linkedin.com/in/ecastillot/" target="_blank">
404
+ <img src="https://img.shields.io/badge/LinkedIn-Follow-blue?logo=linkedin&logoColor=white&style=flat" height="20">
405
+ </a>
406
+ <a href="mailto:castillo.280997@gmail.com" target="_blank">
407
+ <img src="https://img.shields.io/badge/Email-Send-red?logo=gmail&logoColor=white&style=flat" height="20">
408
+ </a>
409
+ </td>
410
+ <td width="100" align="center">
411
+ <img src="https://raw.githubusercontent.com/ecastillot/UTDQuake/main/docs/source/_static/photos/emmanuel.jpg" alt="Emmanuel" width="80" height="80" style="border-radius:50%; object-fit:cover;">
412
+ </td>
413
+ </tr>
414
+ <tr>
415
+ <td valign="middle">
416
+ <strong>Nadine Ushakov</strong><br>
417
+ University of Texas at Dallas<br>
418
+ <a href="https://www.linkedin.com/in/nadineushakov/" target="_blank">
419
+ <img src="https://img.shields.io/badge/LinkedIn-Follow-blue?logo=linkedin&logoColor=white&style=flat" height="20">
420
+ </a>
421
+ <a href="mailto:nadine.igonin@utdallas.edu" target="_blank">
422
+ <img src="https://img.shields.io/badge/Email-Send-red?logo=gmail&logoColor=white&style=flat" height="20">
423
+ </a>
424
+ </td>
425
+ <td width="100" align="center">
426
+ <img src="https://raw.githubusercontent.com/ecastillot/UTDQuake/main/docs/source/_static/photos/nadine.jpg" alt="Nadine" width="80" height="80" style="border-radius:50%; object-fit:cover;">
427
+ </td>
428
+ </tr>
429
+ <tr>
430
+ <td valign="middle">
431
+ <strong>Marine Denolle</strong><br>
432
+ University of Washington<br>
433
+ <a href="https://www.linkedin.com/in/marine-denolle-b528144b/" target="_blank">
434
+ <img src="https://img.shields.io/badge/LinkedIn-Follow-blue?logo=linkedin&logoColor=white&style=flat" height="20">
435
+ </a>
436
+ <a href="mailto:mdenolle@uw.edu" target="_blank">
437
+ <img src="https://img.shields.io/badge/Email-Send-red?logo=gmail&logoColor=white&style=flat" height="20">
438
+ </a>
439
+ </td>
440
+ <td width="100" align="center">
441
+ <img src="https://raw.githubusercontent.com/ecastillot/UTDQuake/main/docs/source/_static/photos/marine.jpg" alt="Marine" width="80" height="80" style="border-radius:50%; object-fit:cover;">
442
+ </td>
443
+ </tr>
444
+ </table>
445
+
446
 
447
 
448
  ---