From 1e56b29c16d3537633f2b681cded9d23d8abd5a0 Mon Sep 17 00:00:00 2001
From: MSK <73292171+msk-nightly@users.noreply.github.com>
Date: Mon, 28 Apr 2025 01:07:08 +0600
Subject: [PATCH 1/5] Update author-profile.html
---
_includes/author-profile.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/_includes/author-profile.html b/_includes/author-profile.html
index 5211a072ba22..3e1895bdda53 100644
--- a/_includes/author-profile.html
+++ b/_includes/author-profile.html
@@ -62,6 +62,9 @@
{{ author.name }}
{% if author.scopus %}
Scopus
{% endif %}
+ {% if author.academia %}
+ Academia
+ {% endif %}
{% if author.bitbucket %}
From 3ee02156983f79fa1c445af141eb3bfb250868be Mon Sep 17 00:00:00 2001
From: MSK <73292171+msk-nightly@users.noreply.github.com>
Date: Mon, 28 Apr 2025 01:54:05 +0600
Subject: [PATCH 2/5] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 81614eaeaa5a..7f8305a49b7a 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
1. Register a GitHub account if you don't have one and confirm your e-mail (required!)
1. Click the "Use this template" button in the top right.
-1. On the "New repository" page, enter your repository name as "[your GitHub username].github.io", which will also be your website's URL.
+1. On the "New repository" page, enter your public repository name as "[your GitHub username].github.io", which will also be your website's URL.
1. Set site-wide configuration and add your content.
1. Upload any files (like PDFs, .zip files, etc.) to the `files/` directory. They will appear at https://[your GitHub username].github.io/files/example.pdf.
1. Check status by going to the repository settings, in the "GitHub pages" section
From e9dd077778d0c3ae86d1d840343780fffc477858 Mon Sep 17 00:00:00 2001
From: MSK <73292171+msk-nightly@users.noreply.github.com>
Date: Mon, 28 Apr 2025 01:55:25 +0600
Subject: [PATCH 3/5] Update _config.yml
---
_config.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/_config.yml b/_config.yml
index e63251be0a07..e67402480da4 100644
--- a/_config.yml
+++ b/_config.yml
@@ -40,6 +40,7 @@ author:
pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
researchgate : # URL
scopus : # URL
+ academia : # URL
# Repositories and software development
bitbucket : # Username - Update with your username on the site
From a9c5bd0913ab91d3b73d5a36c00be48a02f5ee38 Mon Sep 17 00:00:00 2001
From: MSK <73292171+msk-nightly@users.noreply.github.com>
Date: Wed, 30 Apr 2025 14:12:48 +0600
Subject: [PATCH 4/5] Update author-profile.html
Reordering my addition alphabetically and changing its dependency from FontAweseom to AcademicIcons
---
_includes/author-profile.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/_includes/author-profile.html b/_includes/author-profile.html
index 3e1895bdda53..9f09860626ec 100644
--- a/_includes/author-profile.html
+++ b/_includes/author-profile.html
@@ -38,6 +38,9 @@ {{ author.name }}
{% endif %}
+ {% if author.academia %}
+ Academia
+ {% endif %}
{% if author.arxiv %}
arXiv
{% endif %}
@@ -62,9 +65,6 @@ {{ author.name }}
{% if author.scopus %}
Scopus
{% endif %}
- {% if author.academia %}
- Academia
- {% endif %}
{% if author.bitbucket %}
From b5078589a18e2ec955b5e7b3b3870075b8764522 Mon Sep 17 00:00:00 2001
From: MSK <73292171+msk-nightly@users.noreply.github.com>
Date: Wed, 30 Apr 2025 14:13:59 +0600
Subject: [PATCH 5/5] Update _config.yml
Reordering addition so that alphabetical order is maintained
---
_config.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_config.yml b/_config.yml
index e67402480da4..88c936b5c7af 100644
--- a/_config.yml
+++ b/_config.yml
@@ -32,6 +32,7 @@ author:
email : "none@example.org"
# Academic websites
+ academia : # URL
arxiv : # URL - Update with the correct link to your profile
googlescholar : "https://scholar.google.com/citations?user=PS_CX0AAAAAJ"
impactstory : # URL
@@ -40,7 +41,6 @@ author:
pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
researchgate : # URL
scopus : # URL
- academia : # URL
# Repositories and software development
bitbucket : # Username - Update with your username on the site