-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy pathgallery.yml
More file actions
463 lines (439 loc) · 20.5 KB
/
gallery.yml
File metadata and controls
463 lines (439 loc) · 20.5 KB
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
- category: Articles & Reports
description: |
Write a single markdown file and create output in a variety of formats.
tiles:
- title: HTML
subtitle: for web publishing
href: https://quarto-dev.github.io/quarto-gallery/articles/html/html.html
code: https://github.com/quarto-dev/quarto-gallery/blob/main/articles/html/html.qmd
thumbnail: articles/articles-html.png
- title: PDF
subtitle: for high quality print
href: https://github.com/nmfs-opensci/quarto_titlepages/blob/main/example_1.pdf
code: https://github.com/nmfs-opensci/quarto_titlepages/blob/main/example_1.qmd
thumbnail: articles/articles-pdf.png
- title: MS Word
subtitle: for Office workflows
href: https://quarto-dev.github.io/quarto-gallery/articles/msword/msword.docx
code: https://github.com/quarto-dev/quarto-gallery/blob/main/articles/msword/msword.qmd
thumbnail: articles/articles-msword.png
- title: HTML
subtitle: with advanced layout
href: https://quarto-dev.github.io/quarto-gallery/page-layout/tufte.html
code: https://github.com/quarto-dev/quarto-gallery/blob/main/page-layout/tufte.qmd
thumbnail: articles/advanced-layout-html.png
- title: PDF
subtitle: with advanced layout
href: https://quarto-dev.github.io/quarto-gallery/page-layout/tufte.pdf
code: https://github.com/quarto-dev/quarto-gallery/blob/main/page-layout/tufte.qmd
thumbnail: articles/advanced-layout-pdf.png
- category: Presentations
description: |
Create presentations (slide show) in a variety of formats.
tiles:
- title: RevealJS
subtitle: HTML presentations
href: https://quarto.org/docs/presentations/revealjs/demo/
code: https://github.com/quarto-dev/quarto-web/blob/main/docs/presentations/revealjs/demo/index.qmd
thumbnail: presentations/presentations-revealjs.png
- title: Beamer
subtitle: PDF presentations
href: https://quarto-dev.github.io/quarto-gallery/presentations/beamer/beamer.pdf
code: https://github.com/quarto-dev/quarto-gallery/blob/main/presentations/beamer/beamer.qmd
thumbnail: presentations/presentations-beamer.png
- title: PowerPoint
subtitle: presentations
href: https://quarto-dev.github.io/quarto-gallery/presentations/powerpoint/powerpoint.pptx
code: https://github.com/quarto-dev/quarto-gallery/blob/main/presentations/powerpoint/powerpoint.qmd
thumbnail: presentations/presentations-powerpoint.png
- title: Streamlining with R
href: https://meghan.rbind.io/slides/neair/neair.html
code: https://github.com/meghall06/personal-website/blob/master/static/slides/NEAIR/NEAIR.qmd
thumbnail: presentations/presentations-streamlining-with-r.png
- title: An educator's perspective of the tidyverse
href: https://mine-cetinkaya-rundel.github.io/tidyperspective/talks/dagstat-2022.html
code: https://github.com/mine-cetinkaya-rundel/tidyperspective/blob/main/talks/dagstat-2022.qmd
thumbnail: presentations/presentations-educators-perspective-tidyverse.png
- title: An anthology of experimental designs
href: https://emitanaka.org/slides/toronto2022/
code: https://github.com/emitanaka/talks/tree/master/Toronto2022
thumbnail: presentations/presentations-anthology-experimental-designs.png
- title: The untold story of palmerpenguins
href: https://apreshill.github.io/palmerpenguins-useR-2022/
code: https://github.com/apreshill/palmerpenguins-useR-2022
thumbnail: presentations/presentations-penguins-story.png
- title: Outrageously efficient EDA
href: https://jthomasmock.github.io/arrow-dplyr/
code: https://github.com/jthomasmock/arrow-dplyr
thumbnail: presentations/presentations-arrow-dplyr.png
- title: Improvements in textrecipes
href: https://emilhvitfeldt.github.io/talk-useR2022-textrecipes/
code: https://github.com/EmilHvitfeldt/talk-useR2022-textrecipes
thumbnail: presentations/presentations-textrecipes.png
- category: Dashboards
tiles:
- title: Stock Explorer
subtitle: Python
href: https://jjallaire.github.io/stock-explorer-dashboard/
code: https://github.com/jjallaire/stock-explorer-dashboard/blob/main/dashboard.qmd
thumbnail: dashboards/stock-explorer-dashboard.png
- title: Gapminder
subtitle: Python
href: https://jjallaire.github.io/gapminder-dashboard/
code: https://github.com/jjallaire/gapminder-dashboard/blob/main/gapminder.qmd
thumbnail: dashboards/gapminder-dashboard.png
- title: Customer Churn
subtitle: Python
href: https://jjallaire.github.io/customer-churn-dashboard/
code: https://github.com/jjallaire/customer-churn-dashboard/blob/main/dashboard.qmd
thumbnail: dashboards/customer-churn-dashboard.png
- title: NFL Injuries
subtitle: Python
href: https://jjallaire.github.io/nfl-injuries-dashboard/
code: https://github.com/jjallaire/nfl-injuries-dashboard/blob/main/nfl-injuries.qmd
thumbnail: dashboards/nfl-injuries-dashboard.png
- title: Housing Market at a Glance
subtitle: Python
href: https://ivelasq.github.io/mortgage-dashboard/
code: https://github.com/ivelasq/mortgage-dashboard/blob/main/index.qmd
thumbnail: dashboards/housing-market-dashboard.png
- title: Restaurant Inspections
subtitle: Python
href: https://www.isabelizimm.me/vetiverdashboard/
code: https://github.com/isabelizimm/vetiverdashboard/blob/main/index.qmd
thumbnail: dashboards/restaurant-dashboard.png
- title: Penguins
subtitle: Python (Shiny)
href: https://jjallaire.shinyapps.io/penguins-dashboard/
code: https://github.com/jjallaire/penguins-dashboard/blob/main/penguins.qmd
thumbnail: dashboards/penguins-dashboard.png
- title: Retirement
subtitle: Python (Shiny w/ Pyodide)
href: https://wch.github.io/retirement-simulation-dashboard/
code: https://github.com/wch/retirement-simulation-dashboard
thumbnail: dashboards/retirement-gallery.png
- title: New Zealand Earthquakes
subtitle: R
href: https://pub.demo.posit.team/public/nz-quakes/
code: https://github.com/cwickham/quakes/blob/main/quakes.qmd
thumbnail: dashboards/nz-quakes-dashboard.png
- title: MyNorfolk Requests
subtitle: R
href: https://grrrck.quarto.pub/mynorfolk-dash/
code: https://github.com/gadenbuie/mynorfolk-dash/blob/main/index.qmd
thumbnail: dashboards/mynorfolk-dash.png
- title: Labor and Delivery
subtitle: R
href: https://mine-cetinkaya-rundel.github.io/ld-dashboard/
code: https://github.com/mine-cetinkaya-rundel/ld-dashboard/blob/main/dashboard.qmd
thumbnail: dashboards/ld-dashboard.png
- title: Diamonds
subtitle: R (Shiny)
href: https://jjallaire.shinyapps.io/diamonds/
code: https://github.com/jjallaire/diamonds-dashboard/blob/main/diamonds.qmd
thumbnail: dashboards/diamonds-dashboard.png
- title: Penguins
subtitle: Observable
href: https://jjallaire.github.io/ojs-penguins-dashboard/
code: https://github.com/jjallaire/ojs-penguins-dashboard/blob/main/penguins.qmd
thumbnail: dashboards/ojs-penguins-dashboard.png
- title: Clickable Weather Forecast Map
subtitle: Observable
href: https://cscheid.github.io/quarto-dashboard-ojs-examples/weather.html
code: https://github.com/cscheid/quarto-dashboard-ojs-examples/blob/main/weather.qmd
thumbnail: dashboards/weather-ojs-dashboard.jpg
- title: Interactive Linked Views
subtitle: Observable
href: https://cscheid.github.io/quarto-dashboard-ojs-examples/flights.html
code: https://github.com/cscheid/quarto-dashboard-ojs-examples/blob/main/flights.qmd
thumbnail: dashboards/ojs-flights.png
- title: Dashing Through the Snow
subtitle: Python
href: https://mine.quarto.pub/dashing-through-snow-py/
code: https://github.com/mine-cetinkaya-rundel/dashing-through-snow/
thumbnail: dashboards/dashing-through-snow.png
- title: Olympic Games
subtitle: R & Python
href: https://mine.quarto.pub/olympic-games-py
code: https://github.com/posit-conf-2024/olympicdash
thumbnail: dashboards/olympics-game.png
- category: Websites
description: |
Publish collections of articles as a website
tiles:
- title: Practical Deep Learning
subtitle: from fast.ai
href: https://course.fast.ai/
code: https://github.com/fastai/course22/
thumbnail: websites/websites-practical-deep-learning.png
- title: "Ibis"
subtitle: Documentation
href: https://ibis-project.org
code: https://github.com/ibis-project/ibis
thumbnail: websites/websites-ibis.png
- title: quarto.org
subtitle: documentation
href: https://quarto.org
code: https://github.com/quarto-dev/quarto-web/
thumbnail: websites/websites-quarto.png
- title: NASA & OpenScapes
subtitle: website
href: https://nasa-openscapes.github.io/
code: https://github.com/NASA-Openscapes/NASA-Openscapes.github.io
thumbnail: websites/websites-nasa-openscapes.png
- title: nbdev
subtitle: from fast.ai
href: https://nbdev.fast.ai/
code: https://github.com/fastai/nbdev
thumbnail: websites/websites-nbdev.png
- title: Julia Workshop for Data Science
subtitle: course
href: https://crsl4.github.io/julia-workshop/
code: https://github.com/crsl4/julia-workshop
thumbnail: websites/websites-julia-workshop.png
- title: "devito"
subtitle: devito documentation
href: https://www.devitoproject.org
thumbnail: websites/websites-devito.png
- title: Beatriz Milz
subtitle: personal website + blog
href: https://beamilz.com/
code: https://github.com/beatrizmilz/blog-en
thumbnail: websites/websites-bea-milz.png
- title: Masiello Group
subtitle: academic research group website
href: https://faculty.washington.edu/masiello/
code: https://github.com/MasielloGroup/MasielloGroupWebsite
thumbnail: websites/websites-masiello-group.png
- title: Mike Mahoney
subtitle: personal website + blog
href: https://www.mm218.dev/
code: https://github.com/mikemahoney218/mm218.dev
thumbnail: websites/websites-mike-mahoney.png
- title: Chris von Csefalvay
subtitle: personal website & blog
href: https://chrisvoncsefalvay.com/
code: https://github.com/chrisvoncsefalvay/chrisvoncsefalvay.github.io
thumbnail: websites/websites-chris-von-csefalvay.png
- title: ForBo7 // Salman Naqvi
subtitle: personal site + blog + works
href: https://forbo7.github.io
code: https://github.com/ForBo7/forbo7.github.io
thumbnail: websites/websites-forbo7-landing.png
- title: LTM Data Workflows w/ Arrow
subtitle: workshop
href: https://arrow-user2022.netlify.app/
code: https://github.com/djnavarro/arrow-user2022
thumbnail: websites/websites-arrow-workshop.png
- title: STA 210 - Regression Analysis
subtitle: course
href: https://sta210-s22.github.io/website/
code: https://github.com/sta210-s22/website
thumbnail: websites/websites-sta210.png
- title: The MockUp
subtitle: blog
href: https://themockup.blog/
code: https://github.com/jthomasmock/themockup-blog
thumbnail: websites/websites-mockup.png
- title: mrgsolve
subtitle: documentation
href: https://mrgsolve.org/
code: https://github.com/metrumresearchgroup/mrgsolve
thumbnail: websites/websites-mrgsolve.png
- title: 2021 Cloud Hackathon
subtitle: event
href: https://nasa-openscapes.github.io/2021-Cloud-Hackathon/
code: https://github.com/nasa-openscapes/2021-Cloud-Hackathon
thumbnail: websites/websites-2021-cloud-hackathon.png
- title: R-Manuals
subtitle: documentation
href: https://rstudio.github.io/r-manuals/
code: https://github.com/rstudio/r-manuals
thumbnail: websites/websites-r-manuals.png
- title: Quarto tip a day
subtitle: blog
href: https://mine-cetinkaya-rundel.github.io/quarto-tip-a-day/
code: https://github.com/mine-cetinkaya-rundel/quarto-tip-a-day
thumbnail: websites/websites-quartotip.png
- title: Making shareable docs with Quarto
subtitle: tutorial
href: https://openscapes.github.io/quarto-website-tutorial/
code: https://github.com/openscapes/quarto-website-tutorial
thumbnail: websites/websites-opescapes-quarto-tutorial.png
- title: Data Science in a Box
subtitle: course website
href: https://datasciencebox.org/
code: https://github.com/rstudio-education/datascience-box
thumbnail: websites/websites-datascienceinabox.png
- title: Wannabe Rstats-fu
subtitle: blog
href: https://yutani.rbind.io/
code: https://github.com/rbind/yutani
thumbnail: websites/websites-wannabe-rstats-fu.png
- title: Hamel Husain's Professional Site
subtitle: blog + notes
href: https://hamel.dev
code: https://github.com/hamelsmu/hamel/
thumbnail: websites/websites-hamel.png
- title: Python for Data Science
subtitle: course website + notebooks
href: https://pythonds.linogaliana.fr/
code: https://github.com/linogaliana/python-datascientist
thumbnail: websites/websites-linogaliana.png
- title: fluidsyndicate
subtitle: open source material for performances
href: https://fluidsyndicate.com
code: https://codeberg.org/jcolomb/fluidsyndicate
thumbnail: websites/websites-fluidsyndicate.png
- title: Real World Data Science
subtitle: Ethical, impactful data science by the RSS
href: https://realworlddatascience.net/
code: https://github.com/realworlddatascience/realworlddatascience.github.io
thumbnail: websites/websites-real-world-data-science.png
- title: Hertie Coding Club
subtitle: Website platform to learn coding skills
href: https://www.hertiecodingclub.com/
code: https://github.com/jurjoroa/hcc-website
thumbnail: websites/websites-hertie-coding-club.png
- title: Daniel Kapitan's professional site
subtitle: Homepage with long-scroll, project portfolio and blog
code: https://github.com/dkapitan/dkapitan.github.io
href: https://kapitan.net
thumbnail: websites/websites-dkapitan.png
- title: iPardalis
subtitle: Ecommerce Website
href: https://ipardalis.com/
code: https://github.com/Dripdrop12/ipardalis
thumbnail: websites/websites-ipardalis.png
- title: Vistales
subtitle: "Pakistan’s Data Insights: Unveiling the Stories Behind Numbers"
href: https://vistales.github.io/vistales
code: https://github.com/Vistales/Home
thumbnail: websites/websites-vistales.png
- title: ALA Labs
subtitle: Website for ecological dataviz, analysis & research
href: https://labs.ala.org.au/
code: https://github.com/AtlasOfLivingAustralia/ala-labs
thumbnail: websites/website-ala-labs.png
- title: NHS-R community
subtitle: Promoting the use of R and open analytics in health and care
href: https://nhsrcommunity.com
code: https://github.com/nhs-r-community/nhs-r-community
thumbnail: websites/nhs-r-website.png
- title: Mickaël Canouil Universe
subtitle: A data science blog and portfolio by Mickaël CANOUIL
href: https://mickael.canouil.fr
code: https://github.com/mcanouil/mickael.canouil.fr
thumbnail: websites/website-mickael.canouil.fr.png
- title: Quarto Extensions
subtitle: Quarto Extensions listing via GitHub API
href: https://m.canouil.dev/quarto-extensions/
code: https://github.com/mcanouil/quarto-extensions
thumbnail: websites/website-m.canouil.dev_quarto-extensions.png
- title: rainbowR
subtitle: Community for LGBTQ+ folks who code in R
href: https://rainbowr.org/
code: https://github.com/r-lgbtq/rainbowr.org
thumbnail: websites/websites-rainbowr.png
- category: Books
description: |
Publish a book in multiple formats
tiles:
- title: Modern Polars
href: https://kevinheavey.github.io/modern-polars/
code: https://github.com/kevinheavey/modern-polars
thumbnail: books/modern-polars.png
- title: Hands on Programming with R
href: https://jjallaire.github.io/hopr/
code: https://github.com/jjallaire/hopr/
thumbnail: websites/websites-hopr.png
- title: Visualization Curriculum
href: https://jjallaire.github.io/visualization-curriculum
code: https://github.com/jjallaire/visualization-curriculum
thumbnail: websites/websites-jupyter.png
- title: Python for Data Analysis, 3E
href: https://wesmckinney.com/book/
thumbnail: books/books-python-for-data.png
- title: R for Data Science, 2E
href: https://r4ds.hadley.nz/
code: https://github.com/hadley/r4ds/
thumbnail: books/books-r4ds.png
- title: R Packages
href: https://r-pkgs.org/
code: https://github.com/hadley/r-pkgs/
thumbnail: books/books-r-pkgs.png
- title: mlr3book
href: https://mlr3book.mlr-org.com/
code: https://github.com/mlr-org/mlr3book/tree/main/book/
thumbnail: books/books-mlr3book.png
- title: Telling Stories with Data
href: https://tellingstorieswithdata.com/
code: https://github.com/RohanAlexander/telling_stories
thumbnail: books/books-telling-stories.png
- title: Geocomputation with Python
href: https://py.geocompx.org/
code: https://github.com/geocompx/py
thumbnail: books/geocompy.png
- title: utilitR documentation (French)
href: https://book.utilitr.org/
code: https://github.com/InseeFrLab/utilitR
thumbnail: books/utilitr.png
- title: Analyse et conception de logiciels (French)
href: https://fuhrmanator.github.io/log210-ndc-quarto/
code: https://github.com/fuhrmanator/log210-ndc-quarto/
thumbnail: books/book-analyse-conceptions-french.png
- title: Time Series Analysis
href: https://vlyubchich.github.io/tsar/
code: https://github.com/vlyubchich/tsar/
thumbnail: books/tsar.png
- title: Causal Inference in R
href: https://www.r-causal.org/
code: https://github.com/malcolmbarrett/causal-inference-in-r
thumbnail: books/ci-in-r.png
- title: R for Clinical Study Reports and Submission
href: https://r4csr.org/
code: https://github.com/elong0527/r4csr
thumbnail: books/books-r4csr.png
- title: Cookbook Polars for R
href: https://ddotta.github.io/cookbook-rpolars/
code: https://github.com/ddotta/cookbook-rpolars
thumbnail: books/books-cookbook-rpolars.png
- title: Introduction to NFL Analytics with R
href: https://bradcongelio.com/nfl-analytics-with-r-book/
code: https://github.com/bcongelio/nfl-analytics-with-r-book
thumbnail: books/nfl-analytics-with-r.PNG
- title: learning statistics with jamovi
href: https://davidfoxcroft.github.io/lsj-book/
code: https://github.com/davidfoxcroft/lsj-book
thumbnail: books/books_lsj.png
- title: R for Plant Disease Epidemiology
href: https://r4pde.netlify.app/
code: https://github.com/emdelponte/epidemiology-R
thumbnail: books/r4pde.png
- title: Cleaning Biodiversity Data in R
href: https://cleaning-data-r.ala.org.au/
code: https://github.com/AtlasOfLivingAustralia/cleaning_data/
thumbnail: books/books-cleaning-bd-in-r.png
- title: R Development Guide
href: https://contributor.r-project.org/rdevguide/
code: https://github.com/r-devel/rdevguide
thumbnail: books/books-r-development-guide.png
- category: Interactive Docs
description: |
Engage readers and deliver more insights with interactive documents.
tiles:
- title: Observable
subtitle: reactive JavaScript
href: ../interactive/ojs/examples/penguins.html
code: https://github.com/quarto-dev/quarto-web/blob/main/docs/interactive/ojs/examples/penguins.qmd
thumbnail: interactive/interactive-ojs.png
- title: Shiny
subtitle: web framework for R
href: https://jjallaire.shinyapps.io/diamonds-explorer/
code: https://github.com/quarto-dev/quarto-web/blob/main/docs/interactive/shiny/_examples/diamonds/shiny-diamonds.qmd
thumbnail: interactive/interactive-shiny.png
- title: Jupyter
subtitle: interactive widgets
href: ../interactive/widgets/jupyter.html
code: https://github.com/quarto-dev/quarto-web/blob/main/docs/interactive/widgets/jupyter.qmd
thumbnail: interactive/interactive-jupyter.png