School Band & Orchestra + THE GLOBAL VOICE OF MUSIC EDUCATORS
School Band & Orchestra +

Independent News Publication of artistpro Media Daily Global Reporting for Music Educators Since 1998 Publisher of School Band & Orchestra +

School Band & Orchestra +

PA Edition · Jobs & Careers

Jobs Intelligence

Verified music-education openings with school-level location facts, employer details and evidence-backed guidance for evaluating the market around the job.

Sunday, August 23, 2026 · Updated as listings and source records change
SBO+ Education Jobs

Teacher, Music - General Music/Strings (5-8th)

Collegium Cs

PA, USA · Full Time · Music Education

Apply at the official employer site

var addthis_config = {

services_compact: 'email, facebook, twitter, more',

services_exclude: 'print'

}

var VacanciesAreOnThisPage = true

//window.onerror = function nada(){}

function centerWin(zwidth,zheight){

var winHeight

var winWidth

winHeight = screen.availHeight

winWidth = screen.width

if (zwidth > winWidth){zwidth=winWidth}

if (zheight > winHeight){zheight=winHeight}

zleft = parseInt((winWidth/2)-(zwidth/2))

if (zleft < 10){zleft = 0}

ztop = parseInt((winHeight/2)-(zheight/2))

if (ztop < 25){ztop = 0}

var x = "width=" + zwidth + ",height=" + zheight + ",left=" + zleft + ",top=" + ztop

return x

}

function applyFor(posJobCode,posFirstChoice,posSpecialty){

var openwindow = false

if (document.layers){

alert("Please go back and then click 'Start an Application' to apply for this position.")

return false;

}

var OpenWin = true

try {

if (typeof self.opener.updateApp == "boolean"){

OpenWin = false

}

} catch (e) {

OpenWin = true

}

if (OpenWin){

var applyFor = window.open("https://www.applitrack.com/collegiumcharter/onlineapp/_application.aspx?posJobCodes=" + posJobCode + "&posFirstChoice=" + posFirstChoice + "&posSpecialty=" + posSpecialty + "","applyFor","location=no,resizable=yes,scrollbars=yes," + centerWin(795,550))

applyFor.focus()

} else {

window.opener.location = "javascript: applyFor('" + posJobCode + "','" + posFirstChoice + "','" + posSpecialty + "')"

self.close()

}

}

function oldWay(){

var openwindow = false

if (document.layers){

alert("Please go back and then click 'Start an Application' to apply for this position.")

return false;

}

if (opener == null){

var applyFor = window.open("https://www.applitrack.com/collegiumcharter/onlineapp/_application.aspx?posJobCodes=" + posJobCode + "&posFirstChoice=" + posFirstChoice + "&posSpecialty=" + posSpecialty + "","applyFor","location=no,resizable=yes,scrollbars=yes," + centerWin(795,550))

applyFor.focus()

}else{

if (typeof self.opener == "undefined"){

var applyFor = window.open("https://www.applitrack.com/collegiumcharter/onlineapp/_application.aspx?posJobCodes=" + posJobCode + "&posFirstChoice=" + posFirstChoice + "&posSpecialty=" + posSpecialty + "","applyFor","location=no,resizable=yes,scrollbars=yes," + centerWin(795,550))

applyFor.focus()

}else{

if (typeof self.opener.updateApp == "boolean"){

window.opener.location = "javascript: applyFor('" + posJobCode + "','" + posFirstChoice + "','" + posSpecialty + "')"

self.close()

}else{

var applyFor = window.open("https://www.applitrack.com/collegiumcharter/onlineapp/_application.aspx?posJobCodes=" + posJobCode + "&posFirstChoice=" + posFirstChoice + "&posSpecialty=" + posSpecialty + "","applyFor","location=no,resizable=yes,scrollbars=yes," + centerWin(795,550))

applyFor.focus()

}

}

}

}

function applyForInternal(posJobCode,posFirstChoice,posSpecialty){

var passDistrictCode;

var applyFor = window.open("https://www.applitrack.com/collegiumcharter/onlineapp/_application.aspx?isInternal=1&posJobCodes=" + posJobCode + "&posFirstChoice=" + posFirstChoice + "&posSpecialty=" + posSpecialty + passDistrictCode + "","applyFor","location=no,resizable=yes,scrollbars=yes," + centerWin(795,550))

applyFor.focus()

}

