How to add a publication

All publications are stored in the same _posts directory with news posts. This time, the files are formated as a publication.

Here is a screenshot of a sample publication

publication example

Here is the code.

---
layout: "publication"
title: "Reduction of Complex Signaling Networks to a Representative Kernel"  
authors: "Jeong-Rae Kim, Junil Kim, Yung-Keun Kwon, Hwang-Yeol Lee, Pat Heslop-Harrison, <span class='nt-author'>Kwang-Hyun Cho</span>"
year: "2011"
categories: "publication"
tags: "cat1"
filename: "kim2011_reduction of complex signaling networks to a representative kernel.pdf"
---

layout

Required and must be “publication”

title

Required.

author

Required.

year

Required. Published year.

categories

Required. “publication”

tags

Optional. This is only for grouping. “cat1” is a main group and “cat2” is a etc group. The “cat1” group appears first on the list above the “cat2” group.

filename

A downloadable filename which should be uploaded in assets/publications folder