aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Jesus <adbjesus@gmail.com>2023-03-05 17:25:43 +0000
committerAlexandre Jesus <adbjesus@gmail.com>2023-03-05 17:25:43 +0000
commitc1989257bd9840010e18565e06197bd94763d42b (patch)
tree46daf5496caca75e33c04a05395e881728b2f417
parent2bcda9da591fcf1689a93e9657c6e218031e42f0 (diff)
downloadadbjesus.com-c1989257bd9840010e18565e06197bd94763d42b.tar.gz
adbjesus.com-c1989257bd9840010e18565e06197bd94763d42b.zip
Update website contents, and flake
-rw-r--r--config.toml2
-rw-r--r--content/_index.md16
-rw-r--r--flake.lock14
-rw-r--r--flake.nix3
-rw-r--r--templates/base.html2
5 files changed, 17 insertions, 20 deletions
diff --git a/config.toml b/config.toml
index 364a4e2..99ece1f 100644
--- a/config.toml
+++ b/config.toml
@@ -1,6 +1,6 @@
base_url = "https://adbjesus.com"
-title = "Alexandre D. B. Jesus"
+title = "Alexandre Jesus (@adbjesus)"
compile_sass = true
diff --git a/content/_index.md b/content/_index.md
index 10f4fa4..29e85d4 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -2,15 +2,15 @@
title = "About"
+++
-I'm an Invited Assistant at the University of Coimbra, part of
-the [ALGO](https://algo.dei.uc.pt/) research lab, and a member of the
-[TOPDEI](https://top.dei.uc.pt) project that is preparing students for
-programming competitions. I have recently finished a PhD (Dec. 2022)
-at the University of Coimbra and University of Lille under a
-co-tutelle program advised by [Luís
+I'm an Invited Assistant Professor at the University of Coimbra, a
+member of the [ALGO](https://algo.dei.uc.pt/) research lab at
+[CISUC](https://www.cisuc.uc.pt), and a member of the
+[TOPDEI](https://top.dei.uc.pt) project. I have recently finished a
+PhD (Dec. 2022) at the University of Coimbra and University of Lille
+under a co-tutelle program advised by [Luís
Paquete](https://eden.dei.uc.pt/~paquete), [Arnaud
Liefooghe](https://sites.google.com/site/arnaudliefooghe/) and [Bilel
-Derbel](https://sites.google.com/site/bilelderbelpro/). Previously, I
+Derbel](https://sites.google.com/site/bilelderbelpro/). Previously, I
worked as a full stack developer at
[Whitesmith](https://whitesmith.co).
@@ -39,5 +39,3 @@ me.
* [Research Gate](https://www.researchgate.net/profile/Alexandre_Jesus2)
* [LinkedIn](https://linkedin.com/in/adbjesus)
* [Github](https://github.com/adbjesus)
-
-
diff --git a/flake.lock b/flake.lock
index 298ad27..ac80bad 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,11 +2,11 @@
"nodes": {
"flake-utils": {
"locked": {
- "lastModified": 1659877975,
- "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
+ "lastModified": 1676283394,
+ "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
"owner": "numtide",
"repo": "flake-utils",
- "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
+ "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
"type": "github"
},
"original": {
@@ -17,16 +17,16 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1661187878,
- "narHash": "sha256-/wCqoQB1BsaVi4nb8Iz0PreeBNMTim0p78NLtyWejFE=",
+ "lastModified": 1677779205,
+ "narHash": "sha256-6DBjL9wjq86p2GczmwnHtFRnWPBPItc67gapWENBgX8=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "52527082ea267fe486f0648582d57c85486b2031",
+ "rev": "96e18717904dfedcd884541e5a92bf9ff632cf39",
"type": "github"
},
"original": {
"owner": "nixos",
- "ref": "nixos-22.05",
+ "ref": "nixos-22.11",
"repo": "nixpkgs",
"type": "github"
}
diff --git a/flake.nix b/flake.nix
index 8a993c3..339d38c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,12 +3,11 @@
inputs = {
nixpkgs = {
- url = "github:nixos/nixpkgs/nixos-22.05";
+ url = "github:nixos/nixpkgs/nixos-22.11";
};
flake-utils = {
url = "github:numtide/flake-utils";
- inputs.nixpkgs.follows = "nixpkgs";
};
};
diff --git a/templates/base.html b/templates/base.html
index 9871dab..88ebe24 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -72,7 +72,7 @@
<footer>
<p>
- Copyright (c) 2022 Alexandre D. B. Jesus
+ Copyright (c) 2023 Alexandre Jesus
</p>
<p>
The contents of this website are licensed under the