22< html xmlns ="http://www.w3.org/1999/xhtml " lang ="en " xml:lang ="en "> < head >
33
44< meta charset ="utf-8 ">
5- < meta name ="generator " content ="quarto-1.8.23 ">
5+ < meta name ="generator " content ="quarto-1.8.27 ">
66
77< meta name ="viewport " content ="width=device-width, initial-scale=1.0, user-scalable=yes ">
88
4040< script src ="../site_libs/quarto-html/tippy.umd.min.js "> </ script >
4141< script src ="../site_libs/quarto-html/anchor.min.js "> </ script >
4242< link href ="../site_libs/quarto-html/tippy.css " rel ="stylesheet ">
43- < link href ="../site_libs/quarto-html/quarto-syntax-highlighting-1fe81d0376b2c50856e68e651e390326 .css " rel ="stylesheet " id ="quarto-text-highlighting-styles ">
43+ < link href ="../site_libs/quarto-html/quarto-syntax-highlighting-ed96de9b727972fe78a7b5d16c58bf87 .css " rel ="stylesheet " id ="quarto-text-highlighting-styles ">
4444< script src ="../site_libs/bootstrap/bootstrap.min.js "> </ script >
4545< link href ="../site_libs/bootstrap/bootstrap-icons.css " rel ="stylesheet ">
46- < link href ="../site_libs/bootstrap/bootstrap-a04480396262ce2dfbae217979804fb9 .min.css " rel ="stylesheet " append-hash ="true " id ="quarto-bootstrap " data-mode ="light ">
46+ < link href ="../site_libs/bootstrap/bootstrap-03d798b246ac7e9d1603c880451cf22b .min.css " rel ="stylesheet " append-hash ="true " id ="quarto-bootstrap " data-mode ="light ">
4747< script id ="quarto-search-options " type ="application/json "> {
4848 "location" : "navbar" ,
4949 "copy-button" : false ,
141141 < nav class ="navbar navbar-expand-lg " data-bs-theme ="dark ">
142142 < div class ="navbar-container container-fluid ">
143143 < div class ="navbar-brand-container mx-auto ">
144- < a href ="../index.html " class ="navbar-brand navbar-brand-logo ">
145- </ a >
146144 < a class ="navbar-brand " href ="../index.html ">
147145 < span class ="navbar-title "> Introduction to Quarto for Research Projects</ span >
148146 </ a >
182180< div id ="quarto-content " class ="quarto-container page-columns page-rows-contents page-layout-full page-navbar ">
183181<!-- sidebar -->
184182 < nav id ="quarto-sidebar " class ="sidebar collapse collapse-horizontal quarto-sidebar-collapse-item sidebar-navigation docked overflow-auto ">
185- < div class ="pt-lg-2 mt-2 text-left sidebar-header ">
186- < a href ="../index.html " class ="sidebar-logo-link ">
187- </ a >
188- </ div >
189183 < div class ="sidebar-menu-container ">
190184 < ul class ="list-unstyled mt-1 ">
191185 < li class ="sidebar-item ">
@@ -638,7 +632,7 @@ <h2 class="anchored">Training / Modules / Courses / Etc.</h2>
638632 <!-- Title and code -->
639633 < div class ="card-header py-1 px-2 border-bottom border-1 bg-light ">
640634 < small class ="card-text inline-block ">
641- < a href ="" class ="listing-title "> Quarto tutorial</ a >
635+ < a href ="https://pythonhealthdatascience.github.io/quarto-tutorial/ " class ="listing-title "> Quarto tutorial</ a >
642636
643637 < a href ="https://github.com/pythonhealthdatascience/quarto-tutorial " title ="View source code " class ="source-code card-text float-end inline-block ">
644638 < i class ="bi bi-github "> </ i >
@@ -655,8 +649,8 @@ <h2 class="anchored">Training / Modules / Courses / Etc.</h2>
655649
656650
657651 <!-- Thumbnail -->
658- < a href ="">
659- < img src ="" alt ="" class ="card-img-top ">
652+ < a href ="https://pythonhealthdatascience.github.io/quarto-tutorial/ ">
653+ < img src ="examples/quarto_tutorial.png " alt ="" class ="card-img-top ">
660654 </ a >
661655
662656 <!-- Subtitle -->
@@ -1178,15 +1172,59 @@ <h2 class="anchored">Package documentation</h2>
11781172
11791173</ div >
11801174
1181- < h2 class ="anchored "> Non-Quarto Examples </ h2 >
1175+ < h2 class ="anchored "> Other cool examples </ h2 >
11821176
1183- < p > TODO .
1177+ < p > Further examples of interesting uses of quarto in research .
11841178</ p >
11851179
11861180< div class ="list grid " style ="column-gap: 10px; ">
11871181
11881182 < div class ="card border-2 rounded-3 g-col-12 g-col-sm-6 g-col-md-4 mb-2 " style ="background-color: #ffffff; " data-index ="27 " data-categories ="VW5pdmVyc2l0eSUyMG9mJTIwRXhldGVy ">
11891183
1184+ <!-- Title and code -->
1185+ < div class ="card-header py-1 px-2 border-bottom border-1 bg-light ">
1186+ < small class ="card-text inline-block ">
1187+ < a href ="https://atlas.hsma.co.uk/ " class ="listing-title "> Healthcare Services Analytics & Decision Science Atlas.</ a >
1188+
1189+ < a href ="https://github.com/hsma-programme/decision_intelligence_atlas " title ="View source code " class ="source-code card-text float-end inline-block ">
1190+ < i class ="bi bi-github "> </ i >
1191+ </ a >
1192+
1193+ </ small >
1194+ </ div >
1195+
1196+ <!-- Category -->
1197+
1198+ < span class ="badge bg-secondary listing-categories " style ="background-color: #71bd94 !important; color: #1f393a !important; line-height: 2; ">
1199+ University of Exeter
1200+ </ span >
1201+
1202+
1203+ <!-- Thumbnail -->
1204+ < a href ="https://atlas.hsma.co.uk/ ">
1205+ < img src ="examples/atlas.png " alt ="" class ="card-img-top ">
1206+ </ a >
1207+
1208+ <!-- Subtitle -->
1209+ < small >
1210+ < div class ="card-body py-2 ">
1211+ < span class ="text-muted listing-subtitle d-block "> Directory of open-source tools, packages, and projects for analytics and decision science in healthcare.</ span >
1212+ </ div >
1213+ </ small >
1214+
1215+ </ div >
1216+
1217+ </ div >
1218+
1219+ < h2 class ="anchored "> Non-Quarto examples</ h2 >
1220+
1221+ < p > TODO.
1222+ </ p >
1223+
1224+ < div class ="list grid " style ="column-gap: 10px; ">
1225+
1226+ < div class ="card border-2 rounded-3 g-col-12 g-col-sm-6 g-col-md-4 mb-2 " style ="background-color: #ffffff; " data-index ="28 " data-categories ="VW5pdmVyc2l0eSUyMG9mJTIwRXhldGVy ">
1227+
11901228 <!-- Title and code -->
11911229 < div class ="card-header py-1 px-2 border-bottom border-1 bg-light ">
11921230 < small class ="card-text inline-block ">
@@ -1216,7 +1254,7 @@ <h2 class="anchored">Non-Quarto Examples</h2>
12161254
12171255 </ div >
12181256
1219- < div class ="card border-2 rounded-3 g-col-12 g-col-sm-6 g-col-md-4 mb-2 " style ="background-color: #ffffff; " data-index ="28 " data-categories ="VW5pdmVyc2l0eSUyMG9mJTIwRXhldGVy ">
1257+ < div class ="card border-2 rounded-3 g-col-12 g-col-sm-6 g-col-md-4 mb-2 " style ="background-color: #ffffff; " data-index ="29 " data-categories ="VW5pdmVyc2l0eSUyMG9mJTIwRXhldGVy ">
12201258
12211259 <!-- Title and code -->
12221260 < div class ="card-header py-1 px-2 border-bottom border-1 bg-light ">
0 commit comments