Live site: https://pukpr.github.io
This repository is the source for a static website that is automatically built and published by GitHub Pages. Every time a commit is pushed to the default branch, GitHub's built-in Jekyll process regenerates the site from the files in this repository and deploys it to the URL above — no manual build or deployment step is required.
The site is rendered using the jekyll-theme-leap-day theme and is configured in _config.yml.
The website is Paul Pukite's collection of climate and geosciences resources, including:
- Climate index and sea-level modelling — interactive results for PSMSL tide-gauge stations and major climate indices, driven by the GEM LTE Laplace Tidal Equation model.
- Worked examples — introductory notebooks and demos (Warnemünde, PySINDy latent-layer oscillation, multiple linear regression).
- Research paper — The modelled climatic response to the 18.6-year lunar nodal cycle and its role in decadal temperature trends (included as a PDF).
- External links — the GeoEnergyMath blog, the Azimuth Project climate-modelling wiki, the Mathematical Geoenergy AGU book, and the Peak Oil Barrel depletion-modelling blog.
| Path | Description |
|---|---|
index.html |
Home page (Jekyll front matter + HTML) |
_config.yml |
Jekyll site configuration (theme, title, description) |
_data/ |
Data files consumed by Jekyll templates |
results/ |
Generated HTML result pages |
examples/ |
Example notebooks and demos |
*.pdf |
Archived research paper |
- GeoEnergyMath wiki — extended documentation and background theory
- GEM LTE source repository — the underlying tidal model code