Today's Digital Newspaper

The Gazette

Weather Block Here



Colorado advances proposal to qualify adjunct professors for federal loan relief

Adjunct professor Andrea Troncoso has over $130,000 in student debt, and, despite faithfully making payments for over a decade, the balance is only going up.

Though Troncoso works more than full-time hours at the Community College of Denver and Metropolitan State University, she is not considered a full-time professor because adjuncts are contract workers only paid for the time they spend inside of the classroom, not including time spent planning, grading and other activities. Troncoso said her low pay and crushing debt have made it impossible for her to own a car, save for retirement, or ever hope to buy a house.

Her adjunct status has also made Troncoso ineligible for federal student loan relief. 

Only 30% of Denver Public School students takes advantage of free breakfast | CLASSNOTES

“I live in constant fear that my loans will become too much to handle,” Troncoso said in written testimony to state lawmakers. “I worry that I will have a medical emergency and suddenly be in even more debt. I worry that my spouse will never be able to retire from his job because I can’t afford health insurance. … I lie awake at night staring at my ceiling, wondering if I will ever be free.”

State lawmakers are trying to help adjunct professors like Troncoso through Senate Bill 84, which seeks to make adjunct professors eligible for the federal Public Service Loan Forgiveness program.

If passed into law, the bill would multiply the hours worked by adjunct professors by 4.35 to meet the full-time employment requirements under the Public Service Loan Forgiveness program and, proponents said, to more accurately reflect the time they spend working. The federal program forgives the remaining balance of student debt for those who have worked in public service full-time and have made monthly payments on their loans for at least 10 years.

“We have a system built on the backs and the work of these adjunct professors,” said bill sponsor Sen. Janice Marchman, D-Loveland. “This bill is about equity and about ensuring that our hardworking adjuncts receive the critical student debt relief they’ve earned.”

Tension over gay, religious rights explode anew in firing of teacher by Denver archdiocese

Adjuncts make up 37% of Colorado higher education faculty, Marchman said.

That percentage increases to 75 to 80% for many community colleges, including Front Range Community College in Westminster and AIMS Community College in Greeley.

While adjuncts largely perform the same duties as their full-time colleagues — grading, planning lessons, meeting with students — they’re only paid for the time they spend in the classroom lecturing. As a result, adjuncts advocating for the bill said they are paid too little to pay off their student loans.

Sign Up For Free:

let pathVariable;
let pathVariable2;

function handleUrlPathSegment() {

const fullPath = window.location.pathname.toLowerCase();
if (fullPath.includes(‘/business/’)) {
pathVariable = ‘business’;
pathVariable2 = ‘Business Newsletter’;
} else if (fullPath.includes(‘/outdoors/’) || fullPath.includes(‘/outdoor/’)) {
pathVariable = ‘outdoors’;
pathVariable2 = ‘Outdoors Newsletter’;
} else if (fullPath.includes(‘/opinion/’)) {
pathVariable = ‘opinion’;
pathVariable2 = ‘Opinion Newsletter’;
} else if (fullPath.includes(‘politics’)) {
pathVariable = ‘politics’;
pathVariable2 = ‘Politics Newsletter’;
} else if (fullPath.includes(‘outtherecolorado’)) {
pathVariable = ‘outtherecolorado’;
pathVariable2 = ‘Out There Colorado Newsletter’;
} else {
pathVariable = ‘am-update’;
pathVariable2 = ‘AM Update Newsletter’;
}

console.log(`Current path: ${fullPath}`);
console.log(`Path variable set to: ${pathVariable}`);
console.log(`Path variable 2 set to: ${pathVariable2}`);

applyNewsletterName(pathVariable2);

return { pathVariable, pathVariable2 };
}

function applyNewsletterName(newsletterName) {

if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, function() {
updateNewsletterElement(newsletterName);
});
} else {

updateNewsletterElement(newsletterName);
}
}

