24 lines
701 B
Markdown
24 lines
701 B
Markdown
|
---
|
||
|
title: "{{ replace .Name "-" " " | title }}"
|
||
|
date: "{{.Date}}"
|
||
|
author: "file-creator-put-your-name-here"
|
||
|
affiliation: "Some affiliation if applicable"
|
||
|
draft: true
|
||
|
---
|
||
|
|
||
|
**{{ replace .Name "-" " " | title }}** is ....
|
||
|
|
||
|
contact: something at something dot edu
|
||
|
|
||
|
# Instructions for issue-file creator/editor:
|
||
|
|
||
|
- Filename should follow the convention: name-surname.md
|
||
|
- Insert your own name at the 'author' field.
|
||
|
- Set affiliation if applicable.
|
||
|
- Fill in content:
|
||
|
- bio
|
||
|
- contact email
|
||
|
- Delete this section.
|
||
|
- Set draft flag (note that `draft: false` will make this entry public).
|
||
|
- Git commit and push your changes if/when applicable, providing a commit message describing your changes.
|