-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourses.html
More file actions
166 lines (163 loc) · 11.2 KB
/
courses.html
File metadata and controls
166 lines (163 loc) · 11.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Courses — Speech and Psycholinguistics Lab at York</title>
<link rel="stylesheet" href="./lib/css/bootstrap.min.css">
<link rel="stylesheet" href="./css/style.css">
<script src="./lib/js/bootstrap.min.js"></script>
<link rel="icon" type="image/jpeg" href="./img/logo.jpeg"/>
</head>
<body>
<div class="container">
<!-- container for header elements: title, line, navbar -->
<div class="container" style="text-align: center;">
<h1 class="all-pages-h1 non-frontpage-h1">Speech and Psycholinguistics Lab at York</h1>
<div class="line"><img src="./img/logo.jpeg" class="lineImg"></div>
<nav class="navbar navbar-expand-sm bg-white justify-content-center">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="./index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="./research.html">Research</a></li>
<li class="nav-item"><a class="nav-link" href="./people.html">People</a></li>
<li class="nav-item"><a class="nav-link" href="./facilities.html">Facilities</a></li>
<li class="nav-item"><a class="nav-link active" href="./courses.html">Courses</a></li>
<li class="nav-item"><a class="nav-link" href="./calendar.html">Calendar</a></li>
<li class="nav-item"><a class="nav-link" href="./contact.html">Contact</a></li>
</ul>
</nav>
</div>
<div class="content-wrapper">
<!-- use Bootstrap List Groups for courses -->
<ul class="list-group list-group-flush">
<!-- course item -->
<li class="list-group-item">
<div class="row">
<!-- course code and name -->
<div class="col-md-3" style="text-align: right;">
<h5><a href="https://saplabyork.github.io/Courses/LING2200.html">LING 2200</a></h5>
<p>Introduction to Speech and Language Sciences</p>
</div>
<!-- course description -->
<div class="col-md-9">
<p> This is the capstone course for the the Speicalized Honours BA in Speech and Language Sciences. The course serves as an introduction to major themes in the study of speech. </p>
</div>
</div>
</li>
<!-- course item -->
<li class="list-group-item">
<div class="row">
<!-- course code and name -->
<div class="col-md-3" style="text-align: right;">
<h5>LING 3210</h5>
<p>First Language Acquisition</p>
</div>
<!-- course description -->
<div class="col-md-9">
<p>How does an infant learn the sounds of her native language? What stages does she go
through while stringing together words to form sentences? How does she discover the
meaning of words and phrases? We’ll try to answer these questions (and many more) in
this course—a general introduction to various aspects of a child’s speedy and
comprehensive acquisition of their first language. The course provides an overview of
current theoretical models of language acquisition, and includes discussion of the
biological determinants of acquisition, the interaction between cognitive and linguistic
development, learnability issues, and the role of child-directed speech. In addition,
the course will examine the stages and sequences of acquisition, as established through
empirical findings. Topics will include: methods of collecting and analyzing child
language data; cross-linguistic patterns of acquisition; typical sequences and processes
in phonological, morphological, syntactic, and semantic development;
prelinguistic-to-linguistic development of communicative competence; and processing
strategies underlying production and comprehension. While most of the examples will be
drawn from English acquisition data, reference will be made to the acquisition of other
languages from time to time.</p>
</div>
</div>
</li>
<!-- course item -->
<li class="list-group-item">
<div class="row">
<!-- course code and name -->
<div class="col-md-3" style="text-align: right;">
<h5>LING/PSYC 3290</h5>
<p>Psycholinguistics [<a target="_blank"
href="./pdfs/LING3220_Psycholx_F2016_syllabus.pdf">syllabus</a>]</p>
</div>
<!-- course description -->
<div class="col-md-9">
<p>This course introduces students to the major research questions motivating the study of
the mental processes involved in producing and comprehending language. The course
surveys the field of Psycholinguistics from its origins in the 1950s up to recent
debates and findings in speech perception, the mental lexicon, syntactic processing,
pragmatics and conversation. Students will be introduced to primary experimental
research in the form of journal articles, which they learn to read critically from the
perspective of linguistic and psychological theory.</p>
</div>
</div>
</li>
<!-- ccourse item -->
<li class="list-group-item">
<div class="row">
<!-- course code and name -->
<div class="col-md-3" style="text-align: right;">
<h5>LING 4230</h5>
<p>Language and the Brain</p>
</div>
<!-- course description -->
<div class="col-md-9">
<p>This course focuses on the relationship between the human brain, comprehension,
production, and acquisition of language. We examine questions like: What are the mental
processes that underlie language? What brain structures are associated with language?
How do the properties of neural structures influence language processing? We focus on
methods as much as conclusions, so students read a variety of primary research articles
from the field. The course follows the speech chain beginning with basic audition,
speech perception, and phonological processing, into higher levels of syntactic and
semantic processing. The course concludes with a survey of a variety of speech and/or
language disorders, such as aphasias, delayed language development, dyslexia, deafness,
and language dissolution in old age.</p>
</div>
</div>
</li>
<!-- course item -->
<li class="list-group-item">
<div class="row">
<!-- course code and name -->
<div class="col-md-3" style="text-align: right;">
<h5>LAL 6120</h5>
<p>Phonetics and Phonology: <em>Speech perception and sound change</em></p>
</div>
<!-- course description -->
<div class="col-md-9">
<p>In this seminar we will explore the nature of speech perception explanations for why
sound systems look the way they do and why certain phonological phenomena are more
common than others. Since at least the 19th century linguists have concerned with the
speaker-hearer relationship and the force it exerts on the directions of sound change
(e.g., Baudoin de Courtenay, Paul Passy). We will build on this tradition by examining
more recent developments in theoretical approaches to what is called phonetically based
phonology. Our readings will establish an intellectual history of this line of thinking,
covering a variety of theoretical positions (e.g., Lindblom's H & H theory, Ohala's
theory of misperception, Kingston & Diehl's notion of phonetic knowledge, and Blevins'
Evolutionary Phonology among others) that each propose well-dened, though not
necessarily compatible, roles for speech production and perception in patterns of
sounds. We will quickly engage with experimental evidence supporting these theoretical
positions. Our task will be to examine (critique/support) each of these studies with an
eye towards experimental technique, phonological history (and to some extent synchrony),
and the predictions implied by the authors' conclusions. Some issues we will consider
are whether phonetic factors in phonology are teleological, whether the speakers' and
listeners' contributions to the structure of sound systems are complementary or at odds
with each other, and whether speaker "diculties" and listener "mistakes" are as
important in sound change as they're often claimed to be.</p>
</div>
</div>
</li>
</ul>
<!-- footer -->
<footer class="bg-light fixed-bottom">
<div class="text-center text-muted">
127-128 Founders College, York University | email: <a class="text-dark"
href="mailto:saplab@yorku.ca">saplab@yorku.ca</a>
</div>
</footer>
</div>
</div>
</body>
</html>