_pages/publications.html --- layout: archive title: "Publications" permalink: /publications/ author_profile: true --- {% if site.author.googlescholar %}
You can also find my articles on my Google Scholar profile.
{% endif %} {% include base_path %} {% if site.publication_category %} {% for category in site.publication_category %} {% assign title_shown = false %} {% for post in site.publications reversed %} {% if post.category != category[0] %} {% continue %} {% endif %} {% unless title_shown %}

{{ category[1].title }}


{% assign title_shown = true %} {% endunless %} {% include archive-single.html %} {% endfor %} {% endfor %} {% else %} {% if site.publications.size == 0 %}

Some research work papers are under progress, to be published soon.

{% else %} {% for post in site.publications reversed %} {% include archive-single.html %} {% endfor %} {% endif %} {% endif %}