2023-07-09 16:44:30 +03:00
|
|
|
---
|
2023-07-15 14:36:36 +03:00
|
|
|
title: "{{ replace .Name "-" " " | title }} ⚫ ♕"
|
2023-07-09 16:44:30 +03:00
|
|
|
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
|
|
|
|
|
2023-08-02 16:45:14 +03:00
|
|
|
# Instructions for editor-file creator/editor
|
2023-07-09 16:44:30 +03:00
|
|
|
|
2023-08-02 16:45:14 +03:00
|
|
|
- **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**:
|
2023-07-09 16:44:30 +03:00
|
|
|
- bio
|
|
|
|
- contact email
|
|
|
|
- Delete this section.
|
2023-08-02 16:45:14 +03:00
|
|
|
- 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.
|