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

[Feature Request] automatically generate pulications in the CV from .bib file #2167

Open
2 tasks done
mingwei-liu opened this issue Feb 7, 2024 · 4 comments
Open
2 tasks done

Comments

@mingwei-liu
Copy link

Have you checked that your feature request isn't already filed?

  • I read through FAQ and searched through the past issues, none of which addressed my feature request.
  • Yes, I have checked that this feature request isn't already filed.

Description & Motivation

Thanks for the great work! When creating the cv page, I have to add the publications manually one by one. Is it possible to use the previous pubilications.bib file to automatically generate it, similar to the the publications pages?

Pitch

No response

Alternatives

No response

Additional context

No response

@george-gca
Copy link
Collaborator

Yes it is. For this you should create another file like _layouts/bib.liquid that will be responsible for displaying the bib information in the correct format, and then use the bibliography tag in the cv page, overriding the default bibliography template by passing the --template or -T parameter. For more information see jekyll-scholar documentation.

If you do this modification, would you mind sending a PR?

@mingwei-liu
Copy link
Author

Sure. I will give it a try.

@gcostantino
Copy link

hello, I am trying to do that as well, but I don't manage to "print" the publications inside a "publicatiosn" tag inside the cv.yml. I had tried something like:

  • title: Publications
    contents:
    bibliography_template: bib

but this does not work. It just prints "{"bibliography_template"=>"bib"}" inside my cv. Could you please help me? Thanks!

@george-gca
Copy link
Collaborator

To make this work you must implement it like I said before.

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

No branches or pull requests

3 participants