Skip to content

Commit 355b865

Browse files
committed
feat(examples): add more
1 parent adb284f commit 355b865

21 files changed

+102
-15
lines changed

pages/examples.yml

Lines changed: 102 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,36 @@
1919
href: https://mtwente.github.io/nordatlantisk-ft/
2020
code: https://github.com/mtwente/nordatlantisk-ft/
2121
thumbnail: examples/nordatlantisk-ft.png
22+
- title: Simulating Attention and Performance tasks with an LLM
23+
subtitle: R project recording various simulation experiments.
24+
href: https://www.crumplab.com/GPTAttentionPerformance/
25+
code: https://github.com/CrumpLab/GPTAttentionPerformance
26+
thumbnail: examples/gptattentionperformance.png
27+
- title: "NAture-positive SCenarios for ENvironmental Transitions: Peru"
28+
subtitle: Project website with maps, photo galleries, interactive figures, updates.
29+
href: https://nascent-peru.github.io/
30+
code: https://github.com/NASCENT-Peru/NASCENT-Peru.github.io
31+
thumbnail: examples/nascent_peru.png
32+
- title: Towards an open-source model for data and metadata standards
33+
subtitle: Online report with background/methods/results and links to extra pages providing more details.
34+
href: https://uwescience.github.io/2024-open-source-standards-report/
35+
code: https://github.com/uwescience/2024-open-source-standards-report
36+
thumbnail: examples/towards.png
37+
- title: research-compendium-website
38+
subtitle: Template site with pages about, data, codes and manuscript.
39+
href: https://emdelponte.github.io/research-compendium-website/
40+
code: https://github.com/emdelponte/research-compendium-website
41+
thumbnail: examples/research-compendium.png
42+
- title: PLB DSS Analysis
43+
subtitle: Example using the template site, reporting on potate late blight forecasting model.
44+
href: https://mladencucak.github.io/AnalysisPLBIreland/
45+
code: https://github.com/mladencucak/AnalysisPLBIreland
46+
thumbnail: examples/plbdss.png
47+
- title: Is Latitude Associated with Chronotype?
48+
subtitle: Masters Thesis as quarto website.
49+
href: https://danielvartan.github.io/mastersthesis/web/index.html
50+
code: https://github.com/danielvartan/mastersthesis
51+
thumbnail: examples/masters.png
2252

2353
- category: Homepage for research programme or team
2454
description: |
@@ -71,10 +101,35 @@
71101
href: https://deeppolicylab.github.io/
72102
code: https://github.com/deeppolicylab/deeppolicylab.github.io
73103
thumbnail: examples/energy_climate_lab.png
104+
- title: Atlas of Living Australia Labs
105+
subtitle: Features analysis articles and data visualisations.
106+
href: https://labs.ala.org.au/
107+
code: https://github.com/AtlasOfLivingAustralia/ala-labs
108+
thumbnail: examples/alalabs.png
109+
- title: Real World Data Science
110+
subtitle: Project from the Royal Statistical Society - site contains mostly blog posts.
111+
href: https://realworlddatascience.net/
112+
code: https://github.com/realworlddatascience/realworlddatascience.net
113+
thumbnail: examples/realworld.png
114+
- title: epiforecasts
115+
subtitle: Research group at the Centre for Mathematical Modelling of Infectious Diseases of the Longon School of Hygiene and Tropical Medicine.
116+
href: https://epiforecasts.io/
117+
code: https://github.com/epiforecasts/epiforecasts.github.io
118+
thumbnail: examples/epiforecasts.png
119+
- title: seedcase
120+
subtitle: Project website with roadmap, info on team, and links out to other sites focused on community and design.
121+
href: https://seedcase-project.org/
122+
code: https://github.com/seedcase-project/seedcase-website
123+
thumbnail: examples/seedcase.png
124+
- title: openscapes
125+
subtitle: Clearly designed project website with great graphics and design.
126+
href: https://openscapes.org/
127+
code: https://github.com/Openscapes/website-new
128+
thumbnail: examples/openscapes.png
74129

75130
- category: Training / Modules / Courses / Etc.
76131
description: |
77-
TODO.
132+
Self-paced learning resources, workshop materials, and full course sites that use Quarto to deliver lectures, exercises, tutorials, and technical guidance, often alongside code and datasets.
78133
tiles:
79134
- title: Quarto tutorial
80135
subtitle: Of course, we created this website using Quarto!
@@ -175,16 +230,31 @@
175230
href: https://drganghe.github.io/quarto-academic-website-template/
176231
code: https://github.com/drganghe/quarto-academic-website-template
177232
thumbnail: examples/quarto_academic.png
233+
- title: Albury C
234+
subtitle:
235+
href: https://alburycatalina.github.io/
236+
code: https://github.com/alburycatalina/alburycatalina.github.io
237+
thumbnail: examples/albury_c.png
178238

179239
- category: Conferences and events
180240
description: |
181-
TODO.
241+
Event and seminar websites that share programmes, schedules, speakers, and materials for conferences, workshops, and talk series, often with links to slides, recordings, and related resources.
182242
tiles:
183243
- title: Climate Guest Speakers
184-
subtitle:
244+
subtitle: Schedule and description of upcoming talks from guest speakers.
185245
href: https://drganghe.github.io/climate-guest-speakers/
186246
code: https://github.com/drganghe/climate-guest-speakers
187-
thumbnail:
247+
thumbnail: examples/climate_guest_speakers.png
248+
- title: R/Medicine 2026
249+
subtitle: Conference website with registration, submission, programme, details about hackathon, etc.
250+
href: https://rconsortium.github.io/RMedicine_website/
251+
code: https://github.com/RConsortium/RMedicine_website
252+
thumbnail: examples/rmedicine.png
253+
- title: 2021 Cloud Hackathon
254+
subtitle: Information about hackathon, schedule, lots of tutorial pages.
255+
href: https://nasa-openscapes.github.io/2021-Cloud-Hackathon/
256+
code: https://github.com/nasa-openscapes/2021-Cloud-Hackathon
257+
thumbnail: examples/2021cloud.png
188258

189259
- category: Package documentation
190260
description: |
@@ -202,6 +272,11 @@
202272
code: https://github.com/hsma-tools/vidigi/
203273
thumbnail: examples/vidigi.png
204274
categories: [University of Exeter]
275+
- title: skimpy
276+
subtitle: Python package providing summary statistics from dataframes.
277+
href: https://aeturrell.github.io/skimpy/
278+
code: https://github.com/aeturrell/skimpy
279+
thumbnail: examples/skimpy.png
205280

206281
- category: Other cool examples
207282
description: |
@@ -216,19 +291,31 @@
216291

217292
- category: Non-Quarto examples
218293
description: |
219-
TODO.
294+
Inspiring research websites, reports, and project pages (built without Quarto) that model good practice in openness, documentation, and communication of analytic work.
220295
tiles:
221-
- title: SAMueL
222-
subtitle:
223-
href:
224-
code:
225-
thumbnail:
296+
- title: "Model and code sharing practices in healthcare discrete-event simulation: a systematic scoping review"
297+
subtitle: Companion to publication which provides more detailed introduction, methods, results, discussion.
298+
href: https://tommonks.github.io/des_sharing_lit_review/
299+
code: https://github.com/TomMonks/des_sharing_lit_review
300+
thumbnail: examples/code_sharing.png
226301
categories: [University of Exeter]
227-
- title: Tom
228-
subtitle:
229-
href:
230-
code:
231-
thumbnail:
302+
- title: "Research Compendium: Replicating Simulations in Python using Generative AI"
303+
subtitle: Companion to publication with full record of study - in this case, all prompts, code, tests, results.
304+
href: https://pythonhealthdatascience.github.io/llm_simpy/
305+
code: https://github.com/pythonhealthdatascience/llm_simpy
306+
thumbnail: examples/genai.png
307+
categories: [University of Exeter]
308+
- title: Introduction to SAMueL-1 (Stroke Audit Machine Learning)
309+
subtitle: Full results from project, supplementary to reports and papers.
310+
href: https://samuel-book.github.io/samuel-1/introduction/intro.html
311+
code: https://github.com/samuel-book/samuel-1/tree/gh-pages
312+
thumbnail: examples/samuel1.png
313+
categories: [University of Exeter]
314+
- title: Introduction to SAMueL-2 (Stroke Audit Machine Learning)
315+
subtitle: Full project results.
316+
href: https://samuel-book.github.io/samuel-2/
317+
code: https://github.com/samuel-book/samuel-2
318+
thumbnail: examples/samuel2.png
232319
categories: [University of Exeter]
233320
- title: AmbModelOpen
234321
subtitle: Describes research project modelling ambulances - including background, method, and results - serving as foundation for <a href="https://doi.org/10.36819/SW25.042">conference paper</a>.

pages/examples/2021cloud.png

329 KB
Loading

pages/examples/alalabs.png

844 KB
Loading

pages/examples/albury_c.png

314 KB
Loading
362 KB
Loading

pages/examples/code_sharing.png

165 KB
Loading

pages/examples/epiforecasts.png

189 KB
Loading

pages/examples/genai.png

281 KB
Loading
160 KB
Loading

pages/examples/masters.png

193 KB
Loading

0 commit comments

Comments
 (0)