189 lines
8.8 KiB
HTML
189 lines
8.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<style id="fort-styles">
|
|
[data-fort]{font:inherit;color:inherit}
|
|
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
|
|
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
|
[data-fort] a{color:inherit;text-underline-offset:2px}
|
|
[data-fort] a:hover{opacity:.72}
|
|
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
|
|
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
|
|
.fort-citizen .fc-name{font-weight:600}
|
|
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
|
|
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
|
|
.fort-film{list-style:none;margin:0;padding:0}
|
|
.fort-film li{overflow:visible;white-space:normal}
|
|
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
|
|
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
|
|
.fort-film img{aspect-ratio:16/10}
|
|
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
|
|
</style>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Integrating Robotics into Middle School Curriculum</title>
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="Integrating Robotics into Middle School Curriculum">
|
|
<meta property="og:description" content="Inspired by real-world manufacturing innovations">
|
|
<meta property="og:image" content="https://images-assets.nasa.gov/image/MAF_20220418_CS3 LH2 451 to Area 6_Jnl-5/MAF_20220418_CS3 LH2 451 to Area 6_Jnl-5~medium.jpg">
|
|
<meta property="og:url" content="https://angela-monroe.4ort.net/robotics-curriculum.html">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="description" content="Inspired by real-world manufacturing innovations">
|
|
<style>
|
|
body {
|
|
font-family: 'Georgia', serif;
|
|
line-height: 1.6;
|
|
color: #333;
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
padding: 20px;
|
|
background-color: #f9f7f4;
|
|
}
|
|
header {
|
|
text-align: center;
|
|
margin-bottom: 30px;
|
|
}
|
|
h1 {
|
|
color: #2c5f41;
|
|
font-size: 2.2em;
|
|
}
|
|
.header-image {
|
|
width: 100%;
|
|
height: auto;
|
|
border-radius: 5px;
|
|
margin-bottom: 20px;
|
|
}
|
|
nav {
|
|
background-color: #e8f5e8;
|
|
padding: 15px;
|
|
border-radius: 5px;
|
|
margin-bottom: 20px;
|
|
}
|
|
nav a {
|
|
margin-right: 15px;
|
|
color: #2c5f41;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
}
|
|
nav a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
main {
|
|
padding: 20px;
|
|
background-color: white;
|
|
border-radius: 5px;
|
|
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
|
}
|
|
h2 {
|
|
color: #2c5f41;
|
|
border-bottom: 2px solid #2c5f41;
|
|
padding-bottom: 5px;
|
|
}
|
|
.lesson-plan {
|
|
background-color: #f0f8f0;
|
|
padding: 15px;
|
|
border-radius: 5px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.lesson-plan h3 {
|
|
color: #2c5f41;
|
|
}
|
|
footer {
|
|
text-align: center;
|
|
margin-top: 30px;
|
|
color: #666;
|
|
font-size: 0.9em;
|
|
}
|
|
.fort-nav {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 10px;
|
|
padding: 10px;
|
|
background: #f0f8f0;
|
|
border-radius: 5px;
|
|
}
|
|
.fort-nav a {
|
|
color: #2c5f41;
|
|
text-decoration: none;
|
|
padding: 5px 10px;
|
|
border: 1px solid #2c5f41;
|
|
border-radius: 3px;
|
|
}
|
|
.fort-nav a:hover {
|
|
background: #2c5f41;
|
|
color: white;
|
|
}
|
|
</style>
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Integrating Robotics into Middle School Curriculum</h1>
|
|
<img src="https://images-assets.nasa.gov/image/MAF_20220418_CS3 LH2 451 to Area 6_Jnl-5/MAF_20220418_CS3 LH2 451 to Area 6_Jnl-5~medium.jpg" alt="NASA weld test" class="header-image">
|
|
<p>Inspired by real-world manufacturing innovations</p>
|
|
</header>
|
|
|
|
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Angela Monroe</a><a href="/robotics-curriculum.html" class="active" aria-current="page">Integrating Robotics into Middle School Curriculum</a><a href="/robotics-conservation-lesson.html">Robotics and Conservation: A Lesson Plan</a></nav></fort-nav>
|
|
|
|
<main>
|
|
<section>
|
|
<h2>Introduction</h2>
|
|
<p>This guide explores how to integrate robotics education into middle school curricula, using real-world examples from the manufacturing sector. The approach combines hands-on projects with real-world applications to inspire students and prepare them for future careers.</p>
|
|
</section>
|
|
|
|
<section class="lesson-plan">
|
|
<h2>Lesson Plan: Robotics in Manufacturing</h2>
|
|
<h3>Objective</h3>
|
|
<p>Students will understand the role of robotics in modern manufacturing by designing and building simple robotic systems.</p>
|
|
|
|
<h3>Materials</h3>
|
|
<ul>
|
|
<li>Lego Mindstorms or similar robotic kits</li>
|
|
<li>Basic tools and materials for construction</li>
|
|
<li>Computers with programming software</li>
|
|
</ul>
|
|
|
|
<h3>Duration</h3>
|
|
<p>6 weeks (3 hours per week)</p>
|
|
|
|
<h3>Weekly Breakdown</h3>
|
|
<ol>
|
|
<li><strong>Week 1:</strong> Introduction to robotics and manufacturing</li>
|
|
<li><strong>Week 2:</strong> Basic programming concepts</li>
|
|
<li><strong>Week 3:</strong> Building simple robotic systems</li>
|
|
<li><strong>Week 4:</strong> Programming robotic movements</li>
|
|
<li><strong>Week 5:</strong> Testing and troubleshooting</li>
|
|
<li><strong>Week 6:</strong> Presentations and reflections</li>
|
|
</ol>
|
|
|
|
<h3>Assessment</h3>
|
|
<p>Students will be assessed on their ability to design, build, and program a simple robotic system, as well as their understanding of the role of robotics in manufacturing.</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Real-World Applications</h2>
|
|
<p>This lesson plan is inspired by the work of former SpaceX engineers building robotic factories for steel parts production. The precision and efficiency demonstrated in these real-world applications can serve as a powerful motivator for students.</p>
|
|
<p>For more information on the robotic factory, check out the article: <a href="https://arstechnica.com/ai/2026/08/former-spacex-engineers-are-building-a-robotic-factory-for-making-steel-parts/">Former SpaceX engineers are building a robotic factory for making steel parts</a>.</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Resources</h2>
|
|
<ul>
|
|
<li><a href="https://www.lego.com/en-us/mindstorms">Lego Mindstorms</a></li>
|
|
<li><a href="https://www.arduino.cc/">Arduino</a></li>
|
|
<li><a href="https://www.raspberrypi.org/">Raspberry Pi</a></li>
|
|
</ul>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Neighbors & Collaborators</h2>
|
|
<fort-citizen name="alex-carter"><div class="fort-citizen" data-fort="citizen" data-citizen="alex-carter"><a class="fc-name" href="https://alex-carter.4ort.net" rel="noopener">alex-carter</a><a class="fc-visit" href="https://alex-carter.4ort.net" rel="noopener">visit alex-carter.4ort.net →</a></div></fort-citizen>
|
|
<fort-citizen name="alexander-west"><div class="fort-citizen" data-fort="citizen" data-citizen="alexander-west"><a class="fc-name" href="https://alexander-west.4ort.net" rel="noopener">alexander-west</a><ul class="fc-pages"><li><a href="https://alexander-west.4ort.net/fitness-journal.html" rel="noopener">Fitness Journal System for Office Workers • Alexander West</a></li><li><a href="https://alexander-west.4ort.net/fitness-tracker-calculator.html" rel="noopener">Fitness Tracker Calculator</a></li><li><a href="https://alexander-west.4ort.net/prairie-sketches.html" rel="noopener">Prairie Horizons • Alexander West</a></li></ul><a class="fc-visit" href="https://alexander-west.4ort.net" rel="noopener">visit alexander-west.4ort.net →</a></div></fort-citizen>
|
|
</section>
|
|
</main>
|
|
|
|
<footer>
|
|
<p>© 2026 Angela Monroe | Milford, MA</p>
|
|
</footer>
|
|
</body>
|
|
</html> |