From ebd4a30b7728c209089e388b97de3efc7b1927c3 Mon Sep 17 00:00:00 2001 From: Rohan Deb Sarkar Date: Sun, 10 Jul 2022 10:34:16 +0530 Subject: [PATCH] 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 Co-authored-by: Maruan --- _bibliography/papers.bib | 4 ++-- _config.yml | 4 ++-- _data/coauthors.yml | 4 ++-- _layouts/bib.html | 4 ++-- _pages/publications.md | 4 ++-- _sass/_base.scss | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/_bibliography/papers.bib b/_bibliography/papers.bib index 266fa66fe434..9638db1a3594 100644 --- a/_bibliography/papers.bib +++ b/_bibliography/papers.bib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b6857415bbd8a44155eaa2d1e5b62670c8ac6d5ee52cad84f65ecaa43f1a0cc4 -size 2798 +oid sha256:30ca29cfecf851bc0ae83f06ad2edca485eae9cd2b5161b40dcc3c5b1818b48e +size 3039 diff --git a/_config.yml b/_config.yml index 4c4fa20a4cfa..a2ba457d9f04 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6782010b6e9d430f46178758bc8ea98b935c35db85d9ff2bfc131f8fe49e63de -size 11397 +oid sha256:4ad138b45629943047df653766aea6df774a7530f654e838e56c865f69ee988f +size 11531 diff --git a/_data/coauthors.yml b/_data/coauthors.yml index 2592e3f72520..1629e1fdc392 100644 --- a/_data/coauthors.yml +++ b/_data/coauthors.yml @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2bf85080da1cfa1555d20810a02004b428425d924e224ed3be8a94a92cbf7d81 -size 583 +oid sha256:66471cbc57b295dc292af55d5125c7cfef17025203bb79f96b2970b2fa102d2e +size 979 diff --git a/_layouts/bib.html b/_layouts/bib.html index eb01e0803cae..e6dfa23189a8 100644 --- a/_layouts/bib.html +++ b/_layouts/bib.html @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a4f23c2e8a0f4410fa573dbc31e315af34ed8cde3df54ad1fd7506c1751ea7e2 -size 7179 +oid sha256:bb7b93c490f93098c5eeded538f96d6d3b37e725f47a13636951f8606c6966db +size 9227 diff --git a/_pages/publications.md b/_pages/publications.md index ed291b58f6f8..138c29d0a77b 100644 --- a/_pages/publications.md +++ b/_pages/publications.md @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8c441f98623aedb73ba2e65f45bd73462ae689f9dcfc0b55010dd3c8629360e8 -size 412 +oid sha256:687e560ad0260931dfa00e27f1c9cc9f64006bf78e5f9ef30950e5bba6bc0c1a +size 418 diff --git a/_sass/_base.scss b/_sass/_base.scss index 1ecab3ff4f45..94d975138768 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aedaebadbbfa764e68d8d53a452e1ddca8ad83396cb95f9451351ca0f56c7ebb -size 11761 +oid sha256:2b0c59c294a3f20499d2f7ff14bba2310daaedc60fcb304381d9e5fb4dd49e5c +size 12090