22 lines
No EOL
813 B
Markdown
22 lines
No EOL
813 B
Markdown
---
|
|
title: "{{ replace .Name "-" " " | title }} ⚫ 🧜"
|
|
date: "{{.Date}}"
|
|
author: "file-creator-put-your-name-here"
|
|
affiliation: "Some affiliation (optional; remove line if not applicable)"
|
|
draft: true
|
|
---
|
|
|
|
**{{ replace .Name "-" " " | title }}** is ....
|
|
|
|
contact: something at something dot edu
|
|
# Instructions for contributor-file creator/editor
|
|
|
|
- **Filename** should follow the convention:` name-surname.md`
|
|
- File creator insert **your own name** in the `author` field.
|
|
- Set **affiliation** if applicable (`affiliation: "Some University"`)
|
|
- 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. |