generated from george-gca/multi-language-al-folio
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upstream merge template repository #13
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alshedivat
pushed a commit
to alshedivat/al-folio
that referenced
this pull request
Mar 18, 2023
By using this Github action it is possible to keep the derived repository up-to-date with its template. I am currently using this to keep my website up to date with the template repository. An example of the PR this action creates can be seen [here](george-gca/george-gca.github.io#13). Signed-off-by: George Araújo <george.gcac@gmail.com>
Demi-wlw
added a commit
to Demi-wlw/Demi-wlw.github.io
that referenced
this pull request
Mar 19, 2023
By using this Github action it is possible to keep the derived repository up-to-date with its template. I am currently using this to keep my website up to date with the template repository. An example of the PR this action creates can be seen [here](george-gca/george-gca.github.io#13).
passalis
added a commit
to passalis/passalis.github.io
that referenced
this pull request
Apr 22, 2023
* Update _config.yml * Update bug_report.md * Fix latex rendering issue in the bibliography entries (alshedivat#358) * adds submenu in navigation bar. (fixes issue alshedivat#159) (alshedivat#334) * adds submenu in navigation bar. (fixes issue alshedivat#159) * Updated scss files to change hover animations on dropdown submenus, on both dark mode and light mode * Revert "Change gitcdn link (alshedivat#234)" (alshedivat#364) This reverts commit 0e4df83. * minor updates to CONTRIBUTING and LICENSE, add website (alshedivat#365) * Revert jekyll-scholar bibtex filters (alshedivat#381) * Revert "Fix latex rendering issue in the bibliography entries (alshedivat#358)" This reverts commit e328dc6. * Update mathjax version to 3.2.0 * Add bibtex_filters explicitly to _config.yml * add website (alshedivat#383) * Add 'main' branch for newer GitHub repositories (alshedivat#389) * add stackoverflow id (alshedivat#400) * Add 404.html (alshedivat#412) * add jekyll target blank plugin (alshedivat#404) * add jekyll target blank * Remove manual target blank from everywhere * Update README.md * Set ruby version to 3.0.2 in the deploy script Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai> * Add jekyll-diagrams (alshedivat#333) * Add mermaid support via jekyll-diagrams * Add mermaid install to deploy workflow * Update README.md * Update README.md * Update README.md * Add RSS icon to social.html (alshedivat#418) * Add rss icon * Add a blank line to make sure rss icon is always at the last * Update README.md * adds color transition support to li elements (alshedivat#434) * Adding month to publication section (alshedivat#433) * Update deploy.yml (alshedivat#436) ‘action’ is deprecated, change to ‘ruby’ https://github.com/ruby/setup-ruby * Optimize Website Load Time (alshedivat#435) * Place js files after body tag * Add Analytics to the end of script * Minor nits and fixes Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com> * Add support for responsive images (alshedivat#439) * Added Jekyll-Archives (for tags, categories) and Jekyll site-map (alshedivat#346) * Add webpage to academic pages list * adding panelbear analytics * added categories for projects and horizontal mode display for projects * rewrote the code to ensure it works properly with current project definitions * Style adjustments * added blockquote format, jekyll-archives, tag, year archive pages, and reading time. * added archive meta to blog posts list and individual posts. * added sitemap * stylistic modifications to jekyll-archive addition * Minor fixes Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com> * Optimize dark theme (alshedivat#431) * Optimize dark theme * Fix-up * Minor fixes Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com> * Add best practices info to README * Remove theming dependence on jquery * Update README.md * Update README.md * remove extra space in profile image path (alshedivat#451) * Revert "remove extra space in profile image path (alshedivat#451)" (alshedivat#468) This reverts commit 0a8bfb4. * Fix broken read_time in blog/index.html (alshedivat#469) * Lighthouse enhancements (alshedivat#445) * Add TOC to distill blog posts (alshedivat#470) * Fix a small bug in _includes/responsive_img.html Correctly fixes the issue mentioned in alshedivat#471. * Add a website to list of academics websites (alshedivat#473) * Switch to uing <picture> for responsive images * Use WebP responsive images (alshedivat#498) This PR replaces the jekyll-responsive-images with jekyll-imagemagick for responsive WebP images. WebP images are much smaller compared to PNG and JPEG, faster to load and most of the modern browsers recommend it. More information about WebP images: https://developers.google.com/speed/webp * Delete assets/resized directory from GIT (alshedivat#440) * Update 2015-10-20-math.md (alshedivat#514) Typo * Better SEO, OpenGraph, schema.org and clean generated code (alshedivat#481) * Fix distill dark mode again (alshedivat#517) * Correctly slugify distill TOC (alshedivat#519) * Correctly slugify distill TOC * Add special character to demo distill post's TOC * Minor fixes (alshedivat#522) * Fix distill collapsible Navbar (alshedivat#524) * Update library versions (bootstap, jquery, fontawesome, academicicons, masonry, mdbootstrap) (alshedivat#521) * added my website to readme examples (alshedivat#530) * Add website to README.md (alshedivat#533) * fixed title for og preview, otherwise its "blank" (alshedivat#531) * fixed title for og preview, otherwise its "blank" * Update _includes/metadata.html Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Add my personal website to Readme examples (alshedivat#535) * Add my own site to the readme (alshedivat#545) * Update README.md and LICENSE year (alshedivat#544) * Change -webkit-transition to transition-property (alshedivat#540) As per https://developer.mozilla.org/en-US/docs/Web/CSS/@media/-webkit-transition, webkit-transition feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. * Layout Spacing problem when footer_fixed: false (alshedivat#554) * fix space * Minor adjustments Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai> * Add Yang's webpage (alshedivat#559) * Fix a small bug in news (alshedivat#560) * Theme and responsiveness fixes (alshedivat#509) * Dark themed cards * Responsiveness fixes * added dark stylesheet option * highlight theme toggle * added highlight function * added highlight themes to assets/css * offline highlight implementation * Fixes for masonry * Revert "added highlight themes to assets/css" This reverts commit ee7cb76. * Update `code syntax highlighting` to use jsdelivr CDN * Project card responsiveness fixes * added personal website to readme veedata.github.io * Reverted responsiveness chnages * Minor adjustments Co-authored-by: rohandebsarkar <rohandebsarkar@gmail.com> Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai> * enable blog to redirect to asset (alshedivat#550) * Add custom favicon if needed (alshedivat#386) * Fix alshedivat#565 * mention K-Wu personal website in readme (alshedivat#575) * Added amalawilson.com to the list of user samples (alshedivat#595) * Added a star (alshedivat#617) * Empty entrytype if not article or inproceedings (alshedivat#578) For bibtex entries that are neither articles nor proceedings, the value `entrytype` carries over from the previous entry in the loop, leading to incorrect displays. This PR fixes that. * Fix table colors in dark mode (alshedivat#624) * Call bash on bin/deploy in github actions (alshedivat#625) * Add support for external blog posts (alshedivat#647) * Add support for external blog posts * Cosmetic fixes * Added documentation on publication buttons (alshedivat#651) * Added documentation on publication buttons * Added missing </details> * Added bibtex filter to hide custom bibtex keywords from bib file output (alshedivat#652) * Add a new star (alshedivat#667) Add a start to list of academic personal webpages * Delete `travis.yml` (alshedivat#665) * Add `jekyll-minifier` (alshedivat#668) * Remove obsolete plugins * Add `jekyll-minifier` * Add `JEKYLL_ENV=production` * Add support for `nav_order` and Fix hardcoded navbar titles (alshedivat#664) * Minor fixes for previous PR alshedivat#668 (alshedivat#672) * Fix theme (alshedivat#697) * fix theme * fix theme Co-authored-by: rohandebsarkar <rohandebsarkar@gmail.com> * Add support for CV (alshedivat#628) * Minor changes and fixes (alshedivat#726) * Support for cicular image (alshedivat#728) * Adds vertical scrollbar to news (alshedivat#729) * Update Lighthouse PageSpeed Insights * Adds support for bypassing GitHub Pages Jekyll processing (alshedivat#738) * Adds support for preview images for publications (alshedivat#730) * Adds support for publication teaser * Adds an example for publication teaser * Update example publication teaser * Update size * change `teaser` to `preview` * Update _config.yml Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Update _layouts/bib.html Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Update _layouts/bib.html Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Update _layouts/bib.html Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Update _sass/_base.scss Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Update _sass/_base.scss Co-authored-by: Maruan <alshedivat@users.noreply.github.com> Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Adds support for tag-list (alshedivat#734) * Adds support for tag-list * Update _sass/_base.scss Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Made tags optional * Responsive deign for tag-list Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Fix typos in _layouts/about.html (alshedivat#739) * add star (alshedivat#744) * Change imagemagick optional to depend on one variable (alshedivat#745) * Fix Previous PR (alshedivat#745) (alshedivat#746) * Fix responsive image (alshedivat#748) * fix * base url * Revert "base url" This reverts commit 2e81d32. * fix * Better bundler caching for GitHub Actions (alshedivat#750) * Better caching for GitHub Actions * Update `actions/checkout` to `v3` * docs: add alshedivat as a contributor for design, code (alshedivat#751) * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * Update .all-contributorsrc * Update README.md * Update .all-contributorsrc Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai> * docs: add rohandebsarkar as a contributor for code (alshedivat#752) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * Add Dockerfile for easy installation on local machine (alshedivat#532) * docs: add pourmand1376 as a contributor for code (alshedivat#753) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * Update README.md * Update README.md * Update README.md * Adds support `max_author_limit` (alshedivat#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> * Fix scripts (alshedivat#755) * Include bootstrap bundle (alshedivat#756) * Bootstrap js SRI fix (alshedivat#757) * fix more authors bug (alshedivat#758) * fix more authors bug * fix * add preview Co-authored-by: Rohan Deb Sarkar <rohandebsarkar@gmail.com> * Optimize image qualities and a fix (alshedivat#762) * blog tag-list * optimize publication preview * better compression * optimize jpg project images * reduce sizes of project images * fix * Skip Docker Image on Forked Images (alshedivat#767) * Add Tags for Docker Images (alshedivat#754) * Adds support for repositories (alshedivat#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 a9dd4d5. * add last line * fix * github only * fix * Add instructions * Add `README.md` instructions * Add `nav_order` * Adds support for GA4 Google Analytics (alshedivat#727) * Update `analytics.html` * Update `config.yml` * Update * Update * Added my webpage to the list (alshedivat#788) Added my webpage to the list. * Fix title spaces and a few links (alshedivat#789) * fix title * fix a few links * add line * Add website (alshedivat#802) * Fix commas in author list (alshedivat#770) * Support different colors for different kinds of publications in publication list (alshedivat#797) * Add personal page (alshedivat#812) * Update README.md * add page (alshedivat#817) * fix alshedivat#814 (alshedivat#818) * fixe typos (alshedivat#823) * Fix grammar (alshedivat#848) * Update 2018-12-22-distill.md * Update README.md * Display booktitle for publications of type incollection (alshedivat#871) * Adding Table of Contents to Readme file (alshedivat#876) * Add dominikstrb's personal page (alshedivat#880) Added a link to my personal website to the README * Add Semantic Scholar social integration (alshedivat#879) * add more social media (alshedivat#878) alshedivat#877 is an explanation of the issue. The new icons include Kaggle, LastFM, Spotify, Pinterest, Unsplash, Instagram, and Facebook, and you can change their order. * add multiple last names in bibliography (alshedivat#905) Multiple last names can be defined to be highlighted in the bibliography (alshedivat#904) * fix bug where proceedings do not render (alshedivat#913) * Improve info about theme colors (alshedivat#911) * Add docker badges (alshedivat#888) * Update README.md * Set the margin according to the alignment selected (alshedivat#928) As reported in alshedivat#927, the style of the profile class only considers a left-margin regardless of the alignment option selected. Thus, when the user changes the default alignment there is no corresponding margin to match their selection. My commit addresses this by enabling the corresponding margin for the left or right alignment options * Fix default highlighting (alshedivat#931) The default setting `media="none"` disables code highlighting. This works OK when we have `enable_darkmode: true` in `config.yml` as the code handling the dark/light theme switching takes care of setting `media=""` for the preferred theme. However, setting `enable_darkmode: false` prevents importing `theme.js` which in turn prevents said change thus the default highlighting stays disabled. Setting `media=""` by default enables the default highlighting when `enable_darkmode` is false. Fixes alshedivat#929 * Fixed missing year in title when in blog archive (alshedivat#921) Fixed missing year in title when visualizing blog archive filtered by year Signed-off-by: George Araujo <george.gcac@gmail.com> * Slugify tag and category links (alshedivat#947) Fixes links to jekyll-archive pages when tag/category contains spaces. * Update README.md (alshedivat#953) added the link to the personal academic site I've started working on using al-folio in the table * Fixed broken link to distill-style blog post (alshedivat#957) Updated README.md with the correct link to the distill-style blog post example. * Add a progress bar to show the scroll position (alshedivat#934) This feature adds a horizontal bar under the top menu which tracks the vertical scroll position. Such a feature can be useful to represent how much is left to read on the current page more aesthetically. As this is an optional feature, `enable_progressbar` must be set to `true` in `_config.yml` to activate the functionality. I am not the original author of this code. I just made it compatible with the current version of the template at the time of this commit. The original code was most likely authored by Pankaj Parashar in this [post](https://css-tricks.com/reading-position-indicator/) made a few years before the first inclusion in an `al-folio` site. Then, the code was adapted for compatibility with the template at Anthony Plantanios' site. Finally, I did the last updates to have the code fit the new conventions used in the project. This was discussed in alshedivat#557 Co-authored-by: rohandebsarkar <rohandebsarkar@gmail.com> * Enable progress bar by default * Add WhatsApp to social integration (alshedivat#945) * Add altmetric badges to paper (alshedivat#950) [Altmetric](https://www.altmetric.com/) tracks social media and citation activity for a paper. I added an option to add the altmeric id to a paper's bib entry, which results in the altmeric badge for the paper being displayed next to the other buttons. As an example, I added the altmetric id for the Einstein, Podolsky & Rosen paper. * Small stylistic fix * Update README.md * Add Docker-compose file for windows compatibility (alshedivat#875) This file makes it easier for windows users to use docker. (Closes alshedivat#829) Previous to this commit, those who used Windows had to install Ubuntu inside windows (via WSL) and run our commands. Now they can run it by just typing `docker-compose up`. > The main problem was that `./bin/dockerhub_run.sh` command was written with `Bash` in mind and you had to change it a little bit to make it compatible with windows `Powershell`. We shouldn't have two scripts. This is why adding a `docker-compose.yml` file is necessary. * Added Mastodon to social (alshedivat#974) * Add Junshen's personal page (alshedivat#979) Added a link to my personal website to the README. * Add support for Disqus comments on distill posts (alshedivat#981) Fixes alshedivat#980. * Add backlink to verify mastodon (alshedivat#978) * New update to GH Actions: Deprecating `save-state` and `set-output` commands (alshedivat#986) Hi there First of all, thanks for this amazing complete theme Due to this warning which has been recently showed by Github, `::set-output` will be deprecated and must be replaced with a new method ![image](https://user-images.githubusercontent.com/86428901/201933020-4a53d735-08b4-41d3-b38c-e16942fdd64e.png) topic: [GitHub Actions: Deprecating save-state and set-output commands](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/) Thanks * Add Andreas Kuster's published webpage (alshedivat#991) Thanks a lot for this very neat and professional template. This PR adds my academic page to the Academics list * Adds Telegram to social integrations (alshedivat#992) * fix deploy script for `--user` (alshedivat#994) Fixes alshedivat#820. Explanation: alshedivat#969 (comment) * add ellisbrown.github.io reference (alshedivat#1008) * Update README.md (alshedivat#1014) Adding my webpage. * ADD More Clear Explanations in README (alshedivat#1012) * Add Container Name (alshedivat#1021) * Adapt repo code to handle branches too (alshedivat#1003) * Add support for giscus comments (alshedivat#1028) adds support for comments on posts using https://giscus.app/ * Add interactive plotly example to distill post (alshedivat#1027) * Hide the other opened box (Bib, Abs), if any (alshedivat#1002) * Add Pre-commit Hook (alshedivat#801) * Improve bib layout for thesis (alshedivat#920) * add star to readme (alshedivat#1064) * Add youtube as a social option (alshedivat#1007) * Fix medium zoom on small devices (alshedivat#1084) fixes alshedivat#1006 * Fix SRI hash (alshedivat#1087) Sorry, forgot to change the SRI. * Fix Docker Problem (alshedivat#1074) * Adds Dimensions badge (alshedivat#1086) This adds a dimension badge as requested in alshedivat#987. This separates the the links from the badges, in case more badges need to be added in the future. * Add news page (alshedivat#1085) fixes alshedivat#993 Also added links to news and publications from respective section headers on the home page. Changed the colors of the header links to make it consistent with the previous look. * Added my star to README (alshedivat#1093) Added my webpage link (⭐) to the table of `al-folio` users. * Update favicon emoji length limit (alshedivat#1099) Since, a image file will always contain a dot and a three letter extension at least (ex: `.jpg`, `.png`, `.jpeg`, etc). Therefore we can safely set the limit up to 4. fixes alshedivat#1096 * fix distill hyperlink color (alshedivat#1113) Make distill hyperlink color logic consistent with rest of the theme. fixes alshedivat#1105 * fix: small typo (alshedivat#1143) fix a small typo * Use figure for bib entry preview (alshedivat#1152) This makes sure that the image is resized per media type by imagemagick. The result is still a bit too big (1400 width on desktop), but better than nothing. Signed-off-by: Zuhair AlSader <zalsader@hotmail.com> * Add CogSci workshop to list of workshops in README (alshedivat#1170) created a new row in the 'Workshops' section to add a workshop at Cogsci 2022 where we used this awesome template! Thanks! * Add star to academic portfolios (alshedivat#1178) Adding my portfolio website to the list. * Added george-gca academic site (alshedivat#1183) Added new academic site Signed-off-by: George Araújo <george.gcac@gmail.com> Signed-off-by: George Araújo <george.gcac@gmail.com> * Update README.md to encourage people to use `Use this template` (alshedivat#1167) This PR changes README.md to encourage people to use `Use this template` rather than `fork`. ### Differences between `Use this template` and fork > - A new fork includes the entire commit history of the parent repository, while a repository created from a template starts with a single commit. > - Commits to a fork don't appear in your contributions graph, while commits to a repository created from a template do appear in your contribution graph. > - A fork can be a temporary way to contribute code to an existing project, while creating a repository from a template starts a new project quickly. [Ref](https://docs.github.com/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template) ### Cons Possible con would be that it is harder to pull the new changes from this repo to the users' repos. It does not seem like impossible to do so but it will require additonal actions on the users end. - https://github.com/orgs/community/discussions/23528 - https://stackoverflow.com/questions/56577184/github-pull-changes-from-a-template-repository --------- Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Add OSF to social (alshedivat#1185) * Update README.md * Update 404.html wording for accessibility (alshedivat#1194) * Added related posts section (alshedivat#1168) * Add star to academic portfolios (alshedivat#1202) * feat: add wikipedia social (alshedivat#1097) I imagine more people have wikipedia accounts than wikidata entries about them 😉 * OSF social link (alshedivat#1217) Added missing "/" in the OSF link. * Added information about using github action (alshedivat#1226) By using this Github action it is possible to keep the derived repository up-to-date with its template. I am currently using this to keep my website up to date with the template repository. An example of the PR this action creates can be seen [here](george-gca/george-gca.github.io#13). Signed-off-by: George Araújo <george.gcac@gmail.com> * Added github 🏆 section in repositories (alshedivat#1229) Creates a new section with user trophies. * Replace bin/deploy with GitHub Action (alshedivat#1234) This PR updates `deploy.yml` to use the GitHub Action [Deploy to GitHub Pages](https://github.com/marketplace/actions/deploy-to-github-pages). * Avoiding specific warning on Google Chrome (alshedivat#1268) Avoids a warning that appears in the console when opening the site on Google Chrome * Added related_posts false to the announcements front matter (alshedivat#1266) Added `related_posts: false` to the announcements front matter to avoid errors like alshedivat#1203. Also included explanation in README FAQ section. * Update README.md: added new profile (alshedivat#1263) * Implemented copy code button feature (alshedivat#1267) Implemented support for copy code button in code blocks (alshedivat#1262), also updated blog post about code to reflect it. * Added more options to altmetric badge, changed to arxiv code first (alshedivat#1269) * update readme + remove sponsorship info (alshedivat#1274) majority of the recent improvements to al-folio have been truly driven by a growing community of fans and contributors. this template has gradually transformed from a low-key weekend project into a "public good" of some sort used by thousands of people, university labs and classes, and academic conference and workshops. as such, having personal sponsorship info from the repository is no longer relevant. as the community grows a bit further, we may have to think about establishing some kind of governance around decisions of how al-folio is supposed to evolve, which features to prioritize, and how to reward contributors for their hard work. for now, these decisions will be made by the project maintainers (active contributors are welcome to join the team). and I'm all ears for proposals and suggestions! * Fixed one-word typo in _config.yml (Non-Urgent) (alshedivat#1288) * Update README - Add new profile (alshedivat#1285) * Moved information about creating your repo to front (alshedivat#1298) Moved information about using this template to the beginning of the installation part, added a few more documentation links in it, fixed some typos. --------- Signed-off-by: George Araújo <george.gcac@gmail.com> * Fixed some typos in _config.yml and README.md (alshedivat#1306) * Fix assets sitemap exclusion (alshedivat#1315) * Implemented latest posts on about page (alshedivat#1307) Adresses alshedivat#340 --------- Signed-off-by: George Araújo <george.gcac@gmail.com> * Implemented details tag for distill blog (alshedivat#1321) * Fix publication button spacing (alshedivat#1322) * docs: add george-gca as a contributor for code (alshedivat#1323) * Update README.md --------- Signed-off-by: George Araujo <george.gcac@gmail.com> Signed-off-by: Zuhair AlSader <zalsader@hotmail.com> Signed-off-by: George Araújo <george.gcac@gmail.com> Co-authored-by: Maruan <alshedivat@users.noreply.github.com> Co-authored-by: Riddhiman Adib <adib2149@gmail.com> Co-authored-by: Julian Streyczek <82290284+JulianStreyczek@users.noreply.github.com> Co-authored-by: Sebastian Daza <sebastian.daza@gmail.com> Co-authored-by: Maik Wöhl <maik.woehl@googlemail.com> Co-authored-by: Amir Pourmand <pourmand1376@gmail.com> Co-authored-by: Rohan Deb Sarkar <rohandebsarkar@gmail.com> Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai> Co-authored-by: Steven Rick <srick@eng.ucsd.edu> Co-authored-by: José M. Requena Plens <joreple@upv.es> Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com> Co-authored-by: Dinesh Natesan <AbstractGeek@users.noreply.github.com> Co-authored-by: Edsuns <edsuns@qq.com> Co-authored-by: Karim de Fombelle <karim.defombelle@gmail.com> Co-authored-by: Xiaochen Zhu <42903201+zhxchd@users.noreply.github.com> Co-authored-by: Nipuna Weerasekara <w.nipuna@gmail.com> Co-authored-by: Julian Lehrer <jmlehrer@ucsc.edu> Co-authored-by: Jun-Liang Lin <82939287+junliang-lin@users.noreply.github.com> Co-authored-by: Ali Kuwajerwala <aliqk1603@gmail.com> Co-authored-by: Scott Lee Chua <51027688+scottleechua@users.noreply.github.com> Co-authored-by: Jack Lloyd-Walters <skiy@outlook.com> Co-authored-by: Vanshaj Kerni <vkerni@ph.iitr.ac.in> Co-authored-by: yyang768osu <yyang.ohiostate@gmail.com> Co-authored-by: Viraj Thakkar <43007623+veedata@users.noreply.github.com> Co-authored-by: Jiashu Xu <jiashuxu@usc.edu> Co-authored-by: Kun Wu <tonywukun@qq.com> Co-authored-by: Amala Wilson <amalachirayil@gmail.com> Co-authored-by: Tirtharaj Dash <dashtirtharaj@gmail.com> Co-authored-by: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Co-authored-by: Tønnes Nygaard <tonnes.nygaard@gmail.com> Co-authored-by: Carolina Carreira <carolinamcarreira@gmail.com> Co-authored-by: Rohan Deb Sarkar <rohandebsarkar+git@gmail.com> Co-authored-by: Manan Dey <manandey1@gmail.com> Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Congcong Li <20706332+lufficc@users.noreply.github.com> Co-authored-by: johanneshoerner <110042110+johanneshoerner@users.noreply.github.com> Co-authored-by: Ioannis Mavromatis <44159802+ioannismavromatis@users.noreply.github.com> Co-authored-by: gzwongkk <gzwongkk@gmail.com> Co-authored-by: Leandro A. Bugnon <lbugnon@sinc.unl.edu.ar> Co-authored-by: Tai D Nguyen <tainguyen7597@gmail.com> Co-authored-by: Yavuz Alp Sencer ÖZTÜRK <28690608+alpsencer@users.noreply.github.com> Co-authored-by: wristy <wristy8@gmail.com> Co-authored-by: Lucas Hosseini <lucas.hosseini@gmail.com> Co-authored-by: Dominik Straub <dominikstrb@mailbox.org> Co-authored-by: Amir Hossein Kargaran <kargaranamir@gmail.com> Co-authored-by: Josh Veitch-Michaelis <j.veitchmichaelis+github@gmail.com> Co-authored-by: Carlos Morales <carlosmorales777@gmail.com> Co-authored-by: George <31376482+george-gca@users.noreply.github.com> Co-authored-by: Simmo Saan <simmo.saan@gmail.com> Co-authored-by: Tyler Barna <57914086+tylerbarna@users.noreply.github.com> Co-authored-by: Miroslav Suzara <miroslav.suzara@gmail.com> Co-authored-by: Muhamamd Naufal Shidqi <nopal.sidqi@gmail.com> Co-authored-by: bruno vianna <bruno@pobox.com> Co-authored-by: Junshen Xu <junshenxu1996@gmail.com> Co-authored-by: Alireza Dehghanzadeh <86428901+adehghanzadeh@users.noreply.github.com> Co-authored-by: Andreas Kuster <20418060+andreaskuster@users.noreply.github.com> Co-authored-by: Andrea Gasparini <andrea.gasparini11@gmail.com> Co-authored-by: Ellis Brown <ellis.l.brown.ii@gmail.com> Co-authored-by: Noman Bashir <noman.bashir.ahmad@gmail.com> Co-authored-by: Fares Meghdouri <33158574+fm94@users.noreply.github.com> Co-authored-by: Mohammad Qodrati <qodrati.m@gmail.com> Co-authored-by: djherron <dave.herron1@gmail.com> Co-authored-by: Philip Wong <4522927+p2635@users.noreply.github.com> Co-authored-by: Rohan Deb Sarkar <rohandebsarkar@protonmail.com> Co-authored-by: Rodo-Singh <adityasinghdrdo@gmail.com> Co-authored-by: ZhengLin Li <63448884+ZhengLin-Li@users.noreply.github.com> Co-authored-by: Zuhair AlSader <zalsader@hotmail.com> Co-authored-by: Kushin Mukherjee <kushinm11@gmail.com> Co-authored-by: Divakar Verma <divakarv96@gmail.com> Co-authored-by: Kotaro Suto <ng1a5ss43@gmail.com> Co-authored-by: Mathias Micheel <49622130+buerviper@users.noreply.github.com> Co-authored-by: Bashir Kazimi <kazimibashir907@gmail.com> Co-authored-by: Allie <13716824+ChildishGiant@users.noreply.github.com> Co-authored-by: Scott Lee Chua <scottleechua@gmail.com> Co-authored-by: Do Hai Son <dohaison1998@gmail.com> Co-authored-by: Douglas <48629993+DouglasKrouth@users.noreply.github.com> Co-authored-by: Raphael Azorin <azorin.raphael@gmail.com> Co-authored-by: Chen Chen <maker_cc@foxmail.com> Co-authored-by: gaspardbb <40466739+gaspardbb@users.noreply.github.com>
passalis
added a commit
to passalis/passalis.github.io
that referenced
this pull request
Apr 22, 2023
* Update _config.yml * Update bug_report.md * Fix latex rendering issue in the bibliography entries (alshedivat#358) * adds submenu in navigation bar. (fixes issue alshedivat#159) (alshedivat#334) * adds submenu in navigation bar. (fixes issue alshedivat#159) * Updated scss files to change hover animations on dropdown submenus, on both dark mode and light mode * Revert "Change gitcdn link (alshedivat#234)" (alshedivat#364) This reverts commit 0e4df83. * minor updates to CONTRIBUTING and LICENSE, add website (alshedivat#365) * Revert jekyll-scholar bibtex filters (alshedivat#381) * Revert "Fix latex rendering issue in the bibliography entries (alshedivat#358)" This reverts commit e328dc6. * Update mathjax version to 3.2.0 * Add bibtex_filters explicitly to _config.yml * add website (alshedivat#383) * Add 'main' branch for newer GitHub repositories (alshedivat#389) * add stackoverflow id (alshedivat#400) * Add 404.html (alshedivat#412) * add jekyll target blank plugin (alshedivat#404) * add jekyll target blank * Remove manual target blank from everywhere * Update README.md * Set ruby version to 3.0.2 in the deploy script Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai> * Add jekyll-diagrams (alshedivat#333) * Add mermaid support via jekyll-diagrams * Add mermaid install to deploy workflow * Update README.md * Update README.md * Update README.md * Add RSS icon to social.html (alshedivat#418) * Add rss icon * Add a blank line to make sure rss icon is always at the last * Update README.md * adds color transition support to li elements (alshedivat#434) * Adding month to publication section (alshedivat#433) * Update deploy.yml (alshedivat#436) ‘action’ is deprecated, change to ‘ruby’ https://github.com/ruby/setup-ruby * Optimize Website Load Time (alshedivat#435) * Place js files after body tag * Add Analytics to the end of script * Minor nits and fixes Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com> * Add support for responsive images (alshedivat#439) * Added Jekyll-Archives (for tags, categories) and Jekyll site-map (alshedivat#346) * Add webpage to academic pages list * adding panelbear analytics * added categories for projects and horizontal mode display for projects * rewrote the code to ensure it works properly with current project definitions * Style adjustments * added blockquote format, jekyll-archives, tag, year archive pages, and reading time. * added archive meta to blog posts list and individual posts. * added sitemap * stylistic modifications to jekyll-archive addition * Minor fixes Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com> * Optimize dark theme (alshedivat#431) * Optimize dark theme * Fix-up * Minor fixes Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com> * Add best practices info to README * Remove theming dependence on jquery * Update README.md * Update README.md * remove extra space in profile image path (alshedivat#451) * Revert "remove extra space in profile image path (alshedivat#451)" (alshedivat#468) This reverts commit 0a8bfb4. * Fix broken read_time in blog/index.html (alshedivat#469) * Lighthouse enhancements (alshedivat#445) * Add TOC to distill blog posts (alshedivat#470) * Fix a small bug in _includes/responsive_img.html Correctly fixes the issue mentioned in alshedivat#471. * Add a website to list of academics websites (alshedivat#473) * Switch to uing <picture> for responsive images * Use WebP responsive images (alshedivat#498) This PR replaces the jekyll-responsive-images with jekyll-imagemagick for responsive WebP images. WebP images are much smaller compared to PNG and JPEG, faster to load and most of the modern browsers recommend it. More information about WebP images: https://developers.google.com/speed/webp * Delete assets/resized directory from GIT (alshedivat#440) * Update 2015-10-20-math.md (alshedivat#514) Typo * Better SEO, OpenGraph, schema.org and clean generated code (alshedivat#481) * Fix distill dark mode again (alshedivat#517) * Correctly slugify distill TOC (alshedivat#519) * Correctly slugify distill TOC * Add special character to demo distill post's TOC * Minor fixes (alshedivat#522) * Fix distill collapsible Navbar (alshedivat#524) * Update library versions (bootstap, jquery, fontawesome, academicicons, masonry, mdbootstrap) (alshedivat#521) * added my website to readme examples (alshedivat#530) * Add website to README.md (alshedivat#533) * fixed title for og preview, otherwise its "blank" (alshedivat#531) * fixed title for og preview, otherwise its "blank" * Update _includes/metadata.html Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Add my personal website to Readme examples (alshedivat#535) * Add my own site to the readme (alshedivat#545) * Update README.md and LICENSE year (alshedivat#544) * Change -webkit-transition to transition-property (alshedivat#540) As per https://developer.mozilla.org/en-US/docs/Web/CSS/@media/-webkit-transition, webkit-transition feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. * Layout Spacing problem when footer_fixed: false (alshedivat#554) * fix space * Minor adjustments Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai> * Add Yang's webpage (alshedivat#559) * Fix a small bug in news (alshedivat#560) * Theme and responsiveness fixes (alshedivat#509) * Dark themed cards * Responsiveness fixes * added dark stylesheet option * highlight theme toggle * added highlight function * added highlight themes to assets/css * offline highlight implementation * Fixes for masonry * Revert "added highlight themes to assets/css" This reverts commit ee7cb76. * Update `code syntax highlighting` to use jsdelivr CDN * Project card responsiveness fixes * added personal website to readme veedata.github.io * Reverted responsiveness chnages * Minor adjustments Co-authored-by: rohandebsarkar <rohandebsarkar@gmail.com> Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai> * enable blog to redirect to asset (alshedivat#550) * Add custom favicon if needed (alshedivat#386) * Fix alshedivat#565 * mention K-Wu personal website in readme (alshedivat#575) * Added amalawilson.com to the list of user samples (alshedivat#595) * Added a star (alshedivat#617) * Empty entrytype if not article or inproceedings (alshedivat#578) For bibtex entries that are neither articles nor proceedings, the value `entrytype` carries over from the previous entry in the loop, leading to incorrect displays. This PR fixes that. * Fix table colors in dark mode (alshedivat#624) * Call bash on bin/deploy in github actions (alshedivat#625) * Add support for external blog posts (alshedivat#647) * Add support for external blog posts * Cosmetic fixes * Added documentation on publication buttons (alshedivat#651) * Added documentation on publication buttons * Added missing </details> * Added bibtex filter to hide custom bibtex keywords from bib file output (alshedivat#652) * Add a new star (alshedivat#667) Add a start to list of academic personal webpages * Delete `travis.yml` (alshedivat#665) * Add `jekyll-minifier` (alshedivat#668) * Remove obsolete plugins * Add `jekyll-minifier` * Add `JEKYLL_ENV=production` * Add support for `nav_order` and Fix hardcoded navbar titles (alshedivat#664) * Minor fixes for previous PR alshedivat#668 (alshedivat#672) * Fix theme (alshedivat#697) * fix theme * fix theme Co-authored-by: rohandebsarkar <rohandebsarkar@gmail.com> * Add support for CV (alshedivat#628) * Minor changes and fixes (alshedivat#726) * Support for cicular image (alshedivat#728) * Adds vertical scrollbar to news (alshedivat#729) * Update Lighthouse PageSpeed Insights * Adds support for bypassing GitHub Pages Jekyll processing (alshedivat#738) * Adds support for preview images for publications (alshedivat#730) * Adds support for publication teaser * Adds an example for publication teaser * Update example publication teaser * Update size * change `teaser` to `preview` * Update _config.yml Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Update _layouts/bib.html Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Update _layouts/bib.html Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Update _layouts/bib.html Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Update _sass/_base.scss Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Update _sass/_base.scss Co-authored-by: Maruan <alshedivat@users.noreply.github.com> Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Adds support for tag-list (alshedivat#734) * Adds support for tag-list * Update _sass/_base.scss Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Made tags optional * Responsive deign for tag-list Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Fix typos in _layouts/about.html (alshedivat#739) * add star (alshedivat#744) * Change imagemagick optional to depend on one variable (alshedivat#745) * Fix Previous PR (alshedivat#745) (alshedivat#746) * Fix responsive image (alshedivat#748) * fix * base url * Revert "base url" This reverts commit 2e81d32. * fix * Better bundler caching for GitHub Actions (alshedivat#750) * Better caching for GitHub Actions * Update `actions/checkout` to `v3` * docs: add alshedivat as a contributor for design, code (alshedivat#751) * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * Update .all-contributorsrc * Update README.md * Update .all-contributorsrc Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai> * docs: add rohandebsarkar as a contributor for code (alshedivat#752) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * Add Dockerfile for easy installation on local machine (alshedivat#532) * docs: add pourmand1376 as a contributor for code (alshedivat#753) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * Update README.md * Update README.md * Update README.md * Adds support `max_author_limit` (alshedivat#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> * Fix scripts (alshedivat#755) * Include bootstrap bundle (alshedivat#756) * Bootstrap js SRI fix (alshedivat#757) * fix more authors bug (alshedivat#758) * fix more authors bug * fix * add preview Co-authored-by: Rohan Deb Sarkar <rohandebsarkar@gmail.com> * Optimize image qualities and a fix (alshedivat#762) * blog tag-list * optimize publication preview * better compression * optimize jpg project images * reduce sizes of project images * fix * Skip Docker Image on Forked Images (alshedivat#767) * Add Tags for Docker Images (alshedivat#754) * Adds support for repositories (alshedivat#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 a9dd4d5. * add last line * fix * github only * fix * Add instructions * Add `README.md` instructions * Add `nav_order` * Adds support for GA4 Google Analytics (alshedivat#727) * Update `analytics.html` * Update `config.yml` * Update * Update * Added my webpage to the list (alshedivat#788) Added my webpage to the list. * Fix title spaces and a few links (alshedivat#789) * fix title * fix a few links * add line * Add website (alshedivat#802) * Fix commas in author list (alshedivat#770) * Support different colors for different kinds of publications in publication list (alshedivat#797) * Add personal page (alshedivat#812) * Update README.md * add page (alshedivat#817) * fix alshedivat#814 (alshedivat#818) * fixe typos (alshedivat#823) * Fix grammar (alshedivat#848) * Update 2018-12-22-distill.md * Update README.md * Display booktitle for publications of type incollection (alshedivat#871) * Adding Table of Contents to Readme file (alshedivat#876) * Add dominikstrb's personal page (alshedivat#880) Added a link to my personal website to the README * Add Semantic Scholar social integration (alshedivat#879) * add more social media (alshedivat#878) alshedivat#877 is an explanation of the issue. The new icons include Kaggle, LastFM, Spotify, Pinterest, Unsplash, Instagram, and Facebook, and you can change their order. * add multiple last names in bibliography (alshedivat#905) Multiple last names can be defined to be highlighted in the bibliography (alshedivat#904) * fix bug where proceedings do not render (alshedivat#913) * Improve info about theme colors (alshedivat#911) * Add docker badges (alshedivat#888) * Update README.md * Set the margin according to the alignment selected (alshedivat#928) As reported in alshedivat#927, the style of the profile class only considers a left-margin regardless of the alignment option selected. Thus, when the user changes the default alignment there is no corresponding margin to match their selection. My commit addresses this by enabling the corresponding margin for the left or right alignment options * Fix default highlighting (alshedivat#931) The default setting `media="none"` disables code highlighting. This works OK when we have `enable_darkmode: true` in `config.yml` as the code handling the dark/light theme switching takes care of setting `media=""` for the preferred theme. However, setting `enable_darkmode: false` prevents importing `theme.js` which in turn prevents said change thus the default highlighting stays disabled. Setting `media=""` by default enables the default highlighting when `enable_darkmode` is false. Fixes alshedivat#929 * Fixed missing year in title when in blog archive (alshedivat#921) Fixed missing year in title when visualizing blog archive filtered by year Signed-off-by: George Araujo <george.gcac@gmail.com> * Slugify tag and category links (alshedivat#947) Fixes links to jekyll-archive pages when tag/category contains spaces. * Update README.md (alshedivat#953) added the link to the personal academic site I've started working on using al-folio in the table * Fixed broken link to distill-style blog post (alshedivat#957) Updated README.md with the correct link to the distill-style blog post example. * Add a progress bar to show the scroll position (alshedivat#934) This feature adds a horizontal bar under the top menu which tracks the vertical scroll position. Such a feature can be useful to represent how much is left to read on the current page more aesthetically. As this is an optional feature, `enable_progressbar` must be set to `true` in `_config.yml` to activate the functionality. I am not the original author of this code. I just made it compatible with the current version of the template at the time of this commit. The original code was most likely authored by Pankaj Parashar in this [post](https://css-tricks.com/reading-position-indicator/) made a few years before the first inclusion in an `al-folio` site. Then, the code was adapted for compatibility with the template at Anthony Plantanios' site. Finally, I did the last updates to have the code fit the new conventions used in the project. This was discussed in alshedivat#557 Co-authored-by: rohandebsarkar <rohandebsarkar@gmail.com> * Enable progress bar by default * Add WhatsApp to social integration (alshedivat#945) * Add altmetric badges to paper (alshedivat#950) [Altmetric](https://www.altmetric.com/) tracks social media and citation activity for a paper. I added an option to add the altmeric id to a paper's bib entry, which results in the altmeric badge for the paper being displayed next to the other buttons. As an example, I added the altmetric id for the Einstein, Podolsky & Rosen paper. * Small stylistic fix * Update README.md * Add Docker-compose file for windows compatibility (alshedivat#875) This file makes it easier for windows users to use docker. (Closes alshedivat#829) Previous to this commit, those who used Windows had to install Ubuntu inside windows (via WSL) and run our commands. Now they can run it by just typing `docker-compose up`. > The main problem was that `./bin/dockerhub_run.sh` command was written with `Bash` in mind and you had to change it a little bit to make it compatible with windows `Powershell`. We shouldn't have two scripts. This is why adding a `docker-compose.yml` file is necessary. * Added Mastodon to social (alshedivat#974) * Add Junshen's personal page (alshedivat#979) Added a link to my personal website to the README. * Add support for Disqus comments on distill posts (alshedivat#981) Fixes alshedivat#980. * Add backlink to verify mastodon (alshedivat#978) * New update to GH Actions: Deprecating `save-state` and `set-output` commands (alshedivat#986) Hi there First of all, thanks for this amazing complete theme Due to this warning which has been recently showed by Github, `::set-output` will be deprecated and must be replaced with a new method ![image](https://user-images.githubusercontent.com/86428901/201933020-4a53d735-08b4-41d3-b38c-e16942fdd64e.png) topic: [GitHub Actions: Deprecating save-state and set-output commands](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/) Thanks * Add Andreas Kuster's published webpage (alshedivat#991) Thanks a lot for this very neat and professional template. This PR adds my academic page to the Academics list * Adds Telegram to social integrations (alshedivat#992) * fix deploy script for `--user` (alshedivat#994) Fixes alshedivat#820. Explanation: alshedivat#969 (comment) * add ellisbrown.github.io reference (alshedivat#1008) * Update README.md (alshedivat#1014) Adding my webpage. * ADD More Clear Explanations in README (alshedivat#1012) * Add Container Name (alshedivat#1021) * Adapt repo code to handle branches too (alshedivat#1003) * Add support for giscus comments (alshedivat#1028) adds support for comments on posts using https://giscus.app/ * Add interactive plotly example to distill post (alshedivat#1027) * Hide the other opened box (Bib, Abs), if any (alshedivat#1002) * Add Pre-commit Hook (alshedivat#801) * Improve bib layout for thesis (alshedivat#920) * add star to readme (alshedivat#1064) * Add youtube as a social option (alshedivat#1007) * Fix medium zoom on small devices (alshedivat#1084) fixes alshedivat#1006 * Fix SRI hash (alshedivat#1087) Sorry, forgot to change the SRI. * Fix Docker Problem (alshedivat#1074) * Adds Dimensions badge (alshedivat#1086) This adds a dimension badge as requested in alshedivat#987. This separates the the links from the badges, in case more badges need to be added in the future. * Add news page (alshedivat#1085) fixes alshedivat#993 Also added links to news and publications from respective section headers on the home page. Changed the colors of the header links to make it consistent with the previous look. * Added my star to README (alshedivat#1093) Added my webpage link (⭐) to the table of `al-folio` users. * Update favicon emoji length limit (alshedivat#1099) Since, a image file will always contain a dot and a three letter extension at least (ex: `.jpg`, `.png`, `.jpeg`, etc). Therefore we can safely set the limit up to 4. fixes alshedivat#1096 * fix distill hyperlink color (alshedivat#1113) Make distill hyperlink color logic consistent with rest of the theme. fixes alshedivat#1105 * fix: small typo (alshedivat#1143) fix a small typo * Use figure for bib entry preview (alshedivat#1152) This makes sure that the image is resized per media type by imagemagick. The result is still a bit too big (1400 width on desktop), but better than nothing. Signed-off-by: Zuhair AlSader <zalsader@hotmail.com> * Add CogSci workshop to list of workshops in README (alshedivat#1170) created a new row in the 'Workshops' section to add a workshop at Cogsci 2022 where we used this awesome template! Thanks! * Add star to academic portfolios (alshedivat#1178) Adding my portfolio website to the list. * Added george-gca academic site (alshedivat#1183) Added new academic site Signed-off-by: George Araújo <george.gcac@gmail.com> Signed-off-by: George Araújo <george.gcac@gmail.com> * Update README.md to encourage people to use `Use this template` (alshedivat#1167) This PR changes README.md to encourage people to use `Use this template` rather than `fork`. ### Differences between `Use this template` and fork > - A new fork includes the entire commit history of the parent repository, while a repository created from a template starts with a single commit. > - Commits to a fork don't appear in your contributions graph, while commits to a repository created from a template do appear in your contribution graph. > - A fork can be a temporary way to contribute code to an existing project, while creating a repository from a template starts a new project quickly. [Ref](https://docs.github.com/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template) ### Cons Possible con would be that it is harder to pull the new changes from this repo to the users' repos. It does not seem like impossible to do so but it will require additonal actions on the users end. - https://github.com/orgs/community/discussions/23528 - https://stackoverflow.com/questions/56577184/github-pull-changes-from-a-template-repository --------- Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Add OSF to social (alshedivat#1185) * Update README.md * Update 404.html wording for accessibility (alshedivat#1194) * Added related posts section (alshedivat#1168) * Add star to academic portfolios (alshedivat#1202) * feat: add wikipedia social (alshedivat#1097) I imagine more people have wikipedia accounts than wikidata entries about them 😉 * OSF social link (alshedivat#1217) Added missing "/" in the OSF link. * Added information about using github action (alshedivat#1226) By using this Github action it is possible to keep the derived repository up-to-date with its template. I am currently using this to keep my website up to date with the template repository. An example of the PR this action creates can be seen [here](george-gca/george-gca.github.io#13). Signed-off-by: George Araújo <george.gcac@gmail.com> * Added github 🏆 section in repositories (alshedivat#1229) Creates a new section with user trophies. * Replace bin/deploy with GitHub Action (alshedivat#1234) This PR updates `deploy.yml` to use the GitHub Action [Deploy to GitHub Pages](https://github.com/marketplace/actions/deploy-to-github-pages). * Avoiding specific warning on Google Chrome (alshedivat#1268) Avoids a warning that appears in the console when opening the site on Google Chrome * Added related_posts false to the announcements front matter (alshedivat#1266) Added `related_posts: false` to the announcements front matter to avoid errors like alshedivat#1203. Also included explanation in README FAQ section. * Update README.md: added new profile (alshedivat#1263) * Implemented copy code button feature (alshedivat#1267) Implemented support for copy code button in code blocks (alshedivat#1262), also updated blog post about code to reflect it. * Added more options to altmetric badge, changed to arxiv code first (alshedivat#1269) * update readme + remove sponsorship info (alshedivat#1274) majority of the recent improvements to al-folio have been truly driven by a growing community of fans and contributors. this template has gradually transformed from a low-key weekend project into a "public good" of some sort used by thousands of people, university labs and classes, and academic conference and workshops. as such, having personal sponsorship info from the repository is no longer relevant. as the community grows a bit further, we may have to think about establishing some kind of governance around decisions of how al-folio is supposed to evolve, which features to prioritize, and how to reward contributors for their hard work. for now, these decisions will be made by the project maintainers (active contributors are welcome to join the team). and I'm all ears for proposals and suggestions! * Fixed one-word typo in _config.yml (Non-Urgent) (alshedivat#1288) * Update README - Add new profile (alshedivat#1285) * Moved information about creating your repo to front (alshedivat#1298) Moved information about using this template to the beginning of the installation part, added a few more documentation links in it, fixed some typos. --------- Signed-off-by: George Araújo <george.gcac@gmail.com> * Fixed some typos in _config.yml and README.md (alshedivat#1306) * Fix assets sitemap exclusion (alshedivat#1315) * Implemented latest posts on about page (alshedivat#1307) Adresses alshedivat#340 --------- Signed-off-by: George Araújo <george.gcac@gmail.com> * Implemented details tag for distill blog (alshedivat#1321) * Fix publication button spacing (alshedivat#1322) * docs: add george-gca as a contributor for code (alshedivat#1323) * Update README.md --------- Signed-off-by: George Araujo <george.gcac@gmail.com> Signed-off-by: Zuhair AlSader <zalsader@hotmail.com> Signed-off-by: George Araújo <george.gcac@gmail.com> Co-authored-by: Maruan <alshedivat@users.noreply.github.com> Co-authored-by: Riddhiman Adib <adib2149@gmail.com> Co-authored-by: Julian Streyczek <82290284+JulianStreyczek@users.noreply.github.com> Co-authored-by: Sebastian Daza <sebastian.daza@gmail.com> Co-authored-by: Maik Wöhl <maik.woehl@googlemail.com> Co-authored-by: Amir Pourmand <pourmand1376@gmail.com> Co-authored-by: Rohan Deb Sarkar <rohandebsarkar@gmail.com> Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai> Co-authored-by: Steven Rick <srick@eng.ucsd.edu> Co-authored-by: José M. Requena Plens <joreple@upv.es> Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com> Co-authored-by: Dinesh Natesan <AbstractGeek@users.noreply.github.com> Co-authored-by: Edsuns <edsuns@qq.com> Co-authored-by: Karim de Fombelle <karim.defombelle@gmail.com> Co-authored-by: Xiaochen Zhu <42903201+zhxchd@users.noreply.github.com> Co-authored-by: Nipuna Weerasekara <w.nipuna@gmail.com> Co-authored-by: Julian Lehrer <jmlehrer@ucsc.edu> Co-authored-by: Jun-Liang Lin <82939287+junliang-lin@users.noreply.github.com> Co-authored-by: Ali Kuwajerwala <aliqk1603@gmail.com> Co-authored-by: Scott Lee Chua <51027688+scottleechua@users.noreply.github.com> Co-authored-by: Jack Lloyd-Walters <skiy@outlook.com> Co-authored-by: Vanshaj Kerni <vkerni@ph.iitr.ac.in> Co-authored-by: yyang768osu <yyang.ohiostate@gmail.com> Co-authored-by: Viraj Thakkar <43007623+veedata@users.noreply.github.com> Co-authored-by: Jiashu Xu <jiashuxu@usc.edu> Co-authored-by: Kun Wu <tonywukun@qq.com> Co-authored-by: Amala Wilson <amalachirayil@gmail.com> Co-authored-by: Tirtharaj Dash <dashtirtharaj@gmail.com> Co-authored-by: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Co-authored-by: Tønnes Nygaard <tonnes.nygaard@gmail.com> Co-authored-by: Carolina Carreira <carolinamcarreira@gmail.com> Co-authored-by: Rohan Deb Sarkar <rohandebsarkar+git@gmail.com> Co-authored-by: Manan Dey <manandey1@gmail.com> Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Congcong Li <20706332+lufficc@users.noreply.github.com> Co-authored-by: johanneshoerner <110042110+johanneshoerner@users.noreply.github.com> Co-authored-by: Ioannis Mavromatis <44159802+ioannismavromatis@users.noreply.github.com> Co-authored-by: gzwongkk <gzwongkk@gmail.com> Co-authored-by: Leandro A. Bugnon <lbugnon@sinc.unl.edu.ar> Co-authored-by: Tai D Nguyen <tainguyen7597@gmail.com> Co-authored-by: Yavuz Alp Sencer ÖZTÜRK <28690608+alpsencer@users.noreply.github.com> Co-authored-by: wristy <wristy8@gmail.com> Co-authored-by: Lucas Hosseini <lucas.hosseini@gmail.com> Co-authored-by: Dominik Straub <dominikstrb@mailbox.org> Co-authored-by: Amir Hossein Kargaran <kargaranamir@gmail.com> Co-authored-by: Josh Veitch-Michaelis <j.veitchmichaelis+github@gmail.com> Co-authored-by: Carlos Morales <carlosmorales777@gmail.com> Co-authored-by: George <31376482+george-gca@users.noreply.github.com> Co-authored-by: Simmo Saan <simmo.saan@gmail.com> Co-authored-by: Tyler Barna <57914086+tylerbarna@users.noreply.github.com> Co-authored-by: Miroslav Suzara <miroslav.suzara@gmail.com> Co-authored-by: Muhamamd Naufal Shidqi <nopal.sidqi@gmail.com> Co-authored-by: bruno vianna <bruno@pobox.com> Co-authored-by: Junshen Xu <junshenxu1996@gmail.com> Co-authored-by: Alireza Dehghanzadeh <86428901+adehghanzadeh@users.noreply.github.com> Co-authored-by: Andreas Kuster <20418060+andreaskuster@users.noreply.github.com> Co-authored-by: Andrea Gasparini <andrea.gasparini11@gmail.com> Co-authored-by: Ellis Brown <ellis.l.brown.ii@gmail.com> Co-authored-by: Noman Bashir <noman.bashir.ahmad@gmail.com> Co-authored-by: Fares Meghdouri <33158574+fm94@users.noreply.github.com> Co-authored-by: Mohammad Qodrati <qodrati.m@gmail.com> Co-authored-by: djherron <dave.herron1@gmail.com> Co-authored-by: Philip Wong <4522927+p2635@users.noreply.github.com> Co-authored-by: Rohan Deb Sarkar <rohandebsarkar@protonmail.com> Co-authored-by: Rodo-Singh <adityasinghdrdo@gmail.com> Co-authored-by: ZhengLin Li <63448884+ZhengLin-Li@users.noreply.github.com> Co-authored-by: Zuhair AlSader <zalsader@hotmail.com> Co-authored-by: Kushin Mukherjee <kushinm11@gmail.com> Co-authored-by: Divakar Verma <divakarv96@gmail.com> Co-authored-by: Kotaro Suto <ng1a5ss43@gmail.com> Co-authored-by: Mathias Micheel <49622130+buerviper@users.noreply.github.com> Co-authored-by: Bashir Kazimi <kazimibashir907@gmail.com> Co-authored-by: Allie <13716824+ChildishGiant@users.noreply.github.com> Co-authored-by: Scott Lee Chua <scottleechua@gmail.com> Co-authored-by: Do Hai Son <dohaison1998@gmail.com> Co-authored-by: Douglas <48629993+DouglasKrouth@users.noreply.github.com> Co-authored-by: Raphael Azorin <azorin.raphael@gmail.com> Co-authored-by: Chen Chen <maker_cc@foxmail.com> Co-authored-by: gaspardbb <40466739+gaspardbb@users.noreply.github.com>
Danial-Alh
added a commit
to Danial-Alh/homepage-alfolio
that referenced
this pull request
Apr 30, 2023
* fix distill pubiblication date (#194) * Improve support for deploying in out-of-tree locations (#81) * Improve support for deploying in out-of-tree locations * Document how to deploy in an out-of-tree location * Add vendor to excludes in _config.yml * Update README.md Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com> * Add favicon (#205) * Add favicon * Add files via upload * Fix titles and headings (#204) * Update head.html * Update header.html * Update head.html * Update header.html * Update about.html Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Update README.md * Update README.md * Update README.md (#216) * Switch favicon to emoji (#217) * Create stale.yml * Update stale.yml * Add gitlab to social (#229) * Add gitlab to social * Add gitlab to social integration * Update Gemfile (#230) * Issue 183 (#192) * Issue 183 * CSS fixes for : * Citations * Footer * Project Cards * Code background * Fix dark mode edge cases (mainly with distill) Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com> * Change gitcdn link (#234) gitcdn.link was quite slow. Use alternate link at gitcdn.xyz. * Categories for projects and an optional horizontal project card style (#224) * Add webpage to academic pages list * adding panelbear analytics * added categories for projects and horizontal mode display for projects * rewrote the code to ensure it works properly with current project definitions * Style adjustments Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com> * Added the Programming Group at HSG to labs (#254) * Added proper instructions in personal webpages (#261) * Added proper instructions in personal webpages Changed "For personal and organization webpages" part, tried to be as concise as possible, in accordance with: alshedivat/al-folio#209 (comment) * Update README.md * Update README.md Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Fix for images (#271) When you fork this directory in your local fork, if you remove images from assets, the README file will be broken. This should fix the README problem, ensuring that images are always up-to-date from the assets folder of the original al-folio folder. * add dblp to social links (#270) * Added BibTeX hidden block (#293) * Added BibTeX hidden block * Minor adjustments Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com> * Fix project page colors (#295) * Adds support for image zoom (#296) * Add image zoom * Minor improvements * Fixes #304. Fix bad horizontal template include (#305) * Fix the blog page title (#331) * Fix distill darkmode (#299) * updating distill post to show fixes done * fix for colors in numerated lists and tables * fixing blockquotes * fixing colors in math, footnotes, references, hover boxes, code highlights * Add example distill overrides * reverted back changes in distill template.v2.js Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com> * Initial Atom (RSS-like) feed support (#284) * initial Atom (RSS-like) feed support * Update _config.yml * Correctly update medium-zoom background when switching theme (#332) * Minor stylistic fixes. * _config.yml: add dblp_url (#336) * Use master for source code for personal/organization webpages and update the document (#344) Co-authored-by: Neeraj Gangwar <neeraj.gangwar@myntra.com> * Correct the documentation for personal/organization and manual deployments (#351) * Adds support for sitemap and robots.txt (#337) * Adds support for sitemap * Adds support for robots.txt * Update _config.yml * Update bug_report.md * Fix latex rendering issue in the bibliography entries (#358) * adds submenu in navigation bar. (fixes issue #159) (#334) * adds submenu in navigation bar. (fixes issue #159) * Updated scss files to change hover animations on dropdown submenus, on both dark mode and light mode * Revert "Change gitcdn link (#234)" (#364) This reverts commit 0e4df83. * minor updates to CONTRIBUTING and LICENSE, add website (#365) * Revert jekyll-scholar bibtex filters (#381) * Revert "Fix latex rendering issue in the bibliography entries (#358)" This reverts commit e328dc6. * Update mathjax version to 3.2.0 * Add bibtex_filters explicitly to _config.yml * add website (#383) * Add 'main' branch for newer GitHub repositories (#389) * add stackoverflow id (#400) * Add 404.html (#412) * add jekyll target blank plugin (#404) * add jekyll target blank * Remove manual target blank from everywhere * Update README.md * Set ruby version to 3.0.2 in the deploy script Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai> * Add jekyll-diagrams (#333) * Add mermaid support via jekyll-diagrams * Add mermaid install to deploy workflow * Update README.md * Update README.md * Update README.md * Add RSS icon to social.html (#418) * Add rss icon * Add a blank line to make sure rss icon is always at the last * Update README.md * adds color transition support to li elements (#434) * Adding month to publication section (#433) * Update deploy.yml (#436) ‘action’ is deprecated, change to ‘ruby’ https://github.com/ruby/setup-ruby * Optimize Website Load Time (#435) * Place js files after body tag * Add Analytics to the end of script * Minor nits and fixes Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com> * Add support for responsive images (#439) * Added Jekyll-Archives (for tags, categories) and Jekyll site-map (#346) * Add webpage to academic pages list * adding panelbear analytics * added categories for projects and horizontal mode display for projects * rewrote the code to ensure it works properly with current project definitions * Style adjustments * added blockquote format, jekyll-archives, tag, year archive pages, and reading time. * added archive meta to blog posts list and individual posts. * added sitemap * stylistic modifications to jekyll-archive addition * Minor fixes Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com> * Optimize dark theme (#431) * Optimize dark theme * Fix-up * Minor fixes Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com> * Add best practices info to README * Remove theming dependence on jquery * Update README.md * Update README.md * remove extra space in profile image path (#451) * Revert "remove extra space in profile image path (#451)" (#468) This reverts commit 0a8bfb4. * Fix broken read_time in blog/index.html (#469) * Lighthouse enhancements (#445) * Add TOC to distill blog posts (#470) * Fix a small bug in _includes/responsive_img.html Correctly fixes the issue mentioned in #471. * Add a website to list of academics websites (#473) * Switch to uing <picture> for responsive images * Use WebP responsive images (#498) This PR replaces the jekyll-responsive-images with jekyll-imagemagick for responsive WebP images. WebP images are much smaller compared to PNG and JPEG, faster to load and most of the modern browsers recommend it. More information about WebP images: https://developers.google.com/speed/webp * Delete assets/resized directory from GIT (#440) * Update 2015-10-20-math.md (#514) Typo * Better SEO, OpenGraph, schema.org and clean generated code (#481) * Fix distill dark mode again (#517) * Correctly slugify distill TOC (#519) * Correctly slugify distill TOC * Add special character to demo distill post's TOC * Minor fixes (#522) * Fix distill collapsible Navbar (#524) * Update library versions (bootstap, jquery, fontawesome, academicicons, masonry, mdbootstrap) (#521) * added my website to readme examples (#530) * Add website to README.md (#533) * fixed title for og preview, otherwise its "blank" (#531) * fixed title for og preview, otherwise its "blank" * Update _includes/metadata.html Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Add my personal website to Readme examples (#535) * Add my own site to the readme (#545) * Update README.md and LICENSE year (#544) * Change -webkit-transition to transition-property (#540) As per https://developer.mozilla.org/en-US/docs/Web/CSS/@media/-webkit-transition, webkit-transition feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. * Layout Spacing problem when footer_fixed: false (#554) * fix space * Minor adjustments Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai> * Add Yang's webpage (#559) * Fix a small bug in news (#560) * Theme and responsiveness fixes (#509) * Dark themed cards * Responsiveness fixes * added dark stylesheet option * highlight theme toggle * added highlight function * added highlight themes to assets/css * offline highlight implementation * Fixes for masonry * Revert "added highlight themes to assets/css" This reverts commit ee7cb7675671430697f3a38bd5a56405179e6dd9. * Update `code syntax highlighting` to use jsdelivr CDN * Project card responsiveness fixes * added personal website to readme veedata.github.io * Reverted responsiveness chnages * Minor adjustments Co-authored-by: rohandebsarkar <rohandebsarkar@gmail.com> Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai> * enable blog to redirect to asset (#550) * Add custom favicon if needed (#386) * Fix #565 * mention K-Wu personal website in readme (#575) * Added amalawilson.com to the list of user samples (#595) * Added a star (#617) * Empty entrytype if not article or inproceedings (#578) For bibtex entries that are neither articles nor proceedings, the value `entrytype` carries over from the previous entry in the loop, leading to incorrect displays. This PR fixes that. * Fix table colors in dark mode (#624) * Call bash on bin/deploy in github actions (#625) * Add support for external blog posts (#647) * Add support for external blog posts * Cosmetic fixes * Added documentation on publication buttons (#651) * Added documentation on publication buttons * Added missing </details> * Added bibtex filter to hide custom bibtex keywords from bib file output (#652) * Add a new star (#667) Add a start to list of academic personal webpages * Delete `travis.yml` (#665) * Add `jekyll-minifier` (#668) * Remove obsolete plugins * Add `jekyll-minifier` * Add `JEKYLL_ENV=production` * Add support for `nav_order` and Fix hardcoded navbar titles (#664) * Minor fixes for previous PR #668 (#672) * Fix theme (#697) * fix theme * fix theme Co-authored-by: rohandebsarkar <rohandebsarkar@gmail.com> * Add support for CV (#628) * Minor changes and fixes (#726) * Support for cicular image (#728) * Adds vertical scrollbar to news (#729) * Update Lighthouse PageSpeed Insights * Adds support for bypassing GitHub Pages Jekyll processing (#738) * Adds support for preview images for publications (#730) * Adds support for publication teaser * Adds an example for publication teaser * Update example publication teaser * Update size * change `teaser` to `preview` * Update _config.yml Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Update _layouts/bib.html Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Update _layouts/bib.html Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Update _layouts/bib.html Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Update _sass/_base.scss Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Update _sass/_base.scss Co-authored-by: Maruan <alshedivat@users.noreply.github.com> Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Adds support for tag-list (#734) * Adds support for tag-list * Update _sass/_base.scss Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Made tags optional * Responsive deign for tag-list Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Fix typos in _layouts/about.html (#739) * add star (#744) * Change imagemagick optional to depend on one variable (#745) * Fix Previous PR (#745) (#746) * Fix responsive image (#748) * fix * base url * Revert "base url" This reverts commit 2e81d32ec22f8a9ec53b7ad216679d4cfa88456c. * fix * Better bundler caching for GitHub Actions (#750) * Better caching for GitHub Actions * Update `actions/checkout` to `v3` * docs: add alshedivat as a contributor for design, code (#751) * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * Update .all-contributorsrc * Update README.md * Update .all-contributorsrc Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai> * docs: add rohandebsarkar as a contributor for code (#752) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * Add Dockerfile for easy installation on local machine (#532) * docs: add pourmand1376 as a contributor for code (#753) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * Update README.md * Update README.md * Update README.md * 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> * Fix scripts (#755) * Include bootstrap bundle (#756) * Bootstrap js SRI fix (#757) * fix more authors bug (#758) * fix more authors bug * fix * add preview Co-authored-by: Rohan Deb Sarkar <rohandebsarkar@gmail.com> * Optimize image qualities and a fix (#762) * blog tag-list * optimize publication preview * better compression * optimize jpg project images * reduce sizes of project images * fix * Skip Docker Image on Forked Images (#767) * Add Tags for Docker Images (#754) * 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` * Adds support for GA4 Google Analytics (#727) * Update `analytics.html` * Update `config.yml` * Update * Update * Added my webpage to the list (#788) Added my webpage to the list. * Fix title spaces and a few links (#789) * fix title * fix a few links * add line * Add website (#802) * Fix commas in author list (#770) * Support different colors for different kinds of publications in publication list (#797) * Add personal page (#812) * Update README.md * add page (#817) * fix #814 (#818) * fixe typos (#823) * Fix grammar (#848) * Update 2018-12-22-distill.md * Update README.md * Display booktitle for publications of type incollection (#871) * Adding Table of Contents to Readme file (#876) * Add dominikstrb's personal page (#880) Added a link to my personal website to the README * Add Semantic Scholar social integration (#879) * add more social media (#878) #877 is an explanation of the issue. The new icons include Kaggle, LastFM, Spotify, Pinterest, Unsplash, Instagram, and Facebook, and you can change their order. * add multiple last names in bibliography (#905) Multiple last names can be defined to be highlighted in the bibliography (#904) * fix bug where proceedings do not render (#913) * Improve info about theme colors (#911) * Add docker badges (#888) * Update README.md * Set the margin according to the alignment selected (#928) As reported in #927, the style of the profile class only considers a left-margin regardless of the alignment option selected. Thus, when the user changes the default alignment there is no corresponding margin to match their selection. My commit addresses this by enabling the corresponding margin for the left or right alignment options * Fix default highlighting (#931) The default setting `media="none"` disables code highlighting. This works OK when we have `enable_darkmode: true` in `config.yml` as the code handling the dark/light theme switching takes care of setting `media=""` for the preferred theme. However, setting `enable_darkmode: false` prevents importing `theme.js` which in turn prevents said change thus the default highlighting stays disabled. Setting `media=""` by default enables the default highlighting when `enable_darkmode` is false. Fixes #929 * Fixed missing year in title when in blog archive (#921) Fixed missing year in title when visualizing blog archive filtered by year Signed-off-by: George Araujo <george.gcac@gmail.com> * Slugify tag and category links (#947) Fixes links to jekyll-archive pages when tag/category contains spaces. * Update README.md (#953) added the link to the personal academic site I've started working on using al-folio in the table * Fixed broken link to distill-style blog post (#957) Updated README.md with the correct link to the distill-style blog post example. * Add a progress bar to show the scroll position (#934) This feature adds a horizontal bar under the top menu which tracks the vertical scroll position. Such a feature can be useful to represent how much is left to read on the current page more aesthetically. As this is an optional feature, `enable_progressbar` must be set to `true` in `_config.yml` to activate the functionality. I am not the original author of this code. I just made it compatible with the current version of the template at the time of this commit. The original code was most likely authored by Pankaj Parashar in this [post](https://css-tricks.com/reading-position-indicator/) made a few years before the first inclusion in an `al-folio` site. Then, the code was adapted for compatibility with the template at Anthony Plantanios' site. Finally, I did the last updates to have the code fit the new conventions used in the project. This was discussed in #557 Co-authored-by: rohandebsarkar <rohandebsarkar@gmail.com> * Enable progress bar by default * Add WhatsApp to social integration (#945) * Add altmetric badges to paper (#950) [Altmetric](https://www.altmetric.com/) tracks social media and citation activity for a paper. I added an option to add the altmeric id to a paper's bib entry, which results in the altmeric badge for the paper being displayed next to the other buttons. As an example, I added the altmetric id for the Einstein, Podolsky & Rosen paper. * Small stylistic fix * Update README.md * Add Docker-compose file for windows compatibility (#875) This file makes it easier for windows users to use docker. (Closes #829) Previous to this commit, those who used Windows had to install Ubuntu inside windows (via WSL) and run our commands. Now they can run it by just typing `docker-compose up`. > The main problem was that `./bin/dockerhub_run.sh` command was written with `Bash` in mind and you had to change it a little bit to make it compatible with windows `Powershell`. We shouldn't have two scripts. This is why adding a `docker-compose.yml` file is necessary. * Added Mastodon to social (#974) * Add Junshen's personal page (#979) Added a link to my personal website to the README. * Add support for Disqus comments on distill posts (#981) Fixes #980. * Add backlink to verify mastodon (#978) * New update to GH Actions: Deprecating `save-state` and `set-output` commands (#986) Hi there First of all, thanks for this amazing complete theme Due to this warning which has been recently showed by Github, `::set-output` will be deprecated and must be replaced with a new method ![image](https://user-images.githubusercontent.com/86428901/201933020-4a53d735-08b4-41d3-b38c-e16942fdd64e.png) topic: [GitHub Actions: Deprecating save-state and set-output commands](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/) Thanks * Add Andreas Kuster's published webpage (#991) Thanks a lot for this very neat and professional template. This PR adds my academic page to the Academics list * Adds Telegram to social integrations (#992) * fix deploy script for `--user` (#994) Fixes #820. Explanation: alshedivat/al-folio#969 (comment) * add ellisbrown.github.io reference (#1008) * Update README.md (#1014) Adding my webpage. * ADD More Clear Explanations in README (#1012) * Add Container Name (#1021) * Adapt repo code to handle branches too (#1003) * Add support for giscus comments (#1028) adds support for comments on posts using https://giscus.app/ * Add interactive plotly example to distill post (#1027) * Hide the other opened box (Bib, Abs), if any (#1002) * Add Pre-commit Hook (#801) * Improve bib layout for thesis (#920) * add star to readme (#1064) * Add youtube as a social option (#1007) * Fix medium zoom on small devices (#1084) fixes #1006 * Fix SRI hash (#1087) Sorry, forgot to change the SRI. * Fix Docker Problem (#1074) * Adds Dimensions badge (#1086) This adds a dimension badge as requested in #987. This separates the the links from the badges, in case more badges need to be added in the future. * Add news page (#1085) fixes #993 Also added links to news and publications from respective section headers on the home page. Changed the colors of the header links to make it consistent with the previous look. * Added my star to README (#1093) Added my webpage link (⭐) to the table of `al-folio` users. * Update favicon emoji length limit (#1099) Since, a image file will always contain a dot and a three letter extension at least (ex: `.jpg`, `.png`, `.jpeg`, etc). Therefore we can safely set the limit up to 4. fixes #1096 * fix distill hyperlink color (#1113) Make distill hyperlink color logic consistent with rest of the theme. fixes #1105 * fix: small typo (#1143) fix a small typo * Use figure for bib entry preview (#1152) This makes sure that the image is resized per media type by imagemagick. The result is still a bit too big (1400 width on desktop), but better than nothing. Signed-off-by: Zuhair AlSader <zalsader@hotmail.com> * Add CogSci workshop to list of workshops in README (#1170) created a new row in the 'Workshops' section to add a workshop at Cogsci 2022 where we used this awesome template! Thanks! * Add star to academic portfolios (#1178) Adding my portfolio website to the list. * Added george-gca academic site (#1183) Added new academic site Signed-off-by: George Araújo <george.gcac@gmail.com> Signed-off-by: George Araújo <george.gcac@gmail.com> * Update README.md to encourage people to use `Use this template` (#1167) This PR changes README.md to encourage people to use `Use this template` rather than `fork`. ### Differences between `Use this template` and fork > - A new fork includes the entire commit history of the parent repository, while a repository created from a template starts with a single commit. > - Commits to a fork don't appear in your contributions graph, while commits to a repository created from a template do appear in your contribution graph. > - A fork can be a temporary way to contribute code to an existing project, while creating a repository from a template starts a new project quickly. [Ref](https://docs.github.com/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template) ### Cons Possible con would be that it is harder to pull the new changes from this repo to the users' repos. It does not seem like impossible to do so but it will require additonal actions on the users end. - https://github.com/orgs/community/discussions/23528 - https://stackoverflow.com/questions/56577184/github-pull-changes-from-a-template-repository --------- Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Add OSF to social (#1185) * Update README.md * Update 404.html wording for accessibility (#1194) * Added related posts section (#1168) * Add star to academic portfolios (#1202) * feat: add wikipedia social (#1097) I imagine more people have wikipedia accounts than wikidata entries about them 😉 * OSF social link (#1217) Added missing "/" in the OSF link. * Added information about using github action (#1226) By using this Github action it is possible to keep the derived repository up-to-date with its template. I am currently using this to keep my website up to date with the template repository. An example of the PR this action creates can be seen [here](george-gca/george-gca.github.io#13). Signed-off-by: George Araújo <george.gcac@gmail.com> * Added github 🏆 section in repositories (#1229) Creates a new section with user trophies. * Replace bin/deploy with GitHub Action (#1234) This PR updates `deploy.yml` to use the GitHub Action [Deploy to GitHub Pages](https://github.com/marketplace/actions/deploy-to-github-pages). * Avoiding specific warning on Google Chrome (#1268) Avoids a warning that appears in the console when opening the site on Google Chrome * Added related_posts false to the announcements front matter (#1266) Added `related_posts: false` to the announcements front matter to avoid errors like #1203. Also included explanation in README FAQ section. * Update README.md: added new profile (#1263) * Implemented copy code button feature (#1267) Implemented support for copy code button in code blocks (#1262), also updated blog post about code to reflect it. * Added more options to altmetric badge, changed to arxiv code first (#1269) * update readme + remove sponsorship info (#1274) majority of the recent improvements to al-folio have been truly driven by a growing community of fans and contributors. this template has gradually transformed from a low-key weekend project into a "public good" of some sort used by thousands of people, university labs and classes, and academic conference and workshops. as such, having personal sponsorship info from the repository is no longer relevant. as the community grows a bit further, we may have to think about establishing some kind of governance around decisions of how al-folio is supposed to evolve, which features to prioritize, and how to reward contributors for their hard work. for now, these decisions will be made by the project maintainers (active contributors are welcome to join the team). and I'm all ears for proposals and suggestions! * Fixed one-word typo in _config.yml (Non-Urgent) (#1288) * Update README - Add new profile (#1285) * Moved information about creating your repo to front (#1298) Moved information about using this template to the beginning of the installation part, added a few more documentation links in it, fixed some typos. --------- Signed-off-by: George Araújo <george.gcac@gmail.com> * Fixed some typos in _config.yml and README.md (#1306) * Fix assets sitemap exclusion (#1315) * Implemented latest posts on about page (#1307) Adresses #340 --------- Signed-off-by: George Araújo <george.gcac@gmail.com> * Implemented details tag for distill blog (#1321) * Fix publication button spacing (#1322) * docs: add george-gca as a contributor for code (#1323) * Update README.md * Add star to academic portfolios (#1333) * Added support for table of contents in blog posts (#1278) ![image](https://user-images.githubusercontent.com/31376482/226411600-e5619108-3842-4c44-b582-61fcc94a1b0c.png) --------- Signed-off-by: George Araújo <george.gcac@gmail.com> * Fix typo (#1356) * added one more researcher (#1353) Added my own website to the "stars" section * Fix copy code button position (#1348) Fix issue #1303 by adding a code wrapper outside the code block. Ref: https://stackoverflow.com/questions/60771472/position-a-button-such-that-it-wont-scroll-with-contents * Scopus integration (#1364) Fixes #1362 * Removed blog header-bar when title and description are empty (#1370) When blog title and description are empty, go from this ![image](https://user-images.githubusercontent.com/31376482/234630799-f4c2cd46-7ad0-4d45-a0f6-2badcf0da558.png) to this ![image](https://user-images.githubusercontent.com/31376482/234630683-f11c8a88-438a-4db3-974e-ba9184d5516f.png) Signed-off-by: George Araujo <george.gcac@gmail.com> * Increased allowed max size of news and latest posts in about (#1369) Fixed size of news and latest posts in about page when visualizing in mobile. Signed-off-by: George Araujo <george.gcac@gmail.com> * Fixed hard-coded bib files in templates (#1373) The bibliography filename `papers.bib` is hard coded in templates, and the equivalent setting in `_config.yml` is not used anywhere. So changing the bib filename in `_config.yml` won't have any effects. This PR replaces hard-coded filenames with the value from `_config.yml`. * Fixed bug when using latex in title and description (#1361) Fixes #1252. Signed-off-by: George Araujo <george.gcac@gmail.com> * Fixed news limit (#1359) Fixes #1346. --------- Signed-off-by: George Araujo <george.gcac@gmail.com> Co-authored-by: Yifan Jiang <55911052+YifanJiang233@users.noreply.github.com> Co-authored-by: Raffaele Mancuso <54762742+raffaem@users.noreply.github.com> Co-authored-by: Yue Gao <11145354+Lodour@users.noreply.github.com> * Toc sidebar (#1366) Implemented #966. ![image](https://user-images.githubusercontent.com/31376482/234411523-b02087d9-a437-4f77-9f54-de5eef122439.png) --------- Signed-off-by: George Araujo <george.gcac@gmail.com> * Toc sidebar color fix (#1375) Fixed color and increased font size of toc sidebar --------- Signed-off-by: George Araujo <george.gcac@gmail.com> * Reduced a little font-size in toc sidebar (#1376) Signed-off-by: George Araujo <george.gcac@gmail.com> * added star to academic examples (#1377) --------- Signed-off-by: George Araujo <george.gcac@gmail.com> Signed-off-by: Zuhair AlSader <zalsader@hotmail.com> Signed-off-by: George Araújo <george.gcac@gmail.com> Co-authored-by: Thiago <tdsimao@users.noreply.github.com> Co-authored-by: George Oikonomou <geo-gh@spd.gr> Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com> Co-authored-by: Roger Iyengar <ri@rogeriyengar.com> Co-authored-by: Maruan <alshedivat@users.noreply.github.com> Co-authored-by: Yiru Chen <yiru.chen@columbia.edu> Co-authored-by: Sean Quinn <seanpquinn@users.noreply.github.com> Co-authored-by: JD <Jdoublewoo@gmail.com> Co-authored-by: jkmacc-LANL <jkmacc@lanl.gov> Co-authored-by: Dinesh Natesan <AbstractGeek@users.noreply.github.com> Co-authored-by: Daniel Sokolowski <github@d.sokolowski.org> Co-authored-by: Dag7 <dag7@protonmail.com> Co-authored-by: Patrick Totzke <patricktotzke@gmail.com> Co-authored-by: Afonso Raposo <afonsocraposo@gmail.com> Co-authored-by: nphair <nickphair@gmail.com> Co-authored-by: Ivan Puhachov <49251289+ivanpuhachov@users.noreply.github.com> Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai> Co-authored-by: Christoph Junghans <junghans@lanl.gov> Co-authored-by: Neeraj Gangwar <553989+neerajgangwar@users.noreply.github.com> Co-authored-by: Neeraj Gangwar <neeraj.gangwar@myntra.com> Co-authored-by: Rohan Deb Sarkar <rohandebsarkar@gmail.com> Co-authored-by: Riddhiman Adib <adib2149@gmail.com> Co-authored-by: Julian Streyczek <82290284+JulianStreyczek@users.noreply.github.com> Co-authored-by: Sebastian Daza <sebastian.daza@gmail.com> Co-authored-by: Maik Wöhl <maik.woehl@googlemail.com> Co-authored-by: Amir Pourmand <pourmand1376@gmail.com> Co-authored-by: Steven Rick <srick@eng.ucsd.edu> Co-authored-by: José M. Requena Plens <joreple@upv.es> Co-authored-by: Edsuns <edsuns@qq.com> Co-authored-by: Karim de Fombelle <karim.defombelle@gmail.com> Co-authored-by: Xiaochen Zhu <42903201+zhxchd@users.noreply.github.com> Co-authored-by: Nipuna Weerasekara <w.nipuna@gmail.com> Co-authored-by: Julian Lehrer <jmlehrer@ucsc.edu> Co-authored-by: Jun-Liang Lin <82939287+junliang-lin@users.noreply.github.com> Co-authored-by: Ali Kuwajerwala <aliqk1603@gmail.com> Co-authored-by: Scott Lee Chua <51027688+scottleechua@users.noreply.github.com> Co-authored-by: Jack Lloyd-Walters <skiy@outlook.com> Co-authored-by: Vanshaj Kerni <vkerni@ph.iitr.ac.in> Co-authored-by: yyang768osu <yyang.ohiostate@gmail.com> Co-authored-by: Viraj Thakkar <43007623+veedata@users.noreply.github.com> Co-authored-by: Jiashu Xu <jiashuxu@usc.edu> Co-authored-by: Kun Wu <tonywukun@qq.com> Co-authored-by: Amala Wilson <amalachirayil@gmail.com> Co-authored-by: Tirtharaj Dash <dashtirtharaj@gmail.com> Co-authored-by: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Co-authored-by: Tønnes Nygaard <tonnes.nygaard@gmail.com> Co-authored-by: Carolina Carreira <carolinamcarreira@gmail.com> Co-authored-by: Rohan Deb Sarkar <rohandebsarkar+git@gmail.com> Co-authored-by: Manan Dey <manandey1@gmail.com> Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Congcong Li <20706332+lufficc@users.noreply.github.com> Co-authored-by: johanneshoerner <110042110+johanneshoerner@users.noreply.github.com> Co-authored-by: Ioannis Mavromatis <44159802+ioannismavromatis@users.noreply.github.com> Co-authored-by: gzwongkk <gzwongkk@gmail.com> Co-authored-by: Leandro A. Bugnon <lbugnon@sinc.unl.edu.ar> Co-authored-by: Tai D Nguyen <tainguyen7597@gmail.com> Co-authored-by: Yavuz Alp Sencer ÖZTÜRK <28690608+alpsencer@users.noreply.github.com> Co-authored-by: wristy <wristy8@gmail.com> Co-authored-by: Lucas Hosseini <lucas.hosseini@gmail.com> Co-authored-by: Dominik Straub <dominikstrb@mailbox.org> Co-authored-by: Amir Hossein Kargaran <kargaranamir@gmail.com> Co-authored-by: Josh Veitch-Michaelis <j.veitchmichaelis+github@gmail.com> Co-authored-by: Carlos Morales <carlosmorales777@gmail.com> Co-authored-by: George <31376482+george-gca@users.noreply.github.com> Co-authored-by: Simmo Saan <simmo.saan@gmail.com> Co-authored-by: Tyler Barna <57914086+tylerbarna@users.noreply.github.com> Co-authored-by: Miroslav Suzara <miroslav.suzara@gmail.com> Co-authored-by: Muhamamd Naufal Shidqi <nopal.sidqi@gmail.com> Co-authored-by: bruno vianna <bruno@pobox.com> Co-authored-by: Junshen Xu <junshenxu1996@gmail.com> Co-authored-by: Alireza Dehghanzadeh <86428901+adehghanzadeh@users.noreply.github.com> Co-authored-by: Andreas Kuster <20418060+andreaskuster@users.noreply.github.com> Co-authored-by: Andrea Gasparini <andrea.gasparini11@gmail.com> Co-authored-by: Ellis Brown <ellis.l.brown.ii@gmail.com> Co-authored-by: Noman Bashir <noman.bashir.ahmad@gmail.com> Co-authored-by: Fares Meghdouri <33158574+fm94@users.noreply.github.com> Co-authored-by: Mohammad Qodrati <qodrati.m@gmail.com> Co-authored-by: djherron <dave.herron1@gmail.com> Co-authored-by: Philip Wong <4522927+p2635@users.noreply.github.com> Co-authored-by: Rohan Deb Sarkar <rohandebsarkar@protonmail.com> Co-authored-by: Rodo-Singh <adityasinghdrdo@gmail.com> Co-authored-by: ZhengLin Li <63448884+ZhengLin-Li@users.noreply.github.com> Co-authored-by: Zuhair AlSader <zalsader@hotmail.com> Co-authored-by: Kushin Mukherjee <kushinm11@gmail.com> Co-authored-by: Divakar Verma <divakarv96@gmail.com> Co-authored-by: Kotaro Suto <ng1a5ss43@gmail.com> Co-authored-by: Mathias Micheel <49622130+buerviper@users.noreply.github.com> Co-authored-by: Bashir Kazimi <kazimibashir907@gmail.com> Co-authored-by: Allie <13716824+ChildishGiant@users.noreply.github.com> Co-authored-by: Scott Lee Chua <scottleechua@gmail.com> Co-authored-by: Do Hai Son <dohaison1998@gmail.com> Co-authored-by: Douglas <48629993+DouglasKrouth@users.noreply.github.com> Co-authored-by: Raphael Azorin <azorin.raphael@gmail.com> Co-authored-by: Chen Chen <maker_cc@foxmail.com> Co-authored-by: gaspardbb <40466739+gaspardbb@users.noreply.github.com> Co-authored-by: Varun Iyer <tech@varuniyer.info> Co-authored-by: Furkan Akkurt <71407287+furkanakkurt1335@users.noreply.github.com> Co-authored-by: Yuki M. Asano <yuki.m.asano@gmail.com> Co-authored-by: Yifan Jiang <55911052+YifanJiang233@users.noreply.github.com> Co-authored-by: Raffaele Mancuso <54762742+raffaem@users.noreply.github.com> Co-authored-by: Yue Gao <11145354+Lodour@users.noreply.github.com> Co-authored-by: Hashe037 <64798080+Hashe037@users.noreply.github.com>
brunovianna
pushed a commit
to brunovianna/brunovianna.github.io
that referenced
this pull request
May 25, 2023
By using this Github action it is possible to keep the derived repository up-to-date with its template. I am currently using this to keep my website up to date with the template repository. An example of the PR this action creates can be seen [here](george-gca/george-gca.github.io#13). Signed-off-by: George Araújo <george.gcac@gmail.com>
doraldoa
pushed a commit
to doraldoa/doraldoa.github
that referenced
this pull request
Jun 1, 2023
By using this Github action it is possible to keep the derived repository up-to-date with its template. I am currently using this to keep my website up to date with the template repository. An example of the PR this action creates can be seen [here](george-gca/george-gca.github.io#13). Signed-off-by: George Araújo <george.gcac@gmail.com>
limyewjin
pushed a commit
to limyewjin/about
that referenced
this pull request
Jul 29, 2023
By using this Github action it is possible to keep the derived repository up-to-date with its template. I am currently using this to keep my website up to date with the template repository. An example of the PR this action creates can be seen [here](george-gca/george-gca.github.io#13). Signed-off-by: George Araújo <george.gcac@gmail.com>
chowland
pushed a commit
to chowland/chowland.github.io
that referenced
this pull request
Aug 23, 2023
By using this Github action it is possible to keep the derived repository up-to-date with its template. I am currently using this to keep my website up to date with the template repository. An example of the PR this action creates can be seen [here](george-gca/george-gca.github.io#13). Signed-off-by: George Araújo <george.gcac@gmail.com>
christasich
added a commit
to christasich/christasich.github.io
that referenced
this pull request
Sep 2, 2023
commit 7865b3f619b1c7d4b20274e082ab2c07028ffaaf Author: Chris Tasich <chris.tasich@gmail.com> Date: Tue Aug 8 17:14:03 2023 -0500 build: update abstract commit 7f0fd95c3d101991ccdb3691ae977775071f2666 Author: Chris Tasich <chris.tasich@gmail.com> Date: Mon Aug 7 16:46:24 2023 -0500 build: update abstract; fix timezone commit 32956255af1bcb7cd8b2687f379b7414e5597c73 Author: Chris Tasich <chris.tasich@gmail.com> Date: Sun Aug 6 18:57:30 2023 -0500 build: add event template commit fc5bf5e68a2fc0846bf28f11fc6ea21931c427b1 Author: Chris Tasich <chris.tasich@gmail.com> Date: Sun Aug 6 17:59:44 2023 -0500 build: change news name format; rename repos commit 890a41c05ef343a90fb279447260fd220aeab88a Author: Chris Tasich <chris.tasich@gmail.com> Date: Sun Aug 6 17:43:04 2023 -0500 build: small change in about title commit 404eafa865d6257d2fd656c03ecc97208bd9f511 Author: Chris Tasich <chris.tasich@gmail.com> Date: Sun Aug 6 17:34:58 2023 -0500 build: update layout; add dissertation commit f5eb4c28d637f756ab758ad8113f86859fa31d32 Author: Chris Tasich <chris.tasich@gmail.com> Date: Sun Aug 6 13:42:56 2023 -0500 Create main.yml commit 969309c04d3c4f879306c5204a612734fef9c508 Author: Chris Tasich <chris.tasich@gmail.com> Date: Sat Aug 5 20:48:41 2023 -0500 build: update included repos commit f253cad92cb128146800cbd7e737e70eaca65aca Author: Chris Tasich <chris.tasich@gmail.com> Date: Sat Aug 5 20:35:49 2023 -0500 build: add resume and update about commit 413e6b48c699ea9c896f08b438975f0eb5c651e6 Author: Chris Tasich <chris.tasich@gmail.com> Date: Sat Aug 5 20:01:18 2023 -0500 build: fix icon commit 9a29e6846833818b3327d99567efc14dc211efc3 Author: Chris Tasich <chris.tasich@gmail.com> Date: Sat Aug 5 19:48:20 2023 -0500 build: customize config commit b10ac90f5674498038ec7e640c1a596fa740a014 Author: Chris Tasich <chris.tasich@gmail.com> Date: Sat Aug 5 19:10:23 2023 -0500 build: remove old index.html commit b825bc9b83067beb9fc664d4b0a8d634dc0c9f51 Author: Chris Tasich <chris.tasich@gmail.com> Date: Sat Aug 5 19:01:43 2023 -0500 build: setup al-folio template commit ace6dd8270b849f64c11613aa788e43ae97a4827 Author: Chris Tasich <chris.tasich@gmail.com> Date: Sat Aug 5 16:50:21 2023 -0500 Create CNAME commit 19e153761255eeb380b3830b6dc70649d0423a84 Author: Chris Tasich <chris.tasich@gmail.com> Date: Sat Aug 5 16:50:19 2023 -0500 Delete CNAME commit 2cdb4b7c0c6ae88a9066b94b055b6446e274465e Author: Chris Tasich <chris.tasich@gmail.com> Date: Sat Aug 5 16:34:38 2023 -0500 Create CNAME commit 235dc55b90e968d4705e11b49df97473df249f68 Author: Chris Tasich <chris.tasich@gmail.com> Date: Sat Aug 5 16:34:34 2023 -0500 Delete CNAME commit 0369071c22bed44f0d9e2f5c63285e6f727df57c Author: Chris Tasich <chris.tasich@gmail.com> Date: Sat Aug 5 16:29:35 2023 -0500 Create CNAME commit acdf4457eecd5e02813a8cd65c11aa8a79ef47dc Author: Chris Tasich <chris.tasich@gmail.com> Date: Sat Aug 5 16:29:32 2023 -0500 Delete CNAME commit 5f6f95b17d1bad793031cc8deb843539fa09b9a2 Author: Chris Tasich <chris.tasich@gmail.com> Date: Sat Aug 5 16:20:02 2023 -0500 Create CNAME commit 169b661f393980706628b5aec1b5d210cb67c592 Author: Chris Tasich <chris.tasich@gmail.com> Date: Sat Aug 5 16:19:56 2023 -0500 Delete CNAME commit 2d1e95750c669679e647b7cde1bb9dac5b31eb78 Author: Chris Tasich <chris.tasich@gmail.com> Date: Sat Aug 5 16:17:45 2023 -0500 Update CNAME commit d70d53fdbb47d67b041a218563c6c575600e56bd Author: Chris Tasich <chris.tasich@gmail.com> Date: Sat Aug 5 16:09:11 2023 -0500 Create CNAME commit 8d1e19cf0522eadd38e21b4bf3a11bbd4a967bd2 Author: Chris Tasich <chris.tasich@gmail.com> Date: Sat Aug 5 16:00:22 2023 -0500 Initial commit commit cbf32e3177631c9fa4f7e4b5e8de4365d30f424e Author: Raffaele Mancuso <raffaele.mancuso4@unibo.it> Date: Mon Aug 28 23:13:01 2023 +0200 Don't display badge if startDate is empty (#1682) commit 40af12bd56fd244d337b36447fe87d6b9f2aa518 Author: Raffaele Mancuso <raffaele.mancuso4@unibo.it> Date: Mon Aug 28 23:09:49 2023 +0200 Add website (#1674) commit b6b18b47d108825ba0031e38eac6b650b05936ba Author: Raffaele Mancuso <raffaele.mancuso4@unibo.it> Date: Mon Aug 28 23:08:54 2023 +0200 Fix _variables.scss filename in README (#1683) commit f83d09c2a1836d1451cbbec3bd2d8113821ef06f Author: Maruan <alshedivat@users.noreply.github.com> Date: Mon Aug 21 22:54:45 2023 -0400 Add all contributors section to README.md commit 4d3c53d907d67c3ddb0640564647b11f4282b7b2 Author: Alejandro Escontrela <alejandroescontrela@gmail.com> Date: Mon Aug 21 19:50:24 2023 -0700 Update README.md (#1661) add star to academic example commit c1857fc82b6608d1995f3a26205f3aa97229b854 Author: filippomazzoli <71236181+filippomazzoli@users.noreply.github.com> Date: Sun Aug 20 20:25:04 2023 +0200 Update README.md (#1657) commit 16a19434aa76d3ed71d1efa37bd13ed9ff1994c9 Author: Amir Pourmand <pourmand1376@gmail.com> Date: Sun Aug 20 08:52:43 2023 +0330 Update README to make Docker Recommended way (#1523) Docker is well-tested for a long time. I think it is better to make it the recommended method for all OS types. This way, it is a lot easier to install docker (than to install jekyll and ruby and what not) and also we wouldn't have to deal with issues like these: - https://github.com/alshedivat/al-folio/issues/1520 - https://github.com/alshedivat/al-folio/issues/1491 commit 920cb69e1509a9510175fafd28a3373ddda4ac28 Author: Daniel Berlyne <104771503+danberlyne@users.noreply.github.com> Date: Wed Aug 16 16:34:21 2023 +0100 add star to academic examples (#1647) Dear `al-folio` maintainers, I would greatly appreciate it if you could add my homepage as a star in the academic examples. Thank you for your wonderful work on this. commit 12064296775e330640a6c0f5b97a78f34eecb10c Author: George <31376482+george-gca@users.noreply.github.com> Date: Sun Aug 6 18:59:07 2023 -0300 Added jupyter to README (#1637) Signed-off-by: George Araujo <george.gcac@gmail.com> commit 312cbdb4c50d48cbb75769587c292be0d6ba20cb Author: George <31376482+george-gca@users.noreply.github.com> Date: Sun Jul 30 00:14:23 2023 -0300 Cache busting for _sass and individual files (#1557) Addressing #1395 but with a different solution from #1478, using semantic versioning based on implementation found [here](https://distresssignal.org/busting-css-cache-with-jekyll-md5-hash). Implemented a way of calculating the hash for both a single file or directory. This way we can calculate the hash for when there is a change in the `_sass` dir, for example, or in the contents of a single file. Examples of generated outputs of the plugin: ``` /al-folio/assets/css/main.css?d41d8cd98f00b204e9800998ecf8427e /al-folio/assets/js/theme.js?96d6b3e1c3604aca8b6134c7afdd5db6 /al-folio/assets/js/dark_mode.js?9b17307bb950ffa2e34be0227f53558f /al-folio/assets/js/no_defer.js?d633890033921b33e0ceb13d22340a9c /al-folio/assets/js/common.js?acdb9690d7641b2f8d40529018c71a01 /al-folio/assets/js/copy_code.js?c9d9dd48933de3831b3ee5ec9c209cac /al-folio/assets/img/prof_pic.jpg?974957d202f671e4fa6700c04e68deae ``` Signed-off-by: George Araujo <george.gcac@gmail.com> commit 72389988767615d8961928ee7ac47e318db7397f Author: NakuraMino <33564642+NakuraMino@users.noreply.github.com> Date: Sat Jul 29 20:01:01 2023 -0700 incorrect max-height in figure.html (#1593) figure.html was incorrectly setting height=max-height instead of max-height=max-height commit c824d128673c000ef9f0e0e77a0ae30d2c4b4568 Author: David Krassnig <96623786+DavidKrassnig@users.noreply.github.com> Date: Sun Jul 23 21:18:03 2023 +0200 Al folio main giscus pages (#1596) Solves #1586 by adding the option for giscus comments sites using the pages layout and minimally modifies Project 2 to show giscus comments as an example commit b2989ea76a6a4cf26b5e1e54b1a4ae1a4b3860cf Author: Amir Pourmand <pourmand1376@gmail.com> Date: Wed Jul 19 09:13:46 2023 +0330 Update Tag Deploys to Support M1 Macbooks (#1522) I should merge this whenever normal deploy is well-tested for Mac computers. commit 2d4ad85a28434b1c1fe820fcbfc6aaa61970edf7 Author: David Krassnig <96623786+DavidKrassnig@users.noreply.github.com> Date: Tue Jul 18 16:26:30 2023 +0200 Zotero ID Bugfix (#1580) called upon in the socials html file introduced by #1572 (sorry about that; slipped in when I had to reset my zotero-branch) commit 4504d963d9e48f95dcafc615ba663f67e1a73f0b Author: Amir Pourmand <pourmand1376@gmail.com> Date: Tue Jul 18 16:40:24 2023 +0330 Update Dockerfile (#1581) commit 50f5620cd59c49d308b796717b659106876a5858 Author: George <31376482+george-gca@users.noreply.github.com> Date: Mon Jul 17 16:35:33 2023 -0300 Added missing socials to metadata (#1575) Signed-off-by: George Araujo <george.gcac@gmail.com> commit 8785864afdb079f0ed582d44a53633de1364a845 Author: David Krassnig <96623786+DavidKrassnig@users.noreply.github.com> Date: Mon Jul 17 21:21:45 2023 +0200 Added Zotero socials (#1572) Solving #1569 I added Zotero socials because I needed them; opened a issue/pull request in case I'm not the only one. Second pull request (previous: #1570 ) because unwanted commits retroactively crept in somehow. It was easier to force reset (which closed the pull request automatically apparently). commit f968d1dfd10dc5c89a8b6b51a27f5efbb20bdc70 Author: George <31376482+george-gca@users.noreply.github.com> Date: Mon Jul 17 16:18:25 2023 -0300 Added metadata info when blog post (#1573) Changed metadata info for when page is a blog post. Signed-off-by: George Araujo <george.gcac@gmail.com> commit bdf7bbcb3df185849d11300727ed5cb09b4f2f94 Author: Henry.W <58690749+yahaha-233@users.noreply.github.com> Date: Sat Jul 15 11:48:50 2023 -0700 Change analytics script from Panelbear to Cronitor (#1561) Panelbear is now Cronitor RUM, the old script does not work. commit bbbb1394f24fa73dd687f48428553742b0aece53 Author: George <31376482+george-gca@users.noreply.github.com> Date: Thu Jul 13 18:32:28 2023 -0300 Made some small changes to code (#1558) Signed-off-by: George Araujo <george.gcac@gmail.com> commit 42ad10a7719ccfa9537916608bd636e18dbdd3ec Author: Henry.W <58690749+yahaha-233@users.noreply.github.com> Date: Thu Jul 13 09:38:44 2023 -0700 Remove repeated layout template of cv.html (#1555) The layout template of cv.html has repeated parts. When site.data.resume is not defined, the cv page will be rendered incorrectly. commit 3d0b362d1961be66104b66b86436ed6b27f54968 Author: George <31376482+george-gca@users.noreply.github.com> Date: Wed Jul 12 14:07:33 2023 -0300 Support for bibliography in blog posts and projects (#1553) Implemented #1193 --------- Signed-off-by: George Araujo <george.gcac@gmail.com> commit c2019498d3459c551cfa3faa0fa12a46357c376d Author: George <31376482+george-gca@users.noreply.github.com> Date: Wed Jul 12 14:06:57 2023 -0300 Publication image zoom (#1554) Fixes #1552 --------- Signed-off-by: George Araujo <george.gcac@gmail.com> commit 40505f4c5dfd0264b2da56bc980e3753318e54a2 Author: Mirza Arnaut <mirza.arnaut45@gmail.com> Date: Wed Jul 12 04:26:25 2023 +0200 Add jsonresume support (#1547) Just as discussed in #1513 , this pull request adds support for [jsonresume](https://jsonresume.org/). Create the resume once, either as a file in the repository or at [github gist](https://gist.github.com/) called `resume.json`. Put the file in the `_config.yaml` file and that's it! Other platforms like [resumake](https://latexresu.me/) use the same schema. I also incorperated the changes introduced by #1339 to the best of my abilites. The style could be further improved. **Please merge this pull request after #1339 is merged, due to dependencies from it** If someone has a bettet approach on how to solve the problem that each section needs its own template, please let me know. But for now it works fine and is still backwards compatible with the `cv.yaml` file. Co-authored-by: George <31376482+george-gca@users.noreply.github.com> commit cd5138b9c6884f088774227b16fb37167761c07b Author: José M. Requena Plens <joreple@upv.es> Date: Wed Jul 12 03:53:53 2023 +0200 CV Restyled (#1339) I have redesigned the CV to have some options that I have in my pdf CV. I'm not too inspired to include more example data, if anyone wants to add data, go ahead. With my data the CV looks like this: [https://jmrplens.github.io/cv/](https://jmrplens.github.io/cv/ ). My data: [VIEW FILE](https://github.com/jmrplens/jmrplens.github.io/blob/ce8b5b67dbc5a37dafe9083681b92a6746640b13/_data/cv.yml) Some screenshots: <img width="45%" alt="Screenshot of Google Chrome (19-4-23, 23-09-51)" src="https://user-images.githubusercontent.com/28966312/233200752-e49afa44-1c07-42eb-b38c-337f81b60406.png"><img width="45%" alt="Screenshot of Google Chrome (19-4-23, 23-10-22)" src="https://user-images.githubusercontent.com/28966312/233200844-0201d061-df3e-4e80-8107-3b6f7c72faa3.png"> <img width="45%" alt="Screenshot of Google Chrome (19-4-23, 23-10-37)" src="https://user-images.githubusercontent.com/28966312/233200898-77040d1a-bf9a-47f1-a46d-3008f7331020.png"><img width="45%" alt="Screenshot of Google Chrome (19-4-23, 23-10-54)" src="https://user-images.githubusercontent.com/28966312/233200949-055fe27e-ce06-4929-91e8-cab2983b4850.png"> Mobile: <img width="45%" alt="Screenshot of Google Chrome (19-4-23, 23-21-36)" src="https://user-images.githubusercontent.com/28966312/233203168-8b5cc777-e3f8-4387-96d4-a5d405d7032b.png"><img width="45%" alt="Screenshot of Google Chrome (19-4-23, 23-21-48)" src="https://user-images.githubusercontent.com/28966312/233203238-5ccc424e-b0e3-41a1-bd2b-2c64e01cfc85.png"> <img width="45%" alt="Screenshot of Google Chrome (19-4-23, 23-22-00)" src="https://user-images.githubusercontent.com/28966312/233203297-7174be99-08a1-427a-a414-5bded2d6c2d8.png"><img width="45%" alt="Screenshot of Google Chrome (19-4-23, 23-22-14)" src="https://user-images.githubusercontent.com/28966312/233203312-f5067ce7-134f-4a39-bb5b-aaa3d247b3e7.png"> --------- Co-authored-by: George <31376482+george-gca@users.noreply.github.com> commit 84b6dfabbe2dbb8b0447c331ea3b74530f0f7f4f Author: Abu Noman Md. Sakib <33668152+anmspro@users.noreply.github.com> Date: Wed Jul 12 07:52:51 2023 +0600 Added anmspro.github.io in academics (#1549) Added anmspro.github.io in academics commit c8ebb5c289b6ee987ea06b7cde0a3db2237862c0 Author: Amir Pourmand <pourmand1376@gmail.com> Date: Tue Jul 11 12:43:37 2023 +0330 Create .dockerignore commit e8617623d5cbcb6bc05bc62a004614a94834b392 Author: George <31376482+george-gca@users.noreply.github.com> Date: Wed Jul 5 23:12:57 2023 -0300 Added support for jupyter dark mode (#1538) Signed-off-by: George Araujo <george.gcac@gmail.com> commit ab2f72baaa2af014d5da4786085f96b738a16625 Author: George <31376482+george-gca@users.noreply.github.com> Date: Wed Jul 5 12:43:59 2023 -0300 Added support for jupyter notebooks #417 (#1511) Implemented #417. --------- Signed-off-by: George Araújo <george.gcac@gmail.com> Co-authored-by: Amir Pourmand <pourmand1376@gmail.com> commit 554ab3490b1a99423811a8b9f7ac9b675e879faa Author: George <31376482+george-gca@users.noreply.github.com> Date: Mon Jul 3 12:37:10 2023 -0300 Updated README FAQ section (#1532) commit 567b731de6309d6c712c41695a6299f7d75cc44d Author: George <31376482+george-gca@users.noreply.github.com> Date: Sun Jul 2 19:43:19 2023 -0300 Revert "Created GitHub action to update site pagespeed svg" (#1530) Reverts alshedivat/al-folio#1529 commit 99c81fc9a104955fedf76dac0dfdccbd315b9948 Author: github-actions[bot] <actions@github.com> Date: Sun Jul 2 22:19:33 2023 +0000 Updated Pagespeed results commit e1b93cff0a1fb0bf8327b231aa09f7ae4a409449 Author: George <31376482+george-gca@users.noreply.github.com> Date: Sun Jul 2 19:18:17 2023 -0300 Created GitHub action to update site pagespeed svg (#1529) Addresses #1524 Signed-off-by: George Araujo <george.gcac@gmail.com> commit 4bbf13bf5bb9cceef104dd10cd4abf7b091b1295 Author: Amir Pourmand <pourmand1376@gmail.com> Date: Fri Jun 30 09:32:28 2023 +0330 Update Docker Images to support M1 Mac (#1486) I added multi-architecture support for docker images. - #1469 ToDo: - [ ] Update deploy tag file accrodingly commit 8f3ecfa5b091716cd82e319593d4e37b28a8b0f3 Author: Loris Fichera <loris.fichera@gmail.com> Date: Thu Jun 29 10:14:20 2023 -0400 Added two more examples (#1517) Added the following examples: * A personal homepage * A workshop website commit ad9135fc7b509550c153a61e26ae11e4e9d0c49e Author: George <31376482+george-gca@users.noreply.github.com> Date: Thu Jun 29 11:11:07 2023 -0300 Added support for featured blog posts (#1498) Implementing #1440. Still not sure if the year should be shown there or not. Also, I limited to be displayed at least 2 at most 3 elements on the row of featured blog posts, since when having only 1 featured post the card would occupy the whole row (and it looks weird). What do you think @alshedivat? Also, idk how to force the cards to have the same height. I think it would look nicer, but my lack of web dev skills made a difference here. Some current screenshots: ![image](https://github.com/alshedivat/al-folio/assets/31376482/11b280dd-70b6-4bc4-84b6-987aa6412d55) ![image](https://github.com/alshedivat/al-folio/assets/31376482/d94aac41-246d-4b4e-afd0-161aab5a9b88) --------- Signed-off-by: George Araujo <george.gcac@gmail.com> Co-authored-by: Maruan <alshedivat@users.noreply.github.com> commit 1a612c615fe29cdeef1d0a47d2e3c91afd71d924 Author: George <31376482+george-gca@users.noreply.github.com> Date: Sun Jun 25 17:09:23 2023 -0300 Removed need for years in bibliography page (#1500) Implementing #1390. Signed-off-by: George Araujo <george.gcac@gmail.com> commit 6eebb656327d147cea6e66106daf9c239c15dd1c Author: Juan Carlos Niebles <niebles@gmail.com> Date: Sat Jun 24 10:44:23 2023 -0700 fixes #1497 (#1505) commit 4d955518bb7fe205f1d2675833b4d6c0b7fe75fd Author: Furkan Akkurt <71407287+furkanakkurt1335@users.noreply.github.com> Date: Tue Jun 20 02:11:41 2023 +0300 add functionality to display categories, like tags, in blog home page (#1482) Added the functionality to display categories on the front page of the blog, just like tags. commit aeee609c92cc481660a738432c7e80e414350fa7 Author: Furkan Akkurt <71407287+furkanakkurt1335@users.noreply.github.com> Date: Mon Jun 12 16:43:11 2023 +0300 correct spotify title (#1484) commit 51ece4421e0ecfd7258bc069deeaf8d2c2016624 Author: Furkan Akkurt <71407287+furkanakkurt1335@users.noreply.github.com> Date: Mon Jun 12 16:42:25 2023 +0300 update fontawesome version (#1485) commit 9e146a04c60ef8b8e350aead162d251e45820bdd Author: Jesse Wei <jessew3102@gmail.com> Date: Sat Jun 10 21:43:31 2023 -0400 Make latest post redirect if the blog post redirects (#1451) Fixes #1450, and the behavior of the site with this "new" code is shown in the Expected behavior screenshots there. I copy-pasted the redirect logic from `blog/index.html` into `_includes/latest_posts.html`, with minor name changes. I also cleaned up a line in `blog/index.html`. commit 3083172d993c5ef9e88420531d8327d7b2c73e58 Author: Samuel Chin <samuelchin91@gmail.com> Date: Sat Jun 10 21:30:13 2023 -0400 Fixes "General Information" section of CV in dark mode (#1432) When the dark mode is default, or if you set the page to dark mode and then refresh, the content in "General Information" can't be seen. This PR fixes the problem. commit 983762c63adb71c550408d58b1e10b657e160358 Author: Lucas Emanuel Resck <41991486+lucasresck@users.noreply.github.com> Date: Sat Jun 10 22:23:22 2023 -0300 Add star to academic examples (#1445) commit 2f58bb909a1d9aa5960e3a353fb5d7d017623fb7 Author: ebohnenb <80862730+ebohnenb@users.noreply.github.com> Date: Sat Jun 10 21:18:47 2023 -0400 Update ruby to 3.2.2 in deploy.yml (#1459) commit 45f66f06e3b9fa30417344eac6eac38e44a8804c Author: Fan Pu Zeng <fanpu@users.noreply.github.com> Date: Sat Jun 10 21:07:28 2023 -0400 Update README personal page stars (#1467) commit 6e01a61a4ac1f39a8cef41d8bc249c54ef5187c5 Author: Sam Adam-Day <me@samadamday.com> Date: Tue May 23 16:12:49 2023 +0100 Added star for samadamday.com in the README (#1443) commit 14ca1486cf1dd166630b51e80298987cd71b1c0e Author: Lily (Xianling) Zhang <alchemxz@gmail.com> Date: Mon May 22 08:20:22 2023 -0700 add star to academic examples (#1439) commit 31afb9a4bf078f80d67c90ff9e6d901bd1cd83eb Author: Kai Yao <kai.yao@intel.com> Date: Sun May 21 00:35:31 2023 +0100 add academic personal webpage example (#1431) Hello, I'd appreciate it if you could consider including my academic personal webpage as an example. Thank you. commit 597b5751a3d7009790625e3be9ceebe5c64eee56 Author: George <31376482+george-gca@users.noreply.github.com> Date: Mon May 15 12:31:27 2023 -0300 Audio and Video support (#1367) Since #1253 has been hanging there for a while, I decided to part from it and add audio and video support. --------- Signed-off-by: George Araujo <george.gcac@gmail.com> commit 6335474075d61d726e188ce07379babef12c7dc0 Author: George <31376482+george-gca@users.noreply.github.com> Date: Mon May 15 12:30:53 2023 -0300 Custom blockquotes (#1419) Added some custom blockquotes `tip`, `warning`, and `danger` as seen in [jekyll-gitbook](https://sighingnow.github.io/jekyll-gitbook/jekyll/2022-06-30-tips_warnings_dangers.html), and a blog post showcasing them. Light look: ![image](https://github.com/alshedivat/al-folio/assets/31376482/8441bd56-a1a6-41c0-951f-2a2efa20c16c) Dark look: ![image](https://github.com/alshedivat/al-folio/assets/31376482/a916218a-176e-40d0-ad87-6acc9eedf8e3) --------- Signed-off-by: George Araujo <george.gcac@gmail.com> commit 8f960bbae6c16d15b2bb0b0269ccb914751b4189 Author: George <31376482+george-gca@users.noreply.github.com> Date: Sun May 14 22:10:29 2023 -0300 Fix table color (#1424) Fix table color when dark mode is default. --------- Signed-off-by: George Araujo <george.gcac@gmail.com> commit d037850a489e3538d677389ec46487fd969ee97f Author: Qingqing Chen <qchen47@buffalo.edu> Date: Sun May 14 21:06:41 2023 -0400 add star to academic examples (#1423) commit fedf6d1965f4638605812343f2e7d5cf069faa31 Author: danickblouin <45211997+danickblouin@users.noreply.github.com> Date: Fri May 12 16:50:57 2023 -0400 Fixed typo in blog post (#1411) commit c5ec8d8f8488935cb7307512ab65b7a40f763f5f Author: Furkan Akkurt <71407287+furkanakkurt1335@users.noreply.github.com> Date: Fri May 12 23:48:40 2023 +0300 Fix typo ; Update _config.yml (#1418) Co-authored-by: George <31376482+george-gca@users.noreply.github.com> commit 6fd714c897e69b631cfd894655f6decf1333a7c4 Author: Raffaele Mancuso <54762742+raffaem@users.noreply.github.com> Date: Tue May 9 16:53:21 2023 +0200 README upgrade (#1394) commit 1c0560fc03a9be0b6ba823e1f741549856624393 Author: CDN (Diego) Damasceno <1561504+damascenodiego@users.noreply.github.com> Date: Mon May 8 18:56:58 2023 +0200 Including Lattes CV in Socials (#1404) Resubmitting the PR #1383 commit c1112d7e71c12572bb92ec082055ba28faa9e1b6 Author: sfanzon <126147228+sfanzon@users.noreply.github.com> Date: Tue May 2 15:59:53 2023 +0100 Update README.md (#1389) Added academic personal website commit dd1ec87e48d9b95ac73454ba170bdcf55652cf73 Author: George <31376482+george-gca@users.noreply.github.com> Date: Mon May 1 20:03:26 2023 -0300 Fixed bootstrap table css (#1388) Fixed bootstrap table css that is being overwritten by mdb css Signed-off-by: George Araujo <george.gcac@gmail.com> commit 0c0303b1857c00f6aa01c08b0b3a0cdbacf04f3a Author: George <31376482+george-gca@users.noreply.github.com> Date: Mon May 1 14:10:33 2023 -0300 Moved bootstrap table css to head.html (#1387) Signed-off-by: George Araujo <george.gcac@gmail.com> commit d98eafb424f5ca9e267ab6990fea126bf859bd8d Author: George <31376482+george-gca@users.noreply.github.com> Date: Mon May 1 13:27:33 2023 -0300 Added thumbnail support for blog posts (#1371) Implemented #425 based on given code. ![image](https://user-images.githubusercontent.com/31376482/234644266-07c1aebd-6a83-482f-8ac2-846fe5c0653d.png) --------- Signed-off-by: George Araujo <george.gcac@gmail.com> commit ecfb9aad992c3c4e1018771f82dc1c6a6aeb124c Author: Jinsheng Ba <43855029@qq.com> Date: Tue May 2 00:05:58 2023 +0800 Add an academic example (#1381) https://bajinsheng.github.io/ commit b8771efebed9c96cf6dd3212cfe9cb990648dc23 Author: Wang Boyu <wang-boyu@users.noreply.github.com> Date: Sun Apr 30 23:10:49 2023 -0400 add star to academic examples (#1380) commit 641a36405f4c396af0b29bf4c647b7ae9ecc880a Author: George <31376482+george-gca@users.noreply.github.com> Date: Mon May 1 00:10:30 2023 -0300 Added support for Bootstrap table (#1283) Added support for [Bootstrap Table](https://bootstrap-table.com/). Haven't checked the impact on website loading, but I believe [this kind of table](https://examples.bootstrap-table.com/#welcomes/from-data.html) is way more useful for blog posts and projects pages. commit 1ce61cccc6e636bbc9a6b045862a111336434e3f Author: Hashe037 <64798080+Hashe037@users.noreply.github.com> Date: Thu Apr 27 20:47:24 2023 -0500 added star to academic examples (#1377) commit a68c5e97b1e4faf39bd0fbfd25571d2ad065977a Author: George <31376482+george-gca@users.noreply.github.com> Date: Thu Apr 27 13:39:38 2023 -0300 Reduced a little font-size in toc sidebar (#1376) Signed-off-by: George Araujo <george.gcac@gmail.com> commit 6f9114685fceb506952dfeca03f8652bb1293ded Author: George <31376482+george-gca@users.noreply.github.com> Date: Thu Apr 27 13:28:55 2023 -0300 Toc sidebar color fix (#1375) Fixed color and increased font size of toc sidebar --------- Signed-off-by: George Araujo <george.gcac@gmail.com> commit bbf17586362fb1a1745c86331e7a0f3736a6fcca Author: George <31376482+george-gca@users.noreply.github.com> Date: Thu Apr 27 12:46:29 2023 -0300 Toc sidebar (#1366) Implemented #966. ![image](https://user-images.githubusercontent.com/31376482/234411523-b02087d9-a437-4f77-9f54-de5eef122439.png) --------- Signed-off-by: George Araujo <george.gcac@gmail.com> commit 0b109a23ed4008d4a303e6b4b5ade965f55aebf9 Author: George <31376482+george-gca@users.noreply.github.com> Date: Thu Apr 27 12:26:48 2023 -0300 Fixed news limit (#1359) Fixes #1346. --------- Signed-off-by: George Araujo <george.gcac@gmail.com> Co-authored-by: Yifan Jiang <55911052+YifanJiang233@users.noreply.github.com> Co-authored-by: Raffaele Mancuso <54762742+raffaem@users.noreply.github.com> Co-authored-by: Yue Gao <11145354+Lodour@users.noreply.github.com> commit e8c5450790ac0974660699d2d21fe1dbc482ebc5 Author: George <31376482+george-gca@users.noreply.github.com> Date: Thu Apr 27 12:02:50 2023 -0300 Fixed bug when using latex in title and description (#1361) Fixes #1252. Signed-off-by: George Araujo <george.gcac@gmail.com> commit 39d1f5e522eadda055eb9c94edddc2c844e5fc3a Author: Yue Gao <11145354+Lodour@users.noreply.github.com> Date: Thu Apr 27 09:55:57 2023 -0500 Fixed hard-coded bib files in templates (#1373) The bibliography filename `papers.bib` is hard coded in templates, and the equivalent setting in `_config.yml` is not used anywhere. So changing the bib filename in `_config.yml` won't have any effects. This PR replaces hard-coded filenames with the value from `_config.yml`. commit 2f035fa2a5e774867c57fd25b36f262f93436eb7 Author: George <31376482+george-gca@users.noreply.github.com> Date: Thu Apr 27 11:47:35 2023 -0300 Increased allowed max size of news and latest posts in about (#1369) Fixed size of news and latest posts in about page when visualizing in mobile. Signed-off-by: George Araujo <george.gcac@gmail.com> commit 2a9b89d3521f785d9307f5591808c207e0779e5b Author: George <31376482+george-gca@users.noreply.github.com> Date: Wed Apr 26 12:53:19 2023 -0300 Removed blog header-bar when title and description are empty (#1370) When blog title and description are empty, go from this ![image](https://user-images.githubusercontent.com/31376482/234630799-f4c2cd46-7ad0-4d45-a0f6-2badcf0da558.png) to this ![image](https://user-images.githubusercontent.com/31376482/234630683-f11c8a88-438a-4db3-974e-ba9184d5516f.png) Signed-off-by: George Araujo <george.gcac@gmail.com> commit 470365139eedec66af5f6788d2c70b162f61dbcd Author: Raffaele Mancuso <54762742+raffaem@users.noreply.github.com> Date: Tue Apr 25 23:52:27 2023 +0200 Scopus integration (#1364) Fixes #1362 commit 6e38b1b8aa138b78f46f1bffabeba257a7d38f84 Author: Yifan Jiang <55911052+YifanJiang233@users.noreply.github.com> Date: Tue Apr 25 15:37:09 2023 +0100 Fix copy code button position (#1348) Fix issue #1303 by adding a code wrapper outside the code block. Ref: https://stackoverflow.com/questions/60771472/position-a-button-such-that-it-wont-scroll-with-contents commit 9ef19fa52a9c56875c73dfa35e9be5b7694110ca Author: Yuki M. Asano <yuki.m.asano@gmail.com> Date: Tue Apr 25 03:55:54 2023 +0200 added one more researcher (#1353) Added my own website to the "stars" section commit 2b725c1863eddd0f87a84a5b66f66a0bbaa0d278 Author: Furkan Akkurt <71407287+furkanakkurt1335@users.noreply.github.com> Date: Tue Apr 25 04:54:45 2023 +0300 Fix typo (#1356) commit 67e5fcd1e3b61c132f0ae26eb39d177bd97063a6 Author: George <31376482+george-gca@users.noreply.github.com> Date: Mon Apr 24 22:44:24 2023 -0300 Added support for table of contents in blog posts (#1278) ![image](https://user-images.githubusercontent.com/31376482/226411600-e5619108-3842-4c44-b582-61fcc94a1b0c.png) --------- Signed-off-by: George Araújo <george.gcac@gmail.com> commit ee3f2b9dabcc7da79229565ef71f7532a3af88b9 Author: Varun Iyer <tech@varuniyer.info> Date: Sun Apr 23 00:53:24 2023 +0000 Add star to academic portfolios (#1333) commit 8c8f20c5eba621bd9af9e2a0fd40bd8fddd28376 Author: Maruan <alshedivat@users.noreply.github.com> Date: Sun Apr 9 17:16:38 2023 -0400 Update README.md commit bf62dc3a5533b704a3fd47818f90f06f219cf750 Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat Apr 8 10:06:32 2023 -0400 docs: add george-gca as a contributor for code (#1323) commit 9351f3a0c9a181c1e735d4eb2babd9a31dd2ded2 Author: Maruan <alshedivat@users.noreply.github.com> Date: Sat Apr 8 09:56:08 2023 -0400 Fix publication button spacing (#1322) commit 8aaf0df552357f72c7a0925ac7c76b2f5dc3dc1d Author: gaspardbb <40466739+gaspardbb@users.noreply.github.com> Date: Sat Apr 8 15:43:36 2023 +0200 Implemented details tag for distill blog (#1321) commit 60209cfd930167fee57f00aa7a8244398c70fd3c Author: George <31376482+george-gca@users.noreply.github.com> Date: Sat Apr 8 10:19:08 2023 -0300 Implemented latest posts on about page (#1307) Adresses #340 --------- Signed-off-by: George Araújo <george.gcac@gmail.com> commit 5ff54a74ef7db133320184f889ed101ce41b6a2d Author: Simmo Saan <simmo.saan@gmail.com> Date: Wed Apr 5 14:27:32 2023 +0300 Fix assets sitemap exclusion (#1315) commit 07f5b4d6793c2878e0e62b1d6341b697d5fa965f Author: Chen Chen <maker_cc@foxmail.com> Date: Fri Mar 31 07:28:40 2023 +0800 Fixed some typos in _config.yml and README.md (#1306) commit 2fffdf3f1e53eab2e4ebac627c4e9cf9d891af7a Author: George <31376482+george-gca@users.noreply.github.com> Date: Wed Mar 29 16:48:53 2023 -0300 Moved information about creating your repo to front (#1298) Moved information about using this template to the beginning of the installation part, added a few more documentation links in it, fixed some typos. --------- Signed-off-by: George Araújo <george.gcac@gmail.com> commit 6dee124c6f300ca1a0170203994f5213a67b1cd8 Author: Raphael Azorin <azorin.raphael@gmail.com> Date: Mon Mar 27 17:58:53 2023 +0200 Update README - Add new profile (#1285) commit ad504b07095e949fa194a27f5f01f83844498e1d Author: Douglas <48629993+DouglasKrouth@users.noreply.github.com> Date: Mon Mar 27 10:58:32 2023 -0500 Fixed one-word typo in _config.yml (Non-Urgent) (#1288) commit 6b3b92ca06dfa2864ad7b5cbdbc90ad4d36e13b5 Author: Maruan <alshedivat@users.noreply.github.com> Date: Sun Mar 19 18:42:53 2023 -0400 update readme + remove sponsorship info (#1274) majority of the recent improvements to al-folio have been truly driven by a growing community of fans and contributors. this template has gradually transformed from a low-key weekend project into a "public good" of some sort used by thousands of people, university labs and classes, and academic conference and workshops. as such, having personal sponsorship info from the repository is no longer relevant. as the community grows a bit further, we may have to think about establishing some kind of governance around decisions of how al-folio is supposed to evolve, which features to prioritize, and how to reward contributors for their hard work. for now, these decisions will be made by the project maintainers (active contributors are welcome to join the team). and I'm all ears for proposals and suggestions! commit b9a1f836368e2af73d2205d8e7437a4bc7e5f666 Author: George <31376482+george-gca@users.noreply.github.com> Date: Sun Mar 19 18:25:07 2023 -0300 Added more options to altmetric badge, changed to arxiv code first (#1269) commit bacddc78219e08e269f3b888c86c559ca5f33cc9 Author: George <31376482+george-gca@users.noreply.github.com> Date: Sun Mar 19 18:17:34 2023 -0300 Implemented copy code button feature (#1267) Implemented support for copy code button in code blocks (#1262), also updated blog post about code to reflect it. commit fa9e1c30c1d8b938b1b44d86a034033a70514d7b Author: Do Hai Son <dohaison1998@gmail.com> Date: Mon Mar 20 04:06:21 2023 +0700 Update README.md: added new profile (#1263) commit 45c3d91b6945d87c6c14aa99ca585f63a7ef7d51 Author: George <31376482+george-gca@users.noreply.github.com> Date: Sun Mar 19 09:43:02 2023 -0300 Added related_posts false to the announcements front matter (#1266) Added `related_posts: false` to the announcements front matter to avoid errors like #1203. Also included explanation in README FAQ section. commit 1701a23c8d5f999eb6f53821c6bf5a6097913467 Author: George <31376482+george-gca@users.noreply.github.com> Date: Sun Mar 19 09:38:59 2023 -0300 Avoiding specific warning on Google Chrome (#1268) Avoids a warning that appears in the console when opening the site on Google Chrome commit 2f49d07dc33fd69844d00273fbc44249aae49c65 Author: Scott Lee Chua <scottleechua@gmail.com> Date: Sun Mar 19 18:41:02 2023 +0800 Replace bin/deploy with GitHub Action (#1234) This PR updates `deploy.yml` to use the GitHub Action [Deploy to GitHub Pages](https://github.com/marketplace/actions/deploy-to-github-pages). commit 56480a713affcdbf9293c9fb8564f1df236c721c Author: George <31376482+george-gca@users.noreply.github.com> Date: Sat Mar 18 19:01:30 2023 -0300 Added github 🏆 section in repositories (#1229) Creates a new section with user trophies. commit f4a369b55970477dcd9c6a8f1af1190974bde0bd Author: George <31376482+george-gca@users.noreply.github.com> Date: Sat Mar 18 18:55:21 2023 -0300 Added information about using github action (#1226) By using this Github action it is possible to keep the derived repository up-to-date with its template. I am currently using this to keep my website up to date with the template repository. An example of the PR this action creates can be seen [here](https://github.com/george-gca/george-gca.github.io/pull/13). Signed-off-by: George Araújo <george.gcac@gmail.com> commit 59308f4e8292a866beda7e80c8f317eb885d6405 Author: Mathias Micheel <49622130+buerviper@users.noreply.github.com> Date: Sun Feb 26 17:10:03 2023 +0100 OSF social link (#1217) Added missing "/" in the OSF link. commit 3947dce657d3faaca71788cf2f7886e5c15a1b98 Author: Allie <13716824+ChildishGiant@users.noreply.github.com> Date: Sat Feb 25 18:16:04 2023 +0000 feat: add wikipedia social (#1097) I imagine more people have wikipedia accounts than wikidata entries about them 😉 commit 28953d565b877e12825848ee3ad7e3e445e28e62 Author: Bashir Kazimi <kazimibashir907@gmail.com> Date: Sat Feb 25 19:15:04 2023 +0100 Add star to academic portfolios (#1202) commit 8ccc28400886fccea4171a7ab4ec618be8faff02 Author: George <31376482+george-gca@users.noreply.github.com> Date: Sun Feb 19 23:26:48 2023 -0300 Added related posts section (#1168) commit 4005ff4893f8e0decb7583b289bae021f495d471 Author: Philip Wong <4522927+p2635@users.noreply.github.com> Date: Sun Feb 19 17:05:37 2023 +0000 Update 404.html wording for accessibility (#1194) commit 15ce6a02f3c765ee37680bed77548d97b952e126 Author: Maruan <alshedivat@users.noreply.github.com> Date: Fri Feb 17 22:05:10 2023 -0500 Update README.md commit d8f1b16eff28d18cd22bcfad369532b5fff9e7fe Author: Mathias Micheel <49622130+buerviper@users.noreply.github.com> Date: Fri Feb 17 03:35:20 2023 +0100 Add OSF to social (#1185) commit e1736bbca546ad840240c13ae1a50ab313e4641f Author: Kotaro Suto <ng1a5ss43@gmail.com> Date: Thu Feb 16 18:34:55 2023 -0800 Update README.md to encourage people to use `Use this template` (#1167) This PR changes README.md to encourage people to use `Use this template` rather than `fork`. > - A new fork includes the entire commit history of the parent repository, while a repository created from a template starts with a single commit. > - Commits to a fork don't appear in your contributions graph, while commits to a repository created from a template do appear in your contribution graph. > - A fork can be a temporary way to contribute code to an existing project, while creating a repository from a template starts a new project quickly. [Ref](https://docs.github.com/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template) Possible con would be that it is harder to pull the new changes from this repo to the users' repos. It does not seem like impossible to do so but it will require additonal actions on the users end. - https://github.com/orgs/community/discussions/23528 - https://stackoverflow.com/questions/56577184/github-pull-changes-from-a-template-repository --------- Co-authored-by: Maruan <alshedivat@users.noreply.github.com> commit 182eb946dce49094319a53f39ed258a5d0dc3fcb Author: George <31376482+george-gca@users.noreply.github.com> Date: Mon Feb 13 01:53:24 2023 -0300 Added george-gca academic site (#1183) Added new academic site Signed-off-by: George Araújo <george.gcac@gmail.com> Signed-off-by: George Araújo <george.gcac@gmail.com> commit 9b14e422a3502178db0b75968c0a78e82901b20d Author: Divakar Verma <divakarv96@gmail.com> Date: Sun Feb 12 11:18:50 2023 -0500 Add star to academic portfolios (#1178) Adding my portfolio website to the list. commit efaafaa0dc768239bd269037acf40557ed9b6898 Author: Kushin Mukherjee <kushinm11@gmail.com> Date: Fri Feb 10 10:59:11 2023 -0600 Add CogSci workshop to list of workshops in README (#1170) created a new row in the 'Workshops' section to add a workshop at Cogsci 2022 where we used this awesome template! Thanks! commit 33f29dd3bca1aa35d1459b63c447b83eef01e70d Author: Zuhair AlSader <zalsader@hotmail.com> Date: Sat Feb 4 21:16:23 2023 -0500 Use figure for bib entry preview (#1152) This makes sure that the image is resized per media type by imagemagick. The result is still a bit too big (1400 width on desktop), but better than nothing. Signed-off-by: Zuhair AlSader <zalsader@hotmail.com> commit d0b0d9e014103d38db0c4191bf4ae1bb924f50f2 Author: ZhengLin Li <63448884+ZhengLin-Li@users.noreply.github.com> Date: Fri Feb 3 08:03:47 2023 -0800 fix: small typo (#1143) fix a small typo commit aca95e563bc6968fe8897d72013bfdd93a1d315f Author: Rohan Deb Sarkar <rohandebsarkar@protonmail.com> Date: Sun Jan 15 09:26:38 2023 +0530 fix distill hyperlink color (#1113) Make distill hyperlink color logic consistent with rest of the theme. fixes #1105 commit cfdde2426d57cd62cda366015811f1bbbd9c542e Author: Rohan Deb Sarkar <rohandebsarkar@protonmail.com> Date: Tue Jan 10 19:33:41 2023 +0530 Update favicon emoji length limit (#1099) Since, a image file will always contain a dot and a three letter extension at least (ex: `.jpg`, `.png`, `.jpeg`, etc). Therefore we can safely set the limit up to 4. fixes #1096 commit 909401f7c67ce7dcec133edce2beff27ed4e1a0c Author: Rodo-Singh <adityasinghdrdo@gmail.com> Date: Mon Jan 9 18:24:34 2023 +0530 Added my star to README (#1093) Added my webpage link (⭐) to the table of `al-folio` users. commit f2be212967ce3ea067b8737d5c9167c258685d1c Author: Rohan Deb Sarkar <rohandebsarkar@protonmail.com> Date: Sun Jan 8 22:46:31 2023 +0530 Add news page (#1085) fixes #993 Also added links to news and publications from respective section headers on the home page. Changed the colors of the header links to make it consistent with the previous look. commit a9685570e5889f1f57b3fac5d5ff8f79795b9bcb Author: Rohan Deb Sarkar <rohandebsarkar@protonmail.com> Date: Sun Jan 8 21:17:25 2023 +0530 Adds Dimensions badge (#1086) This adds a dimension badge as requested in #987. This separates the the links from the badges, in case more badges need to be added in the future. commit e7b83a736e2231650b616b681a460ff997dd1bd4 Author: Amir Pourmand <pourmand1376@gmail.com> Date: Sun Jan 8 07:35:00 2023 -0800 Fix Docker Problem (#1074) commit f17eb7fd5d408fccb0d8c92175b360bd4c70589e Author: Rohan Deb Sarkar <rohandebsarkar@protonmail.com> Date: Sun Jan 8 00:16:44 2023 +0530 Fix SRI hash (#1087) Sorry, forgot to change the SRI. commit 3a4de50705593ce0fc250efed165ac9c4e4f76ad Author: Rohan Deb Sarkar <rohandebsarkar@protonmail.com> Date: Sat Jan 7 21:37:54 2023 +0530 Fix medium zoom on small devices (#1084) fixes #1006 commit 69e013b9a0f0418af0a8a3c921d3a0f283a8bdb1 Author: Philip Wong <4522927+p2635@users.noreply.github.com> Date: Sun Jan 1 00:31:06 2023 +0000 Add youtube as a social option (#1007) commit 535884424195860c6d45fead6f3de3e321db789c Author: djherron <dave.herron1@gmail.com> Date: Sun Jan 1 00:08:07 2023 +0000 add star to readme (#1064) commit 925cac03bbdead2b42f85cadfcbed028873cd12b Author: Simmo Saan <simmo.saan@gmail.com> Date: Sun Dec 25 21:03:26 2022 +0200 Improve bib layout for thesis (#920) commit 34eb856fb872f4a0973a5503e8435cb54cc287b1 Author: Amir Pourmand <pourmand1376@gmail.com> Date: Sun Dec 25 10:52:28 2022 -0800 Add Pre-commit Hook (#801) commit 5e48424e58ea71652e35b3db89dccc98b8a067eb Author: Mohammad Qodrati <qodrati.m@gmail.com> Date: Sun Dec 25 22:17:08 2022 +0330 Hide the other opened box (Bib, Abs), if any (#1002) commit 37ccb2e434fc2ec6c2b1879eb215780afbe4fff3 Author: Maruan <alshedivat@users.noreply.github.com> Date: Tue Dec 20 15:09:32 2022 -0800 Add interactive plotly example to distill post (#1027) commit b9f1fc84f2c36799c2f68f66d4cf9da1b64295ec Author: Maruan <alshedivat@users.noreply.github.com> Date: Sun Dec 11 19:33:09 2022 -0800 Add support for giscus comments (#1028) adds support for comments on posts using https://giscus.app/ commit 5c5a2c850933932730c637d67fdf33c524ef645f Author: Fares Meghdouri <33158574+fm94@users.noreply.github.com> Date: Mon Dec 12 04:16:19 2022 +0100 Adapt repo code to handle branches too (#1003) commit 4883684acf8d5ae3708437ff6ab47da7c3d12c6c Author: Amir Pourmand <pourmand1376@gmail.com> Date: Sun Dec 11 10:21:12 2022 +0330 Add Container Name (#1021) commit e78a622ac3010a97f7fed1fcf7018e0194b741e8 Author: Amir Pourmand <pourmand1376@gmail.com> Date: Sun Dec 11 08:06:24 2022 +0330 ADD More Clear Explanations in README (#1012) commit cbd969878473b62acd56bd5590aaf3fafd2744e2 Author: Noman Bashir <noman.bashir.ahmad@gmail.com> Date: Sat Dec 10 10:04:26 2022 -0500 Update README.md (#1014) Adding my webpage. commit 010d2ee5308acc3d0b211fed86e6a0446c12fa78 Author: Ellis Brown <ellis.l.brown.ii@gmail.com> Date: Wed Nov 30 11:44:48 2022 -0500 add ellisbrown.github.io reference (#1008) commit df70bfe57cfd6797e85b635dc6bb4716ee6517de Author: Rohan Deb Sarkar <rohandebsarkar@gmail.com> Date: Sun Nov 20 01:15:42 2022 +0530 fix deploy script for `--user` (#994) Fixes #820. Explanation: https://github.com/alshedivat/al-folio/discussions/969#discussioncomment-4180959 commit f1eb1602a367a0f28271616a0d64ce329e30c814 Author: Andrea Gasparini <andrea.gasparini11@gmail.com> Date: Sat Nov 19 16:19:56 2022 +0100 Adds Telegram to social integrations (#992) commit 01119b9f7780fb923e8c5e554a135b4b20bb796c Author: Andreas Kuster <20418060+andreaskuster@users.noreply.github.com> Date: Wed Nov 16 16:46:27 2022 +0800 Add Andreas Kuster's published webpage (#991) Thanks a lot for this very neat and professional template. This PR adds my academic page to the Academics list commit e2966c4114441674b9947f0ea84d2ad371d231fd Author: Alireza Dehghanzadeh <86428901+adehghanzadeh@users.noreply.github.com> Date: Tue Nov 15 17:30:22 2022 +0330 New update to GH Actions: Deprecating `save-state` and `set-output` commands (#986) Hi there First of all, thanks for this amazing complete theme Due to this warning which has been recently showed by Github, `::set-output` will be deprecated and must be replaced with a new method ![image](https://user-images.githubusercontent.com/86428901/201933020-4a53d735-08b4-41d3-b38c-e16942fdd64e.png) topic: [GitHub Actions: Deprecating save-state and set-output commands](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/) Thanks commit 357f6e914fdbd99efb8fc6bd8d0e6381f0385770 Author: bruno vianna <bruno@pobox.com> Date: Tue Nov 15 14:06:51 2022 +0100 Add backlink to verify mastodon (#978) commit f58ac5bcd5c5228c348c2f4ed163f243723251bc Author: Rohan Deb Sarkar <rohandebsarkar@gmail.com> Date: Sat Nov 12 09:13:16 2022 +0530 Add support for Disqus comments on distill posts (#981) Fixes #980. commit 8f38315866a538b3db6a9141f23fafb146389f9b Author: Junshen Xu <junshenxu1996@gmail.com> Date: Fri Nov 11 12:18:38 2022 -0500 Add Junshen's personal page (#979) Added a link to my personal website to the README. commit 576e7b0541d8089291e22504a0b10b0dd2b10a29 Author: bruno vianna <bruno@pobox.com> Date: Fri Nov 11 01:56:27 2022 +0100 Added Mastodon to social (#974) commit 7172df0877a30b12feea4b6c41adfdd9da7951c0 Author: Amir Pourmand <pourmand1376@gmail.com> Date: Mon Oct 31 18:57:43 2022 +0330 Add Docker-compose file for windows compatibility (#875) This file makes it easier for windows users to use docker. (Closes #829) Previous to this commit, those who used Windows had to install Ubuntu inside windows (via WSL) and run our commands. Now they can run it by just typing `docker-compose up`. > The main problem was that `./bin/dockerhub_run.sh` command was written with `Bash` in mind and you had to change it a little bit to make it compatible with windows `Powershell`. We shouldn't have two scripts. This is why adding a `docker-compose.yml` file is necessary. commit a552443256c10f9b76f83bc26a91158e4ba38327 Author: Maruan <alshedivat@users.noreply.github.com> Date: Sat Oct 29 20:40:21 2022 -0400 Update README.md commit 92cbaf94ff8f2f36598d28d3afc6d61098ede3b0 Author: Maruan Al-Shedivat <maruan@genesistherapeutics.ai> Date: Tue Oct 25 08:41:33 2022 -0400 Small stylistic fix commit c87d1b446bc2f8ca8706e5cd467c7cc3c37f74ef Author: Dominik Straub <dominikstrb@mailbox.org> Date: Tue Oct 25 14:27:45 2022 +0200 Add altmetric badges to paper (#950) [Altmetric](https://www.altmetric.com/) tracks social media and citation activity for a paper. I added an option to add the altmeric id to a paper's bib entry, which results in the altmeric badge for the paper being displayed next to the other buttons. As an example, I added the altmetric id for the Einstein, Podolsky & Rosen paper. commit 6bd11359a1dfb5817eb2704ca854ae5806a23b85 Author: Muhamamd Naufal Shidqi <nopal.sidqi@gmail.com> Date: Tue Oct 25 19:14:25 2022 +0700 Add WhatsApp to social integration (#945) commit 232ff286b22ad2fed3399f033f940f69e6a080cc Author: Maruan Al-Shedivat <maruan@genesistherapeutics.ai> Date: Mon Oct 24 09:07:39 2022 -0400 Enable progress bar by default commit 08a839c5f59574b5f3d96910e2dad1821ece8c77 Author: Carlos Morales <carlosmorales777@gmail.com> Date: Mon Oct 24 10:38:26 2022 +0100 Add a progress bar to show the scroll position (#934) This feature adds a horizontal bar under the top menu which tracks the vertical scroll position. Such a feature can be useful to represent how much is left to read on the current page more aesthetically. As this is an optional feature, `enable_progressbar` must be set to `true` in `_config.yml` to activate the functionality. I am not the original author of this code. I just made it compatible with the current version of the template at the time of this commit. The original code was most likely authored by Pankaj Parashar in this [post](https://css-tricks.com/reading-position-indicator/) made a few years before the first inclusion in an `al-folio` site. Then, the code was adapted for compatibility with the template at Anthony Plantanios' site. Finally, I did the last updates to have the code fit the new conventions used in the project. This was discussed in #557 Co-authored-by: rohandebsarkar <rohandebsarkar@gmail.com> commit 215fb34d668beb3095877ba01b0d40fcb004266d Author: Miroslav Suzara <miroslav.suzara@gmail.com> Date: Mon Oct 24 01:06:44 2022 -0700 Fixed broken link to distill-style blog post (#957) Updated README.md with the correct link to the distill-style blog post example. commit 170e6ade14c092681cf76d07ae9114c389b761d6 Author: Tyler Barna <57914086+tylerbarna@users.noreply.github.com> Date: Sun Oct 23 23:53:31 2022 -0500 Update README.md (#953) added the link to the personal academic site I've started working on using al-folio in the table commit 5f3c487b7f74f1e6a44912cab2742d7293bbd36a Author: Simmo Saan <simmo.saan@gmail.com> Date: Sun Oct 16 14:06:52 2022 +0300 Slugify tag and category links (#947) Fixes links to jekyll-archive pages when tag/category contains spaces. commit 7d7567eac842aa40f888277eb5fc83119cdf3176 Author: George <31376482+george-gca@users.noreply.github.com> Date: Wed Oct 12 07:02:15 2022 -0300 Fixed missing year in title when in blog archive (#921) Fixed missing year in title when visualizing blog archive filtered by year Signed-off-by: George Araujo <george.gcac@gmail.com> commit 951ae928581c5c9587211813ae56adc216126bd3 Author: Carlos Morales <carlosmorales777@gmail.com> Date: Mon Oct 10 17:43:59 2022 +0100 Fix default highlighting (#931) The default setting `media="none"` disables code highlighting. This works OK when we have `enable_darkmode: true` in `config.yml` as the code handling the dark/light theme switching takes care of setting `media=""` for the preferred theme. However, setting `enable_darkmode: false` prevents importing `theme.js` which in turn prevents said change thus the default highlighting stays disabled. Setting `media=""` by default enables the default highlighting when `enable_darkmode` is false. Fixes #929 commit 30512eebda1fb9dd46bb107e869d5ec8de9b9411 Author: Carlos Morales <carlosmorales777@gmail.com> Date: Sat Oct 8 10:47:32 2022 +0100 Set the margin according to the alignment selected (#928) As reported in #927, the style of the profile class only considers a left-margin regardless of the alignment option selected. Thus, when the user changes the default alignment there is no corresponding margin to match their selection. My commit addresses this by enabling the corresponding margin for the left or right alignment options commit fbbca1a8c4a29e5b9de70293068622069884f4f8 Author: Maruan <alshedivat@users.noreply.github.com> Date: Sun Oct 2 09:08:39 2022 -0400 Update README.md commit 54cbd6d638b4021aa5d56df8c5e30b62106a591e Author: Amir Pourmand <pourmand1376@gmail.com> Date: Sun Oct 2 16:23:50 2022 +0330 Add docker badges (#888) commit 23b0d1c598aa193e71f73e23135d7cb5b0aa4560 Author: Carlos Morales <carlosmorales777@gmail.com> Date: Sun Oct 2 13:52:37 2022 +0100 Improve info about theme colors (#911) commit 281cc82d41243d90c7921f45ce221b0b7a633a97 Author: Josh Veitch-Michaelis <j.veitchmichaelis+github@gmail.com> Date: Sun Oct 2 14:51:25 2022 +0200 fix bug where proceedings do not render (#913) commit bfc47258d744685399b704caf217210944e01615 Author: Johannes Hörner <110042110+johanneshoerner@users.noreply.github.com> Date: Sat Sep 24 04:42:27 2022 +0200 add multiple last names in bibliography (#905) Multiple last names can be defined to be highlighted in the bibliography (#904) commit 93ab84322a6ff2f7009f417b3dca58b2991dc854 Author: Amir Hossein Kargaran <kargaranamir@gmail.com> Date: Wed Sep 14 05:43:46 2022 +0300 add more social media (#878) LastFM, Spotify, Pinterest, Unsplash, Instagram, and Facebook, and you can change their order. commit 7410772458eee0ec58c9a4d553bf8801cc9276e9 Author: Dominik Straub <dominikstrb@mailbox.org> Date: Tue Sep 13 16:25:20 2022 +0200 Add Semantic Scholar social integration (#879) commit 4d02d1c0ee10de6bdf5f4eca7c4adbe20f630213 Author: Dominik Straub <dominikstrb@mailbox.org> Date: Tue Sep 13 15:36:24 2022 +0200 Add dominikstrb's personal page (#880) Added a link to my personal website to the README commit 5b3117b079f5a10b3b48bd7814df358982e33585 Author: Amir Pourmand <pourmand1376@gmail.com> Date: Tue Sep 13 03:29:11 2022 +0430 Adding Table of Contents to Readme file (#876) commit cf9640c877649c092448839510902f357bb1cfff Author: Lucas Hosseini <lucas.hosseini@gmail.com> Date: Thu Sep 8 22:07:56 2022 +0200 Display booktitle for publications of type incollection (#871) commit 47694a1f774fb4dd7940250d628a26b46cc60bee Author: Maruan <alshedivat@users.noreply.github.com> Date: Thu Sep 8 16:05:31 2022 -0400 Update README.md commit 30e51bc90005f8bf36a4e1d59423531b04b22c30 Author: Maruan <alshedivat@users.noreply.github.com> Date: Sat Aug 27 22:37:32 2022 -0400 Update 2018-12-22-distill.md commit bf6f8a41ad096ec24f8411c23cf6c342a61c59b8 Author: wristy <wristy8@gmail.com> Date: Sat Aug 27 09:45:54 2022 -0400 Fix grammar (#848) commit ca883669a18dcc3bf11c1f41defd0698484cc9ca Author: Yavuz Alp Sencer ÖZTÜRK <28690608+alpsencer@users.noreply.github.com> Date: Tue Aug 16 19:30:09 2022 +0300 fixe typos (#823) commit c1428532e0735210175034d2588ce00446d3c335 Author: Rohan Deb Sarkar <rohandebsarkar@gmail.com> Date: Mon Aug 15 08:40:12 2022 +0530 fix #814 (#818) commit 967e367563ba1bc006053c14c989cc1bea77efb8 Author: Tai D Nguyen <tainguyen7597@gmail.com> Date: Sun Aug 14 15:26:33 2022 -0400 add page (#817) commit b2b14496c01af9c813969334a4815769b071659d Author: Maruan <alshedivat@users.noreply.github.com> Date: Sun Aug 14 15:25:25 2022 -0400 Update README.md commit 7a942fe05560144ed239f2d0d4981bdf03376031 Author: Leandro A. Bugnon <lbugnon@sinc.unl.edu.ar> Date: Sun Aug 14 16:17:25 2022 -0300 Add personal page (#812) commit a36d7f58074b7805cc3906760c2eea7288f63a49 Author: gzwongkk <gzwongkk@gmail.com> Date: Sun Aug 7 01:06:18 2022 +0800 Support different colors for different kinds of publications in publication list (#797) commit 58391d1dbec637a0ee2427e81f86e6844c909910 Author: gzwongkk <gzwongkk@gmail.com> Date: Sun Aug 7 00:55:39 2022 +0800 Fix commas in author list (#770) commit 2186bddc0c4bb6707017db7cc94b074239343a7a Author: Ioannis Mavromatis <44159802+ioannismavromatis@users.noreply.github.com> Date: Sat Aug 6 17:06:49 2022 +0100 Add website (#802) commit 4817639f3084f317455433ef033f9c3f05330589 Author: Rohan Deb Sarkar <rohandebsarkar@gmail.com> Date: Thu Jul 28 21:54:58 2022 +0530 Fix title spaces and a few links (#789) * fix title * fix a few links * add line commit 96e794f257c5a240436b20edb2884854f57dddeb Author: johanneshoerner <110042110+johanneshoerner@users.noreply.github.com> Date: Thu Jul 28 16:06:54 2022 +0200 Added my webpage to the list (#788) Added my webpage to the list. commit 2fadee6afbb0f086c48b9c308a613a43d98c672d Author: Rohan Deb Sarkar <rohandebsarkar@gmail.com> Date: Tue Jul 26 08:59:57 2022 +0530 Adds support for GA4 Google Analytics (#727) * Update `analytics.html` * Update `config.yml` * Update * Update commit f618757b63cf2c41ff1c26953e8c49c94c2e53f7 Author: Rohan Deb Sarkar <rohandebsarkar@gmail.com> Date: Sun Jul 24 22:45:39 2022 +0530 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` commit 99b14c436ffe674a9670b901aeebdc4897625de3 Author: Amir Pourmand <pourmand1376@gmail.com> Date: Mon Jul 18 05:02:44 2022 +0430 Add Tags for Docker Images (#754) commit b6ea0d01ff43ef05bbca107c6c90283925c328a3 Author: Amir Pourmand <pourmand1376@gmail.com> Date: Mon Jul 18 04:41:27 2022 +0430 Skip Docker Image on Forked Images (#767) commit 1ac9b7c3b2c8c0d55b2a3516fc1d8f03489f889e Author: Rohan Deb Sarkar <rohandebsarkar@gmail.com> Date: Tue Jul 12 11:43:58 2022 +0530 Optimize image qualities and a fix (#762) * blog tag-list * optimize publication preview * better compression * optimize jpg project images * reduce sizes of project images * fix commit 24a5084cb133b9e444f9049f979ee98d6a7bfac2 Author: Congcong Li <20706332+lufficc@users.noreply.github.com> Date: Mon Jul 11 14:38:58 2022 +0800 fix more authors bug (#758) * fix more authors bug * fix * add preview Co-authored-by: Rohan Deb Sarkar <rohandebsarkar@gmail.com> commit edd9fb70796752028125fe0c67c0d75dba1c82e4 Author: Rohan Deb Sarkar <rohandebsarkar@gmail.com> Date: Sun Jul 10 22:13:25 2022 +0530 Bootstrap js SRI fix (#757) commit 7afa104f500f5847b4180a1c2f243b7357a0e389 Author: Rohan Deb Sarkar <rohandebsarkar@gmail.com> Date: Sun Jul 10 21:51:39 2022 +0530 Include bootstrap bundle (#756) commit 26e41e77c8dbe19f65af82deeba9f4d83c2324ad Author: Rohan Deb Sarkar <rohandebsarkar@gmail.com> Date: Sun Jul 10 21:26:36 2022 +0530 Fix scripts (#755) commit 07330b9bf9cd3d8fa017d13f67076af00710372d Author: Rohan Deb Sarkar <rohandebsarkar@gmail.com> Date: Sun Jul 10 10:34:16 2022 +0530 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> commit 7c71285bc3f8882b5408b22919d2dc8dae6c22c6 Author: Maruan <alshedivat@users.noreply.github.com> Date: Sun Jul 10 00:54:26 2022 -0400 Update README.md commit b3dac1faad15ebe4c4bf91c7bc27856b82bbcf66 Author: Maruan <alshedivat@users.noreply.github.com> Date: Sun Jul 10 00:53:53 2022 -0400 Update README.md commit 09c8781eb69ac676443c6f07a2109e29ffbf3747 Author: Maruan <alshedivat@users.noreply.github.com> Date: Sun Jul 10 00:48:21 2022 -0400 Update README.md commit c7736d6abc0a22a4eb99bb7ec76a133f371973a1 Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun Jul 10 00:21:39 2022 -0400 docs: add pourmand1376 as a contributor for code (#753) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> commit 0e9d3a44f930c875eca3ffdace02a9b22d1d636e Author: Amir Pourmand <pourmand1376@gmail.com> Date: Sun Jul 10 08:49:05 2022 +0430 Add Dockerfile for easy installation on local machine (#532) commit c09d3ee2eda25cf834fee91a8b831612fc9cfe09 Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun Jul 10 00:10:30 2022 -0400 docs: add rohandebsarkar as a contributor for code (#752) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> commit cb3ea9c591bfe0a34f357af092d90ab28460cb1d Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun Jul 10 00:04:19 2022 -0400 docs: add alshedivat as a contributor for design, code (#751) * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * Update .all-contributorsrc * Update README.md * Update .all-contributorsrc Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai> commit 9d7180417e37d35186cc5c1de270ee90fd6614b5 Author: Rohan Deb Sarkar <rohandebsarkar@gmail.com> Date: Sat Jul 9 18:08:11 2022 +0530 Better bundler caching for GitHub Actions (#750) * Better caching for GitHub Actions * Update `actions/checkout` to `v3` commit dee922531d397d77f8d8543f6bc965694827eb69 Author: Rohan Deb Sarkar <rohandebsarkar@gmail.com> Date: Fri Jul 8 21:41:36 2022 +0530 Fix responsive image (#748) * fix * base url * Revert "base url" This reverts commit 2e81d32ec22f8a9ec53b7ad216679d4cfa88456c. * fix commit 683fe65aab3545be053fa14177dbe82e64a1d35c Author: Rohan Deb Sarkar <rohandebsarkar@gmail.com> Date: Fri Jul 8 13:18:37 2022 +0530 Fix Previous PR (#745) (#746) commit 3672e8d2b1ae19db2bc246b2aecc0931356a753d Author: Rohan Deb Sarkar <rohandebsarkar@gmail.com> Date: Fri Jul 8 13:09:31 2022 +0530 Change imagemagick optional to depend on one variable (#745) commit 510587c34f80509bfe8c95cdb95c7501e866b6ca Author: Manan Dey <manandey1@gmail.com> Date: Fri Jul 8 10:13:34 2022 +0530 add star (#744) commit a27cf93331b72ab3c0c1035b9e6adb7a9e5bcd48 Author: Maruan <alshedivat@users.noreply.github.com> Date: Sun Jul 3 22:51:39 2022 -0700 Fix typos in _layouts/about.html (#739) commit 4a53a32b2ad4af858e7e6e73c07a4029e9fa604b Author: Rohan Deb Sarkar <rohandebsarkar@gmail.com> Date: Sun Jul 3 09:18:19 2022 +0530 Adds support for tag-list (#734) * Adds support for tag-list * Update _sass/_base.scss Co-authored-by: Maruan <alshedivat@users.noreply.github.com> * Made tags optional * Responsive deign for tag-list Co-authored-by: Maruan <alshedivat@users.noreply.github.com> commit 9411786b5dc3282fbdde5cb359d1b2fa81c59f32 Author: Rohan Deb Sarkar <rohandebsarkar@gm…
ngmarchant
pushed a commit
to ngmarchant/ngmarchant.github.io
that referenced
this pull request
Sep 24, 2023
By using this Github action it is possible to keep the derived repository up-to-date with its template. I am currently using this to keep my website up to date with the template repository. An example of the PR this action creates can be seen [here](george-gca/george-gca.github.io#13). Signed-off-by: George Araújo <george.gcac@gmail.com>
davidxwu
pushed a commit
to davidxwu/davidxwu.github.io
that referenced
this pull request
Oct 30, 2023
By using this Github action it is possible to keep the derived repository up-to-date with its template. I am currently using this to keep my website up to date with the template repository. An example of the PR this action creates can be seen [here](george-gca/george-gca.github.io#13). Signed-off-by: George Araújo <george.gcac@gmail.com>
antchristou
pushed a commit
to antchristou/antchristou.github.io
that referenced
this pull request
Nov 20, 2023
By using this Github action it is possible to keep the derived repository up-to-date with its template. I am currently using this to keep my website up to date with the template repository. An example of the PR this action creates can be seen [here](george-gca/george-gca.github.io#13). Signed-off-by: George Araújo <george.gcac@gmail.com>
mhnazeri
pushed a commit
to mhnazeri/mhnazeri.github.io
that referenced
this pull request
Dec 21, 2023
By using this Github action it is possible to keep the derived repository up-to-date with its template. I am currently using this to keep my website up to date with the template repository. An example of the PR this action creates can be seen [here](george-gca/george-gca.github.io#13). Signed-off-by: George Araújo <george.gcac@gmail.com>
wangmagg
pushed a commit
to wangmagg/wangmagg.github.io
that referenced
this pull request
May 14, 2024
By using this Github action it is possible to keep the derived repository up-to-date with its template. I am currently using this to keep my website up to date with the template repository. An example of the PR this action creates can be seen [here](george-gca/george-gca.github.io#13). Signed-off-by: George Araújo <george.gcac@gmail.com>
Mor1Ma1
pushed a commit
to Mor1Ma1/zhuoyuanmai2.github.io
that referenced
this pull request
Jul 27, 2024
By using this Github action it is possible to keep the derived repository up-to-date with its template. I am currently using this to keep my website up to date with the template repository. An example of the PR this action creates can be seen [here](george-gca/george-gca.github.io#13). Signed-off-by: George Araújo <george.gcac@gmail.com>
chertianser
pushed a commit
to chertianser/chertianser.github.io
that referenced
this pull request
Aug 8, 2024
By using this Github action it is possible to keep the derived repository up-to-date with its template. I am currently using this to keep my website up to date with the template repository. An example of the PR this action creates can be seen [here](george-gca/george-gca.github.io#13). Signed-off-by: George Araújo <george.gcac@gmail.com>
siantonelli
pushed a commit
to siantonelli/siantonelli.github.io
that referenced
this pull request
Oct 26, 2024
By using this Github action it is possible to keep the derived repository up-to-date with its template. I am currently using this to keep my website up to date with the template repository. An example of the PR this action creates can be seen [here](george-gca/george-gca.github.io#13). Signed-off-by: George Araújo <george.gcac@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge george-gca/multi-language-al-folio 6966cdb