Earth Inversion

Computational Seismology, Scientific Software, and Data-Driven Infrastructure Monitoring

Technical writing on geophysical pipelines, scalable data analysis, and reproducible research engineering.

  • 133+ Published Posts
  • 10 Topic Categories
  • 2026-02-19 Updated This Year

Research

Peer-reviewed work in seismology, structural health monitoring, and large-scale inversion.

Data Analysis

End-to-end workflows for high-volume scientific data: ingestion, QC, feature extraction, and modeling.

Web Computing

Cloud and web platforms for real-time sensing, visualization, and operational analytics.

Recent posts

Recent technical articles on seismic analytics, scientific computing, numerical modeling, and production data workflows.

How to set up ssh-keys for github

How to set up ssh-keys for github

2 minute read      UTILITIES     

You will learn how to generate and set up an SSH key for github so that you don’t need to always type your username and password when accessing github repo.

How to load dynamic libraries in c/c++?

How to load dynamic libraries in c/c++?

3 minute read      UTILITIES     

We will see how to load shared libraries in C/C++. We will write a library to convert km to degrees and vice-versa. Then we create a utility program to conve...

How to set up ssh-keys for github

How to set up ssh-keys for github

2 minute read      UTILITIES     

You will learn how to generate and set up an SSH key for github so that you don’t need to always type your username and password when accessing github repo.

How to load dynamic libraries in c/c++?

How to load dynamic libraries in c/c++?

3 minute read      UTILITIES     

We will see how to load shared libraries in C/C++. We will write a library to convert km to degrees and vice-versa. Then we create a utility program to conve...