Skip to content

Instantly share code, notes, and snippets.

@gael-close
Last active April 30, 2023 15:05
Show Gist options
  • Save gael-close/745b11c618dc9c7060b7e53a6cc2930f to your computer and use it in GitHub Desktop.
Save gael-close/745b11c618dc9c7060b7e53a6cc2930f to your computer and use it in GitHub Desktop.
Support materials for technical writing article
---
title: My title
author:
- name: Author Name
url: <orcid or linkedin profile>
citation: true
date: 20-Sep-2022
abstract: This article ... ...
bibliography: biblio.bib
license: "CC BY"
format:
elsevier-pdf:
echo: false
fig-format: png
journal:
formatting: preprint
layout: onecolumn
cite-style: authoryear
html:
toc: true
code-fold: true
---
# Introduction
This article ...
It builds on [@Lasser2020-wo].
The main contribution is illustrated in @fig-1
![Main contribution.](https://dummyimage.com/300x200/000/fff.png){#fig-1}
```{python}
# Executable Python code
import numpy as np
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment