Metadata
Title
Contact
Category
general
UUID
ae8fa12fe2d14dbf95b4bff53fb5bc86
Source URL
https://arts.princeton.edu/about/contact/
Parent URL
https://arts.princeton.edu/courses/fabric-logics-textiles-as-sculpture-fa-20/
Crawl Time
2026-03-10T05:14:19+00:00
Rendered Raw Markdown
# Contact

**Source**: https://arts.princeton.edu/about/contact/
**Parent**: https://arts.princeton.edu/courses/fabric-logics-textiles-as-sculpture-fa-20/

#### About

Show Menu ×

# Contact ---

## Lewis Center for the Arts

**Lewis Center for the Arts**\
 Princeton University\
 Princeton, NJ 08544

**Phone:  609-258-1500**\
 *Dial 1:*  Ticket Office\
 *Dial 2:*  [Program in Creative Writing](https://arts.princeton.edu/academics/creative-writing/)\
 *Dial 3:*  [Program in Dance](http://arts.princeton.edu/academics/dance/)\
 *Dial 4:*  [Program in Theater & Music Theater](http://arts.princeton.edu/academics/theater/)\
 *Dial 5:*  [Program in Visual Arts](http://arts.princeton.edu/academics/visual-arts/)\
 *Dial 6:*  [Princeton Atelier](http://arts.princeton.edu/academics/atelier/)\
 *Dial 7:*  [Fellowships](http://arts.princeton.edu/fellowships/)\
 *Dial 8:*  Office of Communications\
 *Dial 9:*  General Inquiries

Those who use TTY can reach the Lewis Center using the NJ Relay Service at 711.

**Email**: [LewisCenter@princeton.edu](mailto:LewisCenter@princeton.edu)

### Programs in Dance, Theater & Music Theater, and the Princeton Atelier

Lewis Arts complex\
 122 Alexander Street\
 Princeton, NJ 08544\
 Phone: 609-258-1500 (option 3 for Dance, option 4 for Theater & Music Theater, option 6 for Atelier)

### Program in Visual Arts, including Film

185 Nassau Street\
 Princeton, NJ 08544\
 Phone: 609-258-1500 (option 5)\
 Fax: 609-258-2230

### Program in Creative Writing

6 New South\
 Princeton, NJ 08544\
 Phone: 609-258-1500 (option 2)\
 Fax: 609-258-0377

### Fellowships Program

Lewis Arts complex\
 122 Alexander Street\
 Princeton, NJ 08544\
 Phone: 609-258-1500 (option 7)

Email [lca-fellowships@princeton.edu](mailto:lca-fellowships@princeton.edu)

---

## Requesting Space

Space in the Lewis Arts complex and 185 Nassau Street, both academic buildings, is limited and generally in use throughout the academic year for classes, Lewis Center events, rehearsals, workshops, visiting artist productions, etc.

While it is unlikely space can be provided, University faculty, students and staff who wish to make a formal request for a space may do so through the [EMS system](https://princeton.emscloudservice.com/web/).

Those outside the University community who wish to seek the use of any University facilities should [submit a request through Conference and Event Services](https://conferences.princeton.edu/inquiry-form).

---

## Contact Us

Please use the form below to send a general inquiry via email. If you are interested in campus partnerships or funding, please [visit our Opportunities page](https://arts.princeton.edu/about/opportunities/).

If you have a question about the Hodder Fellowship or Princeton Arts Fellowship, please email [lca-fellowships@princeton.edu](mailto:lca-fellowships@princeton.edu).

X/Twitter

This field is for validation purposes and should be left unchanged.

Name(Required)

First    Last

Email(Required)

I am a....

Prospective StudentCurrent StudentArtistMember of the pressMember of the general publicOther

Message(Required)

CAPTCHA

Δdocument.getElementById( "ak\_js\_1" ).setAttribute( "value", ( new Date() ).getTime() );

gform.initializeOnLoaded( function() {gformInitSpinner( 107, 'https://arts.princeton.edu/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform\_ajax\_frame\_107').on('load',function(){var contents = jQuery(this).contents().find('\*').html();var is\_postback = contents.indexOf('GF\_AJAX\_POSTBACK') >= 0;if(!is\_postback){return;}var form\_content = jQuery(this).contents().find('#gform\_wrapper\_107');var is\_confirmation = jQuery(this).contents().find('#gform\_confirmation\_wrapper\_107').length > 0;var is\_redirect = contents.indexOf('gformRedirect(){') >= 0;var is\_form = form\_content.length > 0 && ! is\_redirect && ! is\_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is\_form){jQuery('#gform\_wrapper\_107').html(form\_content.html());if(form\_content.hasClass('gform\_validation\_error')){jQuery('#gform\_wrapper\_107').addClass('gform\_validation\_error');} else {jQuery('#gform\_wrapper\_107').removeClass('gform\_validation\_error');}setTimeout( function() { /\* delay the scroll by 50 milliseconds to fix a bug in chrome \*/ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current\_page = jQuery('#gform\_source\_page\_number\_107').val();gformInitSpinner( 107, 'https://arts.princeton.edu/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform\_page\_loaded', [107, current\_page]);window['gf\_submitting\_107'] = false;}else if(!is\_redirect){var confirmation\_content = jQuery(this).contents().find('.GF\_AJAX\_POSTBACK').html();if(!confirmation\_content){confirmation\_content = contents;}jQuery('#gform\_wrapper\_107').replaceWith(confirmation\_content);jQuery(document).trigger('gform\_confirmation\_loaded', [107]);window['gf\_submitting\_107'] = false;wp.a11y.speak(jQuery('#gform\_confirmation\_message\_107').text());}else{jQuery('#gform\_107').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform\_pre\_post\_render", [{ formId: "107", currentPage: "current\_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform\_wrapper\_107" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform\_visibility\_test\_107"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform\_visibility\_test\_107" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 107, current\_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} );

#### Lewis Center Staff

[Browse a Lewis Center staff directory](/people/staff/)

#### Venues / Directions

[Explore a campus map & details on Lewis Center event venues.](/about/contact/venues-directions/)

#### Media / Press Inquiries

[Consult contacts and resources for the press](/about/contact/media-press/) or contact:

Steve Runk\
 *Director of Communications*\
 609-258-5262\
 [srunk@princeton.edu](mailto:srunk@princeton.edu)