Skip to content

Commit 87b42fa

Browse files
committed
update username
1 parent 7305bfd commit 87b42fa

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ import icon from "astro-icon";
44

55
// https://astro.build/config
66
export default defineConfig({
7-
site: "https://mohamed82008.github.io/",
7+
site: "https://mohdibntarek.github.io/",
88
integrations: [icon()],
99
});

src/pages/software.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: ../layouts/Layout.astro
88

99
## Overview
1010

11-
All of the open source software projects I worked on can be found on my [GitHub page](https://github.com/mohamed82008). The following is a summary of my significant open source contributions categorized by field.
11+
All of the open source software projects I worked on can be found on my [GitHub page](https://github.com/mohdibntarek). The following is a summary of my significant open source contributions categorized by field.
1212

1313
**I am not involved in some of these projects anymore** but I try to maintain many of the packages I started, although some may be neglected. If you are interested in any of the software I created and you think it is neglected, feel free to contact me and let me know! **You can always open an issue and ping me.**
1414

@@ -33,8 +33,8 @@ If you are interested in doing a [Google Summer of Code](https://summerofcode.wi
3333
- [Preconditioners.jl](https://github.com/JuliaLinearAlgebra/Preconditioners.jl)
3434
- The locally optimal block preconditioned conjugate gradient (LOBPCG) algorithm in [IterativeSolvers.jl](https://github.com/JuliaLinearAlgebra/IterativeSolvers.jl)
3535
- [AlgebraicMultigrid.jl](https://github.com/JuliaLinearAlgebra/AlgebraicMultigrid.jl)
36-
- [DifferentiableFactorizations.jl](https://github.com/mohamed82008/DifferentiableFactorizations.jl)
37-
- [TraceEstimators.jl](https://github.com/mohamed82008/TraceEstimators.jl) which is mostly copied from the original [TraceEstimation.jl](https://github.com/luca-aki/TraceEstimation.jl)
36+
- [DifferentiableFactorizations.jl](https://github.com/mohdibntarek/DifferentiableFactorizations.jl)
37+
- [TraceEstimators.jl](https://github.com/mohdibntarek/TraceEstimators.jl) which is mostly copied from the original [TraceEstimation.jl](https://github.com/luca-aki/TraceEstimation.jl)
3838

3939
## Bayesian inference
4040

@@ -52,13 +52,13 @@ If you are interested in doing a [Google Summer of Code](https://summerofcode.wi
5252
- [ImplicitDifferentiation.jl](https://github.com/gdalle/ImplicitDifferentiation.jl)
5353
- [ForwardDiffChainRules.jl](https://github.com/ThummeTo/ForwardDiffChainRules.jl)
5454
- [NonconvexUtils.jl](https://github.com/JuliaNonconvex/NonconvexUtils.jl)
55-
- [DifferentiableFactorizations.jl](https://github.com/mohamed82008/DifferentiableFactorizations.jl)
55+
- [DifferentiableFactorizations.jl](https://github.com/mohdibntarek/DifferentiableFactorizations.jl)
5656
- [DifferentiableFlatten.jl](https://github.com/JuliaNonconvex/DifferentiableFlatten.jl)
5757

5858
## Others
5959

60-
- [KissThreading.jl](https://github.com/mohamed82008/KissThreading.jl)
61-
- [ConvergencePlots.jl](https://github.com/mohamed82008/ConvergencePlots.jl)
62-
- [RCPSP.jl](https://github.com/mohamed82008/RCPSP.jl)
63-
- [ComputExp.jl](https://github.com/mohamed82008/ComputExp.jl)
64-
- [BranchAndBound.jl](https://github.com/mohamed82008/BranchAndBound.jl)
60+
- [KissThreading.jl](https://github.com/mohdibntarek/KissThreading.jl)
61+
- [ConvergencePlots.jl](https://github.com/mohdibntarek/ConvergencePlots.jl)
62+
- [RCPSP.jl](https://github.com/mohdibntarek/RCPSP.jl)
63+
- [ComputExp.jl](https://github.com/mohdibntarek/ComputExp.jl)
64+
- [BranchAndBound.jl](https://github.com/mohdibntarek/BranchAndBound.jl)

0 commit comments

Comments
 (0)