function applyForOutsideDistrict(district,posJobCode,posFirstChoice,posSpecialty){

var applyPage;

var applyWinSize;

applyPage = '_application.aspx';

var applyFor = window.open("https://www.applitrack.com/" + district + "/onlineapp/" + applyPage + "?posJobCodes=" + posJobCode + "&posFirstChoice=" + posFirstChoice + "&posSpecialty=" + posSpecialty + "","applyFor","location=no,resizable=yes,scrollbars=yes," + centerWin(795,550))

applyFor.focus()

}

function toggle_block(i) {

if (AppliTrack_$(i).style.display == 'none'){ AppliTrack_$(i).style.display = 'block';} else {AppliTrack_$(i).style.display = 'none';}

setUpPageBreaks()

return false;

}

function submitAppliTrackSearch(){

AppliTrack_SearchExecute(null);

}

/* Deprecated; use AppliTrack_SearchExecute() */

function AppliTrackSort(key){

winLoc = window.location.toString()

if (window.location.search == "") {

window.location = winLoc + "?AppliTrackSort=" + escape(key)

}else{

if (window.location.search.indexOf("AppliTrackSort=") > 0){

var currLoc = winLoc.substring(0,winLoc.indexOf("AppliTrackSort="))

window.location = winLoc.replace(/([^a-zA-Z0-9\-\.]+AppliTrackSort=)([a-zA-Z0-9\-\.]+)([&a-zA-Z0-9\-\.]*)/i,'$1' + escape(key) + '$3');

}else{

window.location = winLoc + (winLoc.indexOf("?") < 0?"?":"&") + "AppliTrackSort=" + escape(key)

}

}

}

function AppliTrackSearchFocus(){

var e = AppliTrack_$('AppliTrackPostingSearchBasic');

if (e && e.value == "Search Postings"){

e.value = ""

e.style.color = "black"

e.style.fontStyle = "normal"

}

}

function AppliTrackSearchBlur(){

var e = AppliTrack_$('AppliTrackPostingSearchBasic');

if (e && e.value == ""){

e.value = "Search Postings"

e.style.color = "#999999"

e.style.fontStyle = "italic"

}

}

function AppliTrack_WatchForEnter(e){

if(window.event)

key = window.event.keyCode; //IE

else

key = e.which; //firefox

if (key == 13)

{

AppliTrack_SearchExecute(null);

if(window.event){

window.event.cancelBubble = true;

window.event.returnValue = false;

}

if (event && event.stopPropagation) {

event.stopPropagation();

}

if (event && event.preventDefault) {

event.preventDefault();

}

return false;

}

}

function AppliTrackInit(){

try{

var sf = AppliTrack_$('AppliTrackPostingSearchBasic');

var sc = AppliTrack_$('AppliTrackSearchSubCategory');

if(sf){sf.value = "Search Postings"}

if(sc){sc.disabled = true;}

if (window.location.search.indexOf("category") > 0 || window.location.search.indexOf("AppliTrackPostingSearchBasic") > 0){

AppliTrack_$('AppliTrackPostings').scrollIntoView(true)

}

}

catch(e){}

}

setTimeout('AppliTrackInit()',100)

function AppliTrack_ToggleAdvancedSearch(){

var hc = AppliTrack_$('AppliTrackSearchAdvancedHeaderCollapsed');

var he=AppliTrack_$('AppliTrackSearchAdvancedHeaderExpanded');

var c=AppliTrack_$('AppliTrackSearchAdvancedContainer');

var s=AppliTrack_$('AppliTrackSearchSimpleContainer');

if(!hc||!he||!c) return;

if(hc.style.display=='block'){

hc.style.display='none';

he.style.display='block';

c.style.display='block';

s.style.opacity='.5';

s.style.filter='alpha(opacity=50)';

}

else{

hc.style.display='block';

he.style.display='none';

c.style.display='none';

s.style.opacity='1';

s.style.filter='alpha(opacity=100)';

}

}

function AppliTrack_onKeyPressToggle(e){

if(window.event) {

key = window.event.keyCode; //IE

} else {

key = e.which; //firefox

}

//toggle advanced settings on 'enter' and 'space' keypress

if (key == 13 || key == 32) {

AppliTrack_ToggleAdvancedSearch();

}

}

function AppliTrack_SearchCategorySelect(){

var c = AppliTrack_$('AppliTrackSearchCategory');

var sc=AppliTrack_$('AppliTrackSearchSubCategory');

if(!c||!sc){return;}

if(c.options&&c.selectedIndex > 0){

sc.disabled=false;

var v = c.options[c.selectedIndex].value;

if(v!=''){

try{

eval('var g = '+v);

sc.options.length = 0;

sc.options[sc.options.length] = new Option('All ' + g.id + ' postings','');

for(var i=0;i < g.vals.length;i++){

if(g.vals[i]==''){

sc.options[sc.options.length] = new Option('All ' + g.id + ' postings','');

}

else{

sc.options[sc.options.length] = new Option(g.vals[i],g.vals[i]);

}

}

}catch(e){/*malformed option*/}

}

}

else{

sc.options.length = 0;

sc.disabled = true;

}

}

function AppliTrack_RadiusSelect(){

var l = AppliTrack_$('AppliTrackSearchLocation');

var sr=AppliTrack_$('AppliTrackSearchRadius');

var zct=AppliTrack_$('AppliTrackZipCode');

var zcv = AppliTrack_$('AppliTrackZipValidator');

if(!l||!sr){return;}

if(l.options[l.selectedIndex].value != ''){

sr.disabled = true;

zct.disabled = true;

zcv.style.visibility='hidden';

}

else

{

sr.disabled = false;

zct.disabled = false;

}

}

function AppliTrack_SearchExecute(f /*,execute search, default advanced form visible*/){

var ll = AppliTrack_$('AppliTrackSearchLocation');

var zct = AppliTrack_$('AppliTrackZipCode');

var zcv = AppliTrack_$('AppliTrackZipValidator');

var sbb = AppliTrack_$('AppliTrackPostingSearchBasic');

var validateZip =true;

if (zct !=null) {

if (zct.value != '' ){

validateZip = /(^\d{5}$)|(^\d{5}-\d{4}$)/.test(zct.value);

}

else

{

validateZip = true;

}

}

else

{

validateZip = true;

}

if(( sbb.value !='Search Postings') || validateZip ){

var loc = window.location.search;

if(loc.substring(0,1) == '?'){

//always replace the current search - refactor this to eliminate compounding searching

loc = 'all=1';

//loc= loc.substring(1,loc.length);

}

if(f&&(f.tagName+'').toLowerCase()=='form')

{ f.onSubmit = null; }

if(!arguments||arguments.length=0&&''!=''+d.options[d.selectedIndex].value){

for(var i=1;i < d.options.length;i++){

if(d.options[i].selected && d.options[i].value+''!=''){

s+=(s!=''?' ':'') + 'district:' + d.options[i].value;

}

}

loc = AppliTrack_RemoveParam(loc,'district');

}

var radius='';

if (zipr != null)

{

if (zipr.value !='')

{

radius=' radius%3A"'+ zipr.value +'"';

}

}

if (l != null)

{

if(l&&l.options&&''!=''+l.options[l.selectedIndex].value){

s+=(s!=''?' ':'') + 'location:"' + l.options[l.selectedIndex].value + '"';

loc = AppliTrack_RemoveParam(loc,'location');

}

}

if(tt&&''!=''+tt.value){

s+=(s!=''?' ':'') + 'title:"' + tt.value + '"';

loc = AppliTrack_RemoveParam(loc,'title');

}

if(pd&&pd.options&&''!=''+pd.options[pd.selectedIndex].value){

s+=(s!=''?' ':'') + 'dateposted:' + pd.options[pd.selectedIndex].value + '';

loc = AppliTrack_RemoveParam(loc,'dateposted');

}

if(c&&c.options&&''!=''+c.options[c.selectedIndex].value){

try{

eval('var g = '+c.options[c.selectedIndex].value);

s+=(s!=''?' ':'') + 'category:"' + g.id + '"';

loc = AppliTrack_RemoveParam(loc,'category');

}catch(e){/*malformed option*/}

}

if(sregion && sregion.options && sregion.options[sregion.selectedIndex] != null && ''!=''+sregion.options[sregion.selectedIndex].text){

try{

s+=(s!=''?' ':'') + 'region:"' + sregion.options[sregion.selectedIndex].text + '"';

loc = AppliTrack_RemoveParam(loc,'region');

}catch(e){/*malformed option*/}

}

if(sc&&sc.options&&!sc.disabled&&sc.selectedIndex>=0&&'' != ''+sc.options[sc.selectedIndex].value){

s+=(s!=''?' ':'') + 'subcategory:"' + sc.options[sc.selectedIndex].value + '"';

loc = AppliTrack_RemoveParam(loc,'subcategory');

}

if (typeof CustomSearchFormExtender == 'function') {

s = s + CustomSearchFormExtender();

}

loc = AppliTrack_AddParam(loc,'AppliTrackPostingSearch',s);

}

if (zc != null){

loc = AppliTrack_AddParam(loc,'AppliTrackZipCode', zc.value);

loc = AppliTrack_AddParam(loc,'AppliTrackZipRadius', zipr.value);

}

if (state != null){

loc = AppliTrack_AddParam(loc,'AppliTrackSearchState', state.value);

}

if (int != null)

{

loc = AppliTrack_AddParam(loc,'internal', int.value);

}

//sort

var so = AppliTrack_$('AppliTrackSort');

if(so&&so.options&&''!=''+so.options[so.selectedIndex].value){

loc = AppliTrack_AddParam(loc ,'AppliTrackSort',''+so.options[so.selectedIndex].value);

}

//display

var m = AppliTrack_$('AppliTrackLayoutMode');

if(m&&m.options&&''!=''+m.options[m.selectedIndex].value){

loc = AppliTrack_AddParam(loc ,'AppliTrackLayoutMode',''+m.options[m.selectedIndex].value);

}

//expand/collapse

if(arguments&&arguments.length==3&&arguments[2]&&(navigator.vendor+'').indexOf('Apple')==-1){

loc = AppliTrack_AddParam(loc,'AppliTrackSearch','expanded');

}

//GET

if(loc.match(/^&/g)) {loc = loc.substring(1,loc.length);}

if(!loc.match(/^\?/g)){loc = '?' + loc;}

if(loc.match(/[&\?]$/)!=null){loc = loc.substr(0,loc.length-1);}

window.location = window.location.toString().replace(window.location.search,'') + loc;

}

