-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata-science-level-1.html
More file actions
789 lines (645 loc) · 17.6 KB
/
Copy pathdata-science-level-1.html
File metadata and controls
789 lines (645 loc) · 17.6 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
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
---
layout: default
title: Data Science Level 1
permalink: /learn/data-science/level-1/
description: Begin the Data Science Academy by learning how data represents real-world events, how analytical problems are defined, and how responsible data science begins.
---
<style>
.curriculum-page {
background: #f7faf9;
color: #18312a;
}
.curriculum-hero {
padding: 85px 24px 75px;
background: linear-gradient(
135deg,
#071f1a 0%,
#0c3329 55%,
#145040 100%
);
color: #ffffff;
}
.curriculum-container {
max-width: 1120px;
margin: 0 auto;
}
.curriculum-breadcrumb {
margin-bottom: 28px;
font-size: 0.95rem;
color: #dcefe8;
}
.curriculum-breadcrumb a {
color: #bde8d9;
text-decoration: none;
}
.curriculum-breadcrumb a:hover {
text-decoration: underline;
}
.curriculum-eyebrow {
display: inline-block;
margin-bottom: 16px;
font-size: 0.82rem;
font-weight: 700;
letter-spacing: 0.13em;
text-transform: uppercase;
color: #bde8d9;
}
.curriculum-hero h1 {
max-width: 850px;
margin: 0 0 20px;
font-size: clamp(2.4rem, 6vw, 4.4rem);
line-height: 1.08;
}
.curriculum-hero p {
max-width: 760px;
margin: 0;
font-size: 1.15rem;
line-height: 1.75;
color: #e4f3ee;
}
.curriculum-section {
padding: 72px 24px;
}
.curriculum-section-alt {
background: #eaf3f0;
}
.section-heading {
max-width: 760px;
margin-bottom: 38px;
}
.section-label {
display: inline-block;
margin-bottom: 10px;
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #28755f;
}
.section-heading h2 {
margin: 0 0 14px;
font-size: clamp(2rem, 4vw, 3rem);
color: #102c25;
}
.section-heading p {
margin: 0;
font-size: 1.05rem;
line-height: 1.75;
color: #576a64;
}
.outcomes-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 22px;
}
.outcome-card {
padding: 26px;
background: #ffffff;
border: 1px solid #dce8e3;
border-radius: 14px;
box-shadow: 0 7px 22px rgba(15, 53, 43, 0.05);
}
.outcome-card h3 {
margin: 0 0 10px;
font-size: 1.15rem;
color: #123d34;
}
.outcome-card p {
margin: 0;
line-height: 1.65;
color: #5c6c67;
}
.module-list {
display: grid;
gap: 22px;
}
.module-card {
display: grid;
grid-template-columns: 105px minmax(0, 1fr);
gap: 24px;
align-items: stretch;
}
.module-number {
display: flex;
align-items: center;
justify-content: center;
min-height: 160px;
padding: 15px;
border-radius: 14px;
background: #123d34;
color: #ffffff;
text-align: center;
font-weight: 700;
line-height: 1.45;
}
.module-content {
padding: 28px;
background: #ffffff;
border: 1px solid #dce8e3;
border-radius: 14px;
}
.module-content h3 {
margin: 0 0 12px;
font-size: 1.45rem;
color: #102c25;
}
.module-content p {
margin: 0 0 18px;
line-height: 1.7;
color: #596b65;
}
.module-topics {
display: flex;
flex-wrap: wrap;
gap: 9px;
margin: 0 0 18px;
padding: 0;
list-style: none;
}
.module-topics li {
padding: 8px 12px;
border-radius: 999px;
background: #edf5f2;
color: #275b4d;
font-size: 0.9rem;
font-weight: 600;
}
.module-status {
font-weight: 700;
color: #7a8984;
}
.module-link {
display: inline-block;
margin-top: 2px;
font-weight: 700;
color: #11664f;
text-decoration: none;
}
.module-link:hover {
text-decoration: underline;
}
.framework-grid {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 18px;
}
.framework-card {
padding: 24px;
background: #ffffff;
border-radius: 14px;
}
.framework-number {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
margin-bottom: 16px;
border-radius: 50%;
background: #123d34;
color: #ffffff;
font-weight: 700;
}
.framework-card h3 {
margin: 0 0 9px;
color: #102c25;
}
.framework-card p {
margin: 0;
line-height: 1.6;
color: #5c6c67;
}
.assessment-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 22px;
}
.assessment-card {
padding: 28px;
background: #ffffff;
border: 1px solid #dce8e3;
border-radius: 14px;
}
.assessment-label {
display: inline-block;
margin-bottom: 12px;
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #28755f;
}
.assessment-card h3 {
margin: 0 0 12px;
color: #102c25;
}
.assessment-card p {
margin: 0;
line-height: 1.65;
color: #5b6b66;
}
.completion-box {
padding: 34px;
border-radius: 16px;
background: #123d34;
color: #ffffff;
}
.completion-box h2 {
margin: 0 0 14px;
color: #ffffff;
}
.completion-box p {
max-width: 800px;
margin: 0;
line-height: 1.75;
color: #e4f3ee;
}
.curriculum-cta {
padding: 72px 24px;
background: #ffffff;
text-align: center;
}
.curriculum-cta-content {
max-width: 760px;
margin: 0 auto;
}
.curriculum-cta h2 {
margin: 0 0 14px;
color: #102c25;
}
.curriculum-cta p {
margin: 0 0 28px;
line-height: 1.7;
color: #5c6c67;
}
.curriculum-button {
display: inline-block;
padding: 14px 22px;
border-radius: 8px;
background: #123d34;
color: #ffffff;
font-weight: 700;
text-decoration: none;
}
.curriculum-button:hover {
background: #0b2d25;
color: #ffffff;
}
@media (max-width: 950px) {
.outcomes-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.framework-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.assessment-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 650px) {
.curriculum-hero {
padding: 68px 20px 58px;
}
.curriculum-section {
padding: 55px 20px;
}
.outcomes-grid,
.framework-grid {
grid-template-columns: 1fr;
}
.module-card {
grid-template-columns: 1fr;
gap: 10px;
}
.module-number {
min-height: auto;
justify-content: flex-start;
}
}
</style>
<main class="curriculum-page">
<section class="curriculum-hero">
<div class="curriculum-container">
<div class="curriculum-breadcrumb">
<a href="{{ '/learn/' | relative_url }}">Learn</a>
<span> / </span>
<a href="{{ '/learn/data-science/' | relative_url }}">
Data Science Academy
</a>
<span> / Level 1</span>
</div>
<span class="curriculum-eyebrow">
Data Science Academy · Level 1
</span>
<h1>Understanding Data and Problems</h1>
<p>
Before learning advanced tools, models, or programming, a data
scientist must first understand what data represents, how problems
are defined, what evidence can support, and where responsible
analysis begins.
</p>
</div>
</section>
<section class="curriculum-section">
<div class="curriculum-container">
<div class="section-heading">
<span class="section-label">Learning outcomes</span>
<h2>What you should understand by the end</h2>
<p>
Level 1 develops the reasoning foundation required for every later
stage of the Data Science Academy.
</p>
</div>
<div class="outcomes-grid">
<article class="outcome-card">
<h3>Recognize what data represents</h3>
<p>
Understand that data is a recorded representation of real people,
events, measurements, systems, or processes.
</p>
</article>
<article class="outcome-card">
<h3>Define analytical problems</h3>
<p>
Convert broad concerns into clear questions that data may be able
to investigate.
</p>
</article>
<article class="outcome-card">
<h3>Evaluate evidence carefully</h3>
<p>
Distinguish observations, assumptions, interpretations, and
conclusions.
</p>
</article>
<article class="outcome-card">
<h3>Think responsibly</h3>
<p>
Consider privacy, fairness, context, limitations, and possible
harm before analysis begins.
</p>
</article>
</div>
</div>
</section>
<section class="curriculum-section curriculum-section-alt">
<div class="curriculum-container">
<div class="section-heading">
<span class="section-label">Curriculum</span>
<h2>Level 1 modules</h2>
<p>
These six modules build the conceptual foundation for statistics,
SQL, Python, visualization, and machine learning.
</p>
</div>
<div class="module-list">
<article class="module-card">
<div class="module-number">
Module 1
</div>
<div class="module-content">
<h3>What Is Data?</h3>
<p>
Explore how observations become recorded information and why
data is never the same thing as the full reality it represents.
</p>
<ul class="module-topics">
<li>Observations</li>
<li>Measurements</li>
<li>Records</li>
<li>Variables</li>
<li>Representation</li>
</ul>
<a
class="module-link"
href="{{ '/learn/data-science/level-1/module-1/' | relative_url }}">
Start Module 1 →
</a>
</div>
</article>
<article class="module-card">
<div class="module-number">
Module 2
</div>
<div class="module-content">
<h3>Types and Structures of Data</h3>
<p>
Learn how data differs by meaning, format, scale, source, and
structure—and why those differences affect analysis.
</p>
<ul class="module-topics">
<li>Qualitative data</li>
<li>Quantitative data</li>
<li>Structured data</li>
<li>Unstructured data</li>
<li>Measurement scales</li>
</ul>
<a
class="module-link"
href="{{ '/learn/data-science/level-1/module-2/' | relative_url }}">
Start Module 2 →
</a>
</div>
</article>
<article class="module-card">
<div class="module-number">
Module 3
</div>
<div class="module-content">
<h3>The Data Science Process</h3>
<p>
Understand the complete workflow from identifying a problem to
collecting data, analyzing evidence, communicating results, and
evaluating impact.
</p>
<ul class="module-topics">
<li>Problem definition</li>
<li>Data collection</li>
<li>Preparation</li>
<li>Analysis</li>
<li>Communication</li>
</ul>
<span class="module-status">Lesson planned</span>
</div>
</article>
<article class="module-card">
<div class="module-number">
Module 4
</div>
<div class="module-content">
<h3>Asking Good Analytical Questions</h3>
<p>
Learn how to turn vague concerns into specific, measurable,
answerable, and useful questions.
</p>
<ul class="module-topics">
<li>Broad problems</li>
<li>Research questions</li>
<li>Measurable outcomes</li>
<li>Scope</li>
<li>Decision context</li>
</ul>
<span class="module-status">Lesson planned</span>
</div>
</article>
<article class="module-card">
<div class="module-number">
Module 5
</div>
<div class="module-content">
<h3>Data Quality, Bias, and Ethics</h3>
<p>
Examine how missing information, poor measurement, biased
samples, privacy concerns, and unfair assumptions can affect
conclusions.
</p>
<ul class="module-topics">
<li>Data quality</li>
<li>Missing data</li>
<li>Bias</li>
<li>Privacy</li>
<li>Fairness</li>
</ul>
<span class="module-status">Lesson planned</span>
</div>
</article>
<article class="module-card">
<div class="module-number">
Module 6
</div>
<div class="module-content">
<h3>Thinking Like a Data Scientist</h3>
<p>
Develop the habit of questioning assumptions, checking evidence,
considering alternatives, recognizing uncertainty, and
explaining limitations.
</p>
<ul class="module-topics">
<li>Curiosity</li>
<li>Skepticism</li>
<li>Evidence</li>
<li>Uncertainty</li>
<li>Communication</li>
</ul>
<span class="module-status">Lesson planned</span>
</div>
</article>
</div>
</div>
</section>
<section class="curriculum-section">
<div class="curriculum-container">
<div class="section-heading">
<span class="section-label">Learning framework</span>
<h2>How every module will work</h2>
<p>
Each module will follow the same five-part structure so that
understanding leads to practical capability.
</p>
</div>
<div class="framework-grid">
<article class="framework-card">
<div class="framework-number">1</div>
<h3>Learn</h3>
<p>
Understand the concept, purpose, assumptions, and common mistakes.
</p>
</article>
<article class="framework-card">
<div class="framework-number">2</div>
<h3>Practice</h3>
<p>
Strengthen understanding through focused questions and examples.
</p>
</article>
<article class="framework-card">
<div class="framework-number">3</div>
<h3>Build</h3>
<p>
Apply the module through a meaningful analytical task.
</p>
</article>
<article class="framework-card">
<div class="framework-number">4</div>
<h3>Reflect</h3>
<p>
Examine assumptions, limitations, uncertainty, and alternatives.
</p>
</article>
<article class="framework-card">
<div class="framework-number">5</div>
<h3>Apply</h3>
<p>
Connect the concept to healthcare, business, research, or society.
</p>
</article>
</div>
</div>
</section>
<section class="curriculum-section curriculum-section-alt">
<div class="curriculum-container">
<div class="section-heading">
<span class="section-label">Level completion</span>
<h2>Practice, project, and reflection</h2>
<p>
Learners will not complete Level 1 by reading alone.
</p>
</div>
<div class="assessment-grid">
<article class="assessment-card">
<span class="assessment-label">Practice</span>
<h3>Question classification exercise</h3>
<p>
Review real-world questions and determine whether they are
descriptive, comparative, predictive, causal, or not yet suitable
for data analysis.
</p>
</article>
<article class="assessment-card">
<span class="assessment-label">Project</span>
<h3>Turn a real problem into a data plan</h3>
<p>
Select a practical problem, define the decision that matters,
identify the data needed, and document possible limitations,
biases, and ethical concerns.
</p>
</article>
<article class="assessment-card">
<span class="assessment-label">Reflection</span>
<h3>What can the data not tell us?</h3>
<p>
Explain the difference between what is observed, what is inferred,
and what remains unknown.
</p>
</article>
</div>
</div>
</section>
<section class="curriculum-section">
<div class="curriculum-container">
<div class="completion-box">
<h2>Level 1 completion standard</h2>
<p>
A learner is ready to continue when they can clearly define a
problem, explain what the available data represents, identify
important limitations, and describe how an analysis could support a
real decision without overstating what the evidence proves.
</p>
</div>
</div>
</section>
<section class="curriculum-cta">
<div class="curriculum-cta-content">
<h2>The curriculum is ready. The first lesson comes next.</h2>
<p>
Module 1 will begin by exploring a foundational question:
What is data, and how does recorded information relate to reality?
</p>
<a
class="curriculum-button"
href="{{ '/learn/data-science/' | relative_url }}">
Return to Data Science Academy
</a>
</div>
</section>
</main>