-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
50 lines (47 loc) · 1.25 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
project:
type: website
website:
title: "Image2023"
navbar:
left:
- href: index.qmd
text: Home
right:
- icon: github
href: https://github.com/slimgroup
sidebar:
style: "docked"
search: true
contents:
- section: "Abstracts"
contents:
- file: OneShot/abstract.qmd
text: "One Shot Imaging"
- file: SequentialBayes/abstract.qmd
text: "Sequential Bayesian Inference"
- text: "Coupled physics inversion"
file: yin2023IMAGEend2end/abstract.qmd
- text: "Bayesian FWI"
file: BayesianFWI/abstract.qmd
- text: "Bayesian Kriging"
file: BayesianKrig/abstract.qmd
- text: "Leakage Detectibility with Vision Classifier"
file: DetectabilityWithVision/abstract.qmd
- text: "3D survey design"
file: zhang2023IMAGEsg/abstract.qmd
- text: "NonLinear JRM"
file: NonLinear-JRM/abstract.qmd
page-footer:
center:
- file: license.qmd
text: "2023 Copyright (c) SLIM @ Georgia Institute of Technology"
format:
html:
theme:
light: flatly
dark: darkly
css: styles.css
toc: true
link-external-newwindow: True
execute:
freeze: auto