-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
599 lines (420 loc) · 14 KB
/
Copy pathindex.html
File metadata and controls
599 lines (420 loc) · 14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
---
layout: default
title: Home
description: Learn data science, build artificial intelligence, and solve real problems through structured academies, practical projects, tools, and applied learning.
---
{% assign latest_post = site.posts.first %}
<div class="dfs-page">
<!-- =====================================================
Hero
===================================================== -->
<section class="dfs-home-hero">
<div class="dfs-container">
<div class="dfs-home-hero-content">
<div class="dfs-home-hero-badge">
Structured learning for real-world problem solving
</div>
<h1 class="dfs-home-hero-title">
Learn Data Science.
<span>Build AI.</span>
Solve Real Problems.
</h1>
<p class="dfs-home-hero-description">
DataForSolution is a practical learning platform for data science,
artificial intelligence, analytics, programming, and applied
problem solving. Learn through structured academies, guided lessons,
projects, tools, and real-world applications.
</p>
<div class="dfs-home-hero-actions">
<a
class="dfs-button dfs-button-light"
href="{{ '/learn/' | relative_url }}">
Start Learning
</a>
<a
class="dfs-button dfs-button-ghost-light"
href="{{ '/projects/' | relative_url }}">
Explore Projects
</a>
</div>
<ul class="dfs-home-hero-proof">
<li>Structured learning paths</li>
<li>Practical projects and tools</li>
<li>Learning through real problems</li>
</ul>
</div>
</div>
</section>
<!-- =====================================================
Learning paths
===================================================== -->
<section class="dfs-section dfs-section-white">
<div class="dfs-container">
<div class="dfs-section-heading">
<span class="dfs-eyebrow">
Learning paths
</span>
<h2 class="dfs-section-title">
Build knowledge step by step
</h2>
<p class="dfs-section-description">
Begin with foundational concepts, develop technical skills, and
progress toward applied artificial intelligence and domain-specific
problem solving.
</p>
</div>
<div class="dfs-grid dfs-grid-3">
<article class="dfs-path-card">
<span class="dfs-path-card-number">
01
</span>
<span class="dfs-path-card-status">
Available
</span>
<h3 class="dfs-path-card-title">
Data Science Academy
</h3>
<p class="dfs-path-card-description">
Learn how data is collected, structured, analyzed, interpreted,
and used to solve meaningful problems.
</p>
<a
class="dfs-path-card-link"
href="{{ '/learn/data-science/' | relative_url }}">
Enter the academy →
</a>
</article>
<article class="dfs-path-card">
<span class="dfs-path-card-number">
02
</span>
<span class="dfs-path-card-status dfs-path-card-status-planned">
Planned
</span>
<h3 class="dfs-path-card-title">
Programming and Data Tools
</h3>
<p class="dfs-path-card-description">
Develop practical skills in Python, SQL, data preparation,
visualization, and reproducible analysis.
</p>
<a
class="dfs-path-card-link"
href="{{ '/learn/' | relative_url }}">
View the learning roadmap →
</a>
</article>
<article class="dfs-path-card">
<span class="dfs-path-card-number">
03
</span>
<span class="dfs-path-card-status dfs-path-card-status-planned">
Planned
</span>
<h3 class="dfs-path-card-title">
AI and Applied Intelligence
</h3>
<p class="dfs-path-card-description">
Progress toward machine learning, artificial intelligence,
healthcare analytics, medical imaging, and intelligent systems.
</p>
<a
class="dfs-path-card-link"
href="{{ '/learn/' | relative_url }}">
Explore future academies →
</a>
</article>
</div>
</div>
</section>
<!-- =====================================================
Learning method
===================================================== -->
<section class="dfs-section dfs-section-soft">
<div class="dfs-container">
<div class="dfs-section-heading dfs-section-heading-centered">
<span class="dfs-eyebrow">
The DataForSolution method
</span>
<h2 class="dfs-section-title">
Learn by understanding, building, and applying
</h2>
<p class="dfs-section-description">
Each lesson is designed to move beyond memorization and produce
practical understanding, evidence of learning, and useful work.
</p>
</div>
<div class="dfs-grid dfs-grid-4">
<article class="dfs-method-step">
<span class="dfs-method-step-number">
1
</span>
<h3>Understand</h3>
<p>
Learn the meaning of a concept and why it matters before using
tools or writing code.
</p>
</article>
<article class="dfs-method-step">
<span class="dfs-method-step-number">
2
</span>
<h3>Recognize</h3>
<p>
Identify the concept in datasets, systems, decisions, and
real-world situations.
</p>
</article>
<article class="dfs-method-step">
<span class="dfs-method-step-number">
3
</span>
<h3>Build</h3>
<p>
Create a worksheet, dataset, analysis, visualization, notebook,
model, or practical artifact.
</p>
</article>
<article class="dfs-method-step">
<span class="dfs-method-step-number">
4
</span>
<h3>Apply</h3>
<p>
Connect the learning to a real problem, professional workflow,
research question, or decision.
</p>
</article>
</div>
</div>
</section>
<!-- =====================================================
Featured academy
===================================================== -->
<section class="dfs-section dfs-section-white">
<div class="dfs-container">
<div class="dfs-feature-panel">
<div>
<span class="dfs-eyebrow">
Featured academy
</span>
<h2>
Begin with the Data Science Academy
</h2>
<p>
Data science begins before programming and machine learning. It
begins with understanding data, recognizing different structures,
asking useful questions, and defining the problem correctly.
</p>
<div class="dfs-button-group">
<a
class="dfs-button"
href="{{ '/learn/data-science/' | relative_url }}">
Explore Data Science
</a>
<a
class="dfs-button dfs-button-secondary"
href="{{ '/learn/data-science/level-1/' | relative_url }}">
View Level 1
</a>
</div>
</div>
<div>
<ul class="dfs-feature-list">
<li>
Understand what data represents
</li>
<li>
Recognize data types and structures
</li>
<li>
Learn how questions shape analysis
</li>
<li>
Build practical learning artifacts
</li>
<li>
Prepare for statistics, programming, and AI
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- =====================================================
Projects and tools
===================================================== -->
<section class="dfs-section dfs-section-soft">
<div class="dfs-container">
<div class="dfs-section-heading">
<span class="dfs-eyebrow">
Beyond lessons
</span>
<h2 class="dfs-section-title">
Explore projects, tools, and applied work
</h2>
<p class="dfs-section-description">
DataForSolution connects learning with practical work so concepts
can become usable skills, solutions, and portfolio evidence.
</p>
</div>
<div class="dfs-grid dfs-grid-3">
<article class="dfs-card">
<span class="dfs-card-label">
Projects
</span>
<h3 class="dfs-card-title">
See concepts in action
</h3>
<p class="dfs-card-text">
Explore practical projects that connect data, software,
artificial intelligence, healthcare, and real-world needs.
</p>
<a
class="dfs-card-link"
href="{{ '/projects/' | relative_url }}">
Explore projects →
</a>
</article>
<article class="dfs-card">
<span class="dfs-card-label">
Tools
</span>
<h3 class="dfs-card-title">
Use practical resources
</h3>
<p class="dfs-card-text">
Access tools and structured resources designed to simplify
analysis, learning, decision support, and professional workflows.
</p>
<a
class="dfs-card-link"
href="{{ '/toolkits/' | relative_url }}">
View tools and resources →
</a>
</article>
<article class="dfs-card">
<span class="dfs-card-label">
Knowledge
</span>
<h3 class="dfs-card-title">
Continue learning
</h3>
<p class="dfs-card-text">
Read practical articles, explanations, case studies, and insights
related to data science, AI, careers, and applied technology.
</p>
<a
class="dfs-card-link"
href="{{ '/blog/' | relative_url }}">
Read the latest content →
</a>
</article>
</div>
</div>
</section>
<!-- =====================================================
Latest content
===================================================== -->
{% if latest_post %}
<section class="dfs-section dfs-section-white">
<div class="dfs-container">
<div class="dfs-section-heading">
<span class="dfs-eyebrow">
Latest from DataForSolution
</span>
<h2 class="dfs-section-title">
New knowledge and practical insights
</h2>
</div>
<a
class="dfs-latest-card"
href="{{ latest_post.url | relative_url }}">
<span class="dfs-latest-card-meta">
Latest article
{% if latest_post.date %}
· {{ latest_post.date | date: "%B %-d, %Y" }}
{% endif %}
</span>
<h3 class="dfs-latest-card-title">
{{ latest_post.title }}
</h3>
<p class="dfs-latest-card-description">
{% if latest_post.description %}
{{ latest_post.description }}
{% elsif latest_post.excerpt %}
{{ latest_post.excerpt | strip_html | normalize_whitespace | truncate: 220 }}
{% else %}
Explore the latest learning content from DataForSolution.
{% endif %}
</p>
</a>
</div>
</section>
{% endif %}
<!-- =====================================================
Mission
===================================================== -->
<section class="dfs-section dfs-section-soft">
<div class="dfs-container">
<div class="dfs-mission">
<div class="dfs-mission-inner">
<span class="dfs-eyebrow">
Our purpose
</span>
<h2>
Technology should begin with a real problem
</h2>
<p>
DataForSolution exists to help learners and professionals build
the knowledge required to understand problems, evaluate evidence,
create responsible technology, and develop solutions that can
improve real work and real lives.
</p>
</div>
</div>
</div>
</section>
<!-- =====================================================
Newsletter
===================================================== -->
<section class="dfs-section dfs-section-white">
<div class="dfs-container">
<div class="dfs-newsletter">
<span class="dfs-eyebrow">
Stay connected
</span>
<h2 class="dfs-section-title">
Follow the platform as it grows
</h2>
<p class="dfs-section-description">
Receive updates about new lessons, academies, projects, tools,
articles, and practical learning resources.
</p>
<form
class="dfs-newsletter-form"
action="https://formspree.io/f/meokokbl"
method="POST">
<label
class="dfs-sr-only"
for="homepage-email">
Email address
</label>
<input
class="dfs-newsletter-input"
id="homepage-email"
type="email"
name="email"
placeholder="Enter your email address"
autocomplete="email"
required>
<button
class="dfs-button"
type="submit">
Subscribe
</button>
</form>
</div>
</div>
</section>
</div>