Skip to content

Commit d399452

Browse files
Refactor heatmap UI: remove figure references from context descriptions for clarity
1 parent aabf7c2 commit d399452

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

_data/en/heatmap-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ preferred_button: Preferred
2828
total: All Fingers
2929

3030
# context and legend
31-
finger_context: Combined reachability across all 10 fingers and 22 participants. Figure 7 left.
31+
finger_context: Combined reachability across all 10 fingers and 22 participants.
3232

3333
reachable: Reachable
3434
unreachable: Unreachable

_data/fr/heatmap-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ preferred_button: Préféré
2828
total: Tous les doigts
2929

3030
# context and legend
31-
finger_context: Accessibilité combinée des 10 doigts et 22 participants. Figure 7 gauche.
31+
finger_context: Accessibilité combinée des 10 doigts et 22 participants.
3232

3333
reachable: Accessible
3434
unreachable: Inaccessible

assets/js/model-viewer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ export class Keycube {
8989

9090
// Main cube
9191
this.cubeGeometry = new RoundedBoxGeometry(1, 1, 1, 4, 0.1);
92-
// couleur changée : gris un peu plus clair encore
9392
this.cubeMaterial = new THREE.MeshStandardMaterial({color: 0xF5F5F5});
9493
this.cube = new THREE.Mesh(this.cubeGeometry, this.cubeMaterial);
9594

assets/js/ui-lang.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"en": {
3-
"total": { "name": "All Fingers (Total)", "icon": "", "info": "Combined reachability across all 10 fingers and 22 participants. Figure 7 left." },
4-
"best": { "name": "Preferred Finger (per key)", "icon": "", "info": "Shows the reachability score of the preferred finger for each key, correlated with Figure 6. Figure 7 right." },
3+
"total": { "name": "All Fingers (Total)", "icon": "", "info": "Combined reachability across all 10 fingers and 22 participants." },
4+
"best": { "name": "Preferred Finger (per key)", "icon": "", "info": "Shows the reachability score of the preferred finger for each key, correlated with Figure 6." },
55
"left-all": { "name": "Left Hand (All)", "icon": "", "info": "Left hand covers Blue (external), White (internal), and left half of Red (top)." },
66
"right-all": { "name": "Right Hand (All)", "icon": "", "info": "Right hand covers Yellow (external), Green (internal), and right half of Red (top)." },
77
"LT": { "name": "Left Thumb", "icon": "", "info": "Left Thumb — widest reach on the left side." },
@@ -16,8 +16,8 @@
1616
"RL": { "name": "Right Little", "icon": "", "info": "Right Little — bottom corner of Yellow only." }
1717
},
1818
"fr": {
19-
"total": { "name": "Tous les doigts (Total)", "icon": "", "info": "Accessibilité combinée des 10 doigts et 22 participants. Figure 7 gauche." },
20-
"best": { "name": "Doigt préféré (par touche)", "icon": "", "info": "Affiche le score d’accessibilité du doigt préféré pour chaque touche, corrélé à la Figure 6. Figure 7 droite." },
19+
"total": { "name": "Tous les doigts (Total)", "icon": "", "info": "Accessibilité combinée des 10 doigts et 22 participants." },
20+
"best": { "name": "Doigt préféré (par touche)", "icon": "", "info": "Affiche le score d’accessibilité du doigt préféré pour chaque touche, corrélé à la Figure 6." },
2121
"left-all": { "name": "Main gauche (Tous)", "icon": "", "info": "La main gauche couvre Bleu (externe), Blanc (interne), et moitié gauche de Rouge (haut)." },
2222
"right-all": { "name": "Main droite (Tous)", "icon": "", "info": "La main droite couvre Jaune (externe), Vert (interne), et moitié droite de Rouge (haut)." },
2323
"LT": { "name": "Pouce gauche", "icon": "", "info": "Pouce gauche — portée la plus large côté gauche." },

0 commit comments

Comments
 (0)