forked from jcmartinezovando/jcmartinezovando.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
140 lines (122 loc) · 4.88 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
<!DOCTYPE html>
<!-- HTML -->
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns:st1="urn:schemas-microsoft-com:office:smarttags"
xmlns="http://www.w3.org/TR/REC-html40">
<!-- HEAD -->
<head>
<meta name="google-site-verification" content="CtfxQMVbp-akX3fqdv4V2X6BEUZhERUBb_rhuPfYojE" />
<meta name="p:domain_verify" content="3907fce03f65935fdedf551f5d36a6e1"/>
<meta http-equiv="Content-Language" content="EN-UK">
<meta http-equiv="Content-Type" content="text/html" charset="windows-1252" charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="Keywords" content="Martinez-Ovando, martinezovando, Bayesian nonparametrics, Actuarial statistics, predictive analytics, operational risk, J. C. Martinez-Ovando">
<link rel="Edit-Time-Data" href="http://jcmartinezovando.github.io/">
<title>Juan Carlos Martínez-Ovando ::: ITAM</title>
<link rel="stylesheet" type="text/css" href="/css/jcmo.css">
</head> <!-- End:HEAD -->
<!-- BODY -->
<body>
<!-- WRAP -->
<div id="wrap">
<!-- Heading -->
<table id="header" style="width:100%">
<tr>
<td><h1>Juan Carlos Martínez-Ovando</h1></td>
<td>
<!--<a href="mailto:[email protected]" align="right">@Personal.com</a>
<strong>·</strong>-->
<a href="mailto:[email protected]" align="right">@itam.mx</a>
<strong>·</strong>
<a href="https://github.com/jcmartinezovando" align="right">GitHub.com</a>
</td>
</tr>
<tr>
<td><h2>Full-Time Professor & Research Statistical Scientist</h2></td>
<td> </td>
</tr>
</table> <!-- End:Heading -->
<!-- Picture -->
<img id="frontphoto" src="/css/jcmo_collage.jpg" width="760" height="175" >
<!-- End:Picture -->
<!-- Menu Bar -->
<div id="rightside">
<ul class="avmenu">
<li><a class="current" href="/">Home</a></li>
<li><a href="/research/">Research</a></li>
<li><a href="/cursos/"><em>Cursos</em></a></li>
</ul>
<!-- Contact -->
<div class="announce" color="#686868">
<h2>Contact</h2>
Departament of Actuarial Science & Insurance
<br>ITAM
<br>Río Hondo 1
<br>Progreso Tizapán
<br>01080 - Ciudad de México
<br>MEXICO
<br>
<br>P: +52(55)5628-4000
<br> Ext. 3844
<br>F: +52(55)5628-4086
<br>E: <a href="mailto:[email protected]" align="right">@itam.mx</a>
</div><!-- End:Contact -->
<!-- News
<div class="announce">
<font color="#DD2E1F">
<h2>News:</h2>
I'll be giving a talk @ the 9th International Conference on Computational and Financial
Econometrics (CFE 2015).
</font>
</div> End:News -->
</div> <!-- End:MEnu Bar -->
<!-- Body Text -->
<div id="contentwide2">
<!-- Welcome -->
<h3>Welcome...</h3>
<p>
I am a Bayesian Statistician and Data Scientist passionate about dealing and solving real
life problems using data analytics and statistical methods. I have experience working
in public and private sector in areas related to the Social Sciences.
</p>
<p>
Currently, I work at the Department of Actuarial Science and Insurance at
<a HREF="http://www.itam.mx/">ITAM</a> as a Full Time Professor;
this is the link to my
<a href="http://www.faculty.itam.mx/en/profesoresDetalles.php?id_profesor=436">
[official website]</a> In this other
<a href="https://mx.linkedin.com/in/jcmartinezovando">[link]</a> you will find a
description of my professional and academic experience, as well.
</p>
<p>
I am particularly interested in studying different aspects of the
<em>Bayesian paradigm</em> to inference involved with
<em>nonparametric methods</em>,
<em>time-series analysis</em>,
<em>highly-structured modelling</em>,
<em>actuarial statistics</em>,
<em>operational risks</em>,
<em>quantitative risk assessment</em>,
<em>macroeconometrics</em> and
<em>predictive analytics</em>.
I am also interested in topics related to the
<em>visualization of complex data</em> and the
<em>scalability of stochastic computational procedures</em>.
</p>
</div> <!-- End:Body Text -->
<!-- Footer -->
<div id="footer">
<p>
<em>The views expressed in this website are the author's own and do not necessarily represent
those of ITAM.</em>
<br>
<span>© 2015 <a href="#">Juan Carlos Martínez-Ovando</a></span>
<br>
Designed by <a href="http://www.stylishtemplate.com/">Stylish Template</a>
</p>
</div> <!-- End:Footer -->
</div> <!-- End:WRAP -->
</body> <!-- End:BODY -->
</html> <!-- End:HTML -->