Since the citation file and other stuff is already defined in
`_config.yml`, removed them when calling `{% bibliography %}`. Also
realized that `jekyll-scholar` helps in displaying only the papers cited
in page, changed to use that.
Signed-off-by: George Araújo <george.gcac@gmail.com>
15 lines
279 B
Markdown
15 lines
279 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 -->
|
|
<div class="publications">
|
|
|
|
{% bibliography %}
|
|
|
|
</div>
|