-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
113 lines (106 loc) · 2.74 KB
/
_quarto.yml
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
project:
type: website
output-dir: docs
resources:
- "apple-touch-icon-precomposed.png"
- "apple-touch-icon.png"
render:
- "index.qmd"
- "data-cleaning.qmd"
- "selection.qmd"
- "associations.qmd"
- "404.qmd"
format:
html:
theme:
light: [default]
dark: [darkly]
css: theme.css
code-fold: true
code-link: true
toc: true
code-tools:
source: repo
html-math-method: katex
self-contained: false
self-contained-math: false
mainfont: "Mulish"
monofont: "Noto Sans Mono"
website:
title: "Analysis by Constantine-Cooke et al."
favicon: "favicon.png"
twitter-card:
creator: "@nathansam"
site: "@EdinUni_IGC"
open-graph: true
navbar:
background: "#004276"
search: true
right:
- href: index.qmd
text: About
- data-cleaning.qmd
- selection.qmd
- associations.qmd
- icon: github
href: https://github.com/vallejosgroup/lcmm-site
- icon: person-rolodex
href: https://vallejosgroup.github.io
page-footer:
background: "#004276"
left: "Copyright 2023, The Authors"
right:
- icon: github
href: https://github.com/vallejosgroup/lcmm-site
- icon: twitter
href: https://twitter.com/IBDNathan
page-navigation: true
repo-url: https://github.com/vallejosgroup/lcmm-site
repo-actions: [issue]
bibliography: references.bib
google-scholar: true
date: "last-modified"
title-block-banner: false
execute:
freeze: auto
cache: false
affiliations:
- id: HGU
name: "MRC Human Genetics Unit"
city: "Edinburgh"
region: "Scotland"
country: "United Kingdom"
url: "https://www.ed.ac.uk/mrc-human-genetics-unit"
- id: CGEM
name: "Centre for Genomic and Experimental Medicine"
city: "Edinburgh"
country: "United Kingdom"
url: "https://www.ed.ac.uk/centre-genomic-medicine"
- id: IBD
name: "Edinburgh IBD Unit"
city: "Edinburgh"
country: "United Kingdom"
url: "https://services.nhslothian.scot/EdinburghIBDUnit/Pages/default.aspx"
- id: Turing
name: "The Alan Turing Institute"
city: "London"
country: "United Kingdom"
url: "https://www.turing.ac.uk"
citation:
type: article-journal
title: Longitudinal Fecal Calprotectin Profiles Characterize Disease Course Heterogeneity in Crohn’s Disease
author:
- Nathan Constantine-Cooke
- Karla Monterrubio-Gómez
- Nikolas Plevris
- Lauranne A.A.P. Derikx
- Beatriz Gros
- Gareth-Rhys Jones
- Riccardo E. Marioni
- Charlie W. Lees
- Catalina A. Vallejos
container-title: "Clinical Gastroenterology and Hepatology"
doi: "10.1016/j.cgh.2023.03.026"
issn: "1542-3565"
publisher: "Elsevier"
url: "https://www.cghjournal.org/article/S1542-3565(23)00234-3/"