-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
80 lines (75 loc) · 2.02 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
project:
type: website
website:
title: "Dr. U"
image: umairlogo2.png
favicon: umair-profile1.jpg
twitter-card:
creator: "@umairdurrani87"
open-graph: true
site-url: https://umairdurrani.com/
navbar:
background: "#f0eeeb"
logo: umairlogo2.png
title: false
collapse-below: lg
left:
- href: index.qmd
text: Home
- href: projects.qmd
text: Projects
- href: software.qmd
text: Software
- href: teaching.qmd
text: Talks
- href: https://scholar.google.com/citations?user=jS1b6osAAAAJ&hl=en
target: _blank
text: Publications
- href: MLinTransportation.qmd
text: ML
- href: blog.qmd
text: Blog
- text: "More"
menu:
- text: "Segmented"
href: https://umair.shinyapps.io/segmented_app_doc/
target: _blank
- text: "R for Driving Sim"
href: https://umair.shinyapps.io/R_for_driving_sim/
target: _blank
- text: "Ontario Weather Dashboard"
href: https://rpubs.com/durraniu/on_dashboard
target: _blank
- text: "Interactive Plotting in R"
href: https://rpubs.com/durraniu/interactive_plots
target: _blank
- text: "Histogram y axis"
href: https://rpubs.com/durraniu/sovg
target: _blank
- text: "Decision Tree Example"
href: https://rpubs.com/durraniu/DTQR
target: _blank
- text: "BBC 100 Women"
href: https://durraniu.github.io/BBC100/
target: _blank
right:
- icon: github
href: https://github.com/durraniu
target: _blank
- icon: twitter
href: https://twitter.com/umairdurrani87
target: _blank
- icon: linkedin
href: https://www.linkedin.com/in/durraniu/
target: _blank
format:
html:
theme: [lux, rwds.scss]
css: rwds.css
toc: true
grid:
sidebar-width: 0px
body-width: 1000px
margin-width: 250px
execute:
freeze: true