-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
501 lines (416 loc) · 19.7 KB
/
index.html
File metadata and controls
501 lines (416 loc) · 19.7 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
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
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
<HTML>
<HEAD>
<TITLE>Malcolm Roberts</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49687710-1', 'auto');
ga('send', 'pageview');
</script>
<style type="text/css">body {font-size: 1.1em; line-height: 1.5em;
max-width: 45em; margin: auto; padding: 0 2%;} img {max-width: 100%;
display: block; margin: .75em auto;}</style>
<p style="margin-left:4px;">
<TABLE border=0>
<TR>
<TD>
<H1>Malcolm Roberts</H1>
<!-- <IMG align=bottom alt="Malcolm Roberts" SRC="mroberts.jpg" > -->
</TD>
</TR>
</TABLE>
</p>
<p style="margin-left:4px;">
PMTS Software Engineer at <a href="https://amd.com">AMD (Advanced Micro Devices)</a>
</p>
<p style="margin-left:4px;">
<B>Email:</B> <a href="mailto:malcolm.i.w.roberts@gmail.com">malcolm.i.w.roberts@gmail.com</a>
<br>
<B>GPG public key: </B><a href=https://malcolmroberts.github.io/malcolm_roberts_pub.asc>malcolm_roberts_pub.asc<a>
</p>
<p style="margin-left:4px;">
<B><a href="https://malcolmroberts.github.io/mrobertsresume.pdf">Résumé</a></B>
<B><a href="https://malcolmroberts.github.io/mrobertsCV.pdf">Academic CV</a></B>
<B><a href="https://malcolmroberts.github.io/mrobertsresearch.pdf">Research Statement</a></B>
<B><a href="https://malcolmroberts.github.io/mrobertspublications.pdf">Publication List</a></B>
<B><a href="https://malcolmroberts.github.io/mrobertsteach.pdf">Teaching Statement</a></B>
<B><a href="https://malcolmroberts.github.io/mrobertsprog.pdf">Programming Experience</a></B>
<B><a href="https://ca.linkedin.com/pub/malcolm-roberts/33/424/671">LinkedIn</a>
<B><a href="https://scholar.google.ca/citations?user=wh75v9oAAAAJ">Google Scholar</a></B>
</p>
<HR>
<!--
<H2>Calendar</H2>
<p style="margin-left:4px;">
<iframe src="httpss://www.google.com/calendar/embed?mode=AGENDA&height=200&wkst=1&bgcolor=%23FFFFFF&src=2n16obpqu814lorv7v69uot5e0%40group.calendar.google.com&color=%237A367A&ctz=Europe%2FParis" style=" border-width:0 " width="800" height="200" frameborder="0" scrolling="no"></iframe>
</p>
<HR>
-->
<DL>
<H2>Education</H2>
<p style="margin-left:4px;">
PhD, University of Alberta
<br>
  
Thesis: <a href="https://malcolmroberts.github.io/publications/roberts_phd.pdf">Multispectral
Reduction of Two-Dimensional Turbulence</a>
<br>  
Supervisor: <a href="https://www.math.ualberta.ca/~bowman/">John C. Bowman</a>
</p>
<p style="margin-left:4px;">
MSc Applied Math, University of Alberta
<br>  
Thesis:
<a HREF="https://malcolmroberts.github.io/publications/roberts_msc.pdf">Multi-Spectral Decimation Scheme for Turbulence Simulations</A>
<br>  
Supervisor: <a href="https://www.math.ualberta.ca/~bowman/">John C. Bowman</a>
</p>
<p style="margin-left:4px;">
BSc Hon. Applied Math, University of Alberta
</p>
</DD>
<HR>
<H2>Resources</H2>
<p style="margin-left:4px;">
<a href="https://fftwpp.sourceforge.net">fftw++</a>, a C++ wrapper for the
<a href="https://fftw.org/">FFTW</a> library, which also includes new
implicitly-dealiased convolution routines.
</p>
<p style="margin-left:4px;">
<a href="https://github.com/dealias/clfftpp">clff++</a>, a C++
wrapper for the
<a href="https://github.com/clMathLibraries/clFFT">clFFT</a>
library. clFFT is an implementation of the FFT in OpenCL, and clff++
makes its use easier by taking care of construction and destruction.
</p>
<p style="margin-left:4px;">
<a href="https://github.com/phelluy/SCHNAPS">schnaps</a>, a
general-purpose discontinuous-Galerkin solver written in C/OpenCL
with the idea of being able to run on clusters of GPUS.
</p>
<p style="margin-left:4px;">
<a href="https://github.com/malcolmroberts/opencl-intel-deb-patches">opencl-intel-deb-patches</a>,
patches for the Debian/Ubuntu packages for Intel's OpenCL drivers.
Patched versions are available
<a href=https://malcolmroberts.github.io/opencl-intel-deb-patched/>here</a>.
</p>
<p style="margin-left:4px;">
A <a href="https://github.com/vectorgraphics/uofathesis">thesis
template</a> suitable for the University of Alberta math and stats
department. Also includes some form templates, and Asymptote-based
business cards templates.
</p>
<p style="margin-left:4px;">
<a href="https://malcolmroberts.github.io/publications/denotes.pdf">Notes
for Differential Equations</a>, Malcolm Roberts and Samantha Marion
(2015). <a href="https://github.com/malcolmroberts/denotes">github</a>
</p>
<p style="margin-left:4px;">
<a href="https://github.com/pseudospectators/FLUSI/">Flusi</a>, a
program for performing simulations of Navier-Stokes and MHD flows in
complex geometries using penalisation.
</p>
<p style="margin-left:4px;">
<a href="https://asymptote.sourceforge.net/">Asymptote</a>, a TeX/LaTeX aware vector graphics language.
</p>
<p style="margin-left:4px;">
<a href="software/cooltowarm.asy">cooltowarm.asy</a>, an
Asymptote implementation of the cool-to-warm (and related)
<a href="https://www.sandia.gov/~kmorel/documents/ColorMaps">diverging
color maps for scientific visualization</a>. A comparison with
Asymptote's BWRainbow can be
found <a href="software/cto2vsbwr.png">here</a>.
</p>
<HR>
<H2>Publications</H2>
<p style="margin-left:4px;">
Bibtex references are available in <a href=https://malcolmroberts.github.io/publications/malcolmroberts.bib>malcolmroberts.bib</a>.
</p>
<!-- <p style="margin-left:4px;"> -->
<!-- <A href="https://malcolmroberts.github.io/publications/roberts_bowman_cse1015.pdf"> -->
<!-- Implicitly Dealiased Convolutions: Example Applications and Performance Comparison<A>, -->
<!-- (<a href=https://malcolmroberts.github.io/publications/roberts_bowman_cse1015.bib>bibtex</a>) -->
<!-- <br>   Malcolm Roberts and John C. Bowman. -->
<!-- <br>   Submitted to Computational Science and Engineering for <a href=https://paginas.fe.up.pt/~specs/events/cse2015/>CSE 2015</a>. -->
<!-- </p> -->
<p style="margin-left:4px;">
Malcolm Roberts and John C. Bowman.
<A href="https://malcolmroberts.github.io/publications/dealias2.pdf">Multithreaded implicitly dealiased convolutions</a> Journal of Computational Physics. Volume 356, 1 March 2018, Pages 98-114</p>
<p style="margin-left:4px;">
Malcolm Roberts et al. <a href=https://malcolmroberts.github.io/publications/seme_optionway.pdf>SEME 2016: OptionWay Project Report</a>. 2016
</p>
<p style="margin-left:4px;">
Philippe Helluy et al.
<a href=https://malcolmroberts.github.io/publications/sppexa2016.pdf>Asynchronous
OpenCL/MPI numerical simulations of conservation laws</a>. In: Lecture
NotesProceedings of the 3rd International Workshop on OpenCL. 2015
</p>
<p style="margin-left:4px;">
Sebastien Guisset et al. <a href=https://malcolmroberts.github.io/publications/lessive-cemracs2014.pdf>Lagrangian/Eulerian
Solvers and Simulations for Vlasov</a>. In: <a href=https://www.esaim-proc.org/articles/proc/abs/2016/01/proc165308/proc165308.html>ESAIM: Proceedings and
Surveys</a> (2016).
</p>
<p style="margin-left:4px;">
Malcolm Roberts and Samantha
Marion. <a href=https://github.com/malcolmroberts/denotes>Notes for
Differential Equations</a>. 2015.
</p>
<p style="margin-left:4px;">
John C Bowman and Malcolm Roberts.
<a href=https://malcolmroberts.github.io/publications/transpose0.pdf>Adaptive
Matrix Transpose Algorithms for Distributed Multicore
Processors</a>. In: Interdisciplinary Topics in Applied Mathematics,
Modeling and Computational Science. Springer, 2015, pp. 97-103.
</p>
<p style="margin-left:4px;">
Malcolm Roberts et al. <a href=href=https://malcolmroberts.github.io/publications/robertsetal-mhdvort13.pdf>Self-organization of helically forced MHD flow
in confined cylindrical geometries</a>. In: <a href=https://stacks.iop.org/1873-7005/46/i=6/a=061422>Fluid Dynamics Research 46.6
(2014), p. 061422</a>.
</p>
<p style="margin-left:4px;">
John C. Bowman and Malcolm
Roberts. <a href=https://malcolmroberts.github.io/publications/psr.pdf>Pseudospectral
Reduction of Incompressible Two-Dimensional Turbulence</a>. In:
Communications in Nonlinear Science and Numerical Simulation 17.5
(2012), pp. 2008-2013.
</p>
<p style="margin-left:4px;">
John C. Bowman and Malcolm
Roberts. <a href=https://malcolmroberts.github.io/publications/dealias.pdf>Efficient
Dealiased Convolutions without Padding</a>. In: SIAM
J. Sci. Comput. 33.1 (2011), pp. 386-406.
</p>
<p style="margin-left:4px;">
Malcolm Roberts and John
C. Bowman. <a href=https://stacks.iop.org/1742-6596/318/i=7/a=072037>Dealiased
convolutions for pseudospectral simulations</a>. In: Journal of
Physics: Conference Series 318.7 (2011), p. 072037.
</p>
<p style="margin-left:4px;">
Malcolm
Roberts. <a href=https://malcolmroberts.github.io/publications/roberts_phd.pdf>Multispectral
Reduction of Two-Dimensional Turbulence</a>. PhD thesis. Edmonton,
AB, Canada: University of Alberta, 2011.
</p>
<p style="margin-left:4px;">
Malcolm
Roberts. <a href=https://malcolmroberts.github.io/publications/report10w2062.pdf>Report
on the Math-Stat Graduate Education Round table</a>. 2011.
</p>
<p style="margin-left:4px;">
Malcolm Roberts, John C Bowman, and Bruno
Eckhardt. <a href=https://malcolmroberts.github.io/publications/etc12articleroberts.pdf>The
Multi-spectral Method: Progress and Prospects</a>. In: Advances in
Turbulence XII. Springer, 2009, pp. 791-794.
</p>
<p style="margin-left:4px;">
Sean Bohun et
al. <a href=https://malcolmroberts.github.io/publications/etc12articleroberts.pdf>General
Statistical Design of an Experimental Problem for
Harmonics</a>. 2008.
</p>
<p style="margin-left:4px;">
Malcolm Ian William
Roberts. <a href=https://malcolmroberts.github.io/publications/roberts_msc.pdf>A
Multi-Spectral Decimation Scheme for Turbulence
Simulations</a>. MSc thesis. University of Alberta, 2006.
</p>
<p style="margin-left:4px;">
J. C. Bowman et
al. <a href=https://malcolmroberts.github.io/publications/smallscales.pdf>Links
between dissipation, intermittency, and helicity in the GOY model
revisited</a>. In: Physica D 218 (2006), pp. 1-10.
</p>
<HR>
<H2>Presentations</H2>
<p style="margin-left:4px;">
<a href=https://malcolmroberts.github.io/talks/mroberts_rocfft_siampp20.pdf
onClick="_gaq.push(['_trackEvent', talks', 'Download',
'mroberts_rocfft_siampp20.pdf']);">rocFFT: An open-source GPU FFT Library for Exascale Systems</a>, 2020-02-14
<br>   <a href=https://www.siam.org/conferences/cm/conference/pp20>SIAM Conference on Parallel Processing for Scientific Computing</a>.
</p>
<p style="margin-left:4px;">
<a href=https://malcolmroberts.github.io/talks/mroberts_birs16_shell.pdf
onClick="_gaq.push(['_trackEvent', talks', 'Download',
'mroberts_birs16_shell.pdf']);">Analytic Results from Shell Models
of Turbulence</a>, 2016-06-06
<br>   <a href=https://www.birs.ca/events/2016/5-day-workshops/16w5102/>BIRS, Recent Advances in Hydrodynamics</a>. <a href=https://www.birs.ca/events/2016/5-day-workshops/16w5102/videos/watch/201606061431-Roberts.html>Video</a>
</p>
<p style="margin-left:4px;">
<a href=https://malcolmroberts.github.io/talks/mroberts_fftwpp_irma16.pdf
onClick="_gaq.push(['_trackEvent', talks', 'Download',
'mroberts_fftwpp_irma16.pdf']);">Implicitly Dealiased Convolutions: Parallelization of a New Algorithm for FFT-based Convolutions</a>,
2016-04-26
<br>   <a href=https://www-irma.u-strasbg.fr/article1438.html>IRMA, University of Strasbourg</a>
</p>
<p style="margin-left:4px;">
<a href=https://malcolmroberts.github.io/talks/mroberts_cmg16.pdf
onClick="_gaq.push(['_trackEvent', talks', 'Download',
'mroberts_cmg16.pdf']);">Computer Modelling Group Presentation</a>,
2016-04-26
<br>   <a href=https://www.cmgl.ca/home/>CMG Ltd</a>
</p>
<p style="margin-left:4px;">
<a href=https://malcolmroberts.github.io/talks/mroberts_mpiconv_siampp16.pdf
onClick="_gaq.push(['_trackEvent', talks', 'Download',
'mroberts_mpiconv_siampp16.pdf']);">Implicitly Dealiased Convolutions for Distributed Memory Architectures</a>,
2016-04-15
<br>   <a href=https://www.siam.org/meetings/pp16/>SIAM PP16</a>
</p>
<p style="margin-left:4px;">
<a href=https://malcolmroberts.github.io/talks/mroberts_hpclyon16.pdf
onClick="_gaq.push(['_trackEvent', talks', 'Download',
'mroberts_hpclyon16.pdf']);">Evaluation of a Runtime Environment for
a Discontinuous Galerkin Solver for General Hyperbolic Systems</a>,
2016-04-06
<br>   <a href=https://hpc-days-lyon.sciencesconf.org/program>HPC Days Lyon</a>
</p>
<p style="margin-left:4px;">
<a href=https://malcolmroberts.github.io/talks/mroberts_labex2015.pdf
onClick="_gaq.push(['_trackEvent', talks', 'Download',
'mroberts_labex2015.pdf']);">So You Think You're Fast: Performance
Evaluation of Two High-Performance Software Libraries</a>,
2015-12-15
<br>   Labex, University of Strasbourg
</p>
<p style="margin-left:4px;">
<a href=https://malcolmroberts.github.io/talks/mroberts_smai2015.pdf
onClick="_gaq.push(['_trackEvent', talks', 'Download',
'mrobert_inria14.pdf']);">Asynchronous OpenCL/MPI Discontinous
Galerkin Solver for Conservation laws</a>, 2015-06-11
<br>   SMAI, France
</p>
<p style="margin-left:4px;">
<a href=https://malcolmroberts.github.io/talks/mrobert_inria14.pdf onClick="_gaq.push(['_trackEvent', talks', 'Download', 'mrobert_inria14.pdf']);">INRIA CR2 Oral Audition</a>, 2014-05-14
<br>   Nancy, France
</p>
<p style="margin-left:4px;">
<a href=https://malcolmroberts.github.io/talks/mroberts2014marseilleplasma.pdf>Self-organisation of helically forced MHD flow in confined cylindrical geometries</a>, 2014-04-15
<br>   Instabilities and Transport in Magnetized Plasmas,
Geophysical and Astrophysical Flows, Institute for Advanced
Study of Aix-Marseille University, France
</p>
<p style="margin-left:4px;">
<a href=https://malcolmroberts.github.io/talks/mroberts2014strasbourg.pdf>Helices in MHD Flow:
Numerical Results from Penalized Pseudospectral Simulations
</a>, 2014-03-04
<br>  
<a href="https://www-irma.u-strasbg.fr/php/equip_sem.php?equipe=EDPTC&theme=Equations%20aux%20d%E9riv%E9es%20partielles&periode=passe">Seminaire Equations aux derivees partielles</a>, Strasbourg University, France
</p>
<p style="margin-left:4px;">
<a href=https://malcolmroberts.github.io/talks/mroberts_2013-12-03_calscien.pdf>Pseudospectral Simulations in Complex
Geometry via Penalisation
</a>, 2013-12-02
<br>  
Journee Calcul scientifique performant en mecanique de la Federation Nicolas-Claude Fabri de Peiresc, Aix-Marseille University, France
</p>
<p style="margin-left:4px;">
<a href=https://malcolmroberts.github.io/talks/mroberts2013euromech542convolve.pdf>Implicitly Dealiased Convolutions for DNS: Preliminary MPI results
</a>, 2013-01-17
<br>  
<a href=https://lmfa.ec-lyon.fr/index.pdf?p_id=lmfa.003.005.000>Euromech 542, Progress in statistical theory and pseudo-spectral DNS </a>, <a href=https://www.ec-lyon.fr/>Ecole Centrale Lyon</a>, France
</p>
<p style="margin-left:4px;">
<a href=https://malcolmroberts.github.io/talks/mroberts2012cemracs.pdf>Convolutions for HPC</a>, 2012-08-14
<br>  
<a href=https://smai.emath.fr/cemracs/cemracs12/>CEMRACS 12</a> <a href=https://www.cirm.univ-mrs.fr>CIRM</a>, Marseille, France
</p>
<p style="margin-left:4px;">
<a href=https://malcolmroberts.github.io/talks/mroberts2012threads.pdf>Multithreaded Implicitly Dealiased Pseudospectral Convolutions</a>
<br>  
<a href=https://cfdcanada.ca/conference>Computational Fluid Mechanics Canada</a> Conference 2012, Canmore, Canada
</p>
<p style="margin-left:4px;">
<a href=https://malcolmroberts.github.io/talks/dicepres.pdf>Dice Dice Dice</a>
<br>  
<a href=https://news.logicon.ca/>LogiCON</a>, Edmonton, Alberta, Canada 2012
</p>
<p style="margin-left:4px;">
<a href=https://www.scienceforthepeople.ca/episodes/mathtastic-part-one>Mathtastic!</a>
<br>  
<a href=https://www.scienceforthepeople.ca/>Science for the People Podcast</a>,
2012
</p>
<p style="margin-left:4px;">
<a href=https://malcolmroberts.github.io/talks/cms2011conv.pdf>On the Calculation of Higher-Order Convolutions</a>
<br>  
<a href=https://math.ca/Events/winter11/>CMS Winter Meeting</a>,
Toronto, 2011-12-11
</p>
<p style="margin-left:4px;">
Turbulence, Fine and Coarse
<br>  
Condensed matter graduate seminar, University of Alberta, 2011-11-17
</p>
<p style="margin-left:4px;">
<A HREF="https://malcolmroberts.github.io/talks/posteretc13.pdf">Dealiased Convolutions for Pseudospectral Simulations</A>
<BR>  
13th European Turbulence Conference,Warsaw, Poland, 2011.
</p>
<p style="margin-left:4px;">
<A HREF="https://online.kitp.ucsb.edu/online/turbulence11/pseudospectral2/">The Pseudospectral Method: Recent Advances and Prospects
</A>
<BR>   
<a href="https://www.kitp.ucsb.edu/activities/dbdetails?acro=turbulence11">KITP</a>,
Santa Barbara, California, March 2011.
Video and slides in link.
</p>
<p style="margin-left:4px;">
<A HREF="https://malcolmroberts.github.io/talks/bochum11.pdf">Dealiasing Convolutions for Pseudo-Spectral Simulations</A>
<BR>  
<a href="https://www.tp1.ruhr-uni-bochum.de/en/component/content/article/35/53-grauer.html">Computational Plasma Physics Research Group Seminar</a>, Ruhr Universitaet Bochum, Bochum, Germany, 2011.
</p>
<p style="margin-left:4px;">
<A HREF="https://malcolmroberts.github.io/talks/dealias_mroberts_marburg.pdf">Dealiasing Convolutions</A>
<BR>   Research Seminar, Marburg, Germany, 2010.
</p>
<p style="margin-left:4px;">
Organiser, PIMS Mathematical and Statistical Graduate Education Round table
<BR>   Banff International Research Station, Alberta, Canada, 2010.
</p>
<p style="margin-left:4px;">
<A HREF="https://malcolmroberts.github.io/talks/cyrc10.pdf">The Fastest Convolution in the West
</A>
<BR>   Canada Young Researchers Conference, University of Alberta, 2010.
</p>
<p style="margin-left:4px;">
<A HREF="https://malcolmroberts.github.io/talks/goysr_torino_2009-11-26.pdf">The Multispectral
Turbulence Decimation Method
</A>
<BR>   Torino, Italy, 2009.
</p>
<p style="margin-left:4px;">
<A HREF="https://malcolmroberts.github.io/talks/poster.pdf">Limits of shell models: finite corrections
to Kolmogorov scaling</A>
<BR>   Poster, Canada-France meeting, UQAM 2008.
</p>
<p style="margin-left:4px;">
<A HREF="https://malcolmroberts.github.io/talks/limitpres.pdf">Limits of shell models of turbulence</A>
<BR>   Marburg, Germany, 2008.
</p>
<p style="margin-left:4px;">
<A HREF="https://malcolmroberts.github.io/talks/goysr.pdf">The multi-spectral method for shell models of turbulence</A>
<BR>   CAIMS 2007, Banff, Canada.
</p>
<HR>
<H2>Teaching</H2>
<p style="margin-left:4px;">
<a href="m201/index.html">Math 201 section EU1</a>, winter 2010.
</p>
<p style="margin-left:4px;">
<A href="ta_questionaire.pdf">TA questionnaire</A> for Winter 2011
(<A href="ta_questionaire.tex">tex</A> source).
</p>
</BODY>
</HTML>