From dbf1d927ed888957ef35f11bd586cf6ff90df25a Mon Sep 17 00:00:00 2001 From: Subhajit Kar Date: Thu, 10 Sep 2026 00:44:30 +0300 Subject: [PATCH 1/2] Update links for SpectralFluid organization --- app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 200ba9f..30c37f6 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -7,7 +7,7 @@ const projects = [ type: 'PDE framework', description: 'A high-performance spectral and pseudo-spectral PDE solver with natural mathematical syntax across CPUs, GPUs, and distributed clusters.', tags: ['Fourier', 'Chebyshev', 'GPU', 'MPI'], - source: 'https://github.com/subhk/Tarang.jl', + source: 'https://github.com/SpectralFluid/Tarang.jl', docs: 'https://subhk.github.io/Tarang.jl/stable/', icon: Waves, }, @@ -16,7 +16,7 @@ const projects = [ type: 'Transform library', description: 'Pure-Julia spherical harmonic transforms with scalar and vector analysis, multithreading, and distributed-memory parallelism.', tags: ['Spherical harmonics', 'Pure Julia', 'MPI'], - source: 'https://github.com/subhk/SHTnsKit.jl', + source: 'https://github.com/SpectralFluid/SHTnsKit.jl', docs: 'https://subhk.github.io/SHTnsKit.jl/', icon: Orbit, }, @@ -25,7 +25,7 @@ const projects = [ type: 'Geophysical solver', description: 'A Julia solver for rotating convection and self-consistent dynamos in spherical shells and full balls.', tags: ['MHD', 'Rotating flows', 'Spherical domains'], - source: 'https://github.com/subhk/GeoDynamo.jl', + source: 'https://github.com/SpectralFluid/GeoDynamo.jl', icon: Layers3, }, { @@ -52,7 +52,7 @@ export default function Home() { Software Science About - + @@ -65,7 +65,7 @@ export default function Home() {

Fast, readable tools for partial differential equations, spherical harmonic transforms, stability analysis, and geophysical flow.

Explore the software - Browse the source + Browse the source
@@ -134,7 +134,7 @@ export default function Home() {

Open research software

Read the code. Reproduce the method. Build the next solver.

- Visit GitHub + Visit GitHub
From 8fc6df392ae2b53d1cf762080322ed883c528d81 Mon Sep 17 00:00:00 2001 From: Subhajit Kar Date: Thu, 10 Sep 2026 00:48:53 +0300 Subject: [PATCH 2/2] Update documentation URLs after transfer --- app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 30c37f6..e3212af 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -8,7 +8,7 @@ const projects = [ description: 'A high-performance spectral and pseudo-spectral PDE solver with natural mathematical syntax across CPUs, GPUs, and distributed clusters.', tags: ['Fourier', 'Chebyshev', 'GPU', 'MPI'], source: 'https://github.com/SpectralFluid/Tarang.jl', - docs: 'https://subhk.github.io/Tarang.jl/stable/', + docs: 'https://spectralfluid.github.io/Tarang.jl/stable/', icon: Waves, }, { @@ -17,7 +17,7 @@ const projects = [ description: 'Pure-Julia spherical harmonic transforms with scalar and vector analysis, multithreading, and distributed-memory parallelism.', tags: ['Spherical harmonics', 'Pure Julia', 'MPI'], source: 'https://github.com/SpectralFluid/SHTnsKit.jl', - docs: 'https://subhk.github.io/SHTnsKit.jl/', + docs: 'https://spectralfluid.github.io/SHTnsKit.jl/', icon: Orbit, }, { @@ -26,6 +26,7 @@ const projects = [ description: 'A Julia solver for rotating convection and self-consistent dynamos in spherical shells and full balls.', tags: ['MHD', 'Rotating flows', 'Spherical domains'], source: 'https://github.com/SpectralFluid/GeoDynamo.jl', + docs: 'https://spectralfluid.github.io/GeoDynamo.jl/', icon: Layers3, }, {