myavana-bot-test-core 2.4.0 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/hair_media_catalog.json +974 -0
- package/index.js +7 -0
- package/package.json +1 -1
- package/src/__tests__/agentTools.test.js +67 -0
- package/src/__tests__/hairMediaService.test.js +72 -0
- package/src/__tests__/smartPromptManager.test.js +63 -0
- package/src/agentTools.js +193 -1
- package/src/ai/aiCore.js +56 -2
- package/src/chatProtocol/types.js +4 -0
- package/src/hairMedia/hairMediaService.js +194 -0
- package/src/smartPromptManager.js +164 -30
|
@@ -0,0 +1,974 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "media_curl_4c_macro_001",
|
|
4
|
+
"title": "Macro Close-up 4C Afro-Coily Hair Texture with High Shrinkage",
|
|
5
|
+
"category": "hair_type",
|
|
6
|
+
"subcategory": "type_4c",
|
|
7
|
+
"hair_attributes": {
|
|
8
|
+
"type": "4C",
|
|
9
|
+
"porosity_relevance": "Low to Medium",
|
|
10
|
+
"density": "High",
|
|
11
|
+
"strand_thickness": "Fine to Coarse"
|
|
12
|
+
},
|
|
13
|
+
"style_tags": [
|
|
14
|
+
"4C",
|
|
15
|
+
"tight_coils",
|
|
16
|
+
"natural",
|
|
17
|
+
"shrinkage",
|
|
18
|
+
"kinky_hair",
|
|
19
|
+
"z_pattern"
|
|
20
|
+
],
|
|
21
|
+
"asset_type": "image",
|
|
22
|
+
"format": "jpg",
|
|
23
|
+
"resolution": "4528x3019",
|
|
24
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/0/04/1LIVE_Krone_2015-3060.jpg",
|
|
25
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:1LIVE_Krone_2015-3060.jpg",
|
|
26
|
+
"license": "CC BY-SA 4.0",
|
|
27
|
+
"author_attribution": "Sven Sebastian Sajak (1LIVE Krone 2015)",
|
|
28
|
+
"description": "Ultra high-resolution macro portrait showing natural 4C coily/kinky hair texture, highlighting tight spring geometries, inter-strand friction, light refraction on dark melanin, and natural volume.",
|
|
29
|
+
"educational_notes": "Benchmark visual reference for Mya computer vision training to identify unmanipulated 4C coil clusters, high-density growth patterns, and characteristic curl compaction."
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"id": "media_curl_4b_definition_002",
|
|
33
|
+
"title": "Defined 4B Z-Pattern Crimp and Coil Architecture",
|
|
34
|
+
"category": "hair_type",
|
|
35
|
+
"subcategory": "type_4b",
|
|
36
|
+
"hair_attributes": {
|
|
37
|
+
"type": "4B",
|
|
38
|
+
"porosity_relevance": "Medium to High",
|
|
39
|
+
"density": "High",
|
|
40
|
+
"strand_thickness": "Fine to Medium"
|
|
41
|
+
},
|
|
42
|
+
"style_tags": [
|
|
43
|
+
"4B",
|
|
44
|
+
"z_pattern",
|
|
45
|
+
"crimp",
|
|
46
|
+
"defined_coils",
|
|
47
|
+
"natural_hair"
|
|
48
|
+
],
|
|
49
|
+
"asset_type": "image",
|
|
50
|
+
"format": "jpg",
|
|
51
|
+
"resolution": "2056x3088",
|
|
52
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/4/4b/Bantu_Knots_hairstyle_-_model_Gwyneth_Ellis.jpg",
|
|
53
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Bantu_Knots_hairstyle_-_model_Gwyneth_Ellis.jpg",
|
|
54
|
+
"license": "CC BY-SA 4.0",
|
|
55
|
+
"author_attribution": "Augustus Binu / Wikimedia Commons",
|
|
56
|
+
"description": "Close perspective showing sectioned 4B natural hair with sharp angular turns (Z pattern), illustrating subtle curl clump formation along the parting lines and base.",
|
|
57
|
+
"educational_notes": "Used by Mya to differentiate Type 4B angular bends from the cylindrical spiral springs of Type 4A and the micro-interlocked coils of 4C."
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"id": "media_curl_4a_spiral_003",
|
|
61
|
+
"title": "Type 4A Defined S-to-O Spiral Miniature Ringlets",
|
|
62
|
+
"category": "hair_type",
|
|
63
|
+
"subcategory": "type_4a",
|
|
64
|
+
"hair_attributes": {
|
|
65
|
+
"type": "4A",
|
|
66
|
+
"porosity_relevance": "Medium",
|
|
67
|
+
"density": "Medium to High",
|
|
68
|
+
"strand_thickness": "Fine to Medium"
|
|
69
|
+
},
|
|
70
|
+
"style_tags": [
|
|
71
|
+
"4A",
|
|
72
|
+
"ringlets",
|
|
73
|
+
"defined_springs",
|
|
74
|
+
"s_pattern",
|
|
75
|
+
"crochet_texture"
|
|
76
|
+
],
|
|
77
|
+
"asset_type": "image",
|
|
78
|
+
"format": "jpg",
|
|
79
|
+
"resolution": "1933x2900",
|
|
80
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/9/9c/Ayobami_Adebayo.jpg",
|
|
81
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Ayobami_Adebayo.jpg",
|
|
82
|
+
"license": "CC BY-SA 4.0",
|
|
83
|
+
"author_attribution": "Ayobami Adebayo / Wikimedia Commons",
|
|
84
|
+
"description": "Defined miniature spiral coils characteristic of 4A hair texture, demonstrating visible circumference (~crochet needle diameter), distinct spring-back, and natural moisture retention.",
|
|
85
|
+
"educational_notes": "Enables Mya to demonstrate how 4A coils form distinct circular groupings when properly hydrated, contrasting with the zig-zag geometry of 4B."
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"id": "media_curl_3c_corkscrew_004",
|
|
89
|
+
"title": "Type 3C Tight Corkscrew Ringlets with Volume",
|
|
90
|
+
"category": "hair_type",
|
|
91
|
+
"subcategory": "type_3c",
|
|
92
|
+
"hair_attributes": {
|
|
93
|
+
"type": "3C",
|
|
94
|
+
"porosity_relevance": "Medium",
|
|
95
|
+
"density": "High",
|
|
96
|
+
"strand_thickness": "Medium"
|
|
97
|
+
},
|
|
98
|
+
"style_tags": [
|
|
99
|
+
"3C",
|
|
100
|
+
"corkscrew",
|
|
101
|
+
"curly",
|
|
102
|
+
"pencil_circumference",
|
|
103
|
+
"spiral_curls"
|
|
104
|
+
],
|
|
105
|
+
"asset_type": "image",
|
|
106
|
+
"format": "jpg",
|
|
107
|
+
"resolution": "3456x2592",
|
|
108
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/b/b4/2011_May_Day_in_Brno_%28054%29.jpg",
|
|
109
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:2011_May_Day_in_Brno_(054).jpg",
|
|
110
|
+
"license": "CC BY-SA 3.0",
|
|
111
|
+
"author_attribution": "Wikimedia Commons Contributor",
|
|
112
|
+
"description": "High-density head of 3C tight corkscrew curls with pencil-sized circumference, showing consistent helix structure from root to tip and defined clumping.",
|
|
113
|
+
"educational_notes": "Serves as the visual boundary asset for Mya between curly (Type 3) and coily (Type 4) categories, showing spiral formation without structural zig-zag angles."
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"id": "media_curl_3b_bouncy_005",
|
|
117
|
+
"title": "Type 3B Springy Bouncy Ringlets (Sharpie Marker Circumference)",
|
|
118
|
+
"category": "hair_type",
|
|
119
|
+
"subcategory": "type_3b",
|
|
120
|
+
"hair_attributes": {
|
|
121
|
+
"type": "3B",
|
|
122
|
+
"porosity_relevance": "Normal/Medium",
|
|
123
|
+
"density": "Medium",
|
|
124
|
+
"strand_thickness": "Medium"
|
|
125
|
+
},
|
|
126
|
+
"style_tags": [
|
|
127
|
+
"3B",
|
|
128
|
+
"springy_curls",
|
|
129
|
+
"ringlets",
|
|
130
|
+
"high_elasticity",
|
|
131
|
+
"spiral"
|
|
132
|
+
],
|
|
133
|
+
"asset_type": "image",
|
|
134
|
+
"format": "jpg",
|
|
135
|
+
"resolution": "3264x2448",
|
|
136
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/4/44/Bill_de_Blasio_and_family.jpg",
|
|
137
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Bill_de_Blasio_and_family.jpg",
|
|
138
|
+
"license": "CC BY-SA 3.0",
|
|
139
|
+
"author_attribution": "Bill de Blasio campaign / Wikimedia Commons",
|
|
140
|
+
"description": "Prominent showcase of 3B bouncy spiral ringlets (as seen on Dante de Blasio iconic rounded curl halo), showing loose corkscrew grouping and voluminous circumference.",
|
|
141
|
+
"educational_notes": "Exemplary visual for educating users on curl clumping and perimeter volume distribution for Type 3B ringlets."
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"id": "media_curl_3a_loose_006",
|
|
145
|
+
"title": "Type 3A Loose Shiny Loops and Cascading S-Waves",
|
|
146
|
+
"category": "hair_type",
|
|
147
|
+
"subcategory": "type_3a",
|
|
148
|
+
"hair_attributes": {
|
|
149
|
+
"type": "3A",
|
|
150
|
+
"porosity_relevance": "Low to Normal",
|
|
151
|
+
"density": "Medium",
|
|
152
|
+
"strand_thickness": "Fine to Medium"
|
|
153
|
+
},
|
|
154
|
+
"style_tags": [
|
|
155
|
+
"3A",
|
|
156
|
+
"loose_curls",
|
|
157
|
+
"sidewalk_chalk_circumference",
|
|
158
|
+
"shiny_curls"
|
|
159
|
+
],
|
|
160
|
+
"asset_type": "image",
|
|
161
|
+
"format": "jpg",
|
|
162
|
+
"resolution": "1944x2592",
|
|
163
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/0/01/Apinya_Sakuljaroensuk_June_1_2007.jpg",
|
|
164
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Apinya_Sakuljaroensuk_June_1_2007.jpg",
|
|
165
|
+
"license": "CC BY-SA 3.0",
|
|
166
|
+
"author_attribution": "Apinya Sakuljaroensuk Media / Wikimedia Commons",
|
|
167
|
+
"description": "Demonstration of loose, large-diameter loop curls (Type 3A), displaying high cuticle reflection, well-defined loop circumference, and minimal root shrinkage.",
|
|
168
|
+
"educational_notes": "Diagnostic tool for Mya in identifying low shrinkage index and advising on lightweight moisture formulations that prevent curl flattening."
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"id": "media_curl_2_wavy_007",
|
|
172
|
+
"title": "Type 2 Wavy Hair Anatomy (2B/2C Defined S-Bends)",
|
|
173
|
+
"category": "hair_type",
|
|
174
|
+
"subcategory": "type_2_wavy",
|
|
175
|
+
"hair_attributes": {
|
|
176
|
+
"type": "2C",
|
|
177
|
+
"porosity_relevance": "Low to Medium",
|
|
178
|
+
"density": "Medium",
|
|
179
|
+
"strand_thickness": "Medium"
|
|
180
|
+
},
|
|
181
|
+
"style_tags": [
|
|
182
|
+
"2B",
|
|
183
|
+
"2C",
|
|
184
|
+
"wavy",
|
|
185
|
+
"s_bend",
|
|
186
|
+
"texture"
|
|
187
|
+
],
|
|
188
|
+
"asset_type": "image",
|
|
189
|
+
"format": "jpg",
|
|
190
|
+
"resolution": "1600x1200",
|
|
191
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/5/59/%D0%92%D0%BE%D0%BB%D0%BE%D1%81%D1%8B_%D1%82%D1%80%D0%B5%D1%85_%D1%80%D0%B0%D0%B7%D0%BD%D1%8B%D1%85_%D0%BB%D1%8E%D0%B4%D0%B5%D0%B9.jpg",
|
|
192
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Волосы_трех_разных_людей.jpg",
|
|
193
|
+
"license": "CC BY-SA 4.0",
|
|
194
|
+
"author_attribution": "Wikimedia Commons Contributor",
|
|
195
|
+
"description": "Comparative macro study of hair fibers from three different individuals, showing defined structural wave curvature and fiber thickness variation.",
|
|
196
|
+
"educational_notes": "Enables Mya to visually guide users through multi-textural strand identification across wavy to curly transitions."
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"id": "media_curl_1_straight_008",
|
|
200
|
+
"title": "Type 1 Straight Hair Fiber Alignment and Uniform Cylindrical Geometry",
|
|
201
|
+
"category": "hair_type",
|
|
202
|
+
"subcategory": "type_1_straight",
|
|
203
|
+
"hair_attributes": {
|
|
204
|
+
"type": "1A",
|
|
205
|
+
"porosity_relevance": "Low",
|
|
206
|
+
"density": "High",
|
|
207
|
+
"strand_thickness": "Fine to Medium"
|
|
208
|
+
},
|
|
209
|
+
"style_tags": [
|
|
210
|
+
"1A",
|
|
211
|
+
"straight_hair",
|
|
212
|
+
"cylindrical_shaft",
|
|
213
|
+
"specular_reflection"
|
|
214
|
+
],
|
|
215
|
+
"asset_type": "image",
|
|
216
|
+
"format": "jpg",
|
|
217
|
+
"resolution": "4912x3264",
|
|
218
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/b/bb/%D0%A7%D0%B5%D0%BB%D0%BE%D0%B2%D0%B5%D1%87%D0%B5%D1%81%D0%BA%D0%B8%D0%B9_%D0%B2%D0%BE%D0%BB%D0%BE%D1%81.jpg",
|
|
219
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Человеческий_волос.jpg",
|
|
220
|
+
"license": "CC BY-SA 4.0",
|
|
221
|
+
"author_attribution": "Wikimedia Commons Contributor",
|
|
222
|
+
"description": "High-magnification photography of straight human hair fiber showing zero curvature, smooth longitudinal alignment, and uniform specular light reflection.",
|
|
223
|
+
"educational_notes": "Serves as the structural baseline (control) for hair classification algorithms within Mya curl-recognition models."
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"id": "media_micro_cuticle_sem_2000x_009",
|
|
227
|
+
"title": "Scanning Electron Micrograph (SEM) of Human Hair Cuticle Scales (2,000X)",
|
|
228
|
+
"category": "microscopic_anatomy",
|
|
229
|
+
"subcategory": "cuticle_architecture",
|
|
230
|
+
"hair_attributes": {
|
|
231
|
+
"type": "All Types (Textured/Straight)",
|
|
232
|
+
"porosity_relevance": "Normal/Healthy Cuticle Architecture",
|
|
233
|
+
"density": "N/A (Microscopic)",
|
|
234
|
+
"strand_thickness": "Strand Surface"
|
|
235
|
+
},
|
|
236
|
+
"style_tags": [
|
|
237
|
+
"microscopy",
|
|
238
|
+
"SEM",
|
|
239
|
+
"cuticle_scales",
|
|
240
|
+
"keratin_envelope",
|
|
241
|
+
"2000x"
|
|
242
|
+
],
|
|
243
|
+
"asset_type": "micrograph",
|
|
244
|
+
"format": "tif/jpg",
|
|
245
|
+
"resolution": "2048x1536",
|
|
246
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/8/81/Human_hair_2000X_-_SEM_MUSE.tif",
|
|
247
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Human_hair_2000X_-_SEM_MUSE.tif",
|
|
248
|
+
"license": "CC BY-SA 3.0",
|
|
249
|
+
"author_attribution": "MUSE - Science Museum of Trento, Italy",
|
|
250
|
+
"description": "Scanning Electron Microscope (SEM) image at 2,000X magnification showing the shingle-like imbricated keratin scales of the human hair cuticle.",
|
|
251
|
+
"educational_notes": "Foundational visual aid for Mya Strand Diagnostics to explain cuticle scale integrity, light reflection, and the mechanical barrier protecting the cortex."
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"id": "media_micro_cuticle_sem_5000x_010",
|
|
255
|
+
"title": "Scanning Electron Micrograph (SEM) of Cuticle Scale Edges (5,000X)",
|
|
256
|
+
"category": "microscopic_anatomy",
|
|
257
|
+
"subcategory": "cuticle_architecture",
|
|
258
|
+
"hair_attributes": {
|
|
259
|
+
"type": "All Types",
|
|
260
|
+
"porosity_relevance": "Low to Normal Porosity Edge Integrity",
|
|
261
|
+
"density": "N/A",
|
|
262
|
+
"strand_thickness": "Ultrastructure"
|
|
263
|
+
},
|
|
264
|
+
"style_tags": [
|
|
265
|
+
"SEM",
|
|
266
|
+
"cuticle_edge",
|
|
267
|
+
"5000X",
|
|
268
|
+
"nanoscale",
|
|
269
|
+
"scale_margin"
|
|
270
|
+
],
|
|
271
|
+
"asset_type": "micrograph",
|
|
272
|
+
"format": "tif/jpg",
|
|
273
|
+
"resolution": "2048x1536",
|
|
274
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/3/36/Human_hair_5000X_-_SEM_MUSE.tif",
|
|
275
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Human_hair_5000X_-_SEM_MUSE.tif",
|
|
276
|
+
"license": "CC BY-SA 3.0",
|
|
277
|
+
"author_attribution": "MUSE - Science Museum of Trento, Italy",
|
|
278
|
+
"description": "5,000X high-resolution SEM depicting individual cuticle scale margins, demonstrating smooth, tightly adhering scale boundaries characteristic of low-to-medium porosity hair.",
|
|
279
|
+
"educational_notes": "Used in Mya Porosity Deep Dives to explain how acidic pH treatments and cold water rinses help cuticle scales lay flat."
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"id": "media_micro_cuticle_sem_10000x_011",
|
|
283
|
+
"title": "Ultra-High Magnification SEM of Cuticle Surface Nanostructure (10,000X)",
|
|
284
|
+
"category": "microscopic_anatomy",
|
|
285
|
+
"subcategory": "cuticle_architecture",
|
|
286
|
+
"hair_attributes": {
|
|
287
|
+
"type": "All Types",
|
|
288
|
+
"porosity_relevance": "Epicuticle Lipid Layer & Porosity",
|
|
289
|
+
"density": "N/A",
|
|
290
|
+
"strand_thickness": "Nanostructure"
|
|
291
|
+
},
|
|
292
|
+
"style_tags": [
|
|
293
|
+
"SEM",
|
|
294
|
+
"10000X",
|
|
295
|
+
"epicuticle",
|
|
296
|
+
"18_mea",
|
|
297
|
+
"lipid_layer"
|
|
298
|
+
],
|
|
299
|
+
"asset_type": "micrograph",
|
|
300
|
+
"format": "tif/jpg",
|
|
301
|
+
"resolution": "2048x1536",
|
|
302
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/d/da/Human_hair_10000X_-_SEM_MUSE.tif",
|
|
303
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Human_hair_10000X_-_SEM_MUSE.tif",
|
|
304
|
+
"license": "CC BY-SA 3.0",
|
|
305
|
+
"author_attribution": "MUSE - Science Museum of Trento, Italy",
|
|
306
|
+
"description": "Extreme close-up SEM at 10,000X resolving the fine topography of the epicuticle, illustrating the molecular sheath where 18-methyleicosanoic acid (18-MEA) fatty acid lipids anchor.",
|
|
307
|
+
"educational_notes": "Allows Mya to educate on how chemical processing, heat styling, and bleach strip the protective 18-MEA lipid layer, inducing high porosity."
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"id": "media_micro_split_end_trichoptilosis_012",
|
|
311
|
+
"title": "Trichoptilosis (Split End) Longitudinal Fissure and Cortex Exposure",
|
|
312
|
+
"category": "microscopic_anatomy",
|
|
313
|
+
"subcategory": "strand_damage",
|
|
314
|
+
"hair_attributes": {
|
|
315
|
+
"type": "Type 3 & 4 Curly/Coily Vulnerability",
|
|
316
|
+
"porosity_relevance": "Extreme High Porosity / Cortex Fracture",
|
|
317
|
+
"density": "N/A",
|
|
318
|
+
"strand_thickness": "Split Tip"
|
|
319
|
+
},
|
|
320
|
+
"style_tags": [
|
|
321
|
+
"split_ends",
|
|
322
|
+
"trichoptilosis",
|
|
323
|
+
"cortex_exposure",
|
|
324
|
+
"damage",
|
|
325
|
+
"micrograph"
|
|
326
|
+
],
|
|
327
|
+
"asset_type": "micrograph",
|
|
328
|
+
"format": "jpg",
|
|
329
|
+
"resolution": "1532x1816",
|
|
330
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/8/8b/Proper_care_of_the_hair_and_scalp_%281917%29_%2814768851455%29.jpg",
|
|
331
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Proper_care_of_the_hair_and_scalp_(1917)_(14768851455).jpg",
|
|
332
|
+
"license": "Public Domain (No known copyright restrictions / Internet Archive)",
|
|
333
|
+
"author_attribution": "Internet Archive Book Images / Medical Heritage Library",
|
|
334
|
+
"description": "Scientific clinical micrograph showing longitudinal splitting of the hair shaft (trichoptilosis), where outer cuticle scales have peeled away to reveal frayed cortical fibrils.",
|
|
335
|
+
"educational_notes": "Diagnostic card visual when Mya analyzes user photos showing end breakage, explaining why trimming is the only permanent solution for bifurcated ends."
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"id": "media_micro_split_end_macro_013",
|
|
339
|
+
"title": "Severe Terminal Trichoptilosis (Feathering Split End)",
|
|
340
|
+
"category": "microscopic_anatomy",
|
|
341
|
+
"subcategory": "strand_damage",
|
|
342
|
+
"hair_attributes": {
|
|
343
|
+
"type": "All Types",
|
|
344
|
+
"porosity_relevance": "High Porosity / Mechanical Trauma",
|
|
345
|
+
"density": "N/A",
|
|
346
|
+
"strand_thickness": "Frayed Ends"
|
|
347
|
+
},
|
|
348
|
+
"style_tags": [
|
|
349
|
+
"split_end",
|
|
350
|
+
"trichoptilosis",
|
|
351
|
+
"macro_damage",
|
|
352
|
+
"frayed_cuticle"
|
|
353
|
+
],
|
|
354
|
+
"asset_type": "image",
|
|
355
|
+
"format": "jpg",
|
|
356
|
+
"resolution": "1432x1424",
|
|
357
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/e/e5/Monilethrix_hair.jpg",
|
|
358
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Monilethrix_hair.jpg",
|
|
359
|
+
"license": "CC BY-SA 3.0",
|
|
360
|
+
"author_attribution": "Wikimedia Commons Contributor / Dermatology Archive",
|
|
361
|
+
"description": "Microscopic view of hair shaft node deformities and severe structural fracturing, demonstrating points of structural failure under mechanical tension.",
|
|
362
|
+
"educational_notes": "Utilized by Mya to explain how textured hair has natural elliptical stress points along the twists of the curl where breakage frequently initiates."
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"id": "media_anat_follicle_cross_section_diagram_014",
|
|
366
|
+
"title": "Comprehensive Hair Follicle and Shaft Anatomical Cross-Section Diagram",
|
|
367
|
+
"category": "microscopic_anatomy",
|
|
368
|
+
"subcategory": "follicle_biology",
|
|
369
|
+
"hair_attributes": {
|
|
370
|
+
"type": "Universal Follicle Anatomy",
|
|
371
|
+
"porosity_relevance": "Follicular Generation",
|
|
372
|
+
"density": "High Follicular Density",
|
|
373
|
+
"strand_thickness": "Bulb, Cortex, Medulla, Cuticle"
|
|
374
|
+
},
|
|
375
|
+
"style_tags": [
|
|
376
|
+
"hair_follicle",
|
|
377
|
+
"anatomy",
|
|
378
|
+
"vector_diagram",
|
|
379
|
+
"dermal_papilla",
|
|
380
|
+
"sebaceous_gland"
|
|
381
|
+
],
|
|
382
|
+
"asset_type": "diagram",
|
|
383
|
+
"format": "svg",
|
|
384
|
+
"resolution": "Vector (Scalable)",
|
|
385
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/3/38/Human_hair_SEM.svg",
|
|
386
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Human_hair_SEM.svg",
|
|
387
|
+
"license": "CC BY-SA 4.0",
|
|
388
|
+
"author_attribution": "Wikimedia Commons Graphic Artists",
|
|
389
|
+
"description": "Detailed vector diagram illustrating the histological layers of the human hair follicle: dermal papilla, hair bulb, inner and outer root sheaths, sebaceous gland, and arrector pili muscle.",
|
|
390
|
+
"educational_notes": "Primary diagram used in Mya Strand Science curriculum to explain how hair matrix cells differentiate into cuticle, cortex, and medulla."
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"id": "media_anat_curly_follicle_curvature_015",
|
|
394
|
+
"title": "Cross-Sectional Follicle Geometry: Oval/Elliptical (Curly/Coily) vs. Circular (Straight)",
|
|
395
|
+
"category": "microscopic_anatomy",
|
|
396
|
+
"subcategory": "curl_biomechanics",
|
|
397
|
+
"hair_attributes": {
|
|
398
|
+
"type": "Type 3 & 4 vs. Type 1",
|
|
399
|
+
"porosity_relevance": "Structural Ellipticity",
|
|
400
|
+
"density": "Follicular Curvature",
|
|
401
|
+
"strand_thickness": "Major vs Minor Axis Ratio"
|
|
402
|
+
},
|
|
403
|
+
"style_tags": [
|
|
404
|
+
"follicle_curvature",
|
|
405
|
+
"elliptical_cross_section",
|
|
406
|
+
"curl_biomechanics",
|
|
407
|
+
"royal_society"
|
|
408
|
+
],
|
|
409
|
+
"asset_type": "scientific_figure",
|
|
410
|
+
"format": "png/open_access",
|
|
411
|
+
"resolution": "Open Access Scientific PMC6894537",
|
|
412
|
+
"source_url": "https://pmc.ncbi.nlm.nih.gov/articles/PMC6894537/table/RSPA20190516TB1/",
|
|
413
|
+
"page_url": "https://pmc.ncbi.nlm.nih.gov/articles/PMC6894537/",
|
|
414
|
+
"license": "CC BY 4.0",
|
|
415
|
+
"author_attribution": "Cloete E, Khumalo NP, Ngoepe MN (Proc. R. Soc. A 2019, PMC6894537)",
|
|
416
|
+
"description": "Scientific morphological comparison from Royal Society review demonstrating the retrocurvature of curly hair follicles and the resulting flat elliptical cross-section of Type 4 strands.",
|
|
417
|
+
"educational_notes": "Crucial scientific evidence cited by Mya to explain why coily hair is prone to dryness: sebum cannot easily travel down an elliptical, spiraling fiber."
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"id": "media_micro_cut_surface_4700x_016",
|
|
421
|
+
"title": "Scanning Electron Micrograph of Cut Hair Shaft Cross-Section Showing Cortex Core",
|
|
422
|
+
"category": "microscopic_anatomy",
|
|
423
|
+
"subcategory": "internal_structure",
|
|
424
|
+
"hair_attributes": {
|
|
425
|
+
"type": "All Types",
|
|
426
|
+
"porosity_relevance": "Internal Cortex Exposure",
|
|
427
|
+
"density": "N/A",
|
|
428
|
+
"strand_thickness": "Cross-Sectional Area"
|
|
429
|
+
},
|
|
430
|
+
"style_tags": [
|
|
431
|
+
"cortex",
|
|
432
|
+
"cuticle_ring",
|
|
433
|
+
"cross_section",
|
|
434
|
+
"SEM",
|
|
435
|
+
"keratin_fibrils"
|
|
436
|
+
],
|
|
437
|
+
"asset_type": "micrograph",
|
|
438
|
+
"format": "tif/jpg",
|
|
439
|
+
"resolution": "4748x3165",
|
|
440
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/8/8f/%D0%9F%D0%BE%D0%B2%D0%B5%D1%80%D1%85%D0%BD%D0%BE%D1%81%D1%82%D1%8C_%D1%87%D0%B5%D0%BB%D0%BE%D0%B2%D0%B5%D1%87%D0%B5%D1%81%D0%BA%D0%BE%D0%B3%D0%BE_%D0%B2%D0%BE%D0%BB%D0%BE%D1%81%D0%B0.tif",
|
|
441
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Поверхность_человеческого_волоса.tif",
|
|
442
|
+
"license": "CC BY-SA 4.0",
|
|
443
|
+
"author_attribution": "Wikimedia Commons Contributor / Scientific Microanalysis",
|
|
444
|
+
"description": "High-definition scanning electron micrograph capturing the transverse cut surface of a human hair fiber, clearly showing the concentric outer cuticle ring encircling the dense cortical core.",
|
|
445
|
+
"educational_notes": "Visual proof of where tensile strength resides (the cortex disulfide keratin bonds) and how cuticle damage leaves the cortex vulnerable to splitting."
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"id": "media_scalp_seborrheic_dermatitis_017",
|
|
449
|
+
"title": "Clinical Manifestation of Scalp Seborrheic Dermatitis vs. Dry Flakes",
|
|
450
|
+
"category": "microscopic_anatomy",
|
|
451
|
+
"subcategory": "scalp_diagnostics",
|
|
452
|
+
"hair_attributes": {
|
|
453
|
+
"type": "Scalp Condition (All Types)",
|
|
454
|
+
"porosity_relevance": "Sebum Imbalance",
|
|
455
|
+
"density": "Scalp Microbiome",
|
|
456
|
+
"strand_thickness": "Follicle Base"
|
|
457
|
+
},
|
|
458
|
+
"style_tags": [
|
|
459
|
+
"scalp_health",
|
|
460
|
+
"seborrheic_dermatitis",
|
|
461
|
+
"dandruff",
|
|
462
|
+
"malassezia",
|
|
463
|
+
"erythema"
|
|
464
|
+
],
|
|
465
|
+
"asset_type": "clinical_image",
|
|
466
|
+
"format": "jpg",
|
|
467
|
+
"resolution": "1024x768",
|
|
468
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/cf/Common_causes_of_an_itchy_scalp.jpg/800px-Common_causes_of_an_itchy_scalp.jpg",
|
|
469
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Common_causes_of_an_itchy_scalp.jpg",
|
|
470
|
+
"license": "CC BY-SA 4.0",
|
|
471
|
+
"author_attribution": "Medical Dermatology Contributor / Wikimedia Commons",
|
|
472
|
+
"description": "Clinical overview image identifying common etiologies of itchy scalp, comparing yellowish oily adherent plaques (seborrheic dermatitis) with loose white flakes (pityriasis capitis / dry scalp).",
|
|
473
|
+
"educational_notes": "Integrated into Mya scalp questionnaire to help users distinguish between dry scalp needing hydrating oils and Malassezia yeast overgrowth requiring zinc pyrithione or ketoconazole."
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"id": "media_scalp_traction_alopecia_018",
|
|
477
|
+
"title": "Traction Alopecia Clinical Pattern along Frontal and Temporal Hairline",
|
|
478
|
+
"category": "microscopic_anatomy",
|
|
479
|
+
"subcategory": "scalp_diagnostics",
|
|
480
|
+
"hair_attributes": {
|
|
481
|
+
"type": "Textured Hair Vulnerability",
|
|
482
|
+
"porosity_relevance": "Mechanical Follicle Stress",
|
|
483
|
+
"density": "Focal Thinning",
|
|
484
|
+
"strand_thickness": "Miniaturized / Lost Strands"
|
|
485
|
+
},
|
|
486
|
+
"style_tags": [
|
|
487
|
+
"traction_alopecia",
|
|
488
|
+
"hairline_thinning",
|
|
489
|
+
"protective_style_tension",
|
|
490
|
+
"folliculitis"
|
|
491
|
+
],
|
|
492
|
+
"asset_type": "clinical_image",
|
|
493
|
+
"format": "jpg",
|
|
494
|
+
"resolution": "1200x800",
|
|
495
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Traction_alopecia.jpg/800px-Traction_alopecia.jpg",
|
|
496
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Traction_alopecia.jpg",
|
|
497
|
+
"license": "CC BY-SA 4.0",
|
|
498
|
+
"author_attribution": "Dermatology Research Archive / Wikimedia Commons",
|
|
499
|
+
"description": "Clinical dermatological record exhibiting marginal traction alopecia along the frontotemporal border caused by sustained mechanical pulling from excessively tight braids or extensions.",
|
|
500
|
+
"educational_notes": "Vital warning visual for Mya when counseling clients on tension-free braiding methods and the fringe sign of early follicle preservation."
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"id": "media_style_bantu_knots_019",
|
|
504
|
+
"title": "Bantu Knots (Nubian Knots) Sectioned Protective Styling",
|
|
505
|
+
"category": "hairstyles",
|
|
506
|
+
"subcategory": "protective_styles",
|
|
507
|
+
"hair_attributes": {
|
|
508
|
+
"type": "3C, 4A, 4B, 4C",
|
|
509
|
+
"porosity_relevance": "Moisture-Locking Style",
|
|
510
|
+
"density": "Medium to High",
|
|
511
|
+
"strand_thickness": "Fine to Coarse"
|
|
512
|
+
},
|
|
513
|
+
"style_tags": [
|
|
514
|
+
"bantu_knots",
|
|
515
|
+
"nubian_knots",
|
|
516
|
+
"protective_style",
|
|
517
|
+
"heatless_curls",
|
|
518
|
+
"traditional"
|
|
519
|
+
],
|
|
520
|
+
"asset_type": "image",
|
|
521
|
+
"format": "jpg",
|
|
522
|
+
"resolution": "2056x3088",
|
|
523
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/d/df/Bantu_Knots_2_-_hairstyle_-_model_Gwyneth_Ellis.jpg",
|
|
524
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Bantu_Knots_2_-_hairstyle_-_model_Gwyneth_Ellis.jpg",
|
|
525
|
+
"license": "CC BY-SA 4.0",
|
|
526
|
+
"author_attribution": "Augustus Binu / Wikimedia Commons",
|
|
527
|
+
"description": "Professional styling portrait of Bantu knots with geometric partings, showing twisted coils stacked into secure conical buns that protect fragile hair tips.",
|
|
528
|
+
"educational_notes": "Exemplifies both a dual-purpose protective style and the pre-styling foundation for a defined, heatless Bantu Knot-Out."
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"id": "media_style_cornrows_traditional_020",
|
|
532
|
+
"title": "Precision Straight-Back Cornrows on Natural Textured Hair",
|
|
533
|
+
"category": "hairstyles",
|
|
534
|
+
"subcategory": "protective_styles",
|
|
535
|
+
"hair_attributes": {
|
|
536
|
+
"type": "3B to 4C",
|
|
537
|
+
"porosity_relevance": "Low to High",
|
|
538
|
+
"density": "High",
|
|
539
|
+
"strand_thickness": "All Thicknesses"
|
|
540
|
+
},
|
|
541
|
+
"style_tags": [
|
|
542
|
+
"cornrows",
|
|
543
|
+
"canerows",
|
|
544
|
+
"feed_in",
|
|
545
|
+
"scalp_braids",
|
|
546
|
+
"underhand_braiding"
|
|
547
|
+
],
|
|
548
|
+
"asset_type": "image",
|
|
549
|
+
"format": "jpg",
|
|
550
|
+
"resolution": "1536x2048",
|
|
551
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/e/e0/Cornrows.jpg",
|
|
552
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Cornrows.jpg",
|
|
553
|
+
"license": "CC BY-SA 3.0",
|
|
554
|
+
"author_attribution": "Wikimedia Commons Contributor",
|
|
555
|
+
"description": "Classic straight-back cornrow braiding pattern executed directly against the scalp using the underhand three-strand technique, showing uniform tension and neat parting alleys.",
|
|
556
|
+
"educational_notes": "Demonstrates foundational cornrowing for protective maintenance, under-wig preparation, and scalp hydration access."
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"id": "media_style_cornrow_bun_021",
|
|
560
|
+
"title": "Cornrows Gathered into an Elegant Braided High Bun Updo",
|
|
561
|
+
"category": "hairstyles",
|
|
562
|
+
"subcategory": "protective_styles",
|
|
563
|
+
"hair_attributes": {
|
|
564
|
+
"type": "3C, 4A, 4B, 4C",
|
|
565
|
+
"porosity_relevance": "Protective Ends",
|
|
566
|
+
"density": "High",
|
|
567
|
+
"strand_thickness": "Medium to Coarse"
|
|
568
|
+
},
|
|
569
|
+
"style_tags": [
|
|
570
|
+
"cornrows",
|
|
571
|
+
"braided_bun",
|
|
572
|
+
"protective_updo",
|
|
573
|
+
"feed_in",
|
|
574
|
+
"tucked_ends"
|
|
575
|
+
],
|
|
576
|
+
"asset_type": "image",
|
|
577
|
+
"format": "jpg",
|
|
578
|
+
"resolution": "2304x3072",
|
|
579
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/e/ea/Cornrows_Into_Braided_Bun.JPG",
|
|
580
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Cornrows_Into_Braided_Bun.JPG",
|
|
581
|
+
"license": "CC BY-SA 3.0",
|
|
582
|
+
"author_attribution": "Wikimedia Commons Contributor",
|
|
583
|
+
"description": "Elevated protective styling featuring curvilinear feeder cornrows converging into a crowned braided chignon bun, completely shielding hair ends from atmospheric friction.",
|
|
584
|
+
"educational_notes": "Recommended by Mya for clients seeking low-manipulation styles that require zero heat and maintain length retention over 4-6 week intervals."
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"id": "media_style_box_braids_022",
|
|
588
|
+
"title": "Classic Long Box Braids with Square Parting Grid",
|
|
589
|
+
"category": "hairstyles",
|
|
590
|
+
"subcategory": "protective_styles",
|
|
591
|
+
"hair_attributes": {
|
|
592
|
+
"type": "3A to 4C",
|
|
593
|
+
"porosity_relevance": "Moisture Sealant",
|
|
594
|
+
"density": "All Densities",
|
|
595
|
+
"strand_thickness": "Medium"
|
|
596
|
+
},
|
|
597
|
+
"style_tags": [
|
|
598
|
+
"box_braids",
|
|
599
|
+
"individual_braids",
|
|
600
|
+
"synthetic_extensions",
|
|
601
|
+
"protective_style"
|
|
602
|
+
],
|
|
603
|
+
"asset_type": "image",
|
|
604
|
+
"format": "jpg",
|
|
605
|
+
"resolution": "1920x1080",
|
|
606
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/8/82/Box_Braids.jpg",
|
|
607
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Box_Braids.jpg",
|
|
608
|
+
"license": "CC BY-SA 4.0",
|
|
609
|
+
"author_attribution": "Wikimedia Commons Contributor",
|
|
610
|
+
"description": "Individual three-strand box braids partitioned into clean square/grid sections, demonstrating uniform weight distribution and sealed ends.",
|
|
611
|
+
"educational_notes": "Used to explain protective styling hygiene: daily scalp misting with water-based humectants and bi-weekly cleansing without unraveling."
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"id": "media_style_flat_twists_curls_023",
|
|
615
|
+
"title": "Flat Twists Combined with Defined Curl Finishes",
|
|
616
|
+
"category": "hairstyles",
|
|
617
|
+
"subcategory": "protective_styles",
|
|
618
|
+
"hair_attributes": {
|
|
619
|
+
"type": "3C, 4A, 4B",
|
|
620
|
+
"porosity_relevance": "Medium",
|
|
621
|
+
"density": "Medium to High",
|
|
622
|
+
"strand_thickness": "Fine to Medium"
|
|
623
|
+
},
|
|
624
|
+
"style_tags": [
|
|
625
|
+
"flat_twists",
|
|
626
|
+
"two_strand_twists",
|
|
627
|
+
"hybrid_style",
|
|
628
|
+
"low_tension"
|
|
629
|
+
],
|
|
630
|
+
"asset_type": "image",
|
|
631
|
+
"format": "jpg",
|
|
632
|
+
"resolution": "1800x1200",
|
|
633
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/f/fc/Flat_twists_and_curls.jpg",
|
|
634
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Flat_twists_and_curls.jpg",
|
|
635
|
+
"license": "CC BY-SA 3.0",
|
|
636
|
+
"author_attribution": "Wikimedia Commons Contributor",
|
|
637
|
+
"description": "Two-strand flat twists rolled along the scalp transitioning into loose curly tips, offering a lower-tension alternative to traditional three-strand cornrows.",
|
|
638
|
+
"educational_notes": "Key style recommendation for users prone to traction sensitivity or fragile temple edges who still desire neat cornrow aesthetics."
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"id": "media_style_twist_out_defined_024",
|
|
642
|
+
"title": "Two-Strand Twist-Out Definition on Coily Hair",
|
|
643
|
+
"category": "hairstyles",
|
|
644
|
+
"subcategory": "natural_manipulation",
|
|
645
|
+
"hair_attributes": {
|
|
646
|
+
"type": "4A, 4B, 4C",
|
|
647
|
+
"porosity_relevance": "Cream & Butter Styling",
|
|
648
|
+
"density": "High",
|
|
649
|
+
"strand_thickness": "Medium to Coarse"
|
|
650
|
+
},
|
|
651
|
+
"style_tags": [
|
|
652
|
+
"twist_out",
|
|
653
|
+
"two_strand_twist",
|
|
654
|
+
"texture_definition",
|
|
655
|
+
"heatless_curls"
|
|
656
|
+
],
|
|
657
|
+
"asset_type": "image",
|
|
658
|
+
"format": "jpg",
|
|
659
|
+
"resolution": "1600x1200",
|
|
660
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/e/e3/Twist-out.jpg",
|
|
661
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Twist-out.jpg",
|
|
662
|
+
"license": "CC BY-SA 3.0",
|
|
663
|
+
"author_attribution": "Natural Hair Contributor / Wikimedia Commons",
|
|
664
|
+
"description": "High-volume, defined twist-out showcasing the distinct wavy-crimped curl pattern resulting from untwisting dry two-strand twists previously set with curling cream.",
|
|
665
|
+
"educational_notes": "Core educational asset for Mya when instructing clients on setting styles: emphasizing 100% complete drying before takedown to prevent frizz."
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"id": "media_style_afro_voluminous_025",
|
|
669
|
+
"title": "Iconic Rounded Natural Afro with Full Volumetric Crown",
|
|
670
|
+
"category": "hairstyles",
|
|
671
|
+
"subcategory": "natural_manipulation",
|
|
672
|
+
"hair_attributes": {
|
|
673
|
+
"type": "4A, 4B, 4C",
|
|
674
|
+
"porosity_relevance": "All Porosities",
|
|
675
|
+
"density": "High to Very High",
|
|
676
|
+
"strand_thickness": "Fine to Coarse"
|
|
677
|
+
},
|
|
678
|
+
"style_tags": [
|
|
679
|
+
"afro",
|
|
680
|
+
"natural_hair",
|
|
681
|
+
"volume",
|
|
682
|
+
"afro_pick",
|
|
683
|
+
"cultural_icon"
|
|
684
|
+
],
|
|
685
|
+
"asset_type": "image",
|
|
686
|
+
"format": "jpg",
|
|
687
|
+
"resolution": "3442x2314",
|
|
688
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/2/29/Billy_Preston_perforning_in_1971.jpg",
|
|
689
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Billy_Preston_perforning_in_1971.jpg",
|
|
690
|
+
"license": "Public Domain (CC0 / Press photo expired copyright)",
|
|
691
|
+
"author_attribution": "A&M Records / Wikimedia Commons Archive",
|
|
692
|
+
"description": "Historical high-resolution photograph of the quintessential spherical Afro silhouette, showcasing the natural anti-gravity elevation and interlocking spring matrix of Type 4 hair.",
|
|
693
|
+
"educational_notes": "Used by Mya to explain hair pick techniques at the roots to maximize volume while preserving curl clump hydration on the outer perimeter."
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"id": "media_style_twa_short_afro_026",
|
|
697
|
+
"title": "Teeny Weeny Afro (TWA) Post-Big Chop Natural Texture",
|
|
698
|
+
"category": "hairstyles",
|
|
699
|
+
"subcategory": "natural_manipulation",
|
|
700
|
+
"hair_attributes": {
|
|
701
|
+
"type": "4B, 4C",
|
|
702
|
+
"porosity_relevance": "Virgin / Low Porosity",
|
|
703
|
+
"density": "High",
|
|
704
|
+
"strand_thickness": "Medium to Coarse"
|
|
705
|
+
},
|
|
706
|
+
"style_tags": [
|
|
707
|
+
"twa",
|
|
708
|
+
"teeny_weeny_afro",
|
|
709
|
+
"big_chop",
|
|
710
|
+
"short_natural",
|
|
711
|
+
"virgin_hair"
|
|
712
|
+
],
|
|
713
|
+
"asset_type": "image",
|
|
714
|
+
"format": "jpg",
|
|
715
|
+
"resolution": "2602x3315",
|
|
716
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/6/61/ASC_Leiden_-_NSAG_-_Crebolder_1_-_053_-_A_portrait_of_a_standing_boy_with_frizzy_hair_-_Kampala%2C_Uganda_-_November-December_1961.tif",
|
|
717
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:ASC_Leiden_-_NSAG_-_Crebolder_1_-_053_-_A_portrait_of_a_standing_boy_with_frizzy_hair_-_Kampala,_Uganda_-_November-December_1961.tif",
|
|
718
|
+
"license": "CC BY-SA 4.0",
|
|
719
|
+
"author_attribution": "African Studies Centre Leiden / H.F. Crebolder",
|
|
720
|
+
"description": "Short, cropped virgin natural Afro (TWA) illustrating natural coil tight-spring clustering close to the scalp in an un-manipulated healthy state.",
|
|
721
|
+
"educational_notes": "Guidance visual for users undergoing the Big Chop transition from relaxed to natural hair, highlighting easy scalp access and moisture absorption."
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"id": "media_style_mature_locs_027",
|
|
725
|
+
"title": "Mature Dreadlocks with Cylindrical Density and Defined Parting",
|
|
726
|
+
"category": "hairstyles",
|
|
727
|
+
"subcategory": "locs",
|
|
728
|
+
"hair_attributes": {
|
|
729
|
+
"type": "3C, 4A, 4B, 4C Base",
|
|
730
|
+
"porosity_relevance": "Internal Moisture Retention",
|
|
731
|
+
"density": "High",
|
|
732
|
+
"strand_thickness": "Compacted Fibrils"
|
|
733
|
+
},
|
|
734
|
+
"style_tags": [
|
|
735
|
+
"locs",
|
|
736
|
+
"dreadlocks",
|
|
737
|
+
"mature_locs",
|
|
738
|
+
"retwist",
|
|
739
|
+
"interlocking"
|
|
740
|
+
],
|
|
741
|
+
"asset_type": "image",
|
|
742
|
+
"format": "jpg",
|
|
743
|
+
"resolution": "3484x2336",
|
|
744
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/6/60/Bad_brains_1983.jpg",
|
|
745
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Bad_brains_1983.jpg",
|
|
746
|
+
"license": "CC BY-SA 3.0",
|
|
747
|
+
"author_attribution": "Wikimedia Commons Contributor / Music Archive",
|
|
748
|
+
"description": "Full-head mature locs showcasing completely unified cylindrical rope-like formations where shed hairs have naturally meshed within the internal core matrix.",
|
|
749
|
+
"educational_notes": "Assists Mya in coaching loc maintenance: emphasizing residue-free clarifying shampoos and lightweight oil sprays to avoid internal mold/buildup."
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"id": "media_style_short_textured_cut_028",
|
|
753
|
+
"title": "Short Clean Precision Taper and Line Work on Textured Coils",
|
|
754
|
+
"category": "hairstyles",
|
|
755
|
+
"subcategory": "natural_manipulation",
|
|
756
|
+
"hair_attributes": {
|
|
757
|
+
"type": "4B, 4C",
|
|
758
|
+
"porosity_relevance": "Low to Normal",
|
|
759
|
+
"density": "Medium to High",
|
|
760
|
+
"strand_thickness": "Coarse"
|
|
761
|
+
},
|
|
762
|
+
"style_tags": [
|
|
763
|
+
"taper_cut",
|
|
764
|
+
"fade",
|
|
765
|
+
"short_texture",
|
|
766
|
+
"lineup",
|
|
767
|
+
"360_waves"
|
|
768
|
+
],
|
|
769
|
+
"asset_type": "image",
|
|
770
|
+
"format": "jpg",
|
|
771
|
+
"resolution": "2048x1536",
|
|
772
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/7/7b/Boy_feeling_Barack_Obama%27s_hair.jpg",
|
|
773
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Boy_feeling_Barack_Obama%27s_hair.jpg",
|
|
774
|
+
"license": "Public Domain (White House / Pete Souza)",
|
|
775
|
+
"author_attribution": "Pete Souza / Executive Office of the President",
|
|
776
|
+
"description": "Close interaction displaying short, well-manicured cropped natural hair texture, showing scalp health, neat line work, and uniform natural hair grain.",
|
|
777
|
+
"educational_notes": "Used by Mya for natural taper haircuts, low-cut maintenance routines, and wave brush training."
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"id": "media_regimen_wash_cleansing_029",
|
|
781
|
+
"title": "Hair Cleansing & Scalp Massage Mechanics during Wash Day",
|
|
782
|
+
"category": "regimen_steps",
|
|
783
|
+
"subcategory": "cleansing",
|
|
784
|
+
"hair_attributes": {
|
|
785
|
+
"type": "All Textures",
|
|
786
|
+
"porosity_relevance": "Cuticle Cleansing / Buildup Removal",
|
|
787
|
+
"density": "Scalp Contact",
|
|
788
|
+
"strand_thickness": "Wet State"
|
|
789
|
+
},
|
|
790
|
+
"style_tags": [
|
|
791
|
+
"wash_day",
|
|
792
|
+
"shampooing",
|
|
793
|
+
"scalp_massage",
|
|
794
|
+
"sulfate_free",
|
|
795
|
+
"cleansing"
|
|
796
|
+
],
|
|
797
|
+
"asset_type": "illustration",
|
|
798
|
+
"format": "png",
|
|
799
|
+
"resolution": "1024x768",
|
|
800
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Shampoo.png/800px-Shampoo.png",
|
|
801
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Shampoo.png",
|
|
802
|
+
"license": "CC BY-SA 4.0",
|
|
803
|
+
"author_attribution": "Wikimedia Commons Graphic / Health Education",
|
|
804
|
+
"description": "Step-by-step schematic illustrating fingertips (not fingernails) stimulating the scalp with cleansing lather, lifting sebum without abrading the dermal barrier.",
|
|
805
|
+
"educational_notes": "Core infographic for Mya Wash Day Routine explaining why clarifying is required every 3-4 weeks for coily hair using heavy plant butters."
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"id": "media_regimen_detangling_wet_030",
|
|
809
|
+
"title": "Mechanical Detangling Protocol on Saturated Hair with Conditioner",
|
|
810
|
+
"category": "regimen_steps",
|
|
811
|
+
"subcategory": "detangling",
|
|
812
|
+
"hair_attributes": {
|
|
813
|
+
"type": "3A to 4C",
|
|
814
|
+
"porosity_relevance": "Slip Optimization",
|
|
815
|
+
"density": "Sectioned",
|
|
816
|
+
"strand_thickness": "Vulnerable when Wet"
|
|
817
|
+
},
|
|
818
|
+
"style_tags": [
|
|
819
|
+
"detangling",
|
|
820
|
+
"wide_tooth_comb",
|
|
821
|
+
"wet_hair",
|
|
822
|
+
"slip",
|
|
823
|
+
"bottom_up_combing"
|
|
824
|
+
],
|
|
825
|
+
"asset_type": "illustration",
|
|
826
|
+
"format": "png",
|
|
827
|
+
"resolution": "800x600",
|
|
828
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Hair_Care_Combing_Hair.png/800px-Hair_Care_Combing_Hair.png",
|
|
829
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Hair_Care_Combing_Hair.png",
|
|
830
|
+
"license": "CC BY-SA 4.0",
|
|
831
|
+
"author_attribution": "Wikimedia Commons Educational Media",
|
|
832
|
+
"description": "Illustration of proper detangling mechanics: working in small sections from the tips upwards toward the roots using wide-tooth comb implements under lubricated slip.",
|
|
833
|
+
"educational_notes": "Mya primary visual rule to prevent tensile snap: never detangle textured hair dry without leave-in conditioner or slippery elm / marshmallow root slip."
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"id": "media_regimen_conditioning_products_031",
|
|
837
|
+
"title": "Deep Conditioning and Hydration Emulsion Product Architecture",
|
|
838
|
+
"category": "regimen_steps",
|
|
839
|
+
"subcategory": "conditioning",
|
|
840
|
+
"hair_attributes": {
|
|
841
|
+
"type": "All Types (Especially High Porosity)",
|
|
842
|
+
"porosity_relevance": "Cortex Moisture Infusion",
|
|
843
|
+
"density": "Heavy Saturation",
|
|
844
|
+
"strand_thickness": "All Thicknesses"
|
|
845
|
+
},
|
|
846
|
+
"style_tags": [
|
|
847
|
+
"deep_conditioning",
|
|
848
|
+
"emulsions",
|
|
849
|
+
"hair_mask",
|
|
850
|
+
"steam_therapy",
|
|
851
|
+
"moisture"
|
|
852
|
+
],
|
|
853
|
+
"asset_type": "image",
|
|
854
|
+
"format": "jpg",
|
|
855
|
+
"resolution": "2448x3264",
|
|
856
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Hair_shampoos%2C_conditioners_and_other_hair_care_products_in_liter_bottles_for_use_in_hair_salon.jpg/800px-Hair_shampoos%2C_conditioners_and_other_hair_care_products_in_liter_bottles_for_use_in_hair_salon.jpg",
|
|
857
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Hair_shampoos,_conditioners_and_other_hair_care_products_in_liter_bottles_for_use_in_hair_salon.jpg",
|
|
858
|
+
"license": "CC BY-SA 4.0",
|
|
859
|
+
"author_attribution": "Wikimedia Commons Salon Documentation",
|
|
860
|
+
"description": "Professional salon hair care formulations detailing balanced cationic surfactants, fatty alcohols (cetyl/stearyl), and humectant matrices.",
|
|
861
|
+
"educational_notes": "Supports Mya product recommendation engine when matching hydrolyzed proteins vs. moisturizing fatty conditioners to user strand porosity."
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"id": "media_regimen_night_bonnet_protection_032",
|
|
865
|
+
"title": "Nighttime Friction Protection: Satin/Silk Bonnet Wrap Mechanism",
|
|
866
|
+
"category": "regimen_steps",
|
|
867
|
+
"subcategory": "night_protection",
|
|
868
|
+
"hair_attributes": {
|
|
869
|
+
"type": "3A to 4C Essential",
|
|
870
|
+
"porosity_relevance": "Moisture Conservation",
|
|
871
|
+
"density": "Compact Bundle",
|
|
872
|
+
"strand_thickness": "Preservation"
|
|
873
|
+
},
|
|
874
|
+
"style_tags": [
|
|
875
|
+
"satin_bonnet",
|
|
876
|
+
"silk_wrap",
|
|
877
|
+
"night_protection",
|
|
878
|
+
"moisture_retention",
|
|
879
|
+
"friction_prevention"
|
|
880
|
+
],
|
|
881
|
+
"asset_type": "image",
|
|
882
|
+
"format": "jpg",
|
|
883
|
+
"resolution": "3000x2057",
|
|
884
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/d/d3/A_black_child%2C_Chicago._-_NARA_-_556138.jpg",
|
|
885
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:A_black_child,_Chicago._-_NARA_-_556138.jpg",
|
|
886
|
+
"license": "Public Domain (US National Archives / John H. White)",
|
|
887
|
+
"author_attribution": "John H. White / US National Archives (DOCUMERICA)",
|
|
888
|
+
"description": "Portrait documenting traditional fabric head-wrapping and scarf protection used to enclose natural hair against abrasive cotton fiber surfaces.",
|
|
889
|
+
"educational_notes": "Used by Mya in Night Routine recommendations: explains how hydrophobic silk/satin preserves natural lipids compared to hydrophilic cotton which absorbs hair oils."
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"id": "media_micro_oil_absorption_treatment_033",
|
|
893
|
+
"title": "Microscopic Evaluation of Sebum & Oil Absorption on Hair Shaft (100X)",
|
|
894
|
+
"category": "microscopic_anatomy",
|
|
895
|
+
"subcategory": "surface_chemistry",
|
|
896
|
+
"hair_attributes": {
|
|
897
|
+
"type": "All Types",
|
|
898
|
+
"porosity_relevance": "Lipid Layer Deposition",
|
|
899
|
+
"density": "N/A",
|
|
900
|
+
"strand_thickness": "100X Field"
|
|
901
|
+
},
|
|
902
|
+
"style_tags": [
|
|
903
|
+
"oil_absorption",
|
|
904
|
+
"microscope_100x",
|
|
905
|
+
"sebum_coating",
|
|
906
|
+
"lipid_film",
|
|
907
|
+
"LOC_method"
|
|
908
|
+
],
|
|
909
|
+
"asset_type": "micrograph",
|
|
910
|
+
"format": "jpg",
|
|
911
|
+
"resolution": "806x794",
|
|
912
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/e/e0/Oil_Absorption_Test_Result_of_Dry_Herbal_Shampoo_under_Microscope_100X_FI.jpg",
|
|
913
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Oil_Absorption_Test_Result_of_Dry_Herbal_Shampoo_under_Microscope_100X_FI.jpg",
|
|
914
|
+
"license": "CC BY-SA 4.0",
|
|
915
|
+
"author_attribution": "Pharmaceutical & Cosmetic Sciences Research / Wikimedia Commons",
|
|
916
|
+
"description": "Scientific light microscopy test (100X) recording oil absorption and lipid coating uniformity across the hair fiber surface under natural conditioning treatments.",
|
|
917
|
+
"educational_notes": "Visually justifies the O (Oil) step in the LOC/LCO method: showing how occlusive oils create a hydrophobic seal over water-based leave-in conditioners."
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"id": "media_micro_oily_sebum_buildup_100x_034",
|
|
921
|
+
"title": "Microscopic Surface of Hair Strand with Heavy Sebum Buildup (100X)",
|
|
922
|
+
"category": "microscopic_anatomy",
|
|
923
|
+
"subcategory": "scalp_diagnostics",
|
|
924
|
+
"hair_attributes": {
|
|
925
|
+
"type": "All Types",
|
|
926
|
+
"porosity_relevance": "Occluded Cuticle / Low Penetration",
|
|
927
|
+
"density": "N/A",
|
|
928
|
+
"strand_thickness": "Coated Shaft"
|
|
929
|
+
},
|
|
930
|
+
"style_tags": [
|
|
931
|
+
"sebum_buildup",
|
|
932
|
+
"product_residue",
|
|
933
|
+
"microscopy_100x",
|
|
934
|
+
"clarifying_need"
|
|
935
|
+
],
|
|
936
|
+
"asset_type": "micrograph",
|
|
937
|
+
"format": "jpg",
|
|
938
|
+
"resolution": "776x764",
|
|
939
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/5/5e/Oily_Hair_under_Microscopic_100X_%28L%29.jpg",
|
|
940
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Oily_Hair_under_Microscopic_100X_(L).jpg",
|
|
941
|
+
"license": "CC BY-SA 4.0",
|
|
942
|
+
"author_attribution": "Cosmetic Dermatology Research / Wikimedia Commons",
|
|
943
|
+
"description": "Microscopic analysis at 100X showing dense lipid and sebum accumulation along the shaft perimeter, obscuring clear cuticle scale visualization.",
|
|
944
|
+
"educational_notes": "Educational asset for Mya when diagnosing product buildup that prevents moisture absorption, guiding the recommendation of clarifying chelating treatments."
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"id": "media_micro_cut_shaft_geometry_035",
|
|
948
|
+
"title": "Transverse Optical Micrograph of Cleanly Cut Human Hair Shaft",
|
|
949
|
+
"category": "microscopic_anatomy",
|
|
950
|
+
"subcategory": "strand_damage",
|
|
951
|
+
"hair_attributes": {
|
|
952
|
+
"type": "All Types",
|
|
953
|
+
"porosity_relevance": "Sharp Shear vs Dull Shear",
|
|
954
|
+
"density": "N/A",
|
|
955
|
+
"strand_thickness": "Cross Cut"
|
|
956
|
+
},
|
|
957
|
+
"style_tags": [
|
|
958
|
+
"hair_cut",
|
|
959
|
+
"shear_precision",
|
|
960
|
+
"cross_cut",
|
|
961
|
+
"trichology",
|
|
962
|
+
"cortex_rim"
|
|
963
|
+
],
|
|
964
|
+
"asset_type": "micrograph",
|
|
965
|
+
"format": "jpg",
|
|
966
|
+
"resolution": "5513x5512",
|
|
967
|
+
"source_url": "https://upload.wikimedia.org/wikipedia/commons/b/bc/%D0%9E%D0%B1%D1%80%D0%B5%D0%B7%D0%B0%D0%BD%D0%BD%D1%8B%D0%B9_%D0%B2%D0%BE%D0%BB%D0%BE%D1%81.jpg",
|
|
968
|
+
"page_url": "https://commons.wikimedia.org/wiki/File:Обрезанный_волос.jpg",
|
|
969
|
+
"license": "CC BY-SA 4.0",
|
|
970
|
+
"author_attribution": "High-Resolution Microscopy Contributor / Wikimedia Commons",
|
|
971
|
+
"description": "5,500x5,500 pixel microscopic view of a cleanly sheared hair shaft end, showcasing the circular/elliptical perimeter and uncrushed internal cortical matrix.",
|
|
972
|
+
"educational_notes": "Mya uses this to educate users on salon-grade convex trimming shears: dull scissors crush the hair cortex and accelerate premature split ends."
|
|
973
|
+
}
|
|
974
|
+
]
|