-
Notifications
You must be signed in to change notification settings - Fork 0
/
manuscript.Rmd
79 lines (78 loc) · 3.05 KB
/
manuscript.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
title: >
Incidence and onset of central venous catheter-related thrombosis in critically ill surgical patients: a prospective observational single-center study
institute:
- KAINS: Department of Anesthesiology and Intensive Care Medicine, University Medicine Greifswald, Ferdinand-Sauerbruch-Straße, D-17475 Greifswald, Germany.
author:
# Contributorship roles (e.g. CRediT, https://credit.niso.org/)
- 'Sebastian Gibb, MD':
email: mail@sebastiangibb.de
institute: [KAINS]
orcid_id: 0000-0001-7406-4443
correspondence: true
competing_interest: none
role:
- Conceptualization
- data curation
- formal analysis
- validation
- writing -- original draft
- writing -- review and editing
- supervision
- 'Sebastian Engelhardt':
email: sebastian.engelhardt@med.uni-greifswald.de
institute: [KAINS]
correspondence: false
competing_interest: none
role:
- investigation
- data curation
- writing -- review and editing
- 'Falk von Dincklage, MD':
email: falk.vondincklage@med.uni-greifswald.de
institute: [KAINS]
correspondence: false
competing_interest: none
role:
- writing -- review and editing
- 'Sven-Olaf Kuhn, MD':
email: sven-olaf.kuhn@med.uni-greifswald.de
institute: [KAINS]
correspondence: false
competing_interest: none
role:
- Conceptualization
- writing -- review and editing
- validation
- supervision
ethics_committee:
reference_number: BB 006/22
approval_date: February 1, 2022
study_title: Catheter-related thrombosis in critically ill patients in a surgical intensive care unit.
bibliography:
- bibliography/bibliography.bib
- bibliography/rpackages.bib
csl: pandoc/csl/journal-of-clinical-anesthesia.csl
link-citations: yes
linkcolor: blue
output:
bookdown::html_document2:
keep_md: true # keep images for submission
number_sections: false
pandoc_args:
- --lua-filter=pandoc/lua-filters/abstract-section.lua
- --lua-filter=pandoc/lua-filters/scholarly-metadata.lua
- --lua-filter=pandoc/lua-filters/author-info-blocks.lua
- --lua-filter=pandoc/lua-filters/wordcount.lua
bookdown::word_document2:
keep_md: true # keep images for submission
number_sections: true
reference_docx: pandoc/reference/20231219_92fa427_manuscript.docx
pandoc_args:
- --lua-filter=pandoc/lua-filters/abstract-section.lua
- --lua-filter=pandoc/lua-filters/scholarly-metadata.lua
- --lua-filter=pandoc/lua-filters/author-info-blocks.lua
- --lua-filter=pandoc/lua-filters/wordcount.lua
---
```{r children, child = list.files(rprojroot::find_root_file("sections", criterion = ".editorconfig", path = "."), pattern = "[0-9][0-9].*\\.Rmd", recursive = TRUE, full.names = TRUE)}
```