Skip to content
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

Help with publications setup #1

Closed
felipegb94 opened this issue Feb 27, 2017 · 3 comments
Closed

Help with publications setup #1

felipegb94 opened this issue Feb 27, 2017 · 3 comments

Comments

@felipegb94
Copy link

Hi,

First of all, thank you very much for this template! It was extremely easy to setup and with basic html and jekyll knowledge it is pretty straightforward to customize.

I am trying to setup my publication template in a similar way as yours (https://www.cs.cmu.edu/~mshediva/publications/). The main thing I am having trouble automating with jekyll scholar is having the publication venue/conference on the left and also having links to the paper pdf, poster, and abstract. Do you add those links manually?

Thanks!
Felipe

@alshedivat
Copy link
Owner

alshedivat commented Feb 28, 2017

Hi! I'm glad you found the template helpful.

The template for the publications page is locate in _layouts/bib.html. You can see here how the links are generated. Basically, you need to add fields such as pdf, arxiv, etc. to your bib-entries in _bibliography/papers.bib. Here is an example of a bib-entry from my homepage:

 @inproceedings{cisse2016adios,
   title={ADIOS: Architectures Deep In Output Space},
   author={Ciss\'e, M. and Al-Shedivat, M. and Bengio, S.},
   abstract={<long text of the abstract>},
   booktitle={Proceedings of The 33rd International Conference on Machine Learning,},
   year={2016},

   abbr={ICML},
   code={https://github.com/alshedivat/adios},
   pdf={adios-icml16.pdf},
   supp={adios-icml16-supp.pdf},
   poster={adios-icml16-poster.pdf},
}

As you notice abbr, code, pdf, supp and poster are custom bibtex fields.

@felipegb94
Copy link
Author

Sweet! That was an easy fix. Thank you very much!

AmirTabatabai referenced this issue in AmirTabatabai/AmirTabatabai.github.io Dec 20, 2020
Alatp added a commit to Alatp/Alatp.github.io that referenced this issue Apr 28, 2021
manojgulati added a commit to Lab-14/Lab-14.github.io that referenced this issue May 6, 2021
manojgulati added a commit to Lab-14/Lab-14.github.io that referenced this issue May 27, 2021
koellingh added a commit to koellingh/koellingh.github.io that referenced this issue Jun 17, 2021
chrisnaubert added a commit to chrisnaubert/chrisnaubert.github.io that referenced this issue Jul 8, 2021
eneserciyes referenced this issue in eneserciyes/old-website Oct 16, 2021
sergio-perilla added a commit to sergio-perilla/sergio-perilla.github.io that referenced this issue Dec 6, 2021
sergio-perilla added a commit to sergio-perilla/sergio-perilla.github.io that referenced this issue Dec 6, 2021
sergio-perilla added a commit to sergio-perilla/sergio-perilla.github.io that referenced this issue Dec 7, 2021
Akhil-Francis added a commit to Akhil-Francis/Akhil-Francis.github.io_vo that referenced this issue Feb 23, 2022
@fl-yu
Copy link

fl-yu commented Mar 21, 2022

Hi alshedivat! It is great to see your awesome website! I am wondering how do you set the co-first author as * on the publication page of your website? I am trying to set the * in the author list but it could be highlighted anymore. Another question is how do you add the text of "An up-to-date list is available on Google Scholar." under the description? Thank you so much and looking forward for your reply!

RWParsons added a commit to RWParsons/RWParsons.github.io that referenced this issue Jun 6, 2022
RWParsons added a commit to RWParsons/RWParsons.github.io that referenced this issue Jun 6, 2022
stevenabreu7 added a commit to stevenabreu7/stevenabreu7.github.io that referenced this issue Jul 16, 2022
esteng pushed a commit to esteng/al-folio that referenced this issue Sep 5, 2022
korriganjr referenced this issue in korriganjr/korriganjr.github.io Dec 21, 2022
chokevin8 added a commit to chokevin8/chokevin8.github.io that referenced this issue Feb 5, 2023
hagenmek added a commit to hagenmek/al-folio that referenced this issue Feb 18, 2023
hagenmek added a commit to hagenmek/al-folio that referenced this issue Feb 18, 2023
esteng added a commit to esteng/al-folio that referenced this issue Mar 12, 2023
InfiniteVerma added a commit to InfiniteVerma/infiniteverma.github.io that referenced this issue May 19, 2023
InfiniteVerma added a commit to InfiniteVerma/infiniteverma.github.io that referenced this issue May 19, 2023
maryeby pushed a commit to maryeby/maryeby.github.io that referenced this issue Jun 21, 2023
chokevin8 added a commit to chokevin8/chokevin8.github.io that referenced this issue Aug 7, 2023
robertutterback added a commit to robertutterback/robertutterback.github.io that referenced this issue Sep 12, 2023
…ide an actual error message instead of timeout...
ChanhooKum pushed a commit to ChanhooKum/chanhookum.github.io that referenced this issue Nov 24, 2023
timoschnepf added a commit to timoschnepf/timoschnepf.github.io that referenced this issue Apr 19, 2024
searhein added a commit to searhein/searhein.github.io that referenced this issue Aug 6, 2024
emmaharv added a commit to emmaharv/old_website that referenced this issue Aug 17, 2024
lindathadeus added a commit to lindathadeus/lindathadeus.github.io that referenced this issue Aug 21, 2024
kastnerp referenced this issue in SustainableUrbanSystemsLab/SustainableUrbanSystemsLab.github.io Sep 19, 2024
Update Gemfile.lock

.

.

Update broken-links-site.yml

Update broken-links-site.yml

Delete lychee.toml

Update broken-links-site.yml

Create lychee.toml

Update broken-links-site.yml

Update broken-links-site.yml

Updates

Update _config.yml

Update CNAME

.

gemfile.lock for x86

.

Update news.md

Transfer of content #1

Create about_einstein.md

removed prettier

Update _config.yml

Update _config.yml

Update _config.yml

Update _config.yml

Update _config.yml

.

updates

Update _config.yml

Update _config.yml

Update _config.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants