-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMathematica.html
More file actions
325 lines (281 loc) · 12.8 KB
/
Mathematica.html
File metadata and controls
325 lines (281 loc) · 12.8 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
<!DOCTYPE html>
<html>
<head>
<!-- for-mobile-apps -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Your Name, your field" />
<link rel="shortcut icon" type="image/jpeg" href="https://taleinav.github.io/Other/Pictures/icon.png"
/>
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- //for-mobile-apps -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<!-- js -->
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
<!-- //js -->
<!-- animation-effect -->
<link href="css/animate.min.css" rel="stylesheet">
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<!-- //animation-effect -->
<link href='//fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>
<!-- start-smoth-scrolling -->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
<!-- start-smoth-scrolling -->
</head>
<body>
<!-- header -->
<div class="header">
<div class="container">
<nav class="navbar navbar-default">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="logo">
<h1>
<a class="navbar-brand"><font size="6">T</font><font size="5">al</font><font size="6"> E</font><font size="5">inav</font></a>
</h1>
</div>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse nav-wil" id="bs-example-navbar-collapse-1">
<nav class="menu menu--francisco">
<ul class="nav navbar-nav menu__list">
<li class="menu__item"><a href="index.html" class="menu__link"><span class="menu__helper">Research</span></a></li>
<li class="menu__item menu__item--current"><a href="Mathematica.html" class="menu__link"><span class="menu__helper">Mathematica</span></a></li>
<li class="menu__item"><a href="Teaching.html" class="menu__link"><span class="menu__helper">Teaching</span></a></li>
<li class="menu__item"><a href="Lab Philosophy.html" class="menu__link"><span class="menu__helper">Lab Philosophy</span></a></li>
<li class="menu__item"><a href="Join.html" class="menu__link"><span class="menu__helper">Join</span></a></li>
<li class="menu__item"><a href="Personal Info.html" class="menu__link"><span class="menu__helper">About Me</span></a></li>
</ul>
</nav>
</div>
<!-- /.navbar-collapse -->
</nav>
</div>
</div>
<!-- //header -->
<!-- Create some vertical space -->
<!-- <div class="col-xs-0" style="height:400px;"></div> -->
<!-- banner -->
<div class="banner1">
<div class="container">
<h2 style="font-size: 3em" class="animated wow slideInLeft" data-wow-delay="0s">My Favorite Programming Language!</h2>
</div>
</div>
<!-- //banner -->
<!-- Create some vertical space -->
<div class="col-xs-0" style="height:40px;"></div>
<div class="container">
<div class="row">
<div class="col-md-8">
<h2>5 Neat Applications:</h2>
<!-- Create some vertical space -->
<div class="col-xs-0" style="height:10px;"></div>
<ol type="1" style="font-size: large">
<li><a href="http://community.wolfram.com/groups/-/m/t/122095" target="_blank">Dance the night</a> away with pushes and pulls</li>
<li><a href="http://community.wolfram.com/groups/-/m/t/175891" target="_blank"><i>t</i>·Sin[<i>t</i>]</a>, the Christmas tree</li>
<li><a href="http://blog.wolfram.com/2007/05/22/making-the-mathematica-6-spikey/" target="_blank">Mathematica spikey</a> - combining math and design</li>
<li><a href="http://community.wolfram.com/groups/-/m/t/232127" target="_blank">The Matrix</a>...is real</li>
<li><a href="http://community.wolfram.com/groups/-/m/t/241723" target="_blank">Prime factorization</a> (a movie is worth a thousand pictures)</li>
</ol>
<h2>I am an Avid Mathematica Fan!</h2>
<!-- Create some vertical space -->
<div class="col-xs-0" style="height:10px;"></div>
<ul type="1" style="font-size: large">
<li>
I had the privilege to work at <a href="http://www.wolframalpha.com/input/?i=wolfram+research" target="_blank">Wolfram Research</a> in 2013-2014 while on sabbatical
</li>
<li>
I was the lead Chemistry developer for <a href="http://blog.wolframalpha.com/2013/10/07/introducing-wolframalphas-step-by-step-for-chemistry/" target="_blank">Wolfram Alpha</a>
</li>
<li>
I have read (a good chunk of) the <a href="http://www.mathematicaguidebooks.org" target="_blank">Mathematica Guidebooks</a>
</li>
<li>
I learned the secrets of how the Mathematica spikeys are made (shown on the right)
</li>
<li>
Like all developers at Wolfram, I periodically wrote <a href="http://blog.wolframalpha.com/2014/08/28/a-year-in-a-chemistry-developers-shoes/" target="_blank">blogs showcasing my work</a>
</li>
<li>
I have given Mathematica Bootcamps at Caltech geared towards undergraduates and graduate students:
</li>
<!-- Create some vertical space -->
<div class="col-xs-0" style="height:20px;"></div>
<ul class="nav nav-tabs">
<li class="active"><a data-toggle="tab" href="#a1">Undergraduates</a></li>
<li><a data-toggle="tab" href="#a2">Graduate Students</a></li>
</ul>
<div class="tab-content">
<div id="a1" class="tab-pane fade in active">
<div class="col-xs-0" style="height:5px;"></div>
<ul>
<li>
<a href="Lectures\Mathematica (2018-01-24)\Mathematica Workshop Part 1.nb" download>Beginner - A Gentle yet Blazing-Fast Introduction</a>
</li>
<li>
<a href="Lectures\Mathematica (2018-01-24)\Mathematica Workshop Part 2.nb" download>Advanced - Let's Blow your Mind</a>
</li>
</ul>
</div>
<div id="a2" class="tab-pane fade">
<div class="col-xs-0" style="height:5px;"></div>
<ul>
<li>
<a href="Lectures\Mathematica (2014-10-25)\Beginner Session - 10-25-2014.nb" download>Beginner - Mathematica from the Ground Up</a>
</li>
<li>
<a href="Lectures\Mathematica (2014-10-25)\Advanced Session - 10-25-2014.nb" download>Advanced - The Mathematica Power User</a>
</li>
</ul>
</div>
</div>
</ul>
<!-- Create some vertical space -->
<div class="col-xs-0" style="height:40px;"></div>
<div class="container">
<h2>Beautiful Graphs</h2>
<!-- Create some vertical space -->
<div class="col-xs-0" style="height:10px;"></div>
<ul class="nav nav-tabs">
<li class="active"><a data-toggle="tab" href="#home">2D Visualization</a></li>
<li><a data-toggle="tab" href="#menu1">3D Visualization</a></li>
<li><a data-toggle="tab" href="#menu2">Charting</a></li>
<li><a data-toggle="tab" href="#menu3">Statistical Visualization</a></li>
</ul>
<div class="tab-content">
<div id="home" class="tab-pane fade in active">
<img src="Other\Pictures\Spikeys and Plots\plots-1.png" width="720">
</div>
<div id="menu1" class="tab-pane fade">
<img src="Other\Pictures\Spikeys and Plots\plots-2.png" width="720">
</div>
<div id="menu2" class="tab-pane fade">
<img src="Other\Pictures\Spikeys and Plots\plots-3.png" width="720">
</div>
<div id="menu3" class="tab-pane fade">
<img src="Other\Pictures\Spikeys and Plots\plots-4.png" width="720">
</div>
</div>
</div>
<hr>
<h2>Incredible Mathematica Tutorials (Advanced Level)</h2>
<!-- Create some vertical space -->
<div class="col-xs-0" style="height:10px;"></div>
<ul type="1" style="font-size: large">
<li>
<a href="https://www.wolfram.com/broadcast/video.php?c=503&p=4&v=3550" target="_blank">Typesetting</a> - Jason Harris
</li>
<li>
<a href="https://reference.wolfram.com/language/tutorial/IntroductionToDynamic.html" target="_blank">Dynamics</a> - Lou D'Andria
</li>
<li>
<a href="https://www.wolfram.com/broadcast/video.php?c=255&v=852" target="_blank">3D Graphics</a> - Yu-Sung Chang
</li>
<li>
<a href="https://www.wolfram.com/broadcast/video.php?c=252&v=827&disp=grid&&ob=title&o=ASC" target="_blank">Numerical Computing</a> - Andrew Moylan
</li>
</ul>
</div>
<!-- <div class="col-md-2 about-grids-right animated wow slideInRight" data-wow-delay="0s">
<img src="Other\Pictures\Spikeys and Plots\spikey v10.png" width="200">
<img src="Other\Pictures\Spikeys and Plots\spikey v10.png" width="200" class="img-responsive">
<img src="Other\Pictures\Spikeys and Plots\spikey v10.png" class="img-responsive">
<img src="Other/Pictures/researchEnzyme.png" alt=" " class="img-responsive" />
</div> -->
<div class="col-md-2 about-grids-right animated wow slideInRight" data-wow-delay="0s">
<img src="Other\Pictures\Spikeys and Plots\spikey v14.png" width="175">
<img src="Other\Pictures\Spikeys and Plots\spikey v12.png" width="200">
<img src="Other\Pictures\Spikeys and Plots\spikey v10.png" width="200">
<img src="Other\Pictures\Spikeys and Plots\spikey v8.png" width="200">
<img src="Other\Pictures\Spikeys and Plots\spikey v6.png" width="200">
<img src="Other\Pictures\Spikeys and Plots\spikey v4.png" width="200">
<img src="Other\Pictures\Spikeys and Plots\spikey v2.png" width="200">
</div>
<div class="col-md-2 about-grids-right animated wow slideInRight" data-wow-delay="0.1s">
<img src="Other\Pictures\Spikeys and Plots\spikey v13.png" width="200">
<img src="Other\Pictures\Spikeys and Plots\spikey v11.png" width="200">
<img src="Other\Pictures\Spikeys and Plots\spikey v9.png" width="200">
<img src="Other\Pictures\Spikeys and Plots\spikey v7.png" width="200">
<img src="Other\Pictures\Spikeys and Plots\spikey v5.png" width="200">
<img src="Other\Pictures\Spikeys and Plots\spikey v3.png" width="200">
<img src="Other\Pictures\Spikeys and Plots\spikey v1.png" width="200">
</div>
</div>
</div> <!-- /container -->
<!-- Create some vertical space -->
<div class="col-xs-0" style="height:40px;"></div>
<!-- footer -->
<div class="footer"><a name="CONTACT"></a>
<div class="container">
<div class="footer-grids">
<div class="col-md-8 footer-grid animated wow slideInLeft" data-wow-delay="0s">
<h3>Contact</h3>
<p>Email: tal.einav α lji.org</p>
<p>Mail: 9420 Athena Circle, La Jolla, CA 92037</p>
</div>
<!-- Create some vertical space -->
<div class="col-xs-0" style="height:200px;"></div>
<div class="col-md-12 footer-grid animated wow slideInLeft" data-wow-delay="0s">
<p> Mathematica spikeys are made by Michael Trott, who was my boss at Wolfram Research and an incredibly sharp guy. </p>
</div>
</div>
<div class="footer-grids1">
<div class="footer-grids1-left animated wow slideInLeft">
<ul>
<li><a href="index.html">Research</a></li>
<li class="active"><a href="Mathematica.html">Mathematica</a></li>
<li><a href="Teaching.html">Teaching</a></li>
<li><a href="Lab Philosophy.html">Lab Philosophy</a></li>
<li><a href="Join.html">Join</a></li>
<li><a href="Personal Info.html">About Me</a></li>
</ul>
</div>
<div class="footer-grids1-right">
<p class="animated wow slideInRight" data-wow-delay=".01s">Design by <a href="http://w3layouts.com/">W3layouts</a></p>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //footer -->
<!-- for bootstrap working -->
<script src="js/bootstrap.js"></script>
<!-- //for bootstrap working -->
<!-- here stars scrolling icon -->
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<!-- //here ends scrolling icon -->
</body>
</html>