This commit is contained in:
Kathleen Fitzpatrick
2024-12-08 12:43:58 -06:00
commit 9e24ee085d
5315 changed files with 1371475 additions and 0 deletions

View File

@@ -0,0 +1,724 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>A Long-Overdue Open Letter to John Sexton</title>
<meta name="description" content="The long-running and erratically updated blog of Kathleen Fitzpatrick.">
<link rel="alternate" href="feed/feed.xml" type="application/atom+xml" title="kfitz">
<script async="" src="https://talk.hyvor.com/embed/embed.js" type="module"></script>
<link rel="webmention" href="https://webmention.io/kfitz.info/webmention">
<link rel="pingback" href="https://webmention.io/kfitz.info/xmlrpc">
<style>/**
* okaidia theme for JavaScript, CSS and HTML
* Loosely based on Monokai textmate theme by http://www.monokai.nl/
* @author ocodia
*/
code[class*="language-"],
pre[class*="language-"] {
color: #f8f8f2;
background: none;
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
font-size: 1em;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
/* Code blocks */
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
border-radius: 0.3em;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
background: #272822;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
padding: .1em;
border-radius: .3em;
white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: #8292a2;
}
.token.punctuation {
color: #f8f8f2;
}
.token.namespace {
opacity: .7;
}
.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
color: #f92672;
}
.token.boolean,
.token.number {
color: #ae81ff;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
color: #a6e22e;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
color: #f8f8f2;
}
.token.atrule,
.token.attr-value,
.token.function,
.token.class-name {
color: #e6db74;
}
.token.keyword {
color: #66d9ef;
}
.token.regex,
.token.important {
color: #fd971f;
}
.token.important,
.token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}
.token.entity {
cursor: help;
}
/*
* New diff- syntax
*/
pre[class*="language-diff-"] {
--eleventy-code-padding: 1.25em;
padding-left: var(--eleventy-code-padding);
padding-right: var(--eleventy-code-padding);
}
.token.deleted {
background-color: hsl(0, 51%, 37%);
color: inherit;
}
.token.inserted {
background-color: hsl(126, 31%, 39%);
color: inherit;
}
/* Make the + and - characters unselectable for copy/paste */
.token.prefix.unchanged,
.token.prefix.inserted,
.token.prefix.deleted {
-webkit-user-select: none;
user-select: none;
display: inline-flex;
align-items: center;
justify-content: center;
padding-top: 2px;
padding-bottom: 2px;
}
.token.prefix.inserted,
.token.prefix.deleted {
width: var(--eleventy-code-padding);
background-color: rgba(0,0,0,.2);
}
/* Optional: full-width background color */
.token.inserted:not(.prefix),
.token.deleted:not(.prefix) {
display: block;
margin-left: calc(-1 * var(--eleventy-code-padding));
margin-right: calc(-1 * var(--eleventy-code-padding));
text-decoration: none; /* override del, ins, mark defaults */
color: inherit; /* override del, ins, mark defaults */
}
/* This is an arbitrary CSS string added to the bundle */
/* Defaults */
@font-face {
font-family: "Atkinson Hyperlegible";
src: url('/css/files/atkinson-hyperlegible-latin-400-normal.woff2') format('woff2');
font-display: swap;
}
@font-face {
font-family: "Atkinson Hyperlegible";
font-weight: bold;
src: url('/css/files/atkinson-hyperlegible-latin-700-normal.woff2') format('woff2');
font-display: swap;
}
@font-face {
font-family: "Atkinson Hyperlegible";
font-style: italic
src: url('/css/files/atkinson-hyperlegible-latin-400-italic.woff2') format('woff2');
font-display: swap;
}
:root {
--font-family: "Atkinson Hyperlegible", -apple-system, system-ui, sans-serif;
--font-family-monospace: Consolas, Menlo, Monaco, Andale Mono WT, Andale Mono, Lucida Console, Lucida Sans Typewriter, DejaVu Sans Mono, Bitstream Vera Sans Mono, Liberation Mono, Nimbus Mono L, Courier New, Courier, monospace;
font-size: 18px;
}
/* Theme colors */
:root {
--color-gray-20: #e0e0e0;
--color-gray-50: #C0C0C0;
--color-gray-90: #333;
--background-color: #fff;
--text-color: var(--color-gray-90);
--text-color-link: #d61d4a;
--text-color-link-active: #853439;
--text-color-link-visited: #e8325e;
--syntax-tab-size: 2;
}
@media (prefers-color-scheme: dark) {
:root {
--color-gray-20: #e0e0e0;
--color-gray-50: #C0C0C0;
--color-gray-90: #dad8d8;
/* --text-color is assigned to --color-gray-_ above */
--text-color-link: #1493fb;
--text-color-link-active: #6969f7;
--text-color-link-visited: #a6a6f8;
--background-color: #15202b;
}
}
/* Global stylesheet */
* {
box-sizing: border-box;
}
@view-transition {
navigation: auto;
}
html,
body {
padding: 0;
margin: 0 auto;
font-family: var(--font-family);
color: var(--text-color);
background-color: var(--background-color);
}
html {
overflow-y: scroll;
}
body {
max-width: 40em;
}
/* https://www.a11yproject.com/posts/how-to-hide-content/ */
.visually-hidden {
clip: rect(0 0 0 0);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
}
p:last-child {
margin-bottom: 0;
}
p {
line-height: 1.5;
}
li {
line-height: 1.5;
}
a[href] {
color: var(--text-color-link);
}
a[href]:visited {
color: var(--text-color-link-visited);
}
a[href]:hover,
a[href]:active {
color: var(--text-color-link-active);
}
main,
footer {
padding: 1rem;
}
main :first-child {
margin-top: 0;
}
header {
border-bottom: 1px dashed var(--color-gray-20);
}
header:after {
content: "";
display: table;
clear: both;
}
footer {
border-top: 1px dashed var(--color-gray-50);
}
.links-nextprev {
display: flex;
justify-content: space-between;
gap: .5em 1em;
list-style: "";
border-top: 1px dashed var(--color-gray-20);
padding: 1em 0;
}
.links-nextprev > * {
flex-grow: 1;
}
.links-nextprev-next {
text-align: right;
}
table {
margin: 1em 0;
}
table td,
table th {
padding-right: 1em;
}
pre,
code {
font-family: var(--font-family-monospace);
}
pre:not([class*="language-"]) {
margin: .5em 0;
line-height: 1.375; /* 22px /16 */
-moz-tab-size: var(--syntax-tab-size);
-o-tab-size: var(--syntax-tab-size);
tab-size: var(--syntax-tab-size);
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
direction: ltr;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
overflow-x: auto;
}
code {
word-break: break-all;
}
/* Header */
header {
display: flex;
gap: 1em .5em;
flex-wrap: wrap;
align-items: center;
padding: 1em;
}
.home-link {
font-size: 1.5em; /* 16px /16 */
font-weight: 700;
margin-right: 2em;
}
.home-link:link:not(:hover) {
text-decoration: none;
}
/* Nav */
.nav {
display: flex;
padding: 0;
margin: 0;
list-style: none;
}
.nav-item {
display: inline-block;
margin-right: 1em;
}
.nav-item a[href]:not(:hover) {
text-decoration: none;
}
.nav a[href][aria-current="page"] {
text-decoration: underline;
}
/* Posts list */
.postlist {
list-style: none;
padding: 0;
padding-left: 1.5rem;
}
.postlist-item {
display: flex;
flex-wrap: wrap;
align-items: baseline;
counter-increment: start-from -1;
margin-bottom: 1em;
}
.postlist-item:before {
display: inline-block;
pointer-events: none;
content: "" counter(start-from, decimal-leading-zero) ". ";
line-height: 100%;
text-align: right;
margin-left: -1.5rem;
}
.postlist-date,
.postlist-item:before {
font-size: 0.8125em; /* 13px /16 */
color: var(--color-gray-90);
}
.postlist-date {
word-spacing: -0.5px;
}
.postlist-link {
font-size: 1.1875em; /* 19px /16 */
font-weight: 700;
flex-basis: calc(100% - 1.5rem);
padding-left: .25em;
padding-right: .5em;
text-underline-position: from-font;
text-underline-offset: 0;
text-decoration-thickness: 1px;
}
.postlist-item-active .postlist-link {
font-weight: bold;
}
/* Archive list */
.archivelist {
padding: 0;
padding-left: 2.5rem;
}
.archivelist-item {
align-items: baseline;
margin-bottom: 1em;
}
.archivelist-item::marker {
text-align: right;
margin-left: -1.5rem;
font-size: 0.8125em; /* 13px /16 */
color: var(--color-gray-90);
}
.archivelist-date {
font-size: 0.8125em; /* 13px /16 */
color: var(--color-gray-90);
word-spacing: -0.5px;
}
.archivelist-link {
font-size: 1.1875em; /* 19px /16 */
font-weight: 700;
flex-basis: calc(100% - 1.5rem);
padding-left: .25em;
padding-right: .5em;
text-underline-position: from-font;
text-underline-offset: 0;
text-decoration-thickness: 1px;
}
.archivelist-item-active .archivelist-link {
font-weight: bold;
}
/* Tags */
.post-tag {
display: inline-flex;
align-items: center;
justify-content: center;
text-transform: capitalize;
font-style: italic;
}
.postlist-item > .post-tag {
align-self: center;
}
/* Tags list */
.post-metadata {
display: inline-flex;
flex-wrap: wrap;
gap: .5em;
list-style: none;
border-top: 1px dashed var(--color-gray-20);
border-bottom: 1px dashed var(--color-gray-20);
padding: 3px 0px 3px 0px;
margin: 0;
font-size: .8em;
}
.post-metadata time {
margin-right: 1em;
}
/* Direct Links / Markdown Headers */
.header-anchor {
text-decoration: none;
font-style: normal;
font-size: 1em;
margin-left: .1em;
}
a[href].header-anchor,
a[href].header-anchor:visited {
color: transparent;
}
a[href].header-anchor:focus,
a[href].header-anchor:hover {
text-decoration: underline;
}
a[href].header-anchor:focus,
:hover > a[href].header-anchor {
color: #aaa;
}
h2 + .header-anchor {
font-size: 1.5em;
font-weight: bold;
}
h1 {
font-weight: bolder;
}
summary {
font-size: 1.5em;
font-weight: bold;
margin-bottom: .5em;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
blockquote {
display: block;
margin-left: 2em;
margin-right: 3em;
padding-left: 10px;
border-left: 10px solid var(--text-color-link);
}
hr.new {
border: none;
border-top: 1px dashed var(--color-gray-50);
}
/* Webmention Section */
.webmentions {
display:block;
text-align: left;
}
.webmentions__facepile {
display:flex;
align-items: center;
flex-wrap: wrap;
}
.webmentions__face {
width: 2rem;
height: 2rem;
border-radius: 50%;
object-fit: cover;
flex: none;
}
.webmentions__list {
list-style-type: none;
padding:0;
}
.webmentions__item {
margin-bottom: 2rem;
}
/* Single Webmention */
.webmention {
display:block;
}
.webmention__meta,
.webmention__author {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.webmention__meta {
margin-bottom:.5rem;
}
.webmention__author {
margin-right:.25rem;
}
.webmention__author__photo {
height: 3rem;
width: 3rem;
border-radius: 50%;
object-fit: cover;
margin-right:.5rem;
}
.webmention__pubdate {
font-style: italic;
}
/* Message Box */
.message-box {
--color-message-box: #ffc;
display: block;
background-color: var(--color-message-box);
color: var(--color-gray-90);
padding: 1em 0.625em; /* 16px 10px /16 */
}
.message-box ol {
margin-top: 0;
}
@media (prefers-color-scheme: dark) {
.message-box {
--color-message-box: #082840;
}
}</style>
</head>
<body>
<a href="#skip" class="visually-hidden">Skip to main content</a>
<header>
<a href="/" class="home-link">kfitz</a>
<nav>
<h2 class="visually-hidden" id="top-level-navigation-menu">Top level navigation menu</h2>
<ul class="nav">
<li class="nav-item"><a href="/">Home</a></li>
<li class="nav-item"><a href="/blog/">Archive</a></li>
<li class="nav-item"><a href="/about/">About</a></li>
<li class="nav-item"><a href="/projects/">Projects</a></li>
<li class="nav-item"><a href="/presentations/">Presentations</a></li>
<li class="nav-item"><a href="/teaching/">Teaching</a></li>
<li class="nav-item"><a href="/feed/feed.xml">Feed</a></li>
</ul>
</nav>
</header>
<link href="/pagefind/pagefind-ui.css" rel="stylesheet">
<script src="/pagefind/pagefind-ui.js"></script>
<div id="search"></div>
<script>
window.addEventListener('DOMContentLoaded', (event) => {
new PagefindUI({ element: "#search", showSubResults: true });
});
</script>
<main id="skip">
<heading-anchors>
<h1 id="a-long-overdue-open-letter-to-john-sexton">A Long-Overdue Open Letter to John Sexton</h1>
<ul class="post-metadata">
<li><time datetime="2006-05-11">11 May 2006</time></li>
<li><a href="/tags/academia/" class="post-tag">academia</a>, </li>
<li><a href="/tags/politics/" class="post-tag">politics</a></li>
</ul>
<p>Dear President Sexton,</p>
<p>As an alumna of New York University (Ph.D. English, 1998), I receive the usual set of appeals for donations, both from the universitys annual giving fund and from other fundraising bodies within NYU. In the past, I have given, not much, but happilyboth to the Friends of Bobst Library and to the annual fundbut I feel it is important to let you know why, until things change, my response to any and all such appeals will be not just “no” but “hell, no.”</p>
<p>I was admitted to NYU in 1993, as a post-masters Ph.D. student. I was given absolutely nothing in the way of funding during my first yearno fellowship, no assistantship, no tuition remission. Poor advising and a real desire to be in New York led me to make a decision I now counsel all of my undergraduates againstI enrolled anyway, supporting myself through that first year on loans and freelance work. Because of this decision, I graduated from NYU $21,000 in debt, a debt that was accumulated at your institution alone.</p>
<p>That I managed to hold my debt to $21,000 was due in part to the teaching position I applied, interviewed, and was hired for in the Expository Writing Program (EWP) in 1994. At EWP, instructorsall of us post-masters Ph.D. students, from across the Graduate School of Arts and Sciencestaught two courses a semester. This is, of course, the same teaching load as that of full-time faculty at NYU. These were, furthermore, student-contact intensive positions, as we were teaching required first-year writing courses, and we instructors thus spent countless hours not simply in the classroom, in class preparation, or in grading, but in student conferences, in faculty development programs, and in the evaluation of required writing proficiency exams. For this work, we instructors were given tuition remission (those of us still doing coursework, in any case) and a stipend of less than $10,000 per year.</p>
<p>In New York City. For more than forty hours of work per week. Less than $10,000.</p>
<p>Needless to say, nearly all of us held down a second job as well, simply in order to eat. Many of my colleagues picked up teaching at other institutions around the city; some worked in publishing; others did tutoring or worked corporate jobs. All of this, of course, in addition to both being full-time graduate students and to teaching a full 2-2 load. I was lucky enough to find freelance work in electronic publishing, work that has not only helped me in my career since graduation, but that was sufficiently highly-paid that I was able to make ends meet.</p>
<p>In fact, during my fifth and final year at NYU, as I was on the academic job market, my freelance work had become lucrative and enjoyable enough that I decided to leave EWP. I made nearly $60,000 that year. (Of course, I took a significant pay cut when I landed an assistant professorship. But thats another story.) More importantly, I spent no more than 40 hours per week working for pay, freeing up many hours for my own work. Given that ability to maintain better control of my time, I was able to finish my dissertation that year, spending a total of a year and a half on it.</p>
<p>The point of all of this history is to make clear exactly how the treatment of graduate instructors and teaching assistants affects their lives. All of us struggled to make ends meet. Most of us graduated in serious debt, debt that our future salariesif we were lucky enough to land full-time professorial positionswould not easily cover. And many of us were put in the position of having to sacrifice our own studies, our coursework, our exams, and our writing, to our teaching. If we did so, it was because it was our <em>job</em> to do so, as employees engaged in the core mission of the institutionthe education of undergraduates.</p>
<p>Things changed somewhat after I graduated: the English department moved toward a policy of accepting only those Ph.D. students to whom it could grant funding, for one thing. And the graduate students organized, and won recognition for their union (the <a href="http://www.2110uaw.org/gsoc/index.html">Graduate Student Organizing Committee</a>, or GSOC), successfully bargaining for a contract that dramatically improved their working conditions. I was enormously proud to have graduated from the first private U.S. university to recognize and bargain in good faith with its graduate employees union, and I was thrilled to think that students who followed behind me might not have to make the same difficult choices that I did, compromising the quality of their studies or taking on insupportable debt in the pursuit of a degree.</p>
<p>This pride made it all the more heartbreaking when it became clear that <a href="http://www.nypress.com/19/13/news&amp;columns/loathsome.cfm">you</a> were going to take advantage of the National Labor Relations Boards politically motivated 2005 ruling in order to refuse contract-renewal negotiations with GSOC, and that, worse, you were going to use ugly <a href="/on_strike_at_nyu/">strike-breaking and retaliatory</a> tactics in an attempt to bust the union. That you still, months later, refuse to negotiate with the graduate employees, even when urged to do so by <a href="http://www.2110uaw.org/gsoc/clinton_schumer.pdf">both U.S. Senators</a> from your state, is an appalling display of pigheadedness on your part, and begins to suggest to me that NYU has become less educational in functionthat “private university in the public service” that I put myself in debt to attendthan, as detailed by <a href="http://www.nyuexposed.org/">NYU Exposed</a>, a giant corporation, one working to undermine <a href="http://www.nyuexposed.org/campus_gender.htm">job security</a> through an increasing turn to underpaid adjunct labor, while simultaneously (and underhandedly) <a href="http://www.nyuexposed.org/works_sexton.htm">overcompensating</a> its senior executives.</p>
<p>I did not go $21,000 in debt and work two full-time jobs in order to receive my doctorate from Wal-Mart.</p>
<p>With this letter, I want to add my voice to the many others, including not only many of your own faculty but also thousands of professors and graduate students around the world, as well as untold numbers of sympathetic citizens, urging you to resume good-faith negotiations with GSOC.</p>
<p>But I also want to note, very clearly, that until such time as you do, what modest donations I would have made to the university will instead be sent to the <a href="http://www.2110uaw.org/gsoc/donate.htm">GSOC Strike Hardship Fund</a>. Moreover, Im going to urge my fellow alumni to do the same. And I will advise my undergraduates, 75% of whom go on to grad school in some form, not to apply to or attend NYU. They will certainly receive a better educational experience at an institution that values their labor appropriately.</p>
<p>Sincerely,</p>
<p>Kathleen Fitzpatrick<br>
Associate Professor of English and Media Studies<br>
Pomona College</p>
<p>P.S. A video detailing the history of the GSOCs strike can be found <a href="http://www.2110uaw.org/gsoc/video1.htm">here</a>.</p>
<ul class="links-nextprev"><li class="links-nextprev-prev">← Previous<br> <a href="/let-this-be-a-lesson-to-you/">Let This Be a Lesson to You</a></li><li class="links-nextprev-next">Next →<br><a href="/jazz-fest-photos/">Jazz Fest Photos</a></li>
</ul>
<hyvor-talk-comments website-id="9100" page-id="/a-long-overdue-open-letter-to-john-sexton/"></hyvor-talk-comments>
<div class="webmentions" id="webmentions">
<h3 id="webmentions-2">Webmentions</h3>
<p>No replies yet.</p>
</div>
</heading-anchors>
</main>
<footer>
<p><em>Built with <a href="https://www.11ty.dev/">Eleventy v3.0.0</a>. All content <a href="https://creativecommons.org/licenses/by/4.0/deed.en">CC BY 4.0</a> if you're human.</em></p><p></p>
</footer>
<!-- This page `/a-long-overdue-open-letter-to-john-sexton/` was built on 2024-12-08T18:38:31.715Z -->
<script type="module" src="/dist/rJ3_G-2ArF.js"></script>
</body>
</html>