-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·57 lines (48 loc) · 1.39 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
<!--
Author: Colin Wilson
-->
<html>
<head>
<title>Colin Wilson</title>
</head>
<body>
<table cellspacing=0>
<tr>
<td width = "100%" bgcolor="lightblue" >
<h1> Colin Wilson </h1>
<p>
Professor</br>
Department of Cognitive Science</br>
Johns Hopkins University</br>
Room 237 Krieger Hall</br>
3400 North Charles St.</br>
Baltimore, MD 21218</br>
</p>
</td>
<td width = "10%" bgcolor="lightblue" > </td>
<td > <img src="picture4.jpg" width=350 height=294 align=left > </td>
</tr>
</table>
<hr />
<br />
<big>
Research interests
<ul>
<li> Theoretical phonology</br>
phonotactics, constraint learning and interaction</li></br>
<li> Experimental phonology/phonetics</br>constraints on phonetic variation, cross-language perception and production, artificial grammar</li></br>
<li> Computational cognitive science</br>probabilistic models of phonology, spatial language, and visual working memory </li>
</ul>
<br/>
<hr/>
<big>
<a href = "papers.html">Papers</a>,
<a href = "talks.html">Talks/Posters</a>,
<a href ="https://github.com/colincwilson">Code</a>,
<a href = "teaching.html">Teaching<a/>,
<a href="https://scholar.google.com/citations?user=_anNJOEAAAAJ&hl=en">Google Scholar</a>,
<a href="https://www.researchgate.net/profile/Colin_Wilson18">ResearchGate</a>,
<a href="ColinWilson_CV_01_2023.pdf">CV</a>
</big>
</body>
</html>