Skip to content

Commit b635199

Browse files
committed
Classify datasets
1 parent 470254c commit b635199

File tree

8 files changed

+8
-12
lines changed

8 files changed

+8
-12
lines changed

_datasets/coulon.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ categories:
1010
- turbulent
1111
- threeD
1212
- jet
13-
- hit
1413
---
1514

1615
<div class="sidebar__right" style="top: 130px; text-align: center;">

_datasets/quentin2024.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ categories:
1111
- jet
1212
- threeD
1313
- turbulent
14-
- hit
1514
---
1615
<div style="text-align: center;">
1716
<img src="./assets/img/quentin2024.png" alt="Image 1" style="max-width: 100%;">

_datasets/roshan2024.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ categories:
1010
- nonreacting
1111
- channel
1212
- pipe
13-
- laminar
14-
- twoD
13+
- turbulent
14+
- threeD
1515
---
1616

1717
<!--

_datasets/savard.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ header:
77
description: Vitiated H2-air Freely Propagating Flame DNS
88
categories:
99
- reacting
10-
- twoD
11-
- channel
10+
- threeD
1211
- turbulent
1312
---
1413

_datasets/sharma2024.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ header:
88
categories:
99
- reacting
1010
- jet
11-
- threeD
12-
- turbulent
11+
- twoD
12+
- laminar
1313
---
1414

1515
<div style="text-align: center;">

_includes/datasets_filters.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,11 @@ <h2>BLASTNet Simulation Dataset</h2>
178178
} else if (filterValue.length) {
179179
var curIndex = filters[group].indexOf(filterValue);
180180
if (curIndex > -1) filters[group].splice(curIndex, 1);
181-
//if (!optionSet.querySelectorAll("a." + activeClass + ":not(["+filterAttr+"=''])").length){
182-
if (!filters[group].length){
181+
//if (!optionSet.querySelectorAll("a." + activeClass + ":not(["+filterAttr+"=''])").length)
182+
if (!filters[group].length)
183183
selectAll.forEach(function(element) {
184184
element.classList.add(activeClass);
185185
});
186-
}
187186
} else {
188187
optionSet.querySelectorAll("a." + activeClass).forEach(function(element) {
189188
element.classList.remove(activeClass);

_pages/.datasets.md.swp

-12 KB
Binary file not shown.

_sass/stylesheets/_navigation.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@
552552
}
553553

554554
// Scrollspy marks toc items as .active when they are in focus
555-
.active a {
555+
.active a, .is-checked {
556556
@include yiq-contrasted($active-color);
557557
}
558558
}

0 commit comments

Comments
 (0)