## 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" />
57 lines
2.8 KiB
YAML
57 lines
2.8 KiB
YAML
# this file contains the social media links and usernames of the author
|
|
# the commented lines are the default social media links supported by the template
|
|
# the socials will be displayed in the order they are defined here
|
|
|
|
# academia_edu: your organization and your username Ex. https://organization.academia.edu/UserName
|
|
# organization: princeton # your organization as appears in the subdomain
|
|
# username: AlbertEinstein # your username
|
|
# acm_id: # your dl.acm.org/profile/id
|
|
# blogger_url: # your blogger URL
|
|
# bluesky_url: # your bluesky URL
|
|
# dblp_url: # your DBLP profile url
|
|
# discord_id: # your discord id (18-digit unique numerical identifier)
|
|
email: you@example.com # your email address
|
|
# facebook_id: # your facebook id
|
|
# flickr_id: # your flickr id
|
|
# github_username: # your GitHub user name
|
|
# gitlab_username: # your GitLab user name
|
|
# hal_id: # your HAL id (https://hal.science/)
|
|
# ieee_id: # your ieeexplore.ieee.org/author/id
|
|
inspirehep_id: 1010907 # Inspire HEP author ID
|
|
# instagram_id: # your instagram id
|
|
# kaggle_id: # your kaggle id
|
|
# keybase_username: # your keybase user name
|
|
# lastfm_id: # your lastfm id
|
|
# lattes_id: # your ID on Lattes (Brazilian Lattes CV)
|
|
# leetcode_id: # your LeetCode id
|
|
# linkedin_username: # your LinkedIn user name
|
|
# mastodon_username: # your mastodon instance+username in the format instance.tld/@username
|
|
# medium_username: # your Medium username
|
|
# orcid_id: # your ORCID ID
|
|
# osf_id: # your OSF ID
|
|
# pinterest_id: # your pinterest id
|
|
# publons_id: # your ID on Publons
|
|
# quora_username: # your Quora username
|
|
# research_gate_profile: # your profile on ResearchGate
|
|
rss_icon: true # comment this line to hide the RSS icon
|
|
scholar_userid: qc6CJjYAAAAJ # your Google Scholar ID
|
|
# scopus_id: # your profile on Scopus
|
|
# semanticscholar_id: # your Semantic Scholar ID
|
|
# spotify_id: # your spotify id
|
|
# stackoverflow_id: # your stackoverflow id
|
|
# strava_userid: # your strava user id
|
|
# telegram_username: # your Telegram user name
|
|
# unsplash_id: # your unsplash id
|
|
# wechat_qr: # filename of your wechat qr-code saved as an image (e.g., wechat-qr.png if saved to assets/img/wechat-qr.png)
|
|
# whatsapp_number: # your WhatsApp number (full phone number in international format. Omit any zeroes, brackets, or dashes when adding the phone number in international format.)
|
|
# wikidata_id: # your wikidata id
|
|
# wikipedia_id: # your wikipedia id (Case sensitive)
|
|
# work_url: # work page URL
|
|
# x_username: # your X handle
|
|
# youtube_id: # your youtube channel id (youtube.com/@<youtube_id>)
|
|
# zotero_username: # your zotero username
|
|
custom_social: # can be any name here other than the ones already defined above
|
|
logo: https://www.alberteinstein.com/wp-content/uploads/2024/03/cropped-favicon-192x192.png # can be png, svg, jpg
|
|
title: Custom Social
|
|
url: https://www.alberteinstein.com/
|