Stevens TAP

Stevens TAP Promoting excellence in theater at Stevens Institute of Technology in Hoboken, NJ

The NJ Alpha Chapter of Theta Alpha Phi, or TAP, was founding in 1960 at Stevens Institute of Technology in Hoboken, NJ. TAP is the only national organization which honors undergraduate students for quality as well as quantity of work and study in theater arts alone. Unlike some organizations which demand that students achieve a certain level in all studies, most of which are unrelated to theater,

TAP demands excellence only in theater. Recognizing individual differences as a fact of life, TAP believes a student can be outstanding in theater and deserving of honor in theater without comparable achievement in all areas of study. The NJ Alpha Chapter not only recognizes students who are excellent in the theater arts, the chapter also produces shows which include all in the Stevens community - students, staff, faculty, and alumni.

Address

24 5th Street
Hoboken, NJ
07030

Website

Alerts

Be the first to know and let us send you an email when Stevens TAP posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share

//iconSize: [32, 32], //html: '' }) .bindTooltip(name, { //permanent: true, direction: 'bottom', //offset: L.point(12, 25), //opacity: 0.88, interactive: true }) .bindPopup(name); markersLayer.addLayer(marker); } function getMore() { if (gettingMore) { return; } gettingMore = true; var center = map.getCenter(); $.ajax({ url: "/vicinitysearch", data: { lat: center.lat, lng: center.lng, country: "UNITED STATES" } }) .done(function(data) { var added = 0; data.forEach(function(loc) { if (!locationIds.includes(loc.id)) { var mapLoc = {id:loc.id,lat:loc.latitude,lng:loc.longitude,title:trunc20(loc.name),popupHtml:loc.popupHtml,urlPath:loc.urlPath,pictureUrl:loc.pictureUrl}; locations.push(mapLoc); locationIds.push(loc.id); map._addMarker(mapLoc); added++; } }); }) .always(function() { gettingMore = false; }); } map._clearMarkers = function() { markersLayer.clearLayers(); } }); }, 4000); });