// if no zip code show this

else

{

if (zcv != null){

zcv.style.visibility="visible";

}

}

}

function AppliTrack_isEmpty(s){

var st = (s&&s.value?s.value:s);

return !(st && ''!=''+st && 'undefined'!=''+st);

}

function AppliTrack_AddParam(loc,key,val){

var rv = loc+'';

if(!AppliTrack_isEmpty(key)&&!AppliTrack_isEmpty(val)){

if (rv.match(new RegExp(key+'=',"ig"))){

rv = AppliTrack_RemoveParam(rv,key);

}

if(rv.length>0 && !rv.match('&$')){rv += '&';}

rv += key + "=" + escape(val);

}

return rv;

}

function AppliTrack_RemoveParam(loc,key){

var rv = (loc+'').split('&');

if(key!= ''){

for(var i=0;i < rv.length;i++){

if(rv[i].substring(0,key.length) == key){

rv[i]='';

}

}

}

return (rv?rv.join('&').replace('&&','&'):'');

}

function AppliTrack_$(id) {

var o = null;

if( document.layers ) {

o = document.layers[id];

} else if( document.all ) {

o = document.all[id];

} else if( document.getElementById ) {

o = document.getElementById(id);

}

return o;

}

function updateEmailLinkFromCurrentWindowLocation(mailSubject, mailMsg, queryStrings)

{

queryStrings = queryStrings.replace('default.aspx', 'JobPostings/view.asp');

var newLine = "%0D%0A";

var sanitizedUrl = sanitizeUrl(window.location.href, queryStrings)

window.location.href = mailSubject + mailMsg + newLine + newLine + encodeURIComponent(sanitizedUrl);

}

function updateHrefFromCurrentWindowLocation(queryStrings, isOpenInNewTab, isClearPreviousParams, isReplaceDefault){

var currentLocation = window.location.href;

if(isClearPreviousParams) currentLocation = window.location.origin + window.location.pathname;

if(isReplaceDefault) currentLocation = currentLocation.replace('default.aspx', 'JobPostings/view.asp');

if (currentLocation.indexOf('?') == -1 && queryStrings.indexOf('?') == -1) {

currentLocation = currentLocation + "?";

}

else {

if (currentLocation.indexOf('?') != -1) currentLocation = currentLocation + '&';

}

if(isOpenInNewTab)

window.open(sanitizeUrl(currentLocation, queryStrings), '_blank' );

else

window.location.href = sanitizeUrl(currentLocation, queryStrings);

}

