Sylvie Hamel 848 de la Gauchetière Est

Size: px
Start display at page:

Download "Sylvie Hamel 848 de la Gauchetière Est"

Transcription

1 Sylvie Hamel 848 de la Gauchetière Est Montréal, Québec H2L 2N2 General informations. Sex: Female Nationality: Canadian Languages: French, english Web address: hamel Status. I m now a postdoctoral fellow at McGill s Computer Science Department. Refereed publications and communications. - Algorithmic and computational biology - Approximate string matching: One paper in the International Journal of Foundations of Computer Science [2] and two communications: [5] and [6]. - Weighted distances between trees: One paper in preparation. - Language and automata theory - Cascade decomposition of automata: One paper accepted in Theoretical Computer Science [1] and one communication [4]. - Algebraic Combinatoric - Macdonald s polynomials: One paper in Discrete Mathematics [3] and four communications: [7], [8], [9] and [10]. Teaching and students supervision. -01/02-04/02: Lecturer; mathematics for computer scientist, UQAM -09/01-12/01: Lecturer; linear algebra, UQAM -05/01-09/01: Coordinator of a computational biology training, UQAM -09/00-12/00: Lecturer; linear algebra, UQAM -09/94-12/99: Teaching assistant; calculus, analysis, algebra, UQAM -07/98-08/98: Teaching assistant; algebraic topology and convex polytope, George Washington University -09/97-05/98: Teaching assistant, probability and stochastic processes, MIT. Administrative activities Representative on the Ph.D. program committee Representative on the Master program committee. 1

2 1 Academic Postdoctoral fellow, McGill University Ph.D. in mathematics of computer science, Université du Québec à Montréal Ph.D. student( ), Massachusetts Institute of Technology M.Sc. in Mathematics, Université du Québec à Montréal B.Sc. in Mathematics, Université du Québec à Montréal (*) The change of university is strictly due to personal reasons, not professional ones. Ph.D. Thesis S. Hamel, Algorithmes vectoriels et bioinformatique, Université du Québec à Montréal, Master Thesis S. Hamel, Représentations bigraduées et polynômes de Macdonald, Université du Québec à Montréal, Scholarship 09/02-09/04 NSERC Postdoctoral fellowship, McGill. 09/01-04/02 ISM, Ph.D. Université du Québec à Montréal 01/01-12/01 FCAR, Ph.D. Université du Québec à Montréal 09/98-12/00 NSERC, Ph.D. Université du Québec à Montréal 09/97-08/98 FCAR, Ph.D. Massachusetts Institute of Technology 09/96-08/97 NSERC, M.Sc. Université du Québec à Montréal 05/95-09/95 NSERC summer scholarship, B.Sc. Université du Québec à Montréal 09/94-08/95 Marie-Thérèse scholarship, B.Sc. Université du Québec à Montréal 05/94-09/94 NSERC summer scholarship, B.Sc. Université du Québec à Montréal 09/93-08/96 Canada scholarship, B.Sc. Université du Québec à Montréal 3 Experience 3.1 Lecturer, UQAM - 01/02-04/02 Mathematics for computer scientist: Logic. Set theory. Definitions and representations of relations, functions and graphs. Introduction to complexity analysis. Inductive proof. - 09/01-12/01 Linear algebra: Algebraic operations on matrices; applications to directed graphs and Markov processes. Algorithms for the resolution of linear systems, for inverting matrices. Determinant. Vector Space. - 09/00-12/00 Linear Algebra. 3.2 Students supervision, UQAM - 05/01-09/01 Coordinator of a computational biology training for students in biochemistry: preparation of the teaching material and training projects, and supervision of the students. The training was divided in two parts. The first, more theoretical, consisted of lectures on topics in computational biology (databank, global and local alignments of two sequences, multiple 2

3 alignments, folding algorithms, phylogeny and gene predictions) followed by computer lab sessions. For the second part of the training students had to work on specific projects and write a report. 3.3 Research training, UQAM - 05/96-08/97 Algorithmic and Algebraic Combinatorics: Development of algorithms for specific problems related to symmetric functions. Director: François Bergeron. - 05/95-08/95 Algebraic Combinatorics: Construction of basis for certain polynomial s spaces. Director: François Bergeron. - 05/94-08/94 Automata Theory: Studies of temporal constraints of certain processes, with real time abstraction. Director: Anne Bergeron. 3.4 Teaching Assistant UQAM - 09/94-12/99 Various courses: Basic programming, mathematics for computer scientists, calculus, complex analysis, algebra. Georges Washington University - 07/98-08/98 Closed manifolds and convex polytopes for a summer school for women in mathematics: Summer Program for Women in Mathematics. Massachusetts Institute of Technology - 09/97-05/98 Probability and stochastic processes. 4 Research Interests 4.1 Automata Theory Vector algorithms related to an automaton. Given a deterministic finite automaton, and an input sequence e 1... e m, we are interested in output sequence r 1... r m of visited states. Since executing one transition is usually considered to be a constant time operation, the output sequence can clearly be obtained in O(m) time. We have constructed faster parallel algorithms using bit-vector operations. This approach, first considered in special cases, by Myers (Myers, G., A Fast Bit-Vector Algorithm for Approximate String Matching Based on Dynamic Programming, Journal of the ACM, 46-3, pp , 1999), uses bit-vectors to code both the input and output sequence of an automaton, and computes the output with a bounded number of bit-wise operations on the input. Our work (with A. Bergeron) [6], generalizes this approach through the introduction of the notion of solvable automata, for which we prove the existence of bit-vector algorithms. More precisely, we show that the vector algorithm associated to a solvable automaton can be deduced from the transition table. This algorithm has O(d Σ ) time complexity, where d is the number of states of the automaton and Σ the size of the input alphabet. Following these ideas, I m now studying the generalization of solvability for other properties of the syntactic monoid to show how they are related to the existence of vector algorithms. 3

4 Cascade decompositions of automata. A vector algorithm is an algorithm that applies a bounded number of vector operations to an input vector, regardless of the length of this input. The main drawback of vector operations is that they are applied component wise. In order to tackle more complex problems, we need memory sensitive operations. The theoretical limit seems to be set by Krohn-Rhodes cascade decomposition theorem (Algebraic Theory of Machines, Transactions of the American Mathematical Society, 116, 1965, pp ). In [1] and [4], we investigated the links between the existence of vector algorithms and the cascade decompositions of counter-free automata. The main problem with that method is that the vector algorithm, derived from the cascade, is often time consuming. I m now studying other automata decompositions to find efficient vector algorithms for specific sub-classes of the class of counter-free automata. 4.2 Computational biology and algorithmic Approximate string matching problem. Together with A. Bergeron, we have shown that there exist a vector algorithm solving the approximate string matching problem, in the case where the distance used is a generalized edit distance [2], [5]. This result generalizes a result of G. Myers (A Fast Bit-Vector Algorithm for Approximate String Matching Based on Dynamic Programming, Journal of the ACM, 46-3, pp , 1999) by extending it to more general distances which are more adaptable to biological imperatives. For example, it allows to take into consideration the chemical properties of the element to be aligned. On the other hand, the biologists often prefer a similarity notion (not function of the distance) to compare sequences. The best known algorithms, in that case, are those of Smith-Watermen for local alignment and of Needlemen-Wunsch for global alignment. It has been shown that, under certain conditions, the two methods (distance and similarity) are equivalent. I m now studying the generalization of our techniques to construct vector algorithms for the Needlemen-Wunsch and Smith-Waterman problems. Trees and RNA secondary structure. I m also working on how to adapt our bit-vector approach to the study of distances between trees, to speed up known algorithms. This is the subject of a paper in preparation [4], [5]. 4.3 Algebraic Combinatorics Macdonald s polynomials The study of Macdonald s polynomials is related, through a conjecture of A. Garsia and M. Haiman (Some natural bigrated modules and q, t-kostka coefficients, Electronic Journal of Combinatorics, 3, No.2: Foata Festschrift, 1996, 60pp.), to the study of spaces obtained as the linear span of all partial derivatives of some Vandermonde determinants. I have studied, together with F. Bergeron, certain intersections of these modules and described explicit basis for these intersections in [3] and [7]. It has been shown recently that these modules are of dimension n!. This had been a conjecture for the past 10 years and it has been shown using algebraic geometry tools. The interest of the explicit description of the intersection that we have considered is that it contributes to a recursive elementary approach for the proof of the n! dimension of the module considered. It is also the kernel of several conjectures that are still open. 4

5 5 Publications and communications 5.1 Journal articles 1. A. Bergeron and S. Hamel, From cascade decomposition to bit-vector algorithms submitted to Theoretical Computer Science (TCS), 15 pages. 2. A. Bergeron and S. Hamel, Vector Algorithms for Approximate String Matching, International Journal of Foundations of Computer Science (IJFCS), 13-1, 2002, pp F. Bergeron and S. Hamel, Intersections of modules related to Macdonald s polynomials, Discrete Mathematics, 217, 2000, pp Refereed contributions (other than journals) International conferences with proceedings 4. A. Bergeron and S. Hamel, Cascade Decompositions are Bit-Vector Algorithms, to appear in Lecture Note in Computer Science, International Conference on Automata theory and its Applications 01, 14 pages. 5. A. Bergeron and S. Hamel, A Vector Algorithm for Approximate String Matching with Arbitrary Weighted Distances, Currents in Computational Molecular Biology, Les publications CRM, 2001, pp A. Bergeron and S. Hamel, Fast Implementation of Automata Computations, Lecture Notes in Computer Science 2088, International Conference on Automata theory and its Applications 00, 2001, 10 pages. 7. F. Bergeron and S. Hamel, Intersections de modules liés aux polynômes de Macdonald, Proceedings oh the 9th Formal Power Series and Algebraic Combinatorics conference, Vienne, juillet 1997, pp Conferences without proceedings 8. S. Hamel, Characters of some Intersections of Modules related to Macdonald s Polynomials, Workshop of Algebraic Combinatorics, CRM, Montréal, June 9-20, S. Hamel, Étude d intersections de modules liés aux polynômes de Macdonald, Colloque des Sciences Mathématiques du Québec, Montréal, S. Hamel, Expérimentations liés aux polynômes de Macdonald, Colloque des Sciences Mathématiques du Québec, Lévis, Non-refereed contributions Communications - S. Hamel, Automata Computations, Vector Algorithms and Approximate String Matching, University of California San Diego, July S. Hamel, Intersections of some modules of polynomials in two set of variables, Combinatoric Seminar, Georges Washington University, July S. Hamel, A study of some S n -modules related to Macdonald s polynomials, SPAW (Simple Person s Applied Math Seminar), MIT, March

6 - S. Hamel, Espaces de polynômes harmoniques et combinatoire algébrique, Premier Colloque des Étudiants Avancés du Québec, Montréal, March S. Hamel (with F. Bergeron), Petite introduction aux intersections de S n -modules liées aux polynômes de Macdonald, Séminaire de combinatoire et d informatique théorique, LaCIM, UQAM, February S. Hamel, Des graphes et des jeux, Canadian Undergraduate Mathematics Conference, Winnipeg, Series of conferences S. Hamel, Introduction to Symmetric Functions, Macdonald s polynomials and S n -modules, MIT, 1998: 1. Partitions, Ferrer diagrams, standard tableaux. 2. Some bases for the ring of symmetric functions. 3. Description of S n -modules related to Macdonald s polynomials. 4. Intersections of S n -modules. 6

Charles Phelps Taft Research Center at the University of Cincinnati

Charles Phelps Taft Research Center at the University of Cincinnati Charles Phelps Taft Research Center at the University of Cincinnati Graduate Summer Fellowship Award Each section (I-III) should be placed at the start of a new page. All required materials must be included

More information

Curriculum Vitae. Department of Mathematics, UC Berkeley 970 Evans Hall, Berkeley, CA

Curriculum Vitae. Department of Mathematics, UC Berkeley 970 Evans Hall, Berkeley, CA Personal Information Official Name: Transliteration used in papers: Mailing Address: E-mail: Semen Artamonov Semeon Arthamonov Department of Mathematics, UC Berkeley 970 Evans Hall, Berkeley, CA 94720

More information

IHOR STASYUK CURRICULUM VITAE.

IHOR STASYUK CURRICULUM VITAE. CURRICULUM VITAE IHOR STASYUK Address Department of Computer Science and Mathematics Nipissing 100 College Drive, Box 5002 North Bay, Ontario, P1B 8L7, Canada E-mail ihors@nipissingu.ca Phone (705) 474-3450

More information

