21 lines
461 B
Markdown
21 lines
461 B
Markdown
---
|
|
layout: page
|
|
permalink: /publications/
|
|
title: publications
|
|
description: publications by categories in reversed chronological order. generated by jekyll-scholar.
|
|
nav: true
|
|
nav_order: 2
|
|
---
|
|
|
|
<!-- _pages/publications.md -->
|
|
|
|
{% if site.search_enabled %}
|
|
<input type="text" id="bibsearch" spellcheck="false" autocomplete="off" class="search bibsearch-form-input" placeholder="Type to filter">
|
|
{% endif %}
|
|
|
|
<div class="publications">
|
|
|
|
{% bibliography %}
|
|
|
|
</div>
|