Johannes Hörner
bfc47258d7
add multiple last names in bibliography ( #905 )
...
Multiple last names can be defined to be highlighted in the bibliography
(#904 )
2022-09-24 08:12:27 +05:30
Lucas Hosseini
cf9640c877
Display booktitle for publications of type incollection ( #871 )
2022-09-08 16:07:56 -04:00
Yavuz Alp Sencer ÖZTÜRK
ca883669a1
fixe typos ( #823 )
2022-08-16 22:00:09 +05:30
gzwongkk
a36d7f5807
Support different colors for different kinds of publications in publication list ( #797 )
2022-08-06 13:06:18 -04:00
gzwongkk
58391d1dbe
Fix commas in author list ( #770 )
2022-08-06 12:55:39 -04:00
Rohan Deb Sarkar
4817639f30
Fix title spaces and a few links ( #789 )
...
* fix title
* fix a few links
* add line
2022-07-28 21:54:58 +05:30
Congcong Li
24a5084cb1
fix more authors bug ( #758 )
...
* fix more authors bug
* fix
* add preview
Co-authored-by: Rohan Deb Sarkar <rohandebsarkar@gmail.com>
2022-07-11 12:08:58 +05:30
Rohan Deb Sarkar
07330b9bf9
Adds support max_author_limit
( #732 )
...
* Adds support max author limit
* typo
* fix
* display all authors by default
* Added an example
* Added 'and' before the last author
* Improve hiding/showing more authors
* Add title text
Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai>
Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
2022-07-10 10:34:16 +05:30
Maruan
a27cf93331
Fix typos in _layouts/about.html ( #739 )
2022-07-04 01:51:39 -04:00
Rohan Deb Sarkar
9411786b5d
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>
2022-07-03 08:56:11 +05:30
Rohan Deb Sarkar
bcd43a18fe
Support for cicular image ( #728 )
2022-06-26 13:50:45 +05:30
Rohan Deb Sarkar
bb5ef8fafb
Minor changes and fixes ( #726 )
2022-06-25 19:47:01 -04:00
Rohan Deb Sarkar
6d66ae8b43
Add support for CV ( #628 )
2022-06-25 18:58:59 -04:00
Rohan Deb Sarkar
f7274c0dab
Minor fixes for previous PR #668 ( #672 )
2022-05-15 21:42:41 -04:00
Tønnes Nygaard
c4e170a545
Added bibtex filter to hide custom bibtex keywords from bib file output ( #652 )
2022-05-01 11:38:39 -04:00
Guillaume Dalle
a2f7f05bf3
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.
2022-04-02 18:23:00 -04:00
Amir Pourmand
13e6ceb1c7
Layout Spacing problem when footer_fixed: false ( #554 )
...
* fix space
* Minor adjustments
Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai>
2022-02-13 22:52:51 -05:00
Rohan Deb Sarkar
0c2e6574c9
Update library versions (bootstap, jquery, fontawesome, academicicons, masonry, mdbootstrap) ( #521 )
2022-01-13 17:50:50 -05:00
Jun-Liang Lin
0b801ac762
Fix distill collapsible Navbar ( #524 )
2022-01-13 17:48:22 -05:00
Rohan Deb Sarkar
dcce13b442
Minor fixes ( #522 )
2022-01-13 17:48:12 -05:00
Maruan
b715177d13
Correctly slugify distill TOC ( #519 )
...
* Correctly slugify distill TOC
* Add special character to demo distill post's TOC
2022-01-03 08:50:53 -05:00
Maruan
17329fca3a
Fix distill dark mode again ( #517 )
2021-12-31 11:47:19 -05:00
José M. Requena Plens
b950fc3fdb
Better SEO, OpenGraph, schema.org and clean generated code ( #481 )
2021-12-31 11:46:42 -05:00
Rohan Deb Sarkar
0e3cff9137
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
2021-12-22 03:13:52 -05:00
Maruan
a0cfbbd1d3
Add TOC to distill blog posts ( #470 )
2021-11-21 17:18:23 -05:00
Rohan Deb Sarkar
7f10dc3ec9
Lighthouse enhancements ( #445 )
2021-11-21 15:05:46 -05:00
Dinesh Natesan
1c52125635
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>
2021-10-30 16:58:42 -04:00
Maruan
174024e76c
Add support for responsive images ( #439 )
2021-10-30 16:26:55 -04:00
Amir Pourmand
9c36be1320
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>
2021-10-30 16:26:37 -04:00
Amir Pourmand
ae9ecf29e0
Adding month to publication section ( #433 )
2021-10-22 11:45:37 -04:00
Amir Pourmand
6b0bf87846
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>
2021-10-03 21:16:05 -04:00
Rohan Deb Sarkar
3ca88834a2
Add 404.html ( #412 )
2021-10-03 20:06:46 -04:00
Ivan Puhachov
a5508c734b
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>
2021-07-04 20:27:39 -04:00
Afonso Raposo
f3efec5d6d
Added BibTeX hidden block ( #293 )
...
* Added BibTeX hidden block
* Minor adjustments
Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com>
2021-05-30 16:28:31 -04:00
JD
4849b5a8dc
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>
2021-03-29 11:49:42 -04:00
Roger Iyengar
218291bceb
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>
2021-03-04 09:54:38 -05:00
Thiago
5c6697bcfc
fix distill pubiblication date ( #194 )
2021-02-08 10:09:09 -05:00
JD
40921e4f54
Issue 180 - Distill Bugfix ( #182 )
...
* dark_mode.js was not being loaded on distill blog pages.
* Moved dark_mode.js and jquery.html to head.html to simplify/standardize dark mode/theming for other pages.
2021-01-14 14:45:47 -05:00
Zirui Zhuang
6b28f901fb
add coauthor annotation ( #175 )
...
* add coauthor annotation
* fix typo in coauthors.yml
* add brief author annotation tutorial in README.md
* change to combined data structure
Coauthors are grouped by their last names. Within each group, using flat format (array of {firstnames, url}).
* Update _layouts/bib.html
stylistic changes
Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
* Update _layouts/bib.html
stylistic changes
Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
* Update _layouts/bib.html
stylistic changes
Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
* Update _layouts/bib.html
stylistic changes
Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
2021-01-11 23:54:27 -05:00
Zirui Zhuang
7886538992
Support more accurate author annotation ( #156 )
...
added a list `scholar: first_name` in `_config.yml`
updated `_layouts/bib.html` template
supports more accurate author annotation by both matching the last name and one form of first name in the `_config.yml/scholar: first_name`
2020-12-26 21:52:15 -05:00
Swabha Swayamdipta
8f12d73123
Adding back the description on the About page ( #136 )
...
Added back the missing description on `about.html`, similar to `page.html`. This could additionally be added back to the `post.html` template as well.
2020-11-06 11:01:08 -05:00
Maruan Al-Shedivat
dacac74d31
Fix issues with loading scripts ( #117 )
2020-09-26 12:26:28 -04:00
Maruan Al-Shedivat
adfbe18e64
Switch to MathJax 3.x. Fixes #115 .
2020-09-22 22:26:13 -04:00
Maruan
4dc26260d7
v0.3.1 ( #112 )
...
* Add an option for showing selected publications
* Improve publication styles
* Update README.md
* Clearfix
2020-09-03 19:24:34 -04:00
Maruan Al-Shedivat
619bb2df74
Minor fixes
2020-09-03 18:49:23 -04:00
Maruan
4ce137840f
Apply suggestions from code review
2020-09-03 18:26:17 -04:00
Matteo Visconti di Oleggio Castello
cec9abe2cd
FIX add first/middle/last name var in config
2020-08-29 18:44:52 -07:00
Jason Fleischer
605df838f3
Changes allow for more than first and last name to be displayed ( #102 )
...
If more than 2 elements in _config.yml variable `site.title`, any middle names or initials will be displayed.
2020-07-14 10:41:06 -04:00
Maruan Al-Shedivat
164f2d1bee
Update publication styles
2020-05-17 07:05:09 -04:00
Maruan Al-Shedivat
b6543ef41e
Simplify layout logic
2020-05-17 05:52:09 -04:00