diff --git a/app/page.tsx b/app/page.tsx index 200ba9f..e3212af 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -7,8 +7,8 @@ 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', - docs: 'https://subhk.github.io/Tarang.jl/stable/', + source: 'https://github.com/SpectralFluid/Tarang.jl', + docs: 'https://spectralfluid.github.io/Tarang.jl/stable/', icon: Waves, }, { @@ -16,8 +16,8 @@ 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', - docs: 'https://subhk.github.io/SHTnsKit.jl/', + source: 'https://github.com/SpectralFluid/SHTnsKit.jl', + docs: 'https://spectralfluid.github.io/SHTnsKit.jl/', icon: Orbit, }, { @@ -25,7 +25,8 @@ 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', + docs: 'https://spectralfluid.github.io/GeoDynamo.jl/', icon: Layers3, }, { @@ -52,7 +53,7 @@ export default function Home() { Software Science About - GitHub + GitHub @@ -65,7 +66,7 @@ export default function Home() {
Fast, readable tools for partial differential equations, spherical harmonic transforms, stability analysis, and geophysical flow.
Open research software