Wowchemy-hugo-modules: Formatting in publication author list

Created on 14 Nov 2016  路  2Comments  路  Source: wowchemy/wowchemy-hugo-modules

Hi,
Thanks for a great theme. I'm trying to build a personal academic site using this theme, and I was wondering whether there is any way to add annotations/formatting to the author list for publications. For example, if I am not the first author, I would like to make my name bold in the author list, and other similar formatting. In case of some of my co-authors, they have special characters in their names, which I would like to add.
Is there any way to implement this?
Thanks.

Most helpful comment

@saurabhbelsare glad you like the theme, let me know if you have any other feedback.

Academic keeps things simple and uses plain text for author names, so the easiest way to highlight names would be to postfix a symbol (e.g. *) to denote something special like many journal/conference authors do.

Otherwise, you can add full markdown formatting to the _authors_ text by:

  1. Edit /themes/academic/layouts/partials/publication_li_detailed.html
  2. Change {{ delimit . ", " }} (approx. line 43) to {{ delimit . ", " | markdownify }}
  3. Edit /themes/academic/layouts/publication/single.html
  4. Apply the same change as above (to approx. line 10)

All 2 comments

@saurabhbelsare glad you like the theme, let me know if you have any other feedback.

Academic keeps things simple and uses plain text for author names, so the easiest way to highlight names would be to postfix a symbol (e.g. *) to denote something special like many journal/conference authors do.

Otherwise, you can add full markdown formatting to the _authors_ text by:

  1. Edit /themes/academic/layouts/partials/publication_li_detailed.html
  2. Change {{ delimit . ", " }} (approx. line 43) to {{ delimit . ", " | markdownify }}
  3. Edit /themes/academic/layouts/publication/single.html
  4. Apply the same change as above (to approx. line 10)

@gcushen This is exactly what I was looking for. Thanks a lot!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

somnathrakshit picture somnathrakshit  路  3Comments

HughP picture HughP  路  4Comments

Framartin picture Framartin  路  4Comments

eduardohenriquearnold picture eduardohenriquearnold  路  4Comments

pjox picture pjox  路  4Comments