function updateNewsletterElement(newsletterName) {
const newsletterElement = document.getElementById(‘newsletterName’);

if (newsletterElement) {
newsletterElement.textContent = newsletterName;
console.log(`Updated #newsletterName element with: ${newsletterName}`);
} else {
console.warn(‘Element with ID #newsletterName not found in the DOM’);
}
}

function setupFormSubmitListener() {
function getFormattedDate() {
const now = new Date();

const timestamp = now.getTime();

console.log(‘chris: Using Unix timestamp’);
console.log(‘chris: Current time:’, now);
console.log(‘chris: Unix timestamp (ms):’, timestamp);

return timestamp;
}

const formattedDate = getFormattedDate();
var profile = window.blueConicClient.profile.getProfile();
profile.setValues(‘newsletter_category’, pathVariable);
profile.setValue(‘newsletter_signup_date’, formattedDate);
window.blueConicClient.profile.updateProfile(this, function() {
});
}

handleUrlPathSegment();
setupFormSubmitListener();

Success! Thank you for subscribing to our newsletter.

function subscribeSuccess() {
var nsltrform = document.querySelector(“#nsltr”);
var nsltrSuccess = document.querySelector(“#successnsltr”);

nsltrform.classList.add(“hideblock”);
nsltrSuccess.classList.remove(“hideblock”);
}

function validateEmail(email) {
return String(email)
.toLowerCase()
.match(
/^(([^()[]\.,;:s@”]+(.[^()[]\.,;:s@”]+)*)|(“.+”))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/
);
}

function validateEmailAddress() {
const result = document.querySelector(“#result”);
const email = document.querySelector(“#email”).value;

result.innerText = “”;

if(validateEmail(email)) {
newsletterSubscribe(email);
} else {
result.innerText = ‘The email entered: ‘ + email + ‘ is not valid :(‘;
result.style.color = “red”;
}
return false;
}

function newsletterSubscribe(email) {
fetch(“https://services.gazette.com/mg2-newsletters.php?action=subscribe&site=denvergazette.com&emailPreferenceId=69&email=” + email, {
method: “POST”
}).then(res => {
console.log(“SUCCESSFUL POST”);
subscribeSuccess();
});

}

#nsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: #2076b3;

background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/dg%20weekly%207.png);
background-size: cover;

}

#nsltr-header {
color: #fff4f4;
}
#nsltr-body {
text-align: center;
color: #ffffff;
}
#nsltr-button {
margin-top: 5px;
}
#successnsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: green;
text-align: center;
color: white;
}

#successnsltr a {
color: white;
}

.hideblock {
display:none;
}

h6 a {
color: black;
text-decoration: none;
padding: 5px;
background-color: #bbccdd;
font-weight: 600;
}

@media only screen and (min-width: 768px) {
#nsltr {
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/dg%20weekly%207.png);
background-size: cover;
}
}

Featured Local Savings

Dr. Nathanial Bork said he was never paid more than $23,000 a year while working as an adjunct professor in the community college system for seven years, even with a master’s degree. Felicia Brown, another master’s graduate and current adjunct professor at the Community College of Denver, said she only makes $22,000 a year, forcing her to live with roommates in her 30s and to put off necessities, such as getting dental work and buying new glasses.

“I don’t want to leave teaching, but as it is now, I can’t afford my own place or regular medical costs on top of student loans,” Brown said in written testimony.

The Senate Education Committee advanced the bill on Wednesday, voting 4-2 to send the bill to the full Senate for consideration. Only Republican Sens. Mark Baisley of Woodland Park and Janice Rich of Grand Junction voted against the measure.

Baisley said the testimony in support of the bill is “compelling,” but he raised issue with the federal Public Service Loan Forgiveness program, seemingly disagreeing with the ethics of loan forgiveness itself.

Coloradans receive more than $40 million in support from Daniels Fund

“While this would help thousands of people, then the forgiveness of the loan has to be paid for by everyone else,” Baisley said. “I can’t, in good conscience, make it unfair to everyone else while we help these folks.” 

No residents or organizations testified in opposition to the bill Wednesday.

In addition to individual professors, the Colorado Education Association and American Federation of Teachers supported the bill, pointing to the benefits it could have on the education institution by helping colleges retain their adjunct professors.

Democratic lawmakers disavowed the current treatment of adjunct professors and promised to take action.

“That is inexcusable, in my opinion,” said Sen. Janet Buckner, D-Aurora. “They are working because they love to be educators and then we have these pitfalls. I’m thankful that this bill was brought forward so we can start making a dent in their loans, but we still have so far to go.” 

9fa0fa18-9e09-5126-874b-4c6c21c0bec7

View Original Article | Split View

PREV

PREVIOUS

Denver’s office space market remains steady, retail prepares for a return to spending

Facebook Twitter WhatsApp SMS Email Print Copy article link Save Denver’s office commercial real estate market finished steady by the end of the fourth quarter, unlike the retail scene which was affected by rising inflation, according to several area brokers. The office market had more than 340 transactions totaling 1.6 million square feet in leasing […]

NEXT

NEXT UP

Former governor Bill Ritter endorses Kelly Brough for Denver mayor

Facebook Twitter WhatsApp SMS Email Print Copy article link Save Former Colorado Gov. Bill Ritter endorsed Kelly Brough for Denver mayor. Ritter, a Democrat, served as governor from 2007 to 2011. He was also the Denver District Attorney from 1993 to 2005.  He called Brough “masterful” at bringing diverse people to the table in order […]