-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
379 lines (315 loc) · 12.6 KB
/
index.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
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
<!DOCTYPE HTML>
<!--
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Dynamic Mathematics</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!-- dublin core -->
<meta name="dc.title" CONTENT="Dynamic Mathematics">
<meta name="dc.creator" CONTENT="Juan Carlos Ponce Campuzano">
<meta name="dc.date" CONTENT="01-Jul-2018">
<meta name="dc.type" CONTENT="Interactive Resource">
<meta name="dc.format" CONTENT="HTML">
<meta name="dc.language" CONTENT="en-US">
<meta name="dc.rights" CONTENT="https://creativecommons.org/licenses/by-nc-sa/4.0/">
<!-- social media cards -->
<meta property="og:title" content="Dynamic Mathematics">
<meta property="og:description" content="Interactive Mathematical Applets and Animations">
<meta property="og:type" content="website">
<meta property="og:image" content="https://github.com/jcponce/jcponce.github.io/blob/master/jcponceio.png">
<meta property="og:url" content="https://jcponce.github.io/">
<meta name="twitter:card" content="Interactive Mathematical Applets and Animations">
<meta property="og:site_name" content="Dynamic Mathematics">
<link rel="icon" type="image/png" href="images/icon/infinity32.png" sizes="32x32">
<link rel="icon" type="image/png" href="images/icon/infinity16.png" sizes="16x16">
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JPYTNF6MB4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-JPYTNF6MB4');
</script>
</head>
<body class="landing is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html">Dynamic Mathematics</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="/projects">Projects</a></li>
<li><a href="/sketches">Sketches</a></li>
<li><a href="licence.html">Licence</a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>Dynamic Mathematics</h2>
<p>Interactive Mathematical <br />Applets & Animations</p>
<br />
<img class="image"
src="https://s3.amazonaws.com/media-p.slid.es/uploads/1304482/images/8733325/bw-b-trans.png"
width="70px"></img>
</div>
<a href="#about" class="more scrolly">Learn More</a>
</section>
<!-- About -->
<section id="about" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2>About</h2>
<br />
<p>
<em>
A mathematical formula should never be "owned" by anybody!<br />
</em>
Donald Knuth, <em>Digital Typography,</em> ch1, p. 8 (1999).
</p>
<p>
Hi there! I'm Juan Carlos. I am a mathematician living in Brisbane where<br />
I teach mathematics and work on the design and integration of <br />
online learning modules and interactive mathematical applets. <br />
</p>
<p>
Here you can find all my mathematics projects and sketches <br />
written in <a href="https://p5js.org/">p5.js</a> and other programming languages.
</p>
<p>For other projects visit <a href="https://www.jcponce.com/">jcponce.com</a></p>
<!--
<p>
<strong>
<a href="https://www.patreon.com/jcponce"><i class="fab fa-patreon"></i>
Patreon
</a>
</strong>
<strong>
<a
href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=WTMTR7D8RYZ26&item_name=Your+support+will+help+me+to+improve+and+keep+up+to+date+the+applets+of+this+book.+Sincerely+appreciate+it%21¤cy_code=AUD&source=url">❤️
Donate
</a>
</strong>
</p>
-->
</header>
<ul class="icons major">
</ul>
</div>
</section>
<!-- Projects -->
<section id="projects-show" class="wrapper alt style2">
<section class="spotlight">
<div class="image"><a href="threejs/"><img src="images/pend-front.jpg" alt="" /></a></div>
<div class="content">
<h2><a href="threejs/">Three.js Applets</a><br /></h2>
<p>A collection of 3D animations and applets made with Three.js,
a powerful JavaScript library for rendering 3D graphics
in the browser.
</p>
</div>
</section>
<section class="spotlight">
<div class="image"><a href="domain-coloring"><img src="images/domain.png" alt="" /></a></div>
<div class="content">
<h2><a href="domain-coloring">Domain Coloring</a><br /></h2>
<p>A set of online tools to visualize complex functions.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><a href="strange-attractors"><img src="images/attractors.png" alt="" /></a></div>
<div class="content">
<h2><a href="strange-attractors">Strange Attractors</a><br /></h2>
<p>3D interactive strange attractors.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><a href="fourier-epicycles"><img src="images/d-fourier.png" alt="" /></a></div>
<div class="content">
<h2><a href="fourier-epicycles">Discrete Fourier Transform</a><br /></h2>
<p>Approximating and drawing closed curves with epicyles.</p>
</div>
</section>
<!--
<section class="spotlight">
<div class="image"><a href="collective-math-art"><img src="images/snowflakes.png" alt="" /></a></div>
<div class="content">
<h2><a href="collective-math-art">GeoGebra Snowflakes</a><br /></h2>
<p>Precipitation simulation and interactive collisions with snowflakes designed by the GeoGebra
community.</p>
</div>
</section>
-->
<!--
<section class="spotlight">
<div class="image"><a href="matlab/math1051"><img src="images/matlab.png" alt="" /></a></div>
<div class="content">
<h2><a href="matlab/math1051">MATLAB Live Scripts</a><br /></h2>
<p>Interactive activities for learning mathematics and MATLAB.</p>
</div>
</section>
-->
<!--
<section class="spotlight">
<div class="image"><a href="https://www.dynamicmath.xyz/complex/mappings/"><img src="images/mapping.png" alt="" /></a></div>
<div class="content">
<h2><a href="https://www.dynamicmath.xyz/complex/mappings/">Complex Mapping</a><br /></h2>
<p>Visualization of complex functions as mappings.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><a href="flocking"><img src="images/flocking.png" alt="" /></a></div>
<div class="content">
<h2><a href="flocking">Flocking</a><br /></h2>
<p>Different examples of flocking.</p>
</div>
</section>-->
<!--
<section class="spotlight">
<div class="image"><a href="mandelbrot-julia"><img src="images/mjsets.png" alt="mandelbrot julia fractals" /></a></div>
<div class="content">
<h2><a href="mandelbrot-julia">Mandelbrot & Julia Sets</a><br /></h2>
<p>Interactive visualization of fractals.</p>
</div>
</section>
-->
<!--
<section class="spotlight">
<div class="image"><a href="velocity-fields"><img src="images/vel-fields.png" alt="velocity fields" /></a></div>
<div class="content">
<h2><a href="velocity-fields">Velocity Fields</a><br /></h2>
<p>Visualizing systems of ODEs.</p>
</div>
</section>
-->
</section>
<!-- Link to more projects -->
<section id="allprojects" class="wrapper style3 special">
<div class="inner">
<div class="major" style="text-align: center;">
<br />
<p style="font-size: 1.2em;">
There are more <strong>PROJECTS</strong> to explore! 😃
</p>
<a href="/projects/" class="button primary">See more here!</a>
<br /><br />
<br /><br /><br />
</div>
</div>
</section>
<section class="wrapper style4">
<div class="inner">
<div class="major" style="text-align: center;">
<br /><br /><br />
<header>
<p style="font-size: 1.2em;color:rgba(235, 235, 235, 0.968);">
<em>The beauty of mathematics only shows itself to more patient followers.</em>
</p>
<div style="margin-top: -25px;">
<p> — Maryam Mirzakhani</p>
</div>
</header>
<br /><br /><br />
</div>
</div>
</section>
<!-- Sketches -->
<section id="sketches" class="wrapper style3 special">
<div class="inner">
<header class="major">
<h2>Sketches</h2>
<p style="font-size: 1.1rem;">Look for the fish that follows your mouse!</p>
</header>
<div style="margin-top: -50px;margin-bottom: 10px;">
<iframe src="../sketches/my-pond" loading="lazy" scrolling="no" width="100%" height="450px"
style="border:0px;border:1px solid black"></iframe>
</div>
<!--<div class="box alt">
<div class="row gtr-50 gtr-uniform">
<div class="col-4"><span class="image fit"><a href="../math2400/sketches/fft/" target="_blank"><img
src="sketches/imgs/fft.jpg" alt="" /></a></span></div>
<div class="col-4"><span class="image fit"><a href="sketches/my-pond/" target="_blank"><img
src="sketches/imgs/my-pond.jpg" alt="My Pond" title="My Pond" /></a></span></div>
<div class="col-4"><span class="image fit"><a href="sketches/infinite-monkey/"
target="_blank"><img src="sketches/imgs/monkey.jpg" alt="" /></a></span></div>
</div>
</div>
-->
<p><a href="sketches" class="button primary">More sketches here!</a></p>
</div>
</section>
<!-- CTA -->
<section id="cta" class="wrapper style4">
<div class="inner">
<header>
<h2>Support this site</h2>
<p>
If you like or find useful the content of this site, you can support
it using any of these links <i class="far fa-hand-point-right"></i>
</p>
<p><i class="fas fa-infinity"></i> Thanks for your visit!</p>
</header>
<ul class="actions stacked">
<li><a href="https://jcponcemath.secure-decoration.com/" class="button fit">Buy a T-shirt</a></li>
<li><a href="https://www.patreon.com/jcponce" class="button fit"><i class="fab fa-patreon"></i>
Patreon</a></li>
<li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=WTMTR7D8RYZ26&item_name=Your+support+will+help+me+to+improve+and+keep+up+to+date+the+applets+of+this+book.+Sincerely+appreciate+it%21¤cy_code=AUD&source=url"
class="button fit">❤️ Donate</a></li>
<li><a href="https://itunes.apple.com/au/book/isbn9781925764734" class="button fit">ABC of Maths</a>
</li>
</ul>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://github.com/jcponce" class="icon brands fa-github"><span
class="label">Dribbble</span></a></li>
<li><a href="mailto: [email protected]" class="icon solid fa-envelope"><span
class="label">Email</span></a></li>
<li><a href="https://mathstodon.xyz/@jcponcemath" class="icon brands fa-mastodon"><span
class="label">Twitter</span></a></li>
<li><a href="https://twitter.com/jcponcemath" class="icon brands fa-x-twitter"><span
class="label">Twitter</span></a></li>
</ul>
<ul class="copyright">
<li>© 2018-<span>
<script>document.write(new Date().getFullYear());</script>
</span>
Juan Carlos Ponce Campuzano
</li>
<li> <a href="licence.html"><i class="fab fa-creative-commons"></i></a></li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/jsutil.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>