function sanitizeUrl(currentLocation, queryStrings){

queryStrings = queryStrings.replace("ApplitrackHardcodedURL?1=1", "");

queryStrings = queryStrings.replace("ApplitrackHardcodedURL", "");

return removeDuplicateQueryStringsFromUrl(currentLocation + queryStrings);

}

function removeDuplicateQueryStringsFromUrl(currentLocation)

{

// Example : "http://qa4.applitrack.com/dex/jobhomepage.html?AppliTrackSort=newest&AppliTrackSort=newest"

var delimeter = '&';

var newUrl = [];

var urlArray = currentLocation.split(delimeter);

urlArray.forEach(function(urlParameter, index)

{

if (newUrl.indexOf(urlParameter) == -1 && urlParameter.indexOf('?') != 0)

{

if((urlParameter.indexOf('/') > 0 && index == 0) || urlParameter.indexOf('=') > 0)

{

newUrl.push(urlParameter);

}

}

});

return newUrl.join(delimeter);

}

document.write('Openings as of 8/22/2026force display?FalseOpenings as of 8/22/2026Teacher, Music - General Music/Strings (5-8th) JobID: 1493 Position Type:&nbsp;&nbsp;Special Area Subjects/Teacher, Music - GeneralDate Posted:&nbsp;&nbsp;8/21/2026Location:&nbsp;&nbsp;Collegium Charter School&nbsp&nbsp&nbsp;Job DescriptionTitle: Teacher, General Music/Strings&nbsp;(5-8th)Reports To: PrincipalEmployee Type: Full-Time, School Year Only, Salaried, ExemptSummaryTo develop students\' understanding and appreciation of the art of music, including a wide range of musical genre, periods and styles. Identify, promote and develop each student\'s talents for musical expression.Job ResponsibilitiesThis list is intended to be illustrative rather than complete and serves to show major duties and responsibilities and does not express or imply that these are the only duties to be performed by the employee in this position. The employee will be required to perform other duties requested by the supervisor and/or school administrator.Develops and administers music curriculum consistent with CCS goals and objectivesPromotes a classroom environment that is safe and conducive to individualized and small group instruction, and student learningDevelops a balanced music program and lessons to organize class time so that students have adequate time for preparation, rehearsal, and instructionDevelops lesson plans and instructional materials and translates lesson plans into learning experiences so as to best utilize the available time for instruction.Instructs students in developing knowledge and skills in choral music and to learn and practice tone, pitch, rhythm, tempo, and harmonyResponsible for inspiring musicianship to motivate elementary students to become and stay involved with instrumental music and prepare them for advanced musical study at the next levelUtilizes a repertoire of all types of music literature, as appropriateConducts ongoing assessment of student musical learning and progress, and modifies instructional methods to fit individual student\'s needs, including students with special needs;&nbsp;conducts individual and small group instruction as neededAssists with the planning, coordination of rehearsals for students in musical programs and performances outside of the classroomInstructs students in proper care and use of instruments used in music classesOrganizes and maintains a system for accurate and complete record-keeping, instrument inventory, grading, and reporting for all student activities, achievement, and attendance as required by CCS and applicable lawsEncourages parental involvement in students\' education and ensures effective communication with students and parentsEnforces the CCS Student Code of Conduct, the CCS Uniform Code, and the CCS Computer Usage CodePromotes good citizenship through actions as a role modelConducts themself according to professional, ethical principles that reflect favorably upon the individual and the schoolMaintains the highest level of confidentiality pertaining to school and students\' information, progress, and recordsAssumes other responsibilities assigned by supervisor and/or school administratorAbides by the CCS Employee Handbook, CCS policies and procedures, and all current PA Public School expectationsQualificationsA four-year college degree and PA Music Education (PK-12) Teacher Certification. If certification is from a different state, PA certification must be obtained within determined a timeframeDemonstrated competence as a classroom teacherKnowledge of current music&nbsp;curriculum and concepts, instructional&nbsp; teaching methods and educational pedagogyAbility to organize and coordinate workAbility to work independently and within a teamAbility to communicate effectively with students and parentsAbility to engage in self-evaluation with regard to performance and professional growthExperience with learning management systems, Schoology preferredKnowledge of Microsoft, Google, and basic computer operationsRequired Clearances include Criminal Background Clearance (Act 34), Child Abuse Clearance (Act 151), and FBI Fingerprint Clearance (Act 114), all dated within one year of receiptMeets criteria for employment in a PA Public SchoolWork Environment and Physical DemandsThe mental and physical demands described here are representative of those that must be met by an employee to successfully perform the essential functions of this job. Reasonable accommodation may be made to enable individuals with disabilities to perform essential functions.&nbsp;Ability to sit and stand for extended periods of timeAbility to bend, stoop, climb stairs, and reach overheadAbility to occasionally lift and/or move up to 25 poundsNoise level in the work environment is usually moderate to loud and the environment is activeThe duties in this school environment may include leaving the school building in various weather conditions, including rain and cold weather.This is a smoke-free/drug-free environment.Email To A FriendPrint Version ');

