This repository has been archived by the owner on Oct 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
535 lines (215 loc) · 13.3 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
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Phil 428</title>
<meta name="author" content="Alejandro Pérez Carballo">
<meta name="description" content="Tomorrow we will be finishing our discussion of Lecture 2 of Naming and Necessity. I will make some room for questions about the final paper. After …">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="http://perezcarballo.org/phil428">
<link href="/phil428/favicon.png" rel="icon">
<link href="/phil428/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<script src="/phil428/javascripts/modernizr-2.0.js"></script>
<script src="/phil428/javascripts/ender.js"></script>
<script src="/phil428/javascripts/octopress.js" type="text/javascript"></script>
<link href="/phil428/atom.xml" rel="alternate" title="Phil 428" type="application/atom+xml">
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<!-- <link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"> -->
<!-- <link href='http://fonts.googleapis.com/css?family=Droid+Serif:700,400,400italic,700italic' rel='stylesheet' type='text/css'> -->
</head>
<body >
<header role="banner"><hgroup>
<h1><a href="/phil428/">Phil 428</a></h1>
<h2>Anglo-American Philosophy since 1950</h2>
</hgroup>
</header>
<nav role="navigation"><ul class="subscription" data-subscription="rss email">
<li><a href="/phil428/atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>
<li><a href="http://feedburner.google.com/fb/a/mailverify?uri=USC_Phil428&loc=en_US" rel="subscribe-email" title="subscribe via email">Email</a></li>
</ul>
<form action="http://google.com/search" method="get">
<fieldset role="search">
<input type="hidden" name="q" value="site:perezcarballo.org/phil428" />
<input class="search" type="text" name="q" results="0" placeholder="Search"/>
</fieldset>
</form>
<ul class="main-navigation">
<li><a href="/phil428/">Home</a></li>
<li><a href="/phil428/readings">Readings</a></li>
<li><a href="/phil428/assignments">Assignments</a></li>
<li><a href="/phil428/blog/archives">Archives</a></li>
<li><a href="/phil428/calendar">Calendar</a></li>
</ul>
</nav>
<div id="main">
<div id="content">
<div class="blog-index">
<article>
<header>
<h1 class="entry-title"><a href="/phil428/blog/2012/04/24/our-last-two-meeting-s/">Our last (two) meeting(s)</a></h1>
<p class="meta">
<time datetime="2012-04-24T10:55:00-07:00" pubdate data-updated="true">Apr 24<span>th</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>Tomorrow we will be finishing our discussion of Lecture 2 of <em>Naming and Necessity</em>. I will make some room for questions about the final paper. After that, we will start talking about Lewis. Take a look at Chapter 1 of <em>On the Plurality of Worlds</em> (available in .pdf format in the usual place).</p>
<p>I still haven’t received enough responses about a possible make-up class. Hopefully tomorrow we can find a time that works for all. I hope to see you all tomorrow.</p></div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/phil428/blog/2012/04/22/readings-for-tomorrow/">Readings for tomorrow</a></h1>
<p class="meta">
<time datetime="2012-04-22T14:06:00-07:00" pubdate data-updated="true">Apr 22<span>nd</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>Remember: tomorrow we’ll discuss Lecture 2 of <em>Naming and Necessity</em>.</p></div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/phil428/blog/2012/04/15/final-paper-topics-posted/">Final paper topics posted</a></h1>
<p class="meta">
<time datetime="2012-04-15T15:40:00-07:00" pubdate data-updated="true">Apr 15<span>th</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>The <a href='http://perezcarballo.org/phil428/assignments/#paper2'>final paper topics</a> are now up. Please take a look so we can go over any questions you may have during the week.</p></div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/phil428/blog/2012/04/12/readings-for-the-week-of-4-slash-16/">Readings for the week of 4/16</a></h1>
<p class="meta">
<time datetime="2012-04-12T19:43:00-07:00" pubdate data-updated="true">Apr 12<span>th</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>Next week we will start our discussion of Kripke, <em>Naming and Necessity</em>. For Monday, please read the first lecture. As I mentioned in class last Wednesday, this is one instance where you <em>really</em> should not leave the reading until the last minute. Start reading as soon as you can.</p>
<p>Note that there will be reading questions due Monday, so that’s another reason to do the readings in advance. The reading question will be <a href='/phil428/assignments'>posted</a> in the next few hours.</p>
<p>One final note: please remember to fill out the Doodle poll for the make-up class.</p></div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/phil428/blog/2012/03/28/two-announcements/">Two announcements</a></h1>
<p class="meta">
<time datetime="2012-03-28T11:45:00-07:00" pubdate data-updated="true">Mar 28<span>th</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>(Actually, three announcements.)</p>
<p>First, about next week: We will finish our discussion of Chapter 2 of Kripke, <em>Wittgenstein on Rules and Private Language</em>. We will concentrate on his objections to the dispositional account. You may want to re-read pp. 21-36.</p>
<p>If time permits, we will start our discussion of Quine, ‘Reference and Modality’, in <em>From a Logical Point of View</em>, 2nd ed., Cambridge: HUP, 1961. An electronic copy of that paper is available in the Dropbox folder. You may also want to look at Quine, ’<a href='http://www.jstor.org/stable/2017458'>Notes on existence and Necessity</a>’, <em>Journal of Philosophy</em>, Vol. 40, No. 5, 1943, pp. 113-127, also available in the Dropbox folder.</p>
</div>
<footer>
<a rel="full-article" href="/phil428/blog/2012/03/28/two-announcements/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/phil428/blog/2012/03/26/this-coming-wednesday/">This coming Wednesday</a></h1>
<p class="meta">
<time datetime="2012-03-26T22:47:00-07:00" pubdate data-updated="true">Mar 26<span>th</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>For Wednesday you should read the rest of Chapter 2 of Kripke, <em>Wittgenstein on Rules and Private Language</em>. An electronic copy is available in the usual place.</p>
<p>Remember that if you are taking the class for credit, you should schedule an appointment to discuss your first paper. If you have not received an email from me with instructions on how to sign up, please let me know.</p></div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/phil428/blog/2012/03/18/readings-for-3-slash-21/">Readings for 3/21</a></h1>
<p class="meta">
<time datetime="2012-03-18T19:05:00-07:00" pubdate data-updated="true">Mar 18<span>th</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>Following up on the <a href='http://perezcarballo.org/phil428/blog/2012/03/14/readings-for-the-week-of-3-slash-19/'>previous post</a> on readings for this coming week: for Wednesday, read Chapter 1 as well as pp. 7-21 of Chapter 2 of Kripke, <em>Wittgenstein on Rules and Private Language</em>. An electronic copy is available in the usual place.</p></div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/phil428/blog/2012/03/16/new-reading-questions/">New reading questions</a></h1>
<p class="meta">
<time datetime="2012-03-16T16:22:00-07:00" pubdate data-updated="true">Mar 16<span>th</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>I’ve posted a <a href='/phil428/assignments/#rq3'>new set</a> of reading questions. They are <a href='/phil428/calendar'>due</a> on Monday at 10am.</p></div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/phil428/blog/2012/03/14/updated-reading-schedule/">Updated reading schedule</a></h1>
<p class="meta">
<time datetime="2012-03-14T16:37:00-07:00" pubdate data-updated="true">Mar 14<span>th</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>As you may have noted, we have departed from the tentative schedule on the <a href='http://dl.dropbox.com/u/2015884/phil428.pdf'>syllabus</a>. We have six weeks of class left, so we are going to have to cut a few things from the original schedule. For now, the plan is to follow something like this updated schedule:</p>
</div>
<footer>
<a rel="full-article" href="/phil428/blog/2012/03/14/updated-reading-schedule/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/phil428/blog/2012/03/14/readings-for-the-week-of-3-slash-19/">Readings for the week of 3/19</a></h1>
<p class="meta">
<time datetime="2012-03-14T16:31:00-07:00" pubdate data-updated="true">Mar 14<span>th</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>We will resume our discussion of Chapter 2 of <em>Word and Object</em> after Spring break. For Monday, re-read §§12-16.</p>
<p>On Wednesday, we will start our discussion of Kripke, <em>Wittgenstein on Rules and Private Language</em>. Start by reading the very short first chapter. I will assign selections from Chapter 2 before the end of Spring Break.</p>
<p>Remember that your final draft of the <a href='http://perezcarballo.org/phil428/assignments/#paper1'>first paper</a> is <a href='http://perezcarballo.org/phil428/calendar/'>due</a> on Wednesday.</p></div>
</article>
<div class="pagination">
<a class="prev" href="/phil428/blog/page/2/">← Older</a>
<a href="/phil428/blog/archives">Blog Archives</a>
</div>
</div>
<aside class="sidebar">
<section>
<h1>Practical information</h1>
<p>Instructor: <a href="http://perezcarballo.org">A. Pérez Carballo</a> <br>
Meetings: MW 10-11.20 <br>
Location: VKC 151 <br>
Office hours: M 1-3 <br>
Office: Stonier Hall 115A
</p>
</section><section>
<h1>Resources</h1>
<p><a href="http://dl.dropbox.com/u/2015884/syllabi/phil428.pdf">Syllabus</a> <br>
<a href="http://www.jimpryor.net/teaching/guidelines/writing.html">Writing a Philosophy paper (Pryor)</a> <br>
<a href="http://plato.stanford.edu/contents.html">Stanford Encyclopedia of Philosophy</a>
</p>
</section>
<section>
<h1>Latest Tweets</h1>
<ul id="tweets">
<li class="loading">Status updating…</li>
</ul>
<script type="text/javascript">
$.domReady(function(){
getTwitterFeed("Phil_428", 4, false);
});
</script>
<script src="/phil428/javascripts/twitter.js" type="text/javascript"> </script>
<a href="http://twitter.com/Phil_428" class="twitter-follow-button" data-show-count="false">Follow @Phil_428</a>
</section>
<section>
<h1>About this site</h1>
<p>This is the website for PHIL 428 at <a href="http://www.usc.edu">USC</a>. Announcements, readings, and other relevant information will be posted here. If you are enrolled in this class, you should be checking this website regularly.</p>
</section>
</aside>
</div>
</div>
<footer role="contentinfo"><p>
Copyright © 2013 - Alejandro Pérez Carballo -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
</p>
</footer>
<script type="text/javascript">
(function(){
var twitterWidgets = document.createElement('script');
twitterWidgets.type = 'text/javascript';
twitterWidgets.async = true;
twitterWidgets.src = 'http://platform.twitter.com/widgets.js';
document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
})();
</script>
</body>
</html>