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

Show "howpublished" or custom journal title for papers in subheading. #1332

Open
haukesand opened this issue Apr 17, 2023 · 1 comment
Open

Comments

@haukesand
Copy link

I want to show that two short papers are published for a conference workshop. They are not in the proceedings, so i have to use misc or article.

howpublished seems to be commonly used for this. But the title of the workshop will this way only show up in the bib entry but not on the page itself. See here: https://haukesand.github.io/.

@haukesand haukesand changed the title Show "howpublished" or custom title for papers. Show "howpublished" or custom journal title for papers. Apr 17, 2023
@haukesand haukesand changed the title Show "howpublished" or custom journal title for papers. Show "howpublished" or custom journal title for papers in subheading. Apr 17, 2023
@Gabrielcarvfer
Copy link

You can modify _layouts/bib.html

          {%- if entry.website %}
            <a href="{{ entry.website }}" class="btn btn-sm z-depth-0" role="button">Website</a>
          {%- endif %}
          +{%- if entry.howpublished %}
          +  <a href="{{ entry.howpublished }}" class="btn btn-sm z-depth-0" role="button">Link</a>
          +{%- endif %}
          {%- if entry.doi %}
            doi:<a href="http://dx.doi.org/{{entry.doi}}">{{entry.doi}}</a>
          {%- endif %}

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

2 participants