Commit Graph

35 Commits

Author SHA1 Message Date
cc25b34330 fixing about 2026-02-20 18:38:53 +01:00
0b852e1d52 Merge remote-tracking branch 'gh/main' 2026-02-18 16:59:30 +01:00
GitHub Actions
0f1471b33c Update Google Scholar citations 2026-02-06 01:44:38 +00:00
GitHub Actions
dae018f6d2 Update Google Scholar citations 2026-02-04 00:57:08 +00:00
GitHub Actions
6581d5f719 Update Google Scholar citations 2026-01-26 01:06:42 +00:00
George
55a2685683
Unify jsonresume and RenderCV CVs solutions (#3462)
Fixes #2787 as an alternative to #2969. It was getting too cumbersome to
have 2 different data sources for CV and also a lot of different layout
files, so I decided to unify them all.
Main changes:
- synchronized the information inside RenderCV (`_data/cv.yml`) and
JSONResume (`assets/json/resume.json`)
- unified layout files for CV information
- added the option to set the "data source" in the CV page

---------

Signed-off-by: George Araújo <george.gcac@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-23 12:36:14 -03:00
George
b5ecd1a6bd
Updated jekyll-socials to latest version (#3464)
Signed-off-by: George Araújo <george.gcac@gmail.com>
2026-01-19 23:10:08 -03:00
GitHub Actions
081ba6aa6f Update Google Scholar citations 2026-01-19 01:05:22 +00:00
GitHub Actions
6956be8cf6 Update Google Scholar citations 2026-01-05 01:06:01 +00:00
GitHub Actions
25f7462c1e Update Google Scholar citations 2025-12-24 00:46:19 +00:00
GitHub Actions
eff0c8c83d Update Google Scholar citations 2025-12-17 00:43:22 +00:00
Lukas Schirren
33017e7952
Add cv PDF link to social icons (#3240)
Fixes issue #3243 

Add CV PDF link to social icons

- Added CV icon to social media links section
- CV appears after LinkedIn icon in the contact section
- Uses academicons CV symbol for consistent academic styling
- Links to `/assets/pdf/CV_Schirren.pdf` and opens in new tab
- Updated `_includes/social.liquid` to handle `cv_pdf` field
- Updated `_data/socials.yml` with CV configuration
- Updated `_scripts/search.liquid.js` with cv search functionality
2025-11-16 22:39:18 -03:00
Riasat Sheikh
4086784bc7
add: arXiv social (#3191)
addresses the question #3176 and issue #3190

---------

Co-authored-by: George <31376482+george-gca@users.noreply.github.com>
2025-11-16 22:31:18 -03:00
Dominik Fuchß
1f349ffda2
Adapt mechanism for citiation count (#3177)
## Summary

This PR introduces an automated mechanism to update the citation count
for authors' publications.

- Inspired by @BernardoCama’s suggestion in #3150.
- Resolves #3150.

## Key Changes

- Adds an action to update publication citation counts.
    - Note: This action creates a commit on the main branch.
- To trigger further GitHub Actions workflows from this commit, a
Personal Access Token (PAT) must be used (the default GitHub Actions
token cannot trigger subsequent workflows).
- Adds and manages citation data in `_data/citations.yml`.
- Adds and adapts `bin/update_scholar_citations.py` to handle citation
updates.

## Usage Examples
### Timeout
<img width="758" height="415" alt="image"
src="https://github.com/user-attachments/assets/0a330d35-b386-4670-8668-62701f2dc68b"
/>

### Success

<img width="1684" height="857" alt="image"
src="https://github.com/user-attachments/assets/44aa0558-e02a-4f00-b8cb-9e0ce16dd53c"
/>
2025-11-16 22:17:17 -03:00
Juan Paulo Pérez-Tejada
829e7b7134
Add Academia.edu support to social media integrations (#3157)
## Description

This pull request adds support for Academia.edu profiles to the al-folio
social media integrations. Academia.edu is widely used by academics to
share and discover research,.

The changes are minimal and well-contained:
1. Added configuration options in socials.yml for Academia.edu with
organization and username fields
2. Updated social.liquid to handle the new social integration using the
Academicons font which already includes support for Academia.edu

## Changes

The implementation uses Academicons, which already includes the
Academia.edu icon (`ai-academia`), making this addition a natural fit
for the theme.

Unlike some other social media links that only require a single ID or
URL, Academia.edu profiles include both an organization (subdomain) and
a username in the format:
`https://[organization].academia.edu/[username]`. The implemented
solution supports this pattern by adding two parameters in the
socials.yml file.

## Why this is important

Academia.edu is a popular platform used by millions of researchers
worldwide to share their work. Adding support for it in the al-folio
theme aligns with the theme's academic focus and enhances its utility
for scholarly users. Many academics maintain both personal websites and
Academia.edu profiles, and being able to link between them provides
better visibility for their research.

The Academicons font already includes support for Academia.edu, so
adding this feature is a natural extension that makes use of existing
resources in the theme.

## Testing

The changes have been tested locally with a sample Academia.edu profile,
and the icon displays correctly alongside other social media icons. The
changes are minimal and don't affect any existing functionality.

## Screenshot

<img width="991" alt="image"
src="https://github.com/user-attachments/assets/15468b67-3002-44ce-aa25-22bc10766664"
/>
2025-08-25 00:16:49 -03:00
George
2247ec3bf2
Fix socials (#3241)
Signed-off-by: George Araújo <george.gcac@gmail.com>
2025-07-16 14:45:23 -03:00
Guillaume Dalle
72eb0a345d
Add HAL id to socials (#3206)
Fixes #3205
2025-07-16 12:24:37 -03:00
Chen Chen
d6477e889f
Remove unnecessary rss_icon line from _config.yml (#3154)
Also make document clearer for rss_icon.
2025-05-21 23:25:11 -07:00
George
e452f1a60f
Moved socials config to _data/socials.yml (#2885)
Fixes #2882, added support for
[scholar-icons](https://github.com/louisfacun/scholar-icons) and
[LeetCode](https://leetcode.com/).

---------

Signed-off-by: George Araújo <george.gcac@gmail.com>
2024-12-12 12:44:43 -03:00
Tiago Lobão
f4a6e184a9
Fix repo card heigth for different repo descriptions (#2525)
Hello! I had this minor issue on my website and I saw few other people
using this template and having the same issue.

**Brief**
if two repo's in the same row has different number of lines for the
descriptions, heights of the cards will not be the same if we don't
force the number of lines to be displayed.

**Solution**
By looking at [This
issue](https://github.com/anuraghazra/github-readme-stats/issues/2900) I
could see that they solved it by adding an new option,
`description_lines_count`. This was used on the API request in order to
fix the issue.

---

## Issue reproduced:


![before](https://github.com/alshedivat/al-folio/assets/15076325/238931f5-8a0e-45c5-a9bb-e9c6e4c0f04b)

---

## Issue fixed after the commit:


![after](https://github.com/alshedivat/al-folio/assets/15076325/a0e79cdf-fd6a-4765-b21f-279540ae88fe)
2024-06-24 11:53:47 -03:00
CheariX
c4c066501e
Feat bib preview (closes #1162) (#2352)
This PR enables to have `abbr` and `preview` for a single publication
(closing #1162).

The following example shows all three possibilities: 1) Preview + Abbr
2) Preview only 3) Abbr only.

<img width="786" alt="grafik"
src="https://github.com/alshedivat/al-folio/assets/1998723/0633f443-b430-4fa6-a0eb-750170a638bd">
2024-04-17 15:19:27 -03:00
Maruan
beb6f27d59
format code with prettier.io (#2048)
summary:
- adds prettier formatter configuration
- formats the entire repo using prettier, ignoring minified files
(`*.min.css`) and heavy generated html
- changes extensions of all `.html` files to `.liquid`, which is more
correct and necessary for prettier to work correctly
- replaces "%-" and "-%" with just "%" — manual liquid formatting using
minus signs is superfluous since we are compressing and minifying the
code anyway
- adds CI action for running prettier check on PR and pushes to master
2024-01-10 00:10:51 -05:00
George
60a09ed25c
Normalizing coauthor names before search (#2057)
Signed-off-by: George Araújo <george.gcac@gmail.com>
2024-01-09 14:13:33 -03:00
f75a7eec91 Update bio 2023-02-06 11:30:21 +02:00
88ebaae164 Add coauthors and remove pages from nav 2023-02-02 17:45:51 +02:00
a56ef0a1ae Set short CV and full PDF 2023-02-02 16:45:23 +02:00
96879bb257 Finish bib and add default pdf for HAL 2023-02-02 15:32:27 +02:00
bcbbbed574 Refactor publications, add README 2023-02-01 11:01:14 +02:00
dea647c8ea WIP on publications 2023-01-31 18:07:57 +02:00
gzwongkk
a36d7f5807
Support different colors for different kinds of publications in publication list (#797) 2022-08-06 13:06:18 -04:00
Rohan Deb Sarkar
f618757b63
Adds support for repositories (#760)
* Add support for github repo cards

* add support for dark theme

* Add support for custom theme

* repositories

* fix

* make it simpler

* spcaing

* responsive fix

* adds support for usernames

* make it modular

* fix

* show icons

* cache_seconds

* fix

* Revert "cache_seconds"

This reverts commit a9dd4d5d43d212676e1c1dba8ec8086c7fdb7cd7.

* add last line

* fix

* github only

* fix

* Add instructions

* Add `README.md` instructions

* Add `nav_order`
2022-07-24 22:45:39 +05:30
Rohan Deb Sarkar
07330b9bf9
Adds support max_author_limit (#732)
* Adds support max author limit

* typo

* fix

* display all authors by default

* Added an example

* Added 'and' before the last author

* Improve hiding/showing more authors

* Add title text

Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai>
Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
2022-07-10 10:34:16 +05:30
Rohan Deb Sarkar
6d66ae8b43
Add support for CV (#628) 2022-06-25 18:58:59 -04:00
Zirui Zhuang
6b28f901fb
add coauthor annotation (#175)
* add coauthor annotation

* fix typo in coauthors.yml

* add brief author annotation tutorial in README.md

* change to combined data structure

Coauthors are grouped by their last names. Within each group, using flat format (array of {firstnames, url}).

* Update _layouts/bib.html

stylistic changes

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>

* Update _layouts/bib.html

stylistic changes

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>

* Update _layouts/bib.html

stylistic changes

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>

* Update _layouts/bib.html

stylistic changes

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
2021-01-11 23:54:27 -05:00
Maruan Al-Shedivat
ed63169e50 Update the theme with a neat publications page. 2016-07-05 02:38:32 -04:00