-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbio.html
177 lines (170 loc) · 5.2 KB
/
bio.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>John Fox: Bio</title>
<style type="text/css">
<!--
body {
font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
color: #000;
}
ul, ol, dl {
padding: 0;
margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
margin-top: 0;
padding-right: 15px;
padding-left: 15px;
}
a img {
border: none;
}
a:link {
color: #000;
text-decoration: underline;
}
a:visited {
color: #333;
text-decoration: underline;
}
a:hover, a:active, a:focus {
text-decoration: none;
}
.container {
width: auto;
background: #FFF;
color: #000;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
.header {
background-color: #CCC;
color: #000;
}
.color-dark-blue {
color: #009;
}
.content {
padding: 10px 0;
color: #FFF;
background-color: #FFF;
}
.footer {
padding: 10px 0;
color: #000;
background-color: #CCC;
}
.fltrt {
float: right;
margin-left: 8px;
}
.fltlft {
float: left;
margin-right: 8px;
}
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.dark-purple {
color: #5B00B7;
}
black-color {
color: #000;
}
.black-color {
color: #000;
}
.dark-green-color {
color: #063;
}
.verdana-font {
font-family: Verdana, Geneva, sans-serif;
}
-->
</style>
</head>
<body>
<div class="container">
<div class="header">
<h1 class="color-dark-blue" align="left"><span
class="dark-purple"><span class="dark-purple"><span
class="dark-green-color"><span class="verdana-font"><font
color="#000099"> John Fox: Brief Bio<br>
</font></span></span></span></span></h1>
<div style="text-align: left;"><span style="font-weight: bold;"></span>
</div>
</div>
<div class="content">
<table width="100%" border="0">
<tbody>
<tr>
<td width="28%" valign="top" align="center"><img
moz-do-not-send="true" src="JohnFox.jpg" alt="John
Fox's picture" width="303" height="310"><br>
</td>
<td width="72%">
<p class="black-color">John Fox is Professor Emeritus at
McMaster University, in Hamilton, Ontario, Canada,
where, prior to retirement, he was the Senator
McMaster Professor of Social Statistics. <br>
</p>
<p class="black-color">Professor Fox is the author of
numerous books (including those supported by this
website) and articles on social statistics,
statistical computing, and statistical graphics, and
in sociology and social psychology. He has also
co-authored popular packages for the R statistical
computing environment, including the <b>car</b>, <b>effects</b>,
<b>Rcmdr</b>, <b>ivreg</b>, and <b>matlib</b>
packages.<br>
</p>
<p class="black-color">John Fox received a BA from City
College of New York in 1968 and a PhD from the
University of Michigan in 1972, both in Sociology.
Prior to McMaster, he taught at the University of
Alberta, in Edmonton, Canada, and at York University,
in Toronto. For many years, Professor Fox taught
courses, short courses, and lecture series in the
Inter-university Consortium for Political and Social
Research (ICSPR) Summer Program in Quantitative
Methods for Social Research at the University of
Michigan. He presented short courses and workshops on
a range of topics in statistics and statistical
computing in a variety of venues in North America,
Europe, Asia, and Latin America.<br>
</p>
<p class="black-color">Professor Fox was the founding
Coordinator of the York University Statistical
Consulting Service, and was Chair of the McMaster
University Sociology Graduate Programme. He served on
the editorial boards of a number of journals,
including The American Journal of Sociology, The
Journal of Statistical Software, The R Journal,
Sociological Methods and Research, and Sociological
Methodology, and was academic editor of the Sage
Quantitative Applications in the Social Sciences
("QASS") monograph series. He was a frequent member of
the Advisory Committee to the ICPSR Summer Program,
and was elected to the ICPSR Council and to the R
Foundation.<br>
</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="footer"> last modified: 2023-03-19
by John Fox <<a href="mailto:[email protected]"
moz-do-not-send="true">john.david.fox AT proton.me</a>> </div>
</div>
</body>
</html>