-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (77 loc) · 7.93 KB
/
Copy pathindex.html
File metadata and controls
81 lines (77 loc) · 7.93 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Course information, textbooks, schedules, and syllabi for Purdue's Data Science Labs.">
<title>The Data Science Labs | Purdue University</title>
<meta property="og:type" content="website">
<meta property="og:url" content="https://thedatasciencelabs.github.io/">
<meta property="og:title" content="The Data Science Labs at Purdue University">
<meta property="og:description" content="Build with hardware, collect real data, and apply the mathematics in one-credit companion labs.">
<meta property="og:image" content="https://thedatasciencelabs.github.io/assets/images/ma16290-ultrasonic-sensor.webp">
<meta name="twitter:card" content="summary_large_image">
<link rel="icon" type="image/svg+xml" href="/assets/images/logos/data-science-labs-mark-dark.svg"><link rel="stylesheet" href="/assets/css/main.css">
</head>
<body>
<a class="skip-link" href="#main-content">Skip to main content</a>
<header class="site-header">
<div class="header-inner">
<div class="brand-lockup">
<a class="site-mark" href="/" aria-label="The Data Science Labs home"><img src="/assets/images/logos/data-science-labs-mark-dark.svg" width="256" height="256" alt=""></a>
<div class="site-brand-copy">
<p class="site-title"><a href="/">The Data Science Labs</a></p>
<p class="tagline">Hands-on data science and scientific computing alongside Purdue mathematics courses</p>
</div>
</div>
<nav class="site-nav" aria-label="Primary navigation">
<ul><li><a href="/courses/">Courses</a></li><li><a href="/semesters/fall-2026/">Fall 2026</a></li><li><a href="/resources/">Resources</a></li><li><a href="/faq/">FAQ</a></li><li><a href="/archive/">Archive</a></li></ul>
</nav>
</div>
</header>
<main id="main-content">
<section class="hero" aria-labelledby="welcome-heading">
<p class="eyebrow">Purdue University</p>
<h1 id="welcome-heading">Mathematics you can measure, code, and explore</h1>
<p class="lede">The Data Science Labs are one-credit companion courses that connect calculus, multivariable calculus, signals and systems, and probability to Python, Jupyter notebooks, sensors, microprocessors, and real data.</p>
<div class="actions"><a class="button" href="/semesters/fall-2026/">View Fall 2026 offerings</a><a class="button secondary" href="/semesters/fall-2026/calendar.html">View the Fall calendar</a></div>
</section>
<section aria-labelledby="course-heading">
<h2 id="course-heading">Course sequence</h2>
<div class="grid">
<article class="card course-card"><a class="card-image-link" href="/courses/ma16290.html"><img class="card-image sensor" src="/assets/images/ma16290-ultrasonic-sensor.webp" width="862" height="709" loading="lazy" alt="Ultrasonic distance sensor, Raspberry Pi Pico, LEDs, and wiring on a breadboard"></a><div class="card-body"><h3><a href="/courses/ma16290.html">MA 16290: Calculus</a></h3><p>Build Python foundations and collect data with sensors while applying differential and integral calculus.</p><p><a href="https://thedatasciencelabs.github.io/DSLab_Calculus/">Open textbook</a></p></div></article>
<article class="card course-card"><a class="card-image-link" href="/courses/ma26190.html"><img class="card-image" src="/assets/images/ma26190-lab-experiments.webp" width="621" height="457" loading="lazy" alt="Colorful individually controlled LEDs connected to a Raspberry Pi Pico on a breadboard"></a><div class="card-body"><h3><a href="/courses/ma26190.html">MA 26190 / ECE 29595: Multivariable Calculus</a></h3><p>Use vectors, color, images, video, and line integrals in computational laboratory projects.</p><p><a href="https://thedatasciencelabs.github.io/DataLab_Multivariate_Calculus/intro.html">Open textbook</a></p></div></article>
<article class="card course-card"><a class="card-image-link" href="/courses/ma34990.html"><img class="card-image diagram" src="/assets/images/ma34990-fourier-instrument.webp" width="1843" height="899" loading="lazy" alt="Electronic theremin circuit labeled with Raspberry Pi Pico, audio amplifier, speaker, tuner, and ultrasonic sensor"></a><div class="card-body"><h3><a href="/courses/ma34990.html">MA 34990 / ECE 39595: Signals and Systems</a></h3><p>Explore sound, transforms, frequency analysis, and signal processing with Python and hardware.</p><p><a href="https://thedatasciencelabs.github.io/DSLab_Fourier/">Open textbook</a></p></div></article>
<article class="card course-card"><a class="card-image-link" href="/courses/ma41690.html"><img class="card-image simulation" src="/assets/images/ma41690-probability-simulation.webp" width="1019" height="867" loading="lazy" alt="Monte Carlo simulation with random points inside and outside a circle used to estimate pi"></a><div class="card-body"><h3><a href="/courses/ma41690.html">MA 41690 / ECE 39595: Probability</a></h3><p>Study random phenomena, image and video data, simulation, and classification through laboratory work.</p><p><a href="https://thedatasciencelabs.github.io/DSLab_Probability/">Open textbook</a></p></div></article>
</div>
</section>
<section aria-labelledby="how-heading">
<h2 id="how-heading">Build it, measure it, model it</h2>
<p>Every lab follows the same hands-on arc:</p>
<ol class="process-list">
<li><strong>Build with hardware</strong>Connect sensors, microprocessors, LEDs, speakers, and other components.</li>
<li><strong>Collect real data</strong>Use Python and Jupyter notebooks to measure physical or simulated systems.</li>
<li><strong>Apply the mathematics</strong>Use ideas from the companion course to analyze, explain, and improve the result.</li>
</ol>
</section>
<section aria-labelledby="benefits-heading">
<h2 id="benefits-heading">Why add a Data Science Lab?</h2>
<div class="grid">
<article class="card"><h3>One credit</h3><p>Each course is a focused laboratory companion to a mathematics or engineering course.</p></article>
<article class="card"><h3>Hands-on projects</h3><p>Students leave with working code, experience with physical systems, and examples they can discuss in future courses and interviews.</p></article>
<article class="card"><h3>Honors pathway</h3><p>Eligible students can use a lab to support an honors contract in the paired course; see the current syllabus for details.</p></article>
<article class="card"><h3>Open materials</h3><p>The laboratory textbooks are published online and can be explored before registration without a Purdue login.</p></article>
</div>
</section>
<section aria-labelledby="next-heading">
<h2 id="next-heading">Ready to share or register?</h2>
<div class="audience-grid">
<div class="audience-panel"><h3>Students</h3><p>Find the lab that matches your mathematics or engineering course, then review the Fall 2026 sections and CRNs.</p><p><a class="button" href="/semesters/fall-2026/">Find a Fall 2026 section</a></p></div>
<div class="audience-panel"><h3>Advisors and instructors</h3><p>Use the concise advisor guide to match students with a lab and share accurate registration information.</p><p><a class="button" href="/resources/advisors.html">Open the advisor guide</a></p></div>
</div>
</section>
<div class="notice info"><strong>Enrolled students:</strong> Brightspace and Gradescope remain the authoritative sources for assignments, submissions, grades, and deadline changes.</div>
</main>
<footer class="site-footer"><div class="footer-inner"><p>Coordinated by <a href="https://www.math.purdue.edu/~kthood/">Kaitlyn Hood</a>, Department of Mathematics, Purdue University.</p><p><a href="https://www.purdue.edu/purdue/disclaimer.php">Purdue legal notices</a> · <a href="https://accessibility.purdue.edu/">Purdue accessibility resources</a></p></div></footer>
</body>
</html>