Local
Global
Cloud

Online Application

Are you interested in a creative and collaborative experience connecting art, advocacy and nonprofit administration? We offer paid and volunteer positions for undergraduate and graduate students from the University of Pennsylvania and other institutions. Fellowships for those seeking a year-long commitment are also available.


<label for="form-information">Name</label>
<input type="text" id="form-information" name="name" placeholder="First name Last name" value=""/>

<label for="form-mode">Which position(s) are you interested in?</label>
<input type="checkbox" name="involvement_type[]" value="Communications Assistant">Communications Assistant
<input type="checkbox" name="involvement_type[]" value="Development Assistant">Development Assistant
<input type="checkbox" name="involvement_type[]" value="Exhibition Assistant">Exhibition Assistant


Public Programming Internship Communications Internship
Curatorial Fellow Research Fellow Other

<label>What is your availability?</label>
<input type="radio" name="commitment" value="Daily">Daily
<input type="radio" name="commitment" value="Weekly">Weekly
<input type="radio" name="commitment" value="Monthly">Monthly

<label>Where would you like to focus your activities?</label>
<input type="checkbox" name="mode[]" value="Philadelphia">Philadelphia
<input type="checkbox" name="mode[]" value="World">World
<input type="checkbox" name="mode[]" value="Cloud">Cloud

<div class="field-row spaced">
    <div class="field-block narrow">
        <label>Which of our values do you share?</label> 
                    <ul class="checkbox-list">
         <li><input type="checkbox" name="slought_values[]" value="Urgency">Urgency</li>
        <li><input type="checkbox" name="slought_values[]" value="Resistance">Resistance</li>
        <li><input type="checkbox" name="slought_values[]" value="Partnership">Partnership</li>
        <li><input type="checkbox" name="slought_values[]" value="Process">Process</li>
        <li><input type="checkbox" name="slought_values[]" value="Geographies">Geographies</li>
        <li><input type="checkbox" name="slought_values[]" value="Publics">Publics</li>
        <li><input type="checkbox" name="slought_values[]" value="Dialogue">Dialogue</li>
        <li><input type="checkbox" name="slought_values[]" value="Display">Display</li>
        <li><input type="checkbox" name="slought_values[]" value="Exception">Exception</li>
                    </ul>
    </div>
    <div class="field-block narrow">
        <label for="form-values">Your values</label>
        <input type="text" id="form-values" name="your_values" value="" />
    </div>
</div>

<div class="field-row spaced">
  <label for="form-expertise">Your area(s) of expertise</label>  
  <input type="text" id="form-expertise" name="expertise" value=""/>  
</div>


<label for="form-text">Please provide a short bio or narrative, and describe any projects or social causes in which you were recently involved</label>
<textarea id="form-text" name="additional_information" cols="50" rows="10"></textarea>

<div class="field-row spaced">
    <div class="field-block narrow">
        <label for="form-languages">Languages</label>
        <input type="text" id="form-languages" name="languages" placeholder="English" value=""/>
    </div>
    <div class="field-block narrow">
        <label for="form-referral">Referral</label>
        <input type="text" id="form-referral" name="referral" value=""/>
    </div>
</div>

<label>Contact</label>
<div class="field-row">
    <input class="narrow" type="text" name="email" placeholder="Email" value="" />
    <input class="narrow" type="text" name="phone" placeholder="Phone" value="" />
</div>

<label for="form-street">Address</label>
<input type="text" id="form-street" name="street" placeholder="Street Address" value=""/>

<div class="field-row">
    <input class="narrow" type="text" name="city" placeholder="City" value=""/>
    <input class="narrow" type="text" name="state" placeholder="State" value=""/>
</div>

<div class="field-row">
    <input class="narrow" type="text" name="zip" placeholder="Zipcode" value=""/>
    <input class="narrow" type="text" name="country" placeholder="Country" value=""/>
</div>

<button class="button" type="submit">Submit</button>