diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2025-09-18 09:28:17 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2025-09-18 09:28:17 +0200 |
| commit | f0846107d8d3736b301990a17ee2a9daf1e31c43 (patch) | |
| tree | 3c01b4054fd180b0602bb60b78d039165a350a48 /src/public | |
| parent | 5376a5400d853a9b5c6dbf1ed130754b3ba9d297 (diff) | |
| download | jo.mssola.com-f0846107d8d3736b301990a17ee2a9daf1e31c43.tar.gz jo.mssola.com-f0846107d8d3736b301990a17ee2a9daf1e31c43.zip | |
Remove Google Scholar from the contact links
This is redundant with the ORCID link.
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'src/public')
| -rw-r--r-- | src/public/cv.html | 1 | ||||
| -rw-r--r-- | src/public/en/cv.html | 1 | ||||
| -rw-r--r-- | src/public/en/index.html | 1 | ||||
| -rw-r--r-- | src/public/index.html | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/public/cv.html b/src/public/cv.html index 6504bdf..1ffe7ef 100644 --- a/src/public/cv.html +++ b/src/public/cv.html @@ -4,7 +4,6 @@ <nobr><a href="mailto:mikisabate@gmail.com" title="Correu personal"><img src="https://cdn.simpleicons.org/gmail/black/white" />mikisabate@gmail.com</a></nobr> - <nobr><a href="https://github.com/mssola" title="Perfil de Github"><img src="https://cdn.simpleicons.org/github/black/white" />@mssola</a></nobr> - <nobr><a href="https://twitter.com/miquelssola" title="Perfil de Twitter/X"><img src="https://cdn.simpleicons.org/x/black/white" />@miquelssola</a></nobr> - - <nobr><a href="https://scholar.google.com/citations?user=7WXJc30AAAAJ" title="Perfil de Google Scholar"><img src="https://cdn.simpleicons.org/google/black/white" />Scholar</a></nobr> - <nobr><a href="https://orcid.org/0009-0006-7304-3150" title="ORCID"><img src="https://cdn.simpleicons.org/orcid/black/white" />ORCID</a></nobr> </div> diff --git a/src/public/en/cv.html b/src/public/en/cv.html index c7af206..9472799 100644 --- a/src/public/en/cv.html +++ b/src/public/en/cv.html @@ -4,7 +4,6 @@ <nobr><a href="mailto:mikisabate@gmail.com" title="Personal e-mail"><img src="https://cdn.simpleicons.org/gmail/black/white" />mikisabate@gmail.com</a></nobr> - <nobr><a href="https://github.com/mssola" title="Github profile"><img src="https://cdn.simpleicons.org/github/black/white" />@mssola</a></nobr> - <nobr><a href="https://twitter.com/miquelssola" title="Twitter/X profile"><img src="https://cdn.simpleicons.org/x/black/white" />@miquelssola</a></nobr> - - <nobr><a href="https://scholar.google.com/citations?user=7WXJc30AAAAJ" title="Google Scholar profile"><img src="https://cdn.simpleicons.org/google/black/white" />Scholar</a></nobr> - <nobr><a href="https://orcid.org/0009-0006-7304-3150" title="ORCID"><img src="https://cdn.simpleicons.org/orcid/black/white" />ORCID</a></nobr> </div> diff --git a/src/public/en/index.html b/src/public/en/index.html index d9d793e..9c68344 100644 --- a/src/public/en/index.html +++ b/src/public/en/index.html @@ -30,7 +30,6 @@ <li><a href="https://github.com/mssola">Github</a></li> <li><a href="https://twitter.com/miquelssola">Twitter</a></li> <li><a rel="me" href="https://mastodont.cat/@mssola">Mastodon</a></li> - <li><a href="https://scholar.google.com/citations?user=7WXJc30AAAAJ">Google Scholar</a></li> <li><a href="https://orcid.org/0009-0006-7304-3150" title="ORCID">ORCID</a></li> </ul> </p> diff --git a/src/public/index.html b/src/public/index.html index 2cf4fb5..8cdbe34 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -30,7 +30,6 @@ <li><a href="https://github.com/mssola">Github</a></li> <li><a href="https://twitter.com/miquelssola">Twitter</a></li> <li><a rel="me" href="https://mastodont.cat/@mssola">Mastodon</a></li> - <li><a href="https://scholar.google.com/citations?user=7WXJc30AAAAJ">Google Scholar</a></li> <li><a href="https://orcid.org/0009-0006-7304-3150" title="ORCID">ORCID</a></li> </ul> </p> |