function setUpPageBreaks(){h = 0; try{}catch(ex){}}

var h = 0

setTimeout("setUpPageBreaks()",100)

document.write('Powered by Aspex Solutions - AppliTrack, Applicant Tracking for Educators. Online Job Employment Applications, Web Based Employment Applications for School Districts and Educational Institutions - www.aspexsolutions.comYou can also view Pennsylvania teaching jobs at www.k12jobspot.com. K12JobSpot is a site that has thousands of teaching jobs - all from AppliTrack school districts.');

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));try {var pageTracker = _gat._getTracker("UA-12436368-1");pageTracker._trackPageview();} catch(err) {}

← All education jobs
SBO+ Jobs Intelligence

PA, USA Location Report

By SBO+ Staff · Effective 2026-08-20

View this location on OpenStreetMap →

Opportunity and Market

PA, USA is evaluated with current PA labor-market evidence because a validated city profile was unavailable. The source listing identifies a state or region but not a city; city-level statistics are therefore unavailable. [2] [3]

Career Outlook

The statewide unemployment rate supplies current labor-market context, but it does not prove demand for this occupation or employer. Occupation-specific scores are omitted. [1]

Compensation

No salary-equivalency or take-home-pay figure is asserted without listing pay and defensible local cost inputs. Federal tax brackets must be applied to the candidate’s actual filing circumstances. [4]

Housing and Cost of Living

HUD Fair Market Rent resources are provided for a housing comparison using the verified worksite or its county. No city rent is asserted when it was not acquired. [5]

Commute

A validated city commute value was unavailable. Confirm the exact worksite, schedule, transit coverage, parking and fuel costs before accepting relocation expenses.

Community Snapshot

State labor-force scale is not evidence of neighborhood safety, culture or community fit; no such inference is made. [3]

Local Economy

Current statewide employment, labor-force and unemployment observations describe the broader labor environment, not a guaranteed city or occupation outcome. [2] [3] [1]

Relocation Considerations

Verify worksite-level housing, commute, taxes, utilities, benefits, contract length and any remote-work restrictions before relocating. [5] [4]

What I Wish I'd Known Before Taking the Job

A healthy statewide labor market does not guarantee that a specialized music education role is easy to replace. Confirm contract stability, nearby housing and the real commute before paying relocation costs. [2] [1]

Methodology

This report uses the latest retrievable BLS Local Area Unemployment Statistics for the listing’s state. It explicitly withholds city, occupation and affordability scores when those inputs were not acquired.

Sources and freshness

  1. U.S. Bureau of Labor Statistics — effective June 2026; retrieved 2026-08-20.
  2. U.S. Bureau of Labor Statistics — effective June 2026; retrieved 2026-08-20.
  3. U.S. Bureau of Labor Statistics — effective June 2026; retrieved 2026-08-20.
  4. Internal Revenue Service — effective 2026-08-20; retrieved 2026-08-20.
  5. U.S. Department of Housing and Urban Development — effective 2026-08-20; retrieved 2026-08-20.
  6. U.S. Bureau of Labor Statistics — effective 2026-08-20; retrieved 2026-08-20.