-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Support for slide links in publication pages #2126
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
Conversation
saravan2
commented
May 15, 2024
- Introduced slidesurl to encode link for slides
- Added optional field : slides_url to markdown_generator/publication. tsv and modified publication.ipynb to parse the optional field and append slidesurl
- ipython notebook execution regenerated _publications/*-paper-title-number-{1-3}.md
- Updated _includes/archive-single.html and _layouts/single.html to display links to slides when slidesurl is set
- Added sample slides in files/*
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for submitting the pull request with these changes! Having support for slides would be a useful addition to the template, but some changes need to be made in order to bring it into line with how the template works and it's overall design. I've made some comments on the relevant files with the changes that need to be made.
Thanks for the review. I added commit ebbb512 with relevant changes. |
@rjzupkoii There is a typo I noticed it when I went through the logs of https://github.com/academicpages/academicpages.github.io/actions/runs/9121047739 I regret my oversight. |
@saravan2 No worries! I was able to fix it and also tweak things a bit as well. |
* Increase font size in code blocks See academicpages/academicpages.github.io#59 * Adds missing semi-colon * fix font awesome code icon in syntax box * Fix encoding issue with bib files * add goodreads to site * change orcid color * add medium icon * add medium profile * Resolve Google Scholar link not displayed There was as slight typo in the logic due to which the google scholar link for the respective author's profile set in Config was not being displayed. * Adding pronouns field to author profile * Add Google Analytics 4 Support * fix: Remove deprecated JavaScript to avoid load error from 404 page * Update files to be ignored * + webrick to gem file * #1902 RM excerpt in pages * Start updating the README * #456 Use real Google Scholar link as an example * Update issue templates * RM minimal mistakes changelog * #1906 * Edit readme * + Syntax highlighting example * Update README.md * Update README * Correct syntax * Streamline config organization for new users * Add Mastodon to social media * Closes #696 with new Kaggle link * Adjustments to Kaggle link * Closes #271 with addition of arXiv * #244, #1600, #1917 update font awesome to v6, add icons * Closes #1911 with update to Academicons * Closes #1671 with a new favicon * #462 update inline documentation * #1041 allow links to wrap * Closes #1773 with update to HTML * Closes #45 with an update to the CV generator * #33, #1919 Possible missing template fix, bump MathJax to 3.0 * #1153 add Zhihu * Closes #1905 with updates to documentation * Closes #693 with updates to documentation and location of citation * Closes #820 with updated style * added missing spanish translations and updated some of the previous ones on ui-text-yml * Replace `polyfill.io` * Closes #1972, update Markdown documentation * Closes #1936 with setting to hide RSS feed * #1935 clean-up the footer follow a bit * RM old development override * Make it clearer where the footnotes are * #1975 ignore files created by npm * Closes #339 with a fixed masthead * #1975 version updates, manage jQuery from npm * Closes #1970 with responsive element * Fix typo * Closes #1999 * scroll in sidebar * scroll in sidebar * Add scroll to sidebar and adjust media query for screen adaptability * Closes #2029 with update to sidebar * Closes #1917 with with icon, FA bump to 6.5.2 * #2061 Update README with note on dependencies * Closes #2055 with adjustment to masthead-height * Adjust variable name to prevent confusion * Update casing of template name * Fix typo in build-essential package name. The package which is required for this installation is named `build-essential`, not `build-essentials`. * Fix #1920 by allowing text to wrap * Add support to semantic scholar in author profile * Support for displaying slides on publication pages * Addressed PR #2126 review comments * Fix typo, modifications to style * Update _config.yml Make claimed default and actual default consistent * Add Chinese (both simplified and traditional) to ui-text.yml Simplified Chinese: zh zh-CN Traditional Chinese: zh-HK zh-TW * Adds commands for MacOS * Update README.md * update about me * use shorter QMUL * delete template file --------- Co-authored-by: Steve <[email protected]> Co-authored-by: Rob Williams <[email protected]> Co-authored-by: sigma67 <[email protected]> Co-authored-by: naveenarun <[email protected]> Co-authored-by: Mohit_Gupta <[email protected]> Co-authored-by: Bhavish Pahwa <[email protected]> Co-authored-by: amyzlc <[email protected]> Co-authored-by: Sonny Arora <[email protected]> Co-authored-by: Bhav Beri <[email protected]> Co-authored-by: rjzupkoii <[email protected]> Co-authored-by: johnhandleyd <[email protected]> Co-authored-by: SukkaW <[email protected]> Co-authored-by: Maximiliano <[email protected]> Co-authored-by: Dan Grahn <[email protected]> Co-authored-by: Dan Grahn <[email protected]> Co-authored-by: thiagorr162 <[email protected]> Co-authored-by: Saravanan D. <[email protected]> Co-authored-by: Manuel Haussmann <[email protected]> Co-authored-by: Yuhang YAN (Henry) <[email protected]> Co-authored-by: Zarela <[email protected]>
* Increase font size in code blocks See academicpages/academicpages.github.io#59 * Adds missing semi-colon * fix font awesome code icon in syntax box * Fix encoding issue with bib files * add goodreads to site * change orcid color * add medium icon * add medium profile * Resolve Google Scholar link not displayed There was as slight typo in the logic due to which the google scholar link for the respective author's profile set in Config was not being displayed. * Adding pronouns field to author profile * Add Google Analytics 4 Support * fix: Remove deprecated JavaScript to avoid load error from 404 page * Update files to be ignored * + webrick to gem file * #1902 RM excerpt in pages * Start updating the README * #456 Use real Google Scholar link as an example * Update issue templates * RM minimal mistakes changelog * #1906 * Edit readme * + Syntax highlighting example * Update README.md * Update README * Correct syntax * Streamline config organization for new users * Add Mastodon to social media * Closes #696 with new Kaggle link * Adjustments to Kaggle link * Closes #271 with addition of arXiv * #244, #1600, #1917 update font awesome to v6, add icons * Closes #1911 with update to Academicons * Closes #1671 with a new favicon * #462 update inline documentation * #1041 allow links to wrap * Closes #1773 with update to HTML * Closes #45 with an update to the CV generator * #33, #1919 Possible missing template fix, bump MathJax to 3.0 * #1153 add Zhihu * Closes #1905 with updates to documentation * Closes #693 with updates to documentation and location of citation * Closes #820 with updated style * added missing spanish translations and updated some of the previous ones on ui-text-yml * Replace `polyfill.io` * Closes #1972, update Markdown documentation * Closes #1936 with setting to hide RSS feed * #1935 clean-up the footer follow a bit * RM old development override * Make it clearer where the footnotes are * #1975 ignore files created by npm * Closes #339 with a fixed masthead * #1975 version updates, manage jQuery from npm * Closes #1970 with responsive element * Fix typo * Closes #1999 * scroll in sidebar * scroll in sidebar * Add scroll to sidebar and adjust media query for screen adaptability * Closes #2029 with update to sidebar * Closes #1917 with with icon, FA bump to 6.5.2 * #2061 Update README with note on dependencies * Closes #2055 with adjustment to masthead-height * Adjust variable name to prevent confusion * Update casing of template name * Fix typo in build-essential package name. The package which is required for this installation is named `build-essential`, not `build-essentials`. * Fix #1920 by allowing text to wrap * Add support to semantic scholar in author profile * Support for displaying slides on publication pages * Addressed PR #2126 review comments * Fix typo, modifications to style * Update _config.yml Make claimed default and actual default consistent * Add Chinese (both simplified and traditional) to ui-text.yml Simplified Chinese: zh zh-CN Traditional Chinese: zh-HK zh-TW * Adds commands for MacOS * Update README.md * #2316 update padding * #2318 updating documentation a bit * Alphabetize the excludes * Closes #48 with a more general and customizable approach * fix: lastfm url * Update README.md * Fixing YouTube URL generation in author-profile.html YouTube does not use /user/username at the moment. If a person has a YouTube handle, the URL is: www.youtube.com/@HANDLE The fix is very minimal but I needed it for my website so I've also added it here. * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * #1975 cleaning up the gem files a bit * #1975 update fitvids to NPM * #1975 update magnific-popup to NPM * #1975 update smooth scroll to NPM * Closes #1975 RM stickyfill in favor of native browser support * Closes #2287, #534 with updates to documentation, better emoji generation * Add a dockerfile * Update README.md * bug: comments appear at bottom of page * Closes #146 with information the details HTML tag * Minor formatting * Closes #828 with update to put the pages last update in the footer. * #828 different format string * #828 adjustments to account for GitHub Pages limitations * Fix toc crop (#221) Fix by @qhuang-math. I have also removed underlining of toc links, which was being overridden by post body css. * Reduce excessive footer padding * Fix misalignment of navigation bar with post body There was a regression in the template updates where the navigation bar no longer aligns with the post left margin at normal viewport. * Add notebook to fetch publication information from orcid * Update author-profile.html improve alignment of "employer" sidebar * Closes #2469 with update to only use username * #1093 MV notebook to generator directory * Update Dockerfile --------- Co-authored-by: Steve <[email protected]> Co-authored-by: Rob Williams <[email protected]> Co-authored-by: sigma67 <[email protected]> Co-authored-by: naveenarun <[email protected]> Co-authored-by: Mohit_Gupta <[email protected]> Co-authored-by: Bhavish Pahwa <[email protected]> Co-authored-by: amyzlc <[email protected]> Co-authored-by: Sonny Arora <[email protected]> Co-authored-by: Bhav Beri <[email protected]> Co-authored-by: rjzupkoii <[email protected]> Co-authored-by: johnhandleyd <[email protected]> Co-authored-by: SukkaW <[email protected]> Co-authored-by: Maximiliano <[email protected]> Co-authored-by: Dan Grahn <[email protected]> Co-authored-by: Dan Grahn <[email protected]> Co-authored-by: thiagorr162 <[email protected]> Co-authored-by: Saravanan D. <[email protected]> Co-authored-by: Manuel Haussmann <[email protected]> Co-authored-by: Yuhang YAN (Henry) <[email protected]> Co-authored-by: Zarela <[email protected]> Co-authored-by: Yanchen Huang <[email protected]> Co-authored-by: edbrito-swdev <[email protected]> Co-authored-by: Alberto Barradas <[email protected]> Co-authored-by: Samir Rashid <[email protected]> Co-authored-by: Carlos Martinez <[email protected]> Co-authored-by: Xiaofei (Carl) Zang <[email protected]> Co-authored-by: Zoe <[email protected]>
Support for slide links in publication pages
* Increase font size in code blocks See academicpages#59 * Adds missing semi-colon * fix font awesome code icon in syntax box * Fix encoding issue with bib files * add goodreads to site * change orcid color * add medium icon * add medium profile * Resolve Google Scholar link not displayed There was as slight typo in the logic due to which the google scholar link for the respective author's profile set in Config was not being displayed. * Adding pronouns field to author profile * Add Google Analytics 4 Support * fix: Remove deprecated JavaScript to avoid load error from 404 page * Update files to be ignored * + webrick to gem file * academicpages#1902 RM excerpt in pages * Start updating the README * academicpages#456 Use real Google Scholar link as an example * Update issue templates * RM minimal mistakes changelog * academicpages#1906 * Edit readme * + Syntax highlighting example * Update README.md * Update README * Correct syntax * Streamline config organization for new users * Add Mastodon to social media * Closes academicpages#696 with new Kaggle link * Adjustments to Kaggle link * Closes academicpages#271 with addition of arXiv * academicpages#244, academicpages#1600, academicpages#1917 update font awesome to v6, add icons * Closes academicpages#1911 with update to Academicons * Closes academicpages#1671 with a new favicon * academicpages#462 update inline documentation * academicpages#1041 allow links to wrap * Closes academicpages#1773 with update to HTML * Closes academicpages#45 with an update to the CV generator * academicpages#33, academicpages#1919 Possible missing template fix, bump MathJax to 3.0 * academicpages#1153 add Zhihu * Closes academicpages#1905 with updates to documentation * Closes academicpages#693 with updates to documentation and location of citation * Closes academicpages#820 with updated style * added missing spanish translations and updated some of the previous ones on ui-text-yml * Replace `polyfill.io` * Closes academicpages#1972, update Markdown documentation * Closes academicpages#1936 with setting to hide RSS feed * academicpages#1935 clean-up the footer follow a bit * RM old development override * Make it clearer where the footnotes are * academicpages#1975 ignore files created by npm * Closes academicpages#339 with a fixed masthead * academicpages#1975 version updates, manage jQuery from npm * Closes academicpages#1970 with responsive element * Fix typo * Closes academicpages#1999 * scroll in sidebar * scroll in sidebar * Add scroll to sidebar and adjust media query for screen adaptability * Closes academicpages#2029 with update to sidebar * Closes academicpages#1917 with with icon, FA bump to 6.5.2 * academicpages#2061 Update README with note on dependencies * Closes academicpages#2055 with adjustment to masthead-height * Adjust variable name to prevent confusion * Update casing of template name * Fix typo in build-essential package name. The package which is required for this installation is named `build-essential`, not `build-essentials`. * Fix academicpages#1920 by allowing text to wrap * Add support to semantic scholar in author profile * Support for displaying slides on publication pages * Addressed PR academicpages#2126 review comments * Fix typo, modifications to style * Update _config.yml Make claimed default and actual default consistent * Add Chinese (both simplified and traditional) to ui-text.yml Simplified Chinese: zh zh-CN Traditional Chinese: zh-HK zh-TW * Adds commands for MacOS * Update README.md * academicpages#2316 update padding * academicpages#2318 updating documentation a bit * Alphabetize the excludes * Closes academicpages#48 with a more general and customizable approach * fix: lastfm url * Update README.md * Fixing YouTube URL generation in author-profile.html YouTube does not use /user/username at the moment. If a person has a YouTube handle, the URL is: www.youtube.com/@HANDLE The fix is very minimal but I needed it for my website so I've also added it here. * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * academicpages#1975 cleaning up the gem files a bit * academicpages#1975 update fitvids to NPM * academicpages#1975 update magnific-popup to NPM * academicpages#1975 update smooth scroll to NPM * Closes academicpages#1975 RM stickyfill in favor of native browser support * Closes academicpages#2287, academicpages#534 with updates to documentation, better emoji generation * Add a dockerfile * Update README.md * bug: comments appear at bottom of page * Closes academicpages#146 with information the details HTML tag * Minor formatting * Closes academicpages#828 with update to put the pages last update in the footer. * academicpages#828 different format string * academicpages#828 adjustments to account for GitHub Pages limitations * Fix toc crop (academicpages#221) Fix by @qhuang-math. I have also removed underlining of toc links, which was being overridden by post body css. * Reduce excessive footer padding * Fix misalignment of navigation bar with post body There was a regression in the template updates where the navigation bar no longer aligns with the post left margin at normal viewport. * Add notebook to fetch publication information from orcid * Update author-profile.html improve alignment of "employer" sidebar * Closes academicpages#2469 with update to only use username * academicpages#1093 MV notebook to generator directory * Update Dockerfile * Update archive-single.html In the "archive-single" include, the "Download" word is repeated twice in the case when only a slidesURL is given. An extra paragraph ending is also mistakenly present. * Add `scopus` in academic websites * Adjustments to the about * Close academicpages#2493 Update for Bing crawler * Update README with example * Additional pointers for help * academicpages#2591 clarify URL in config * Fix typo in Zhihu URL protocol in * fix: typo * Update Gemfile add gem 'jekyll-redirect-from' * Update _config.yml added - jekyll-redirect-from to plugins and whitelist * improved link color contrast changed the links' blue color to a darker shade to meet color contrast (web accessibility) standards * improved link color contrast (updated color) updated the link text color from #236070 to #2F7F93 for improved readability and contrast as recommended by the developers * Add backup of Gemfile and remove two more templates --------- Co-authored-by: Steve <[email protected]> Co-authored-by: Rob Williams <[email protected]> Co-authored-by: sigma67 <[email protected]> Co-authored-by: naveenarun <[email protected]> Co-authored-by: Mohit_Gupta <[email protected]> Co-authored-by: Bhavish Pahwa <[email protected]> Co-authored-by: amyzlc <[email protected]> Co-authored-by: Sonny Arora <[email protected]> Co-authored-by: Bhav Beri <[email protected]> Co-authored-by: rjzupkoii <[email protected]> Co-authored-by: johnhandleyd <[email protected]> Co-authored-by: SukkaW <[email protected]> Co-authored-by: Maximiliano <[email protected]> Co-authored-by: Dan Grahn <[email protected]> Co-authored-by: Dan Grahn <[email protected]> Co-authored-by: thiagorr162 <[email protected]> Co-authored-by: Saravanan D. <[email protected]> Co-authored-by: Manuel Haussmann <[email protected]> Co-authored-by: Yuhang YAN (Henry) <[email protected]> Co-authored-by: Zarela <[email protected]> Co-authored-by: Yanchen Huang <[email protected]> Co-authored-by: edbrito-swdev <[email protected]> Co-authored-by: Alberto Barradas <[email protected]> Co-authored-by: Samir Rashid <[email protected]> Co-authored-by: Carlos Martinez <[email protected]> Co-authored-by: Xiaofei (Carl) Zang <[email protected]> Co-authored-by: Zoe <[email protected]> Co-authored-by: OPasche <[email protected]> Co-authored-by: Domenico Tortorella <[email protected]> Co-authored-by: TankTechnology <[email protected]> Co-authored-by: Gabriel Natenshon <[email protected]> Co-authored-by: tomrannosaurus <[email protected]> Co-authored-by: Paul Chiou <[email protected]>
Support for slide links in publication pages
Support for slide links in publication pages
* Closes #1917 with with icon, FA bump to 6.5.2 * #2061 Update README with note on dependencies * Closes #2055 with adjustment to masthead-height * Adjust variable name to prevent confusion * Update casing of template name * Fix typo in build-essential package name. The package which is required for this installation is named `build-essential`, not `build-essentials`. * Fix #1920 by allowing text to wrap * Add support to semantic scholar in author profile * Support for displaying slides on publication pages * Addressed PR #2126 review comments * Fix typo, modifications to style * Update _config.yml Make claimed default and actual default consistent * Add Chinese (both simplified and traditional) to ui-text.yml Simplified Chinese: zh zh-CN Traditional Chinese: zh-HK zh-TW * Adds commands for MacOS * Update README.md * #2316 update padding * #2318 updating documentation a bit * Alphabetize the excludes * Closes #48 with a more general and customizable approach * fix: lastfm url * Update README.md * Fixing YouTube URL generation in author-profile.html YouTube does not use /user/username at the moment. If a person has a YouTube handle, the URL is: www.youtube.com/@HANDLE The fix is very minimal but I needed it for my website so I've also added it here. * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * #1975 cleaning up the gem files a bit * #1975 update fitvids to NPM * #1975 update magnific-popup to NPM * #1975 update smooth scroll to NPM * Closes #1975 RM stickyfill in favor of native browser support * Closes #2287, #534 with updates to documentation, better emoji generation * Add a dockerfile * Update README.md * bug: comments appear at bottom of page * Closes #146 with information the details HTML tag * Minor formatting * Closes #828 with update to put the pages last update in the footer. * #828 different format string * #828 adjustments to account for GitHub Pages limitations * Fix toc crop (#221) Fix by @qhuang-math. I have also removed underlining of toc links, which was being overridden by post body css. * Reduce excessive footer padding * Fix misalignment of navigation bar with post body There was a regression in the template updates where the navigation bar no longer aligns with the post left margin at normal viewport. * Add notebook to fetch publication information from orcid * Update author-profile.html improve alignment of "employer" sidebar * Closes #2469 with update to only use username * #1093 MV notebook to generator directory * Update Dockerfile * Update archive-single.html In the "archive-single" include, the "Download" word is repeated twice in the case when only a slidesURL is given. An extra paragraph ending is also mistakenly present. * Add `scopus` in academic websites * Adjustments to the about * Close #2493 Update for Bing crawler * Update README with example * Additional pointers for help * #2591 clarify URL in config * Fix typo in Zhihu URL protocol in * fix: typo * Update Gemfile add gem 'jekyll-redirect-from' * Update _config.yml added - jekyll-redirect-from to plugins and whitelist * improved link color contrast changed the links' blue color to a darker shade to meet color contrast (web accessibility) standards * improved link color contrast (updated color) updated the link text color from #236070 to #2F7F93 for improved readability and contrast as recommended by the developers * Close #2637 toggle the wrapper on resize * add: docker command related instructions for Windows users * fix: typo and extra line break resolved issue 2689 and added extra line break to make the docs look better * fix Sitemap grammatical error * replace Twitter share button with X share button * Create scrape_talks.yml * Update _config.yml * Update _config.yml Keep talkmap_link false by default * Fix running locally with Docker * #2792 fix bad path * Fix typos of GitHub * Fix link in talkmap.html * Fix the clock icons by fa-clock * Adjust right-sidebar width to fix the spacing problem * Fix site-nav problem in jquery.greedy-navigation.js * Add GA updates to documentation, Close #265 * Update README.md * Update README.md * Update README.md * #137 start progress on themes * #137 updated border-color * #137 update code * #137 update base colors * #137 updates for links * Update order of color codes * Modernize syntax * Consolidate animations * #137 correct the variable name * Update location for the layout * Update organization of _sass * #137 consolidate into _themes.scss * Remove variables reference * #137 pull default theme into new directory * #137 update to include theme as setting * Address issues with order * #137, #851, #911, #1031 dark theme that can be set via _config.yml * #137, #911 sync variables between themes * #137, #851, #911, #1031 cleaning up remainder of direct references to theme colors * #851 add the theme previews * Alphabetize the order of hte settings * Examples w/o bookmarks bar * Fix handling of favicon Follow the blog of https://blog.ghkk.net/post/how-to-favicon-in-2021-six-files-that-fit-most-needs/ * Remove everything about mstile. * Regenerate favicon using SVG file from https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_academic-progressive.svg with minor tweaks in SVG viewBox. * Provide .svg, .ico, 32x32, 192x192, 512x512, and apple 180x180 .png icons. This commit closes: #2337 . * update readme file * Exclude publications from category-list, close #2820 * Close #2841, with code from @gopisivakanth * #2828 update kernel to python3 * #2828 address runner error * Automated update of talk locations * #2828 update notebook with documentation * Automated update of talk locations * #30 updated talk descriptions * Automated update of talk locations * #30 fix geolocation bug * Automated update of talk locations * Close #30, update stand-alone script * #2865 Try to add a bit of error handling * Automated update of talk locations * Update README.md Updated line 20 to improve sentence flow. * Update _sidebar.scss Fixes an issue where the sidebar (profile image/description) goes behind the navigation bar on mobile view (portrait) * deprecate $masthead-height variable, use automatic padding instead in case of height overflows * allow theme change on client side; a theme toggle button is added to the navbar * feat: add json csv page and related scripts * #2883 update navigation, add documentation * Close #2894, add Bluesky to social sharing, update order * add `Download Bibtex` link in publication items and publication page. if the metadata of .md files contains `bibtexurl` item, then a link pointing to that url will be added. see `_publications/2009-10-01-paper-title-number-1.md`. * Fix theme color regressions There were a lot of bugs in the themes. I squashed everything I could see in the default and dark themes. * added chmod to docu and connection_pool to gemfile * fix figcaption dark css * theme: respect user browser light/dark preference * js: fix smoothscroll header offset, fix changing URL * js: fix lightbox popup image previews * js: upload updated compiled js blob * Update _config.yml * Update author-profile.html * Update README.md * Update _config.yml * added devContainer Support and moved all Container related Issues intto the Dockerfile * adding Port to DevContainer and added description in README * Update devcontainer.json * Update README.md * Update author-profile.html Reordering my addition alphabetically and changing its dependency from FontAweseom to AcademicIcons * Update _config.yml Reordering addition so that alphabetical order is maintained * Update bug_report.md * Remove override of `JEKYLL_ENV` env var and `url` config option Removing the overrides makes jekyll default to the serve URL, rather than use the build URL * #3019 fixes width of the sidebar * Minor adjustments to README, .gitignore * fix icon classes * #3097 update SEO organization, add og_description to _config.yml * #3062 + demo publication with MathJax * + TOC in guide * #3062 update MathJax oddities * Update talks.py Corrected the date conditional in the talks.py generator * Update pubsFromBib.py Corrected a typo in pubsFromBib.py * #2303 adding Mermaid diagram * #2303 syntax error in Markdown * #2303 correct syntax error * Close #2303 with updated information on Mermaid diagram * Updates to the template documentation * #3137 initial code for Plotly support * Close #3137 with support for Plotly and examples * Fix theme toggle issue by defining browserPref before use Moved the browserPref definition out of the $(document).ready block to ensure it is available when setTheme() is called. This fixes a ReferenceError where setTheme was trying to access browserPref before it was defined. * Close #3096 with addition of Artstation, with code from @itsdombo * Remove deprecated package, close #2428 * Minor clean-up to _main.js, plus some more comments * #3151 add async to scripts * #3151 tag theme switch link as nofollow * #3151 updated role of anchor * Update aria of toggle * #3151 defer loading * #3151 update avatar priority * #3151, #3138 better wrapping of Plotly * #3151 adjust order that scripts are loaded * Update from upstream * Update About Me * Legendre blogpost and update About Me page * Add missing paragraph * Add missing paragraph * Minor tweaks to Legendre post * Fix diversity paper link * Update about me * Update About Me Page * add google verification * Update google site verification * Add bibtex to Legendre post * Add bibtex to Legendre post * Update profile picture * Add bibtex to Legendre post * Update Legendre transform index.html * Automated update of talk locations --------- Co-authored-by: rjzupkoii <[email protected]> Co-authored-by: Dan Grahn <[email protected]> Co-authored-by: Dan Grahn <[email protected]> Co-authored-by: thiagorr162 <[email protected]> Co-authored-by: Saravanan D. <[email protected]> Co-authored-by: Manuel Haussmann <[email protected]> Co-authored-by: Yuhang YAN (Henry) <[email protected]> Co-authored-by: Zarela <[email protected]> Co-authored-by: Yanchen Huang <[email protected]> Co-authored-by: edbrito-swdev <[email protected]> Co-authored-by: Alberto Barradas <[email protected]> Co-authored-by: Samir Rashid <[email protected]> Co-authored-by: Carlos Martinez <[email protected]> Co-authored-by: Xiaofei (Carl) Zang <[email protected]> Co-authored-by: Zoe <[email protected]> Co-authored-by: OPasche <[email protected]> Co-authored-by: Domenico Tortorella <[email protected]> Co-authored-by: TankTechnology <[email protected]> Co-authored-by: Gabriel Natenshon <[email protected]> Co-authored-by: tomrannosaurus <[email protected]> Co-authored-by: Paul Chiou <[email protected]> Co-authored-by: Md. Fahim Bin Amin <[email protected]> Co-authored-by: Jacob Thompson <[email protected]> Co-authored-by: Dimitra Maoutsa <[email protected]> Co-authored-by: Alessandro Aimi <[email protected]> Co-authored-by: hari64 <[email protected]> Co-authored-by: Boyuan Yang <[email protected]> Co-authored-by: librautoo <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Austin <[email protected]> Co-authored-by: Mohammad Barzegar <[email protected]> Co-authored-by: Sijie Fu <[email protected]> Co-authored-by: Yuan Chen <[email protected]> Co-authored-by: FHYQ-Dong <[email protected]> Co-authored-by: Adrian Auer <[email protected]> Co-authored-by: MSK <[email protected]> Co-authored-by: Adrian Auer <[email protected]> Co-authored-by: Nathan Painchaud <[email protected]> Co-authored-by: Marcel Kempf <[email protected]> Co-authored-by: Shivam Tawari <[email protected]> Co-authored-by: Henrique Ferrolho <[email protected]> Co-authored-by: Danny Wood <[email protected]>
* Adjust variable name to prevent confusion * Update casing of template name * Fix typo in build-essential package name. The package which is required for this installation is named `build-essential`, not `build-essentials`. * Fix #1920 by allowing text to wrap * Add support to semantic scholar in author profile * Support for displaying slides on publication pages * Addressed PR #2126 review comments * Fix typo, modifications to style * Update _config.yml Make claimed default and actual default consistent * Add Chinese (both simplified and traditional) to ui-text.yml Simplified Chinese: zh zh-CN Traditional Chinese: zh-HK zh-TW * Adds commands for MacOS * Update README.md * #2316 update padding * #2318 updating documentation a bit * Alphabetize the excludes * Closes #48 with a more general and customizable approach * fix: lastfm url * Update README.md * Fixing YouTube URL generation in author-profile.html YouTube does not use /user/username at the moment. If a person has a YouTube handle, the URL is: www.youtube.com/@HANDLE The fix is very minimal but I needed it for my website so I've also added it here. * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * #1975 cleaning up the gem files a bit * #1975 update fitvids to NPM * #1975 update magnific-popup to NPM * #1975 update smooth scroll to NPM * Closes #1975 RM stickyfill in favor of native browser support * Closes #2287, #534 with updates to documentation, better emoji generation * Add a dockerfile * Update README.md * bug: comments appear at bottom of page * Closes #146 with information the details HTML tag * Minor formatting * Closes #828 with update to put the pages last update in the footer. * #828 different format string * #828 adjustments to account for GitHub Pages limitations * Fix toc crop (#221) Fix by @qhuang-math. I have also removed underlining of toc links, which was being overridden by post body css. * Reduce excessive footer padding * Fix misalignment of navigation bar with post body There was a regression in the template updates where the navigation bar no longer aligns with the post left margin at normal viewport. * Add notebook to fetch publication information from orcid * Update author-profile.html improve alignment of "employer" sidebar * Closes #2469 with update to only use username * #1093 MV notebook to generator directory * Update Dockerfile * Update archive-single.html In the "archive-single" include, the "Download" word is repeated twice in the case when only a slidesURL is given. An extra paragraph ending is also mistakenly present. * Add `scopus` in academic websites * Adjustments to the about * Close #2493 Update for Bing crawler * Update README with example * Additional pointers for help * #2591 clarify URL in config * Fix typo in Zhihu URL protocol in * fix: typo * Update Gemfile add gem 'jekyll-redirect-from' * Update _config.yml added - jekyll-redirect-from to plugins and whitelist * improved link color contrast changed the links' blue color to a darker shade to meet color contrast (web accessibility) standards * improved link color contrast (updated color) updated the link text color from #236070 to #2F7F93 for improved readability and contrast as recommended by the developers * Close #2637 toggle the wrapper on resize * add: docker command related instructions for Windows users * fix: typo and extra line break resolved issue 2689 and added extra line break to make the docs look better * fix Sitemap grammatical error * replace Twitter share button with X share button * Create scrape_talks.yml * Update _config.yml * Update _config.yml Keep talkmap_link false by default * Fix running locally with Docker * #2792 fix bad path * Fix typos of GitHub * Fix link in talkmap.html * Fix the clock icons by fa-clock * Adjust right-sidebar width to fix the spacing problem * Fix site-nav problem in jquery.greedy-navigation.js * Add GA updates to documentation, Close #265 * Update README.md * Update README.md * Update README.md * #137 start progress on themes * #137 updated border-color * #137 update code * #137 update base colors * #137 updates for links * Update order of color codes * Modernize syntax * Consolidate animations * #137 correct the variable name * Update location for the layout * Update organization of _sass * #137 consolidate into _themes.scss * Remove variables reference * #137 pull default theme into new directory * #137 update to include theme as setting * Address issues with order * #137, #851, #911, #1031 dark theme that can be set via _config.yml * #137, #911 sync variables between themes * #137, #851, #911, #1031 cleaning up remainder of direct references to theme colors * #851 add the theme previews * Alphabetize the order of hte settings * Examples w/o bookmarks bar * Fix handling of favicon Follow the blog of https://blog.ghkk.net/post/how-to-favicon-in-2021-six-files-that-fit-most-needs/ * Remove everything about mstile. * Regenerate favicon using SVG file from https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_academic-progressive.svg with minor tweaks in SVG viewBox. * Provide .svg, .ico, 32x32, 192x192, 512x512, and apple 180x180 .png icons. This commit closes: #2337 . * update readme file * Exclude publications from category-list, close #2820 * Close #2841, with code from @gopisivakanth * #2828 update kernel to python3 * #2828 address runner error * Automated update of talk locations * #2828 update notebook with documentation * Automated update of talk locations * #30 updated talk descriptions * Automated update of talk locations * #30 fix geolocation bug * Automated update of talk locations * Close #30, update stand-alone script * #2865 Try to add a bit of error handling * Automated update of talk locations * Update README.md Updated line 20 to improve sentence flow. * Update _sidebar.scss Fixes an issue where the sidebar (profile image/description) goes behind the navigation bar on mobile view (portrait) * deprecate $masthead-height variable, use automatic padding instead in case of height overflows * allow theme change on client side; a theme toggle button is added to the navbar * feat: add json csv page and related scripts * #2883 update navigation, add documentation * Close #2894, add Bluesky to social sharing, update order * add `Download Bibtex` link in publication items and publication page. if the metadata of .md files contains `bibtexurl` item, then a link pointing to that url will be added. see `_publications/2009-10-01-paper-title-number-1.md`. * Fix theme color regressions There were a lot of bugs in the themes. I squashed everything I could see in the default and dark themes. * added chmod to docu and connection_pool to gemfile * fix figcaption dark css * theme: respect user browser light/dark preference * js: fix smoothscroll header offset, fix changing URL * js: fix lightbox popup image previews * js: upload updated compiled js blob * Update _config.yml * Update author-profile.html * Update README.md * Update _config.yml * added devContainer Support and moved all Container related Issues intto the Dockerfile * adding Port to DevContainer and added description in README * Update devcontainer.json * Update README.md * Update author-profile.html Reordering my addition alphabetically and changing its dependency from FontAweseom to AcademicIcons * Update _config.yml Reordering addition so that alphabetical order is maintained * Update bug_report.md * Remove override of `JEKYLL_ENV` env var and `url` config option Removing the overrides makes jekyll default to the serve URL, rather than use the build URL * #3019 fixes width of the sidebar * Minor adjustments to README, .gitignore * fix icon classes * #3097 update SEO organization, add og_description to _config.yml * #3062 + demo publication with MathJax * + TOC in guide * #3062 update MathJax oddities * Update talks.py Corrected the date conditional in the talks.py generator * Update pubsFromBib.py Corrected a typo in pubsFromBib.py * #2303 adding Mermaid diagram * #2303 syntax error in Markdown * #2303 correct syntax error * Close #2303 with updated information on Mermaid diagram * Updates to the template documentation * #3137 initial code for Plotly support * Close #3137 with support for Plotly and examples * Fix theme toggle issue by defining browserPref before use Moved the browserPref definition out of the $(document).ready block to ensure it is available when setTheme() is called. This fixes a ReferenceError where setTheme was trying to access browserPref before it was defined. * Close #3096 with addition of Artstation, with code from @itsdombo * Remove deprecated package, close #2428 * Minor clean-up to _main.js, plus some more comments * #3151 add async to scripts * #3151 tag theme switch link as nofollow * #3151 updated role of anchor * Update aria of toggle * #3151 defer loading * #3151 update avatar priority * #3151, #3138 better wrapping of Plotly * #3151 adjust order that scripts are loaded * Update from upstream * Update About Me * Legendre blogpost and update About Me page * Add missing paragraph * Add missing paragraph * Minor tweaks to Legendre post * Fix diversity paper link * Update about me * Update About Me Page * add google verification * Update google site verification * Add bibtex to Legendre post * Add bibtex to Legendre post * Update profile picture * Add bibtex to Legendre post * Update Legendre transform index.html * Automated update of talk locations * Cleaning up * Automated update of talk locations --------- Co-authored-by: rjzupkoii <[email protected]> Co-authored-by: Dan Grahn <[email protected]> Co-authored-by: Dan Grahn <[email protected]> Co-authored-by: thiagorr162 <[email protected]> Co-authored-by: Saravanan D. <[email protected]> Co-authored-by: Manuel Haussmann <[email protected]> Co-authored-by: Yuhang YAN (Henry) <[email protected]> Co-authored-by: Zarela <[email protected]> Co-authored-by: Yanchen Huang <[email protected]> Co-authored-by: edbrito-swdev <[email protected]> Co-authored-by: Alberto Barradas <[email protected]> Co-authored-by: Samir Rashid <[email protected]> Co-authored-by: Carlos Martinez <[email protected]> Co-authored-by: Xiaofei (Carl) Zang <[email protected]> Co-authored-by: Zoe <[email protected]> Co-authored-by: OPasche <[email protected]> Co-authored-by: Domenico Tortorella <[email protected]> Co-authored-by: TankTechnology <[email protected]> Co-authored-by: Gabriel Natenshon <[email protected]> Co-authored-by: tomrannosaurus <[email protected]> Co-authored-by: Paul Chiou <[email protected]> Co-authored-by: Md. Fahim Bin Amin <[email protected]> Co-authored-by: Jacob Thompson <[email protected]> Co-authored-by: Dimitra Maoutsa <[email protected]> Co-authored-by: Alessandro Aimi <[email protected]> Co-authored-by: hari64 <[email protected]> Co-authored-by: Boyuan Yang <[email protected]> Co-authored-by: librautoo <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Austin <[email protected]> Co-authored-by: Mohammad Barzegar <[email protected]> Co-authored-by: Sijie Fu <[email protected]> Co-authored-by: Yuan Chen <[email protected]> Co-authored-by: FHYQ-Dong <[email protected]> Co-authored-by: Adrian Auer <[email protected]> Co-authored-by: MSK <[email protected]> Co-authored-by: Adrian Auer <[email protected]> Co-authored-by: Nathan Painchaud <[email protected]> Co-authored-by: Marcel Kempf <[email protected]> Co-authored-by: Shivam Tawari <[email protected]> Co-authored-by: Henrique Ferrolho <[email protected]> Co-authored-by: Danny Wood <[email protected]>
* Closes academicpages#2029 with update to sidebar * Closes academicpages#1917 with with icon, FA bump to 6.5.2 * academicpages#2061 Update README with note on dependencies * Closes academicpages#2055 with adjustment to masthead-height * Adjust variable name to prevent confusion * Update casing of template name * Fix typo in build-essential package name. The package which is required for this installation is named `build-essential`, not `build-essentials`. * Fix academicpages#1920 by allowing text to wrap * Add support to semantic scholar in author profile * Support for displaying slides on publication pages * Addressed PR academicpages#2126 review comments * Fix typo, modifications to style * Update _config.yml Make claimed default and actual default consistent * Add Chinese (both simplified and traditional) to ui-text.yml Simplified Chinese: zh zh-CN Traditional Chinese: zh-HK zh-TW * Adds commands for MacOS * Update README.md * academicpages#2316 update padding * academicpages#2318 updating documentation a bit * Alphabetize the excludes * Closes academicpages#48 with a more general and customizable approach * fix: lastfm url * Update README.md * Fixing YouTube URL generation in author-profile.html YouTube does not use /user/username at the moment. If a person has a YouTube handle, the URL is: www.youtube.com/@HANDLE The fix is very minimal but I needed it for my website so I've also added it here. * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * academicpages#1975 cleaning up the gem files a bit * academicpages#1975 update fitvids to NPM * academicpages#1975 update magnific-popup to NPM * academicpages#1975 update smooth scroll to NPM * Closes academicpages#1975 RM stickyfill in favor of native browser support * Closes academicpages#2287, academicpages#534 with updates to documentation, better emoji generation * Add a dockerfile * Update README.md * bug: comments appear at bottom of page * Closes academicpages#146 with information the details HTML tag * Minor formatting * Closes academicpages#828 with update to put the pages last update in the footer. * academicpages#828 different format string * academicpages#828 adjustments to account for GitHub Pages limitations * Fix toc crop (academicpages#221) Fix by @qhuang-math. I have also removed underlining of toc links, which was being overridden by post body css. * Reduce excessive footer padding * Fix misalignment of navigation bar with post body There was a regression in the template updates where the navigation bar no longer aligns with the post left margin at normal viewport. * Add notebook to fetch publication information from orcid * Update author-profile.html improve alignment of "employer" sidebar * Closes academicpages#2469 with update to only use username * academicpages#1093 MV notebook to generator directory * Update Dockerfile * Update archive-single.html In the "archive-single" include, the "Download" word is repeated twice in the case when only a slidesURL is given. An extra paragraph ending is also mistakenly present. * Add `scopus` in academic websites * Adjustments to the about * Close academicpages#2493 Update for Bing crawler * Update README with example * Additional pointers for help * academicpages#2591 clarify URL in config * Fix typo in Zhihu URL protocol in * fix: typo * Update Gemfile add gem 'jekyll-redirect-from' * Update _config.yml added - jekyll-redirect-from to plugins and whitelist * improved link color contrast changed the links' blue color to a darker shade to meet color contrast (web accessibility) standards * improved link color contrast (updated color) updated the link text color from #236070 to #2F7F93 for improved readability and contrast as recommended by the developers * Close academicpages#2637 toggle the wrapper on resize * add: docker command related instructions for Windows users * fix: typo and extra line break resolved issue 2689 and added extra line break to make the docs look better * fix Sitemap grammatical error * replace Twitter share button with X share button * Create scrape_talks.yml * Update _config.yml * Update _config.yml Keep talkmap_link false by default * Fix running locally with Docker * academicpages#2792 fix bad path * Fix typos of GitHub * Fix link in talkmap.html * Fix the clock icons by fa-clock * Adjust right-sidebar width to fix the spacing problem * Fix site-nav problem in jquery.greedy-navigation.js * Add GA updates to documentation, Close academicpages#265 * Update README.md * Update README.md * Update README.md * academicpages#137 start progress on themes * academicpages#137 updated border-color * academicpages#137 update code * academicpages#137 update base colors * academicpages#137 updates for links * Update order of color codes * Modernize syntax * Consolidate animations * academicpages#137 correct the variable name * Update location for the layout * Update organization of _sass * academicpages#137 consolidate into _themes.scss * Remove variables reference * academicpages#137 pull default theme into new directory * academicpages#137 update to include theme as setting * Address issues with order * academicpages#137, academicpages#851, academicpages#911, academicpages#1031 dark theme that can be set via _config.yml * academicpages#137, academicpages#911 sync variables between themes * academicpages#137, academicpages#851, academicpages#911, academicpages#1031 cleaning up remainder of direct references to theme colors * academicpages#851 add the theme previews * Alphabetize the order of hte settings * Examples w/o bookmarks bar * Fix handling of favicon Follow the blog of https://blog.ghkk.net/post/how-to-favicon-in-2021-six-files-that-fit-most-needs/ * Remove everything about mstile. * Regenerate favicon using SVG file from https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_academic-progressive.svg with minor tweaks in SVG viewBox. * Provide .svg, .ico, 32x32, 192x192, 512x512, and apple 180x180 .png icons. This commit closes: academicpages#2337 . * update readme file * Exclude publications from category-list, close academicpages#2820 * Close academicpages#2841, with code from @gopisivakanth * academicpages#2828 update kernel to python3 * academicpages#2828 address runner error * Automated update of talk locations * academicpages#2828 update notebook with documentation * Automated update of talk locations * academicpages#30 updated talk descriptions * Automated update of talk locations * academicpages#30 fix geolocation bug * Automated update of talk locations * Close academicpages#30, update stand-alone script * academicpages#2865 Try to add a bit of error handling * Automated update of talk locations * Update README.md Updated line 20 to improve sentence flow. * Update _sidebar.scss Fixes an issue where the sidebar (profile image/description) goes behind the navigation bar on mobile view (portrait) * deprecate $masthead-height variable, use automatic padding instead in case of height overflows * allow theme change on client side; a theme toggle button is added to the navbar * feat: add json csv page and related scripts * academicpages#2883 update navigation, add documentation * Close academicpages#2894, add Bluesky to social sharing, update order * add `Download Bibtex` link in publication items and publication page. if the metadata of .md files contains `bibtexurl` item, then a link pointing to that url will be added. see `_publications/2009-10-01-paper-title-number-1.md`. * Fix theme color regressions There were a lot of bugs in the themes. I squashed everything I could see in the default and dark themes. * added chmod to docu and connection_pool to gemfile * fix figcaption dark css * theme: respect user browser light/dark preference * js: fix smoothscroll header offset, fix changing URL * js: fix lightbox popup image previews * js: upload updated compiled js blob * Update _config.yml * Update author-profile.html * Update README.md * Update _config.yml * added devContainer Support and moved all Container related Issues intto the Dockerfile * adding Port to DevContainer and added description in README * Update devcontainer.json * Update README.md * Update author-profile.html Reordering my addition alphabetically and changing its dependency from FontAweseom to AcademicIcons * Update _config.yml Reordering addition so that alphabetical order is maintained * Update bug_report.md * Remove override of `JEKYLL_ENV` env var and `url` config option Removing the overrides makes jekyll default to the serve URL, rather than use the build URL * academicpages#3019 fixes width of the sidebar * Minor adjustments to README, .gitignore * fix icon classes * academicpages#3097 update SEO organization, add og_description to _config.yml * academicpages#3062 + demo publication with MathJax * + TOC in guide * academicpages#3062 update MathJax oddities * Update talks.py Corrected the date conditional in the talks.py generator * Update pubsFromBib.py Corrected a typo in pubsFromBib.py * academicpages#2303 adding Mermaid diagram * academicpages#2303 syntax error in Markdown * academicpages#2303 correct syntax error * Close academicpages#2303 with updated information on Mermaid diagram * Updates to the template documentation * academicpages#3137 initial code for Plotly support * Close academicpages#3137 with support for Plotly and examples * Fix theme toggle issue by defining browserPref before use Moved the browserPref definition out of the $(document).ready block to ensure it is available when setTheme() is called. This fixes a ReferenceError where setTheme was trying to access browserPref before it was defined. * Close academicpages#3096 with addition of Artstation, with code from @itsdombo * Remove deprecated package, close academicpages#2428 * Minor clean-up to _main.js, plus some more comments * academicpages#3151 add async to scripts * academicpages#3151 tag theme switch link as nofollow * academicpages#3151 updated role of anchor * Update aria of toggle * academicpages#3151 defer loading * academicpages#3151 update avatar priority * academicpages#3151, academicpages#3138 better wrapping of Plotly * academicpages#3151 adjust order that scripts are loaded * Update .gitignore to avoid not including change in _sass/vendor Previous ``vendor/`` would lead to any change in the ``_sass/vendor`` folder to also be ignored. This can lead to a missing import packages error during page build on the GitHub page actions if the user manually copies the project source code to their repository. * _includes/footer.html: Fix site last updated template The original grammar of {{ "now" | date: '%Y-%m-%d' %}} looks like a typo. Fixing it by using the correct {{ ... }} grammar. * Added inspire-hep logo to _config.yml * Added inspire-hep logo to author-profile.html * Update _config.yml Updated to template style * Update scrape_talks.yml Close academicpages#3228 * Update publications.py academicpages#3227 temporary fix to allow the script to generate valid files again * Fix Disqus comments integration by ensuring the include statement is correctly placed * Automated update of talk locations --------- Co-authored-by: rjzupkoii <[email protected]> Co-authored-by: Dan Grahn <[email protected]> Co-authored-by: Dan Grahn <[email protected]> Co-authored-by: thiagorr162 <[email protected]> Co-authored-by: Saravanan D. <[email protected]> Co-authored-by: Manuel Haussmann <[email protected]> Co-authored-by: Yuhang YAN (Henry) <[email protected]> Co-authored-by: Zarela <[email protected]> Co-authored-by: Yanchen Huang <[email protected]> Co-authored-by: edbrito-swdev <[email protected]> Co-authored-by: Alberto Barradas <[email protected]> Co-authored-by: Samir Rashid <[email protected]> Co-authored-by: Carlos Martinez <[email protected]> Co-authored-by: Xiaofei (Carl) Zang <[email protected]> Co-authored-by: Zoe <[email protected]> Co-authored-by: OPasche <[email protected]> Co-authored-by: Domenico Tortorella <[email protected]> Co-authored-by: TankTechnology <[email protected]> Co-authored-by: Gabriel Natenshon <[email protected]> Co-authored-by: tomrannosaurus <[email protected]> Co-authored-by: Paul Chiou <[email protected]> Co-authored-by: Md. Fahim Bin Amin <[email protected]> Co-authored-by: Jacob Thompson <[email protected]> Co-authored-by: Dimitra Maoutsa <[email protected]> Co-authored-by: Alessandro Aimi <[email protected]> Co-authored-by: hari64 <[email protected]> Co-authored-by: Boyuan Yang <[email protected]> Co-authored-by: librautoo <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Austin <[email protected]> Co-authored-by: Mohammad Barzegar <[email protected]> Co-authored-by: Sijie Fu <[email protected]> Co-authored-by: Yuan Chen <[email protected]> Co-authored-by: FHYQ-Dong <[email protected]> Co-authored-by: Adrian Auer <[email protected]> Co-authored-by: MSK <[email protected]> Co-authored-by: Adrian Auer <[email protected]> Co-authored-by: Nathan Painchaud <[email protected]> Co-authored-by: Marcel Kempf <[email protected]> Co-authored-by: Shivam Tawari <[email protected]> Co-authored-by: Henrique Ferrolho <[email protected]> Co-authored-by: Dang Quang <[email protected]> Co-authored-by: Boyuan Yang <[email protected]> Co-authored-by: Gabriel Ybarra Marcaida <[email protected]> Co-authored-by: vigneshragupathy <[email protected]>