Skip to content

Commit 07ec335

Browse files
committed
paper template
1 parent 4a2db1a commit 07ec335

3 files changed

Lines changed: 67 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ docs/contributing.md
2828
# environment.
2929
Manifest.toml
3030

31-
run
32-
run/*
31+
**/run*
32+
**/*.code-workspace
33+
**/*.pb.gz

paper.bib

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
@article{bartel2024structure,
2+
title={Structure-preserving numerical methods for {F}okker-{P}lanck
3+
equations},
4+
author={Bartel, Hanna and Lampert, Joshua and Ranocha, Hendrik},
5+
journal={Proceedings in Applied Mathematics and Mechanics},
6+
pages={e202400007},
7+
year={2024},
8+
month={11},
9+
doi={10.1002/pamm.202400007},
10+
eprint={2404.07641},
11+
eprinttype={arxiv},
12+
eprintclass={math.NA}
13+
}

paper.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: 'PositiveIntegrators.jl: A Julia library of positivity-preserving time integration methods'
3+
tags:
4+
- Julia
5+
- TODO
6+
authors:
7+
- name: Stefan Kopecz
8+
orcid: 0000-0003-0593-450X
9+
affiliation: 1
10+
- name: Hendrik Ranocha
11+
orcid: 0000-0002-3456-2277
12+
affiliation: 2
13+
affiliations:
14+
- name: Institute of Mathematics, University of Kassel, Germany
15+
index: 1
16+
- name: Institute of Mathematics, Johannes Gutenberg University Mainz, Germany
17+
index: 2
18+
date: 20 February 2025
19+
bibliography: paper.bib
20+
---
21+
22+
# Summary
23+
24+
TODO
25+
26+
27+
# Statement of need
28+
29+
TODO
30+
31+
@bartel2024structure
32+
33+
34+
# Features
35+
36+
TODO
37+
38+
39+
# Related research and software
40+
41+
TODO
42+
43+
44+
# Acknowledgements
45+
46+
Hendrik Ranocha was supported by
47+
the German Research Foundation (Deutsche Forschungsgemeinschaft DFG, project number 513301895) and
48+
the Daimler und Benz Stiftung (Daimler and Benz foundation, project number 32-10/22).
49+
50+
51+
# References

0 commit comments

Comments
 (0)