Skills to Build During Your Undergraduate Degree#
Ranked by market impact. The redesigned curriculum covers all 11 skills below.
Reading the dots
Dot ratings: ●●●●● essential by graduation · ●●● differentiating · ●● graduate-level bonus
Technical skills — priority & depth#
Skill |
Priority |
|---|---|
Python for scientific computing |
●●●●● |
Seismic methods (reflection, refraction, surface wave) |
●●●●● |
Signal processing (Fourier, filtering, spectral analysis) |
●●●●○ |
Earth interior & seismology fundamentals (PREM, phases) |
●●●●○ |
Gravity & magnetics (forward modeling, corrections) |
●●●●○ |
Git / version control + reproducible environments |
●●●●○ |
Technical writing (IMRaD, methods, results, interpretation) |
●●●●○ |
ML applied to geo data (scikit-learn, PyTorch) |
●●●○○ |
Inverse problems & regularization theory |
●●●○○ |
AI tool fluency — prompt engineering, rubric design, critical evaluation |
●●●○○ |
FAIR data practices + data provenance |
●●○○○ |
What your intro geophysics course specifically gives you#
ESS 314 covers:
Seismic wave theory — P, S, surface waves; travel-time curves; ray tracing
Earth structure — crust, mantle, core; PREM; teleseismic phases
Gravity anomalies — isostasy; Bouguer and free-air corrections
Magnetic surveying — total-field anomaly; susceptibility; forward models
Forward modeling intuition — every method as a physics problem
When combined with the Python notebooks, you convert conceptual knowledge into demonstrable computational skills that show up directly on employer skill screens.
Portfolio-building actions (high ROI)#
The actions below are low-cost during the course and high-value afterward:
Public GitHub with 3–5 well-documented geophysics notebooks, built incrementally across 10 weeks
One short technical blog post about something you computed (Medium, Substack, or personal site)
Present at AGU student section, EarthScope workshop, or UW departmental seminar
One REU, internship, or volunteer research semester in a UW ESS lab
A documented AI agent system prompt in your GitHub repo (
agent_instructions/report_reviewer_v1.md) — a concrete, rare portfolio artifact in 2026A clean
environment.ymlwith pinned package versions so your notebooks pass a fresh-clone test
Note
A candidate who walks into an interview with a GitHub portfolio containing geophysics notebooks, a documented AI reviewer agent, and a reproducible environment file is concretely differentiated from a candidate who only has coursework on a résumé.