-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpapercraft-models.html
107 lines (104 loc) · 3.5 KB
/
papercraft-models.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Papercraft Models</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="" />
<meta name="robots" content="index, follow" />
<link rel="stylesheet" type="text/css" href="r-c-min.css" />
<link rel="stylesheet" type="text/css" href="site-styles.css" />
</head>
<body>
<header data-r-c data-join data-middle class="header">
<figure data-center>
<a href="https://maketolearn.github.io">
<img
src="https://cdn.glitch.global/6f904807-4a13-4b7c-9ed9-c2038530dcd5/logo.png?v=1652291502389"
width="30%"
height="220"
/>
</a>
</figure>
<ul data-center md-text-center class="menu-links">
<center>
<li><a href="https://maketolearn.github.io/">Home</a></li>
<li>
<a href="https://maketolearn.github.io/invention-kits.html"
>Invention Kits</a
>
</li>
<li>
<a href="https://maketolearn.github.io/papercraft-models.html"
>Papercraft Models</a
>
</li>
<li>
<a href="https://maketolearn.github.io/joseph-henry.html"
>Joseph Henry Collection</a
>
</li>
<li>
<a href="https://maketolearn.github.io/math-happens.html"
>Math Happens</a
>
</li>
<li><a href="mailto:[email protected]">Contact</a></li>
</center>
</ul>
</header>
<r-c join>
<main class="column1">
<h1>Papercraft Models</h1>
<p>
The Papercraft Models were designed and developed over the past decade
by a math teacher, Elaine Wolfe. During the past ten years, she has
developed more than 300 papercraft models designed for fabrication by
digital die cutters such as the Silhouette and the Cricut. These
models integrate art, architecture, mathematics, and engineering.
These models include mathematical structures, sliceforms, dioramas,
real-world structures, and other mechanisms. During this process, she
also actively worked with students to extend the models to incorporate
use of mechatronics, such as microcontrollers and stepper motors, that
animate the fabricated models.
</p>
<p>
<center>
<h2>
<a href="https://github.com/maketolearn/Papercraft">Papercraft Models Repository</a>
</h2>
</center>
</p>
<p>
For more information, visit
<a href="https://papercraftetc.blogspot.com/"
>https://papercraftetc.blogspot.com/</a
>.
</p>
</main>
<footer data-r-c data-join class="footer">
<c1-1>
<p>
<small
>©2022
<a href="http://site.aace.org/"
>Society for Information Technology and Teacher Education
(SITE)</a
>. All Rights Reserved.
</small>
<br />
<small
>Made with
<a
href="https://matthewjamestaylor.com/responsive-columns"
target="_blank"
rel="noopener"
>Responsive Columns</a
>.</small
>
</p>
</c1-1>
</footer>
</r-c>
</body>
</html>