Francis Valiquette. 05/2017 Department of Mathematics and Statistics, Memorial University of Newfoundland.

Francis Valiquette. 05/2017 Department of Mathematics and Statistics, Memorial University of Newfoundland. Francis Valiquette SUNY New Paltz Department of Mathematics 1 Hawk Drive New Paltz, NY, 12561 +1 (845) 257-3528 valiquef@newpaltz.edu www2.newpaltz.edu/~valiquef Experience 2013 present Assistant Professor,

More information

A proof of the Square Paths Conjecture

A proof of the Square Paths Conjecture A proof of the Square Paths Conjecture Emily Sergel Leven October 7, 08 arxiv:60.069v [math.co] Jan 06 Abstract The modified Macdonald polynomials, introduced by Garsia and Haiman (996), have many astounding

More information

Course Descriptions. Mathematics LA 848, (406)

Course Descriptions. Mathematics LA 848, (406) Course Descriptions Mathematics LA 848, (406) 657-2228 M 065 Prealgebra [formerly M 061 Basic Mathematics] 3 cr. Covers pre-algebra concepts involving terminology, fractions, decimals, percent, ratio and

More information

Curriculum Vitae. Bernd Schulze

Curriculum Vitae. Bernd Schulze Curriculum Vitae Bernd Schulze 1 Personal Details Name: Bernd Schulze Mailing address: TU Berlin Inst. of Mathematics MA 6-2 Strasse des 17. Juni 136 D-10623 Berlin Germany E-mail: bschulze@math.tu-berlin.de

More information

Postdoctoral Researcher, Otto-von-Guericke University, Germany, September September 2013,

Postdoctoral Researcher, Otto-von-Guericke University, Germany, September September 2013, Contact Information Address: İstanbul Kemerburgaz University Faculty of Arts and Sciences Mahmutbey Dilmenler Caddesi, No:26 34217 Bağcılar-İstanbul Turkey E-mail: ayca.cesmelioglu@kemerburgaz.edu.tr Present

More information

MATHEMATICS (MATH) Mathematics (MATH) 1

MATHEMATICS (MATH) Mathematics (MATH) 1 Mathematics (MATH) 1 MATHEMATICS (MATH) MATH117 Introductory Calculus This course is designed to introduce basic ideas and techniques of differential calculus. Students should enter with sound precalculus

More information

series. Utilize the methods of calculus to solve applied problems that require computational or algebraic techniques..

series. Utilize the methods of calculus to solve applied problems that require computational or algebraic techniques.. 1 Use computational techniques and algebraic skills essential for success in an academic, personal, or workplace setting. (Computational and Algebraic Skills) MAT 203 MAT 204 MAT 205 MAT 206 Calculus I

More information

Representation theory, algebraic combinatorics, Hecke algebras, Macdonald polynomials

Representation theory, algebraic combinatorics, Hecke algebras, Macdonald polynomials Daniel Orr Mathematics (MC 0123), McBryde, RM 460, Virginia Tech 225 Stanger Street, Blacksburg, VA 24061 http://www.math.vt.edu/people/dorr dorr@vt.edu Employment Virginia Polytechnic Institute and State

More information

A proof of the Square Paths Conjecture

A proof of the Square Paths Conjecture A proof of the Square Paths Conjecture Emily Sergel Leven arxiv:60.069v [math.co] Mar 06 March, 06 Abstract The modified Macdonald polynomials, introduced by Garsia and Haiman (996), have many astounding

More information

JOSEPH ALFANO* Department of Mathematics, Assumption s y i P (x; y) = 0 for all r; s 0 (with r + s > 0). Computer explorations by

JOSEPH ALFANO* Department of Mathematics, Assumption s y i P (x; y) = 0 for all r; s 0 (with r + s > 0). Computer explorations by A BASIS FOR THE Y SUBSPACE OF DIAGONAL HARMONIC POLYNOMIALS JOSEPH ALFANO* Department of Mathematics, Assumption College 500 Salisbury Street, Worcester, Massachusetts 065-0005 ABSTRACT. The space DH n

More information

Language Read Write Speak Arabic x x x English x x x Others(French) x x x

Language Read Write Speak Arabic x x x English x x x Others(French) x x x Kamel Mukhtar Saoudi Assistant professor Personal Data Nationality French Date of Birth 02/09/1980 Department Mathematics Official IAU Email kmsaoudi@uod.edu.sa Language Proficiency Language Read Write

More information

Context-free languages in Algebraic Geometry and Number Theory

Context-free languages in Algebraic Geometry and Number Theory Context-free languages in Algebraic Geometry and Number Theory Ph.D. student Laboratoire de combinatoire et d informatique mathématique (LaCIM) Université du Québec à Montréal (UQÀM) Presentation at the

More information

edrymoni.aspx M.Sc. in Mathematics, University of Rhode Island, May 2009.

edrymoni.aspx M.Sc. in Mathematics, University of Rhode Island, May 2009. Emmanouil (Manos) Drymonis Visiting Assistant Professor of Mathematics Providence College Howley Hall 218 Providence, Rhode Island 02918, USA tel. 401-865-2633 (office) Email: edrymoni@providence.edu http://www.providence.edu/mathematics-computer-science/faculty/pages/

More information

Hamid Hezari. Microlocal Analysis and its applications in PDE and Spectral Geometry

Hamid Hezari. Microlocal Analysis and its applications in PDE and Spectral Geometry Assistant Professor Department of Mathematics UC Irvine 510J Rowland Hall Irvine, CA 92697 Hamid Hezari Email: hezari@math.uci.edu Web: http://math.uci.edu/ hezari Research Interests Microlocal Analysis

More information

CURRICULUM VITAE. Christian Wolf Department of Mathematics Wichita State University. Wichita, KS Citizenship: Germany, Permanent Resident: USA

CURRICULUM VITAE. Christian Wolf Department of Mathematics Wichita State University. Wichita, KS Citizenship: Germany, Permanent Resident: USA CURRICULUM VITAE Christian Wolf Department of Mathematics Wichita State University Wichita, KS 67260 Citizenship: Germany, Permanent Resident: USA e mail: cwolf@math.wichita.edu Phone #: Office: 316 978

More information

D E J A N D E L I C. MMath (Algebra and Logic) University of Novi Sad, Novi Sad, Yugoslavia BMath (Pure Mathematics)

D E J A N D E L I C. MMath (Algebra and Logic) University of Novi Sad, Novi Sad, Yugoslavia BMath (Pure Mathematics) D E P A R T M E N T O F M A T H E M A T I C S, R Y E R S O N U N I V E R S I T Y 3 5 0 V I C T O R I A S T., T O R O N T O, O N M 5 B 1 K 3 P H O N E ( 4 1 6 ) 9 7 9-5 0 0 0 E X T. 6 9 7 1 F A X ( 4 1

More information

Mark Gerard Walsh. Curriculum Vitae

Mark Gerard Walsh. Curriculum Vitae Walsh, Mark Gerard/Curriculum Vitae/2012-02-27 Mark Gerard Walsh Curriculum Vitae Kidder Hall 362 Corvallis OR 97333 USA walsmark@math.oregonstate.edu Citizenship: Ireland Visa: US Permanent Resident (971)

More information

Bernd Schulze. York University

Bernd Schulze. York University Bernd Schulze Postdoctoral Fellow TU Berlin Institut für Mathematik, MA 6-2 Strasse des 17. Juni 136, 10623 Tel: 0049-30 - 314 22256 Citizenship: German bschulze@math.tu-berlin.de http://www.math.tu-berlin.de/~bschulze

More information

Language Read Write Speak Arabic x x x English x x x Others(French) x x x

Language Read Write Speak Arabic x x x English x x x Others(French) x x x Kamel Mukhtar Saoudi Assistant professor Personal Data Nationality French Date of Birth 02/09/1980 Department Mathematics Official UoD Email kmsaoudi@uod.edu.sa Office Phone No. Language Proficiency Language

More information

300-Level Math Courses

300-Level Math Courses 300-Level Math Courses Math 250: Elementary Differential Equations A differential equation is an equation relating an unknown function to one or more of its derivatives; for instance, f = f is a differential

More information

MATHEMATICS (MATH) Calendar

MATHEMATICS (MATH) Calendar MATHEMATICS (MATH) This is a list of the Mathematics (MATH) courses available at KPU. For information about transfer of credit amongst institutions in B.C. and to see how individual courses transfer, go

More information

FACULTY FULL NAME:KRATOU Mouna

FACULTY FULL NAME:KRATOU Mouna FACULTY FULL NAME:KRATOU Mouna POSITION Assistant Professor Personal Data Nationality Tunisia Date of Birth 18/10/1979 Department Mathematics Official UoD Email mmkratou@uod.edu.sa Office Phone No. Language

More information

COMMUTATIVE/NONCOMMUTATIVE RANK OF LINEAR MATRICES AND SUBSPACES OF MATRICES OF LOW RANK

COMMUTATIVE/NONCOMMUTATIVE RANK OF LINEAR MATRICES AND SUBSPACES OF MATRICES OF LOW RANK Séminaire Lotharingien de Combinatoire 52 (2004), Article B52f COMMUTATIVE/NONCOMMUTATIVE RANK OF LINEAR MATRICES AND SUBSPACES OF MATRICES OF LOW RANK MARC FORTIN AND CHRISTOPHE REUTENAUER Dédié à notre

More information

b14 c04 a15 a03 b02 Edge Decompositions on Graphs

b14 c04 a15 a03 b02 Edge Decompositions on Graphs Robert A. Beeler, Ph.D. Assistant Professor Department of Mathematics and Statistics East Tennessee State University Gilbreath Hall 308A Statement of Research My research has focused on graph theory. Currently,

More information

group Jean-Eric Pin and Christophe Reutenauer

group Jean-Eric Pin and Christophe Reutenauer A conjecture on the Hall topology for the free group Jean-Eric Pin and Christophe Reutenauer Abstract The Hall topology for the free group is the coarsest topology such that every group morphism from the

More information

Pieri s Formula for Generalized Schur Polynomials

Pieri s Formula for Generalized Schur Polynomials Formal Power Series and Algebraic Combinatorics Séries Formelles et Combinatoire Algébrique San Diego, California 2006 Pieri s Formula for Generalized Schur Polynomials Abstract. We define a generalization

More information

Curriculum Vitae. Saskia Roos

Curriculum Vitae. Saskia Roos Curriculum Vitae Saskia Roos E-mail: saroos@mpim-bonn.de Webpage: http://guests.mpim-bonn.mpg.de/saroos/ Area: Differential Geometry and Global Analysis Education: 2015-2018 (expected): PhD in Mathematics,

More information

Curriculum Vitae Jeffrey Murugan

Curriculum Vitae Jeffrey Murugan Curriculum Vitae Jeffrey Murugan Work Address: Department of Mathematics and Applied Mathematics University of Cape Town Private Bag, Rondebosch, 7700 South Africa Home Address: 2a Marsh Road, Rondebosch

More information

AWARDS: Three Year NSF Research Grant: DMS The Topology of Open Manifolds with Nonnegative Ricci Curvature

AWARDS: Three Year NSF Research Grant: DMS The Topology of Open Manifolds with Nonnegative Ricci Curvature CHRISTINA SORMANI Department of Mathematics and Computer Science Lehman College, City University of New York 250 Bedford Park Boulevard West Bronx, NY 10468-1589 email: sormani@comet.lehman.cuny.edu webpage:

More information

B.S. in Mathematics and Applied Mathematics

B.S. in Mathematics and Applied Mathematics Shuyang (Ray) Bai Contact Information Brooks Hall 408, 310 Hefty Dr. Athens, GA 30602 Email: bsy9142@uga.edu Phone: +1-706-369-4012 Research Interests Long-range dependence, heavy tails, limit theorems,

More information

A Pieri rule for key polynomials

A Pieri rule for key polynomials Séminaire Lotharingien de Combinatoire 80B (2018) Article #78, 12 pp. Proceedings of the 30 th Conference on Formal Power Series and Algebraic Combinatorics (Hanover) A Pieri rule for key polynomials Sami

More information

Stanford University, Stanford, California. Szegö Assistant Professor of Mathematics,

Stanford University, Stanford, California. Szegö Assistant Professor of Mathematics, Benjamin B. Brubaker Associate Professor, School of Mathematics University of Minnesota Room 233, Vincent Hall 206 Church Street SE Minneapolis, MN 55455 (612) 625-6380 (office) Citizenship: USA (612)

More information

Trinity Christian School Curriculum Guide

Trinity Christian School Curriculum Guide Course Title: Calculus Grade Taught: Twelfth Grade Credits: 1 credit Trinity Christian School Curriculum Guide A. Course Goals: 1. To provide students with a familiarity with the properties of linear,

More information

CURRICULUM VITAE Roman V. Krems

CURRICULUM VITAE Roman V. Krems CURRICULUM VITAE Roman V. Krems POSTAL ADDRESS: Department of Chemistry, University of British Columbia 2036 Main Mall, Vancouver, B.C. Canada V6T 1Z1 Telephone: +1 (604) 827 3151 Telefax: +1 (604) 822

More information

Walter M. Rusin Curriculum Vitae (October 2015)

Walter M. Rusin Curriculum Vitae (October 2015) (October 2015) Address: Oklahoma State University Department of Mathematics Stillwater, OK 74078 Office phone: (405) 744-5847 Mobile phone: (612) 245-3813 E-Mail: walter.rusin@okstate.edu Citizenship:

More information

CURRICULUM VITAE. Theodoulos Garefalakis

CURRICULUM VITAE. Theodoulos Garefalakis CURRICULUM VITAE Theodoulos Garefalakis Personal Date of birth : 10 September 1972 Place of birth : Heraklion, Crete, Greece Nationality : Greek Address : Department of Mathematics and Applied Mathematics

More information

Suriyanarayanan Vaikuntanathan

Suriyanarayanan Vaikuntanathan Assistant Professor University of Chicago Suriyanarayanan Vaikuntanathan Google Scholar citations: http://scholar.google.com/citations?user=qws4178aaaaj Personal Information Address Department of Chemistry

More information

Random matrix models and their infinite-dimensional generalizations. Stochastic processes, filtrations and applications to mathematical finance.

Random matrix models and their infinite-dimensional generalizations. Stochastic processes, filtrations and applications to mathematical finance. Joseph Najnudel Institut de mathématiques de Toulouse - Université Paul Sabatier 118, route de Narbonne, F-31062 Toulouse Cedex 9 Tel. : +33561556916 e-mail: joseph.najnudel at math.univ-toulouse.fr Nationality:

More information

Harvard University NSF Postdoctoral Fellow and Instructor, 2016 Mentor: Michael Hopkins

Harvard University NSF Postdoctoral Fellow and Instructor, 2016 Mentor: Michael Hopkins Ben Knudsen Contact information Department of Mathematics 1 Oxford St Cambridge, MA 02138 knudsen@math.harvard.edu scholar.harvard.edu/knudsen Employment Education NSF Postdoctoral Fellow and Instructor,

More information

Brittany D. Froese. Contact Information

Brittany D. Froese. Contact Information Brittany D. Froese Contact Information RLM 11.164 Department of Mathematics The University of Texas at Austin Phone: (512) xxx-xxxx E-mail: bfroese@math.utexas.edu Web: www.ma.utexas.edu/users/bfroese

More information

James Dilts. Department of Mathematics University of California, San Diego ccom.ucsd.edu/~jdilts

James Dilts. Department of Mathematics University of California, San Diego ccom.ucsd.edu/~jdilts James Dilts Department of Mathematics University of California, San Diego jdilts@ucsd.edu Appointments ccom.ucsd.edu/~jdilts Postdoctoral Scholar and Lecturer, UC: San Diego, July 2015 Present. Education

More information

SCOTT DAWSON. stdawson/ 1200 E. California Blvd, MC Pasadena, CA (609)

SCOTT DAWSON.   stdawson/ 1200 E. California Blvd, MC Pasadena, CA (609) RESEARCH INTERESTS SCOTT DAWSON http://www.caltech.edu/ stdawson/ 1200 E. California Blvd, MC 105-50 Pasadena, CA 91125 +1 (609) 356-8267 stdawson@caltech.edu Modeling, optimization and control in fluid

More information

Curriculum Vitae. Professor Dr. Naji Qatanani

Curriculum Vitae. Professor Dr. Naji Qatanani Curriculum Vitae Professor Dr. Naji Qatanani Personal Data Name: Naji Qatanani Birth: January 6,1960, Habla, Palestine Nationality: Palestinian Martial Status: Married Children: Fares, Aya, Qays, Mohammad

More information

Gerasim K. Iliev. D.O.B: May 28, 1980 Citizenship: Canadian Tel:

Gerasim K. Iliev. D.O.B: May 28, 1980 Citizenship: Canadian Tel: Gerasim K. Iliev D.O.B: May 28, 1980 Citizenship: Canadian Tel: +1 706 461 4228 giliev@gmail.com https://faculty.franklin.uga.edu/giliev/ Education: University of Toronto 1999 2008 Doctor of Philosophy

More information

MATHEMATICS (MAT) Mathematics (MAT) 1

MATHEMATICS (MAT) Mathematics (MAT) 1 MATHEMATICS (MAT) MAT 097 BASIC MATHEMATICS 0, 3/0 Provides the necessary mathematics background needed to pass college-level algebra; covers polynomials, rational expressions, exponents and roots, solving

More information

A relative of the Thue-Morse Sequence

A relative of the Thue-Morse Sequence A relative of the Thue-Morse Sequence Jean-Paul Allouche C.N.R.S. U.R.A. 0226, Math., Université Bordeaux I, F-33405 Talence cedex, FRANCE André Arnold LaBRI, Université Bordeaux I, F-33405 Talence cedex,

More information

Jianrong Li Department of Mathematics Weizmann Institute of Science Ziskind building, 234 Herzl St. Rehovot, 7610001, Israel Email: Homepage: lijr07@gmail.com http://www.wisdom.weizmann.ac.il/~jianrong/

More information

Suriyanarayanan Vaikuntanathan

Suriyanarayanan Vaikuntanathan Suriyanarayanan Vaikuntanathan Postdoctoral Fellow svaikunt@berkeley.edu University of California, Berkeley 240-274-3192 Google Scholar citations: http://scholar.google.com/citations?user=qws4178aaaaj

More information

The free group F 2, the braid group B 3, and palindromes

The free group F 2, the braid group B 3, and palindromes The free group F 2, the braid group B 3, and palindromes Christian Kassel Université de Strasbourg Institut de Recherche Mathématique Avancée CNRS - Université Louis Pasteur Strasbourg, France Deuxième

More information

2. Syntactic Congruences and Monoids

2. Syntactic Congruences and Monoids IAS/PCMI Summer Session 2000 Clay Mathematics Undergraduate Program Advanced Course on Computational Complexity Lecture 3: Algebra and Languages David Mix Barrington and Alexis Maciel July 19, 2000 1.

More information

Vector fields and phase flows in the plane. Geometric and algebraic properties of linear systems. Existence, uniqueness, and continuity

Vector fields and phase flows in the plane. Geometric and algebraic properties of linear systems. Existence, uniqueness, and continuity Math Courses Approved for MSME (2015/16) Mth 511 - Introduction to Real Analysis I (3) elements of functional analysis. This is the first course in a sequence of three: Mth 511, Mth 512 and Mth 513 which

More information

Olga Y. Savchuk EDUCATION WORK EXPERIENCE. Department of Mathematics and Statistics University of South Florida

Olga Y. Savchuk EDUCATION WORK EXPERIENCE. Department of Mathematics and Statistics   University of South Florida Olga Y. Savchuk Department of Mathematics and Statistics http://math.usf.edu/faculty/osavchuk University of South Florida osavchuk@usf.edu 4202 E Fowler ave, CMC 326-A, Office: 813-974-9551 Tampa, FL,

More information

Xuwen Chen. Department of Mathematics, Brown University (401)

Xuwen Chen. Department of Mathematics, Brown University (401) Xuwen Chen Department of Mathematics, Brown University (401) 863-7959 chenxuwen@math.brown.edu http://www.math.brown.edu/~chenxuwen/ Education Ph.D. in Mathematics, University of Maryland, May 2012. Advisors:

More information

Curriculum Vitae Mingji Zhang

Curriculum Vitae Mingji Zhang Curriculum Vitae Mingji Zhang Contact Information Department of Mathematics Michigan State University 619 Red Cedar Road, East Lansing, MI 48824 Phone: (517)884-1455 Fax: (517)432-1562 Email: mzhang0129@gmail.com

More information

Curriculum Vitae Ziv Shami

Curriculum Vitae Ziv Shami Curriculum Vitae Ziv Shami Address: Dept. of Mathematics and Computer Science Ariel University Samaria, Ariel 44873 Israel. Phone: 0528-413477 Email: zivshami@gmail.com Army Service: November 1984 to June

More information

CURRICULUM VITAE. Olga Kharlampovich (Kharlampovitch)

CURRICULUM VITAE. Olga Kharlampovich (Kharlampovitch) CURRICULUM VITAE Olga Kharlampovich (Kharlampovitch) Department of Mathematics and Statistics, Hunter College, CUNY 695 Park Avenue, New York, NY 10021 Tel.: (212) 772-4694 (office), (212)-534-6180 (home),

More information

The Parameterized Complexity of Intersection and Composition Operations on Sets of Finite-State Automata

The Parameterized Complexity of Intersection and Composition Operations on Sets of Finite-State Automata The Parameterized Complexity of Intersection and Composition Operations on Sets of Finite-State Automata H. Todd Wareham Department of Computer Science, Memorial University of Newfoundland, St. John s,

More information

To the left of each name in your print-out, please put a letter to indicate the application's status. The choices are:

To the left of each name in your print-out, please put a letter to indicate the application's status. The choices are: Application Status Coding (Tuesday, November 13, 2012) Dear colleagues, For recent searches the "research areas" have played an important role in ensuring that all applications get a fair reading. We will

More information

Teaching and Research Experience

Teaching and Research Experience mahmood ul hassan Education and Training 1996 2000 PhD (Doctor of Philosophy) in Physics, University of Cambridge, United Kingdom. - St. John s College, Cambridge. - Department of Applied Mathematics and

More information

BRYAN QUAIFE. (512) Dirac Science Library Tallahassee, Florida,

BRYAN QUAIFE. (512) Dirac Science Library Tallahassee, Florida, Bryan Quaife Curriculum Vitae 1 of 6 EMPLOYMENT BRYAN QUAIFE bquaife@fsu.edu (512) 436-1148 400 Dirac Science Library Tallahassee, Florida, 32306 http://people.sc.fsu.edu/~bquaife Florida State University

More information

International Mathematical Union

International Mathematical Union International Mathematical Union To: From: IMU Adhering Organizations Major Mathematical Societies and Institutions Martin Grötschel, IMU Secretary October 24, 2007 IMU AO Circular Letter 7/2007 ICM 2010:

More information

Phone: (413) Fax: NA Homepage: yaoli/

Phone: (413) Fax: NA   Homepage:   yaoli/ Yao Li Department of Mathematics and Statistics University of Massachusetts Amherst 710 N Pleasant Street, Amherst, MA, 01003 Phone: (413)-545-4254 Fax: NA Email: yaoli@math.umass.edu Homepage: http://people.math.umass.edu/

More information

Matthew Douglas Johnston December 15, 2014 Van Vleck Visiting Assistant Professor

Matthew Douglas Johnston December 15, 2014 Van Vleck Visiting Assistant Professor Matthew Douglas Johnston December 15, 2014 Van Vleck Visiting Assistant Professor mjohnston3@wisc.edu Department of Mathematics www.math.wisc.edu/ mjohnston3 Phone: (608) 263-2727 480 Lincoln Dr., Madison,

More information

Konstantinos Tsekouras

Konstantinos Tsekouras Konstantinos Tsekouras 124 Pine View Dr.#8 Carmel IN 46032, 757-634-9497, ktsekour@iupui.edu Postdoctoral Scholar, Indiana University Purdue University Indianapolis RESEARCH EXPERIENCE Indiana University

More information

Grégory Schehr. Citizenship : French Date of birth : March 29, First class Junior Scientist (CR1) at CNRS in Theoretical Physics.

Grégory Schehr. Citizenship : French Date of birth : March 29, First class Junior Scientist (CR1) at CNRS in Theoretical Physics. Curriculum Vitae Grégory Schehr Citizenship : French Date of birth : March 29, 1977 Current position First class Junior Scientist (CR1) at CNRS in Theoretical Physics. Professional address Laboratoire

More information

Summary Report: MAA Program Study Group on Computing and Computational Science

Summary Report: MAA Program Study Group on Computing and Computational Science Summary Report: MAA Program Study Group on Computing and Computational Science Introduction and Themes Henry M. Walker, Grinnell College (Chair) Daniel Kaplan, Macalester College Douglas Baldwin, SUNY

More information

Sri vidya college of engineering and technology

Sri vidya college of engineering and technology Unit I FINITE AUTOMATA 1. Define hypothesis. The formal proof can be using deductive proof and inductive proof. The deductive proof consists of sequence of statements given with logical reasoning in order

More information

Curriculum Vitae MD. MASUM MURSHED

Curriculum Vitae MD. MASUM MURSHED Curriculum Vitae of MD. MASUM MURSHED Full Name : MD. MASUM MURSHED Nationality : Address of Present Institution : Department of Mathematics, Rajshahi 6205, Phone: +88 0721 711108 Web: http://www.ru.ac.bd/mathematics/

More information

Minghao Wu Rostami Address: Webpage: Positions Tenure-Track Assistant Professor Postdoctoral Researcher Lecturer Graduate Assistant

Minghao Wu Rostami Address:   Webpage: Positions Tenure-Track Assistant Professor Postdoctoral Researcher Lecturer Graduate Assistant Minghao Wu Rostami Address: Department of Mathematics, 215 Carnegie Building, Syracuse University, Syracuse, NY 13244 Email: mwrostam@syr.edu Webpage: http://mwrostam.mysite.syr.edu/ Positions Tenure-Track

More information

C.V. Nicolas Guay 1 CURRICULUM VITAE

C.V. Nicolas Guay 1 CURRICULUM VITAE C.V. Nicolas Guay 1 CURRICULUM VITAE PROFESSIONAL ADDRESS: Department of Mathematical and Statistical Sciences University of Alberta CAB 632 Edmonton, AB T6G 2G1 Canada Phone: +1-780-492-3001 E-MAIL: nguay@ualberta.ca

More information

MATHEMATICS (COURSE 18)

MATHEMATICS (COURSE 18) MATHEMATICS (COURSE ) Department of (http://catalog.mit.edu/schools/ science/mathematics/#undergraduatetext) Bachelor of in (General Option) Students may substitute one of the more advanced subjects.5

More information

Dat Tien Cao. B.S. in Mathematics, University of Science, Vietnam National University of Ho Chi Minh City, Ho Chi Minh City, Vietnam

Dat Tien Cao. B.S. in Mathematics, University of Science, Vietnam National University of Ho Chi Minh City, Ho Chi Minh City, Vietnam Dat Tien Cao Department of Mathematics and Statistics Texas Tech University, Box 41042 Lubbock, TX 79409-1042 Email: dat.cao@ttu.edu http: // www. math. ttu. edu/ ~ dacao/ Education 07.2015 07.2008 06.2006

More information

Gröbner Shirshov Bases for Irreducible sl n+1 -Modules

Gröbner Shirshov Bases for Irreducible sl n+1 -Modules Journal of Algebra 232, 1 20 2000 doi:10.1006/abr.2000.8381, available online at http://www.idealibrary.com on Gröbner Shirshov Bases for Irreducible sl n+1 -Modules Seok-Jin Kang 1 and Kyu-Hwan Lee 2

More information

Timothy Chumley. Employment. Education. Fields of Research Interest. Grants, Fellowships, Awards. Research Articles

Timothy Chumley. Employment. Education. Fields of Research Interest. Grants, Fellowships, Awards. Research Articles Timothy Chumley Department of Mathematics & Statistics Mount Holyoke College South Hadley, MA 01075 Phone: (413) 538-2299 Office: 404b Clapp Lab Email: tchumley@mtholyoke.edu Homepage: http://mtholyoke.edu/

More information

Derrick Kiley, Ph.D.

Derrick Kiley, Ph.D. Derrick Kiley, Ph.D. Curriculum Vitae Dept. Address 177 AOB Department of Natural Sciences 5200 North Lake Road Merced, CA 95344 (209) 228-3077 Website and E-Mail http://faculty.ucmerced.edu/dkiley dkiley@ucmerced.edu

More information

Martin Gallauer. Curriculum Vitae

Martin Gallauer. Curriculum Vitae Martin Gallauer Curriculum Vitae Mathematical Institute University of Oxford Andrew Wiles Building Radcliffe Observatory Quarter Woodstock Road Oxford, OX2 6GG gallauer@maths.ox.ac.uk people.maths.ox.ac.uk/gallauer

More information

Teaching Linear Algebra at UNSW Sydney

Teaching Linear Algebra at UNSW Sydney Teaching Linear Algebra at UNSW Sydney Jie Du University of New South Wales via Xiamen Unniversity 30 December, 2017 Jie Du Teaching LA at UNSW 30 December, 2017 1 / 15 Jie Du Teaching LA at UNSW 30 December,

More information

Dr. Boubaker Smii. 2. Background: Education, Awards and Scholarships. 3. Teaching: Teaching Experience, Courses Taught

Dr. Boubaker Smii. 2. Background: Education, Awards and Scholarships. 3. Teaching: Teaching Experience, Courses Taught Dr. Boubaker Smii 1. Personal Information 2. Background: Education, Awards and Scholarships 3. Teaching: Teaching Experience, Courses Taught 4. Research Work: Journal Papers, Proceedings, Submitted Work,

More information

INdAM-COFUND INdAM Outgoing Fellowships in Mathematics and/or Applications cofunded by Marie Curie actions. MPoisCoho

INdAM-COFUND INdAM Outgoing Fellowships in Mathematics and/or Applications cofunded by Marie Curie actions. MPoisCoho INdAM-COFUND-2012 INdAM Outgoing Fellowships in Mathematics and/or Applications cofunded by Marie Curie actions MPoisCoho Poisson cohomology of multidimensional Hamiltonian structures Report 2017 Period

More information

Hadamard Lecturer Postdoctoral researcher Mathematics Department, Paris Sud University Paris Saclay University, Orsay, France

Hadamard Lecturer Postdoctoral researcher Mathematics Department, Paris Sud University Paris Saclay University, Orsay, France Guilherme Mazanti Personal information First name: Guilherme Middle name: Afonso Family name: Mazanti Nationality: Brazilian and French Date of birth: February 26th, 1988 E-mail: g ui l herme. mazanti@

More information

Chemistry. The Wiess School of Natural Sciences. Degrees Offered: B.A., B.S., M.A., Ph.D.

Chemistry. The Wiess School of Natural Sciences. Degrees Offered: B.A., B.S., M.A., Ph.D. 114 The Wiess School of Natural Sciences Chair Kenton H. Whitmire Professors Andrew R. Barron W. Edward Billups Philip R. Brooks Robert F. Curl, Jr. Paul S. Engel Graham P. Glass John S. Hutchinson James

More information

C.V. Nicolas Guay 1 CURRICULUM VITAE

C.V. Nicolas Guay 1 CURRICULUM VITAE C.V. Nicolas Guay 1 CURRICULUM VITAE PROFESSIONAL ADDRESS: Department of Mathematical and Statistical Sciences University of Alberta CAB 632 Edmonton, AB T6G 2G1 Canada E-MAIL: nguay@ualberta.ca HOMEPAGE:

More information

Programme Specification MSc in Cancer Chemistry

Programme Specification MSc in Cancer Chemistry Programme Specification MSc in Cancer Chemistry 1. COURSE AIMS AND STRUCTURE Background The MSc in Cancer Chemistry is based in the Department of Chemistry, University of Leicester. The MSc builds on the

More information

CURRICULUM VITAE. Di Yang. Date of Birth: Feb. 8, 1986 Nationality: P. R. China

CURRICULUM VITAE. Di Yang. Date of Birth: Feb. 8, 1986 Nationality: P. R. China CURRICULUM VITAE Di Yang PERSONAL INFORMATION Name: Di Family Name: Yang Date of Birth: Feb. 8, 1986 Nationality: P. R. China Address: MPIM, Vivatsgasse 7, Bonn 53111, Germany Phone Number: +49-15163351572

More information

2007 Agrégation de mathématiques. (French national mathematics teaching competitive examination; rank: 7)

2007 Agrégation de mathématiques. (French national mathematics teaching competitive examination; rank: 7) Pierre Simon pierre.simon@berkeley.edu www.normalesup.org/ simon Nationality: French Education 2008 2011 PhD in Mathematics, Université Paris-Sud, Paris. advisor: Élisabeth Bouscaren title: Ordre et stabilité

More information

COURSE CONTENT for Computer Science & Engineering [CSE]

COURSE CONTENT for Computer Science & Engineering [CSE] COURSE CONTENT for Computer Science & Engineering [CSE] 1st Semester 1 HU 101 English Language & Communication 2 1 0 3 3 2 PH 101 Engineering Physics 3 1 0 4 4 3 M 101 Mathematics 3 1 0 4 4 4 ME 101 Mechanical

More information

A New Recursion in the Theory of Macdonald Polynomials

A New Recursion in the Theory of Macdonald Polynomials A. Garsia and J. Haglund A new recursion in the Theory of Macdonald Polynomials September 3, 2009 1 A New Recursion in the Theory of Macdonald Polynomials by A. M. Garsia and J. Haglund Abstract. The bigraded

More information

GABRIELA JARAMILLO EMPLOYMENT & EDUCATION. Assistant Professor, University of Houston, TX

GABRIELA JARAMILLO EMPLOYMENT & EDUCATION. Assistant Professor, University of Houston, TX GABRIELA JARAMILLO ADDRESS Department of Mathematics University of Houston 3551 Cullen Blvd. Room 641 Philip Guthrie Hoffman Hall Houston, TX 77204 CONTACT INFORMATION email: gabriela@math.uh.edu website:

More information

Mark Gordon Low

Mark Gordon Low Mark Gordon Low lowm@wharton.upenn.edu Address Department of Statistics, The Wharton School University of Pennsylvania 3730 Walnut Street Philadelphia, PA 19104-6340 lowm@wharton.upenn.edu Education Ph.D.

More information

Generalized Foulkes Conjecture and Tableaux Construction

Generalized Foulkes Conjecture and Tableaux Construction Generalized Foulkes Conjecture and Tableaux Construction Thesis by Rebecca Vessenes In Partial Fulfillment of the Requirements for the egree of octor of Philosophy California Institute of Technology Pasadena,

More information

Kleene Algebras and Algebraic Path Problems

Kleene Algebras and Algebraic Path Problems Kleene Algebras and Algebraic Path Problems Davis Foote May 8, 015 1 Regular Languages 1.1 Deterministic Finite Automata A deterministic finite automaton (DFA) is a model of computation that can simulate

More information

Allison S. Danell

Allison S. Danell danell@rowland.harvard.edu The Rowland Institute at Harvard 100 Edwin H. Land Boulevard 116 Green Street Cambridge, MA 02142 Melrose, MA 02176 (617) 497-4726 (781) 620-1020 EDUCATION December, 2001 May,

More information

k-automatic sets of rational numbers

k-automatic sets of rational numbers k-automatic sets of rational numbers Eric Rowland 1 Jeffrey Shallit 2 1 LaCIM, Université du Québec à Montréal 2 University of Waterloo March 5, 2012 Eric Rowland (LaCIM) k-automatic sets of rational numbers

More information

EIGENVECTORS FOR A RANDOM WALK ON A LEFT-REGULAR BAND

EIGENVECTORS FOR A RANDOM WALK ON A LEFT-REGULAR BAND EIGENVECTORS FOR A RANDOM WALK ON A LEFT-REGULAR BAND FRANCO SALIOLA Abstract. We present a simple construction of the eigenvectors for the transition matrices of random walks on a class of semigroups

More information

Michele Salvi. Personal. Education. Teaching and professional activities

Michele Salvi. Personal. Education. Teaching and professional activities Michele Salvi CEREMADE Université Paris-Dauphine Place du Maréchal De Lattre De Tassigny, 75016, Paris (France) Phone: +33 (0) 1 44 05 Email: salvi@ceremade.dauphine.fr Homepage: https://www.ceremade.dauphine.fr/

More information

Xun (Ryan) Huan. My research focuses on uncertainty quantification, data-driven modeling, and optimization for engineering applications.

Xun (Ryan) Huan. My research focuses on uncertainty quantification, data-driven modeling, and optimization for engineering applications. RESEARCH INTERESTS Xun (Ryan) Huan Assistant Professor Mechanical Engineering University of Michigan 2033 AL (W.E. Lay Auto Lab), 1231 Beal Ave, Ann Arbor, MI 48109-2133 +1 (723) 647-5338 xhuan@umich.edu

More information

Fengxin Chen. updated in Dec. 2008

Fengxin Chen. updated in Dec. 2008 Fengxin Chen updated in Dec. 2008 Address: Department of Mathematics University of Texas at San Antonio One UTSA Circle San Antonio, TX 78249 Tel: (210)-458-5696 (work) Tel: (210)-695-9299 (home) Email:

More information