Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 580 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 580 Bytes

Published Journals

Introduction

This is directory for published journal articles.

How to add a new publication

Create a file named YYYY-MM-DD-<topic>.md in this directory. Year, month, and date should match the article's date published in an issue. If either date or month is not provided by the journal, simply set it to 01.

The file content should be as followings:

---
title: "<Title>"
authors: <Authors>
journal: <Journal>
categories:
  - <category 1>
  - <category 2>
  - ...
tags:
  - <tag 1>
  - <tag 2>
  - ...
redirect_to: <article doi>
---