Skip to content

Commit a397f33

Browse files
committed
updated examples and case studies
1 parent 144a857 commit a397f33

18 files changed

+143
-61
lines changed

_config.yml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -239,13 +239,6 @@ compress_html:
239239
envs: development
240240

241241

242-
# Collections
243-
collections:
244-
projects:
245-
output: true
246-
permalink: /:collection/:path/
247-
248-
249242
# Defaults
250243
defaults:
251244
# default page (where no layout is specified)
@@ -263,19 +256,19 @@ defaults:
263256
overlay_color: "#4d4d4d"
264257
overlay_particles: true
265258
classes: wide
266-
# _projects
259+
# models
267260
- scope:
268-
path: "_projects"
269-
type: projects
261+
path: "models"
270262
values:
271263
layout: single
272264
author_profile: false
273-
read_time: true
274-
comments: # true
265+
read_time: false
266+
comments: false
275267
share: false
276268
related: false
269+
toc: false
277270
sidebar:
278-
nav: "projects"
271+
nav: "models"
279272

280273
# scripts to include in head
281274
head_scripts:

_data/benchmarks.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,4 @@
1717
image_url:
1818
video_url:
1919
github_url: https://github.com/flamegpu/FLAMEGPU2-ensemble-benchmark
20-
language: C++
21-
22-
- name: "CUDA C++ Model Template"
23-
description: "The template repository which can be used as a starting point for CUDA C++ FLAME GPU 2 models"
24-
image_url:
25-
video_url:
26-
github_url: https://github.com/flamegpu/FLAMEGPU2-example-template
27-
language: C++
28-
29-
- name: "Python Model Template"
30-
description: "The template repository which can be used as a starting point for python FLAME GPU 2 models"
31-
image_url:
32-
video_url:
33-
github_url: https://github.com/FLAMEGPU/FLAMEGPU2-python-example-template
34-
language: Python
20+
language: C++

_data/models.yml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
11
- name: "Digital Twinning of Urban Transportation Systems with Fujitsu Research Europe"
22
description: "A road network simulation model of vehicles and junctions to create a digital twin of the Isle of Wight."
3-
image_url: /assets/images/models/digital-twinning.png
3+
image_url: /assets/images/models/digital-twinning-tile.png
44
video_url: https://www.youtube.com/watch?v=hZPDgZZP5TM
55
more_url: /models/digital-twinning
66

77
- name: "Simulating Plastic Strain Accumulation in Rail Steel"
88
description: "A model of plastic strain accumulation in rail steels to understand structural failures."
9-
image_url: /assets/images/models/rail-steel.png
9+
image_url: /assets/images/models/rail-steel-tile.png
1010
video_url: https://www.youtube.com/watch?v=_jRZMfsbwsw
1111
more_url: /models/rail-steel
1212

13-
- name: "Patient-specific Muti-Scale Tumor Growth Modelling"
13+
- name: "Patient-specific Multi-Scale Tumor Growth Modelling"
1414
description: "Cellular level modelling as part of a multi scale simulation approach for studying neuroblastoma"
15-
image_url: /assets/images/models/primage.png
15+
image_url: /assets/images/models/primage-tile.png
1616
video_url: https://vimeo.com/607559004/2f944666ad?fl=pl&fe=vl
17-
more_url: /models/tumor-modelling
17+
more_url: /models/tumor-modelling
18+
19+
- name: "Testing Interventions for Infectious Disease Spread within Buildings"
20+
description: "Large-scale epidemiological models of infectious disease spread within buildings"
21+
image_url: /assets/images/models/forge4flame-tile.png
22+
video_url: https://www.youtube.com/watch?v=H_RMj3LmD18
23+
more_url: /models/forge4flame
24+
25+
- name: "Improving Passenger Boarding Rate and Reducing Risk at the Platform Train Interface "
26+
description: "Evaluating how rolling stock characteristics such as door width and carriage layout affect passenger movement."
27+
image_url: /assets/images/models/ratesetter-tile.png
28+
video_url: https://www.youtube.com/watch?v=pvhDlSd1gyo
29+
more_url: /models/ratesetter

_data/navigation.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,19 @@ main:
44
url: /download/
55
- title: "About"
66
url: /about/
7-
# - title: "Projects"
8-
# url: /projects/
97
- title: "Models"
108
url: /models/
119
- title: "Documentation"
1210
url: /documentation/
1311
- title: "Contact"
1412
url: /contact/
15-
13+
14+
models:
15+
- title: Models
16+
children:
17+
- title: "Case Studies"
18+
url: /models/
19+
- title: "Benchmarks"
20+
url: /models/benchmarking
21+
- title: "Templates"
22+
url: /models/templates/

_data/templates.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
- name: "CUDA C++ Model Template"
2+
description: "The template repository which can be used as a starting point for CUDA C++ FLAME GPU 2 models"
3+
image_url:
4+
video_url:
5+
github_url: https://github.com/flamegpu/FLAMEGPU2-example-template
6+
language: C++
7+
8+
- name: "Python Model Template"
9+
description: "The template repository which can be used as a starting point for python FLAME GPU 2 models"
10+
image_url:
11+
video_url:
12+
github_url: https://github.com/FLAMEGPU/FLAMEGPU2-python-example-template
13+
language: Python
57.3 KB
Loading
138 KB
Loading
143 KB
Loading
51 KB
Loading
116 KB
Loading

0 commit comments

Comments
 (0)