REAL Connections
Building connections within the General Chemistry Community.
.calendar-container {
display: inline-block;
text-align: center;
overflow: hidden;
width: 70px;
box-shadow: 0 2px 5px rgba(0,0,0,0.15);
margin: 10px;
background-color: white;
border-radius: 12px;
font-family: "Plus Jakarta Sans";
}
.calendar-day {
background: #2A6EBB;
color: white;
font-size: 18px;
font-weight: bold;
padding: 6px 0;
border-radius: 8px;
}
.calendar-month {
background: #F4F4F4;
color: #223;
text-transform: uppercase;
font-size: 18px;
padding: 5px 0;
letter-spacing: 1px;
border-radius: 8px;
}document.addEventListener("DOMContentLoaded", () => {
const dateElements = document.querySelectorAll(".date_blog_news_section");
const monthAbbreviations = {
"January": "Jan",
"February": "Feb",
"March": "Mar",
"April": "Apr",
"May": "May",
"June": "Jun",
"July": "Jul",
"August": "Aug",
"September": "Sep",
"October": "Oct",
"November": "Nov",
"December": "Dec"
};
dateElements.forEach((dateEl) => {
const [textBeforeComma] = dateEl.textContent.split(",");
let [monthName, dayNumber] = textBeforeComma.trim().split(" ");
const abbreviatedMonth = monthAbbreviations[monthName] || monthName;
dateEl.innerHTML = `
<div class="calendar-container">
<div class="calendar-day">${dayNumber}</div>
<div class="calendar-month">${abbreviatedMonth.toUpperCase()}</div>
</div>
`;
});
});
Blog

🎄🔬 Happy Holidays from REAL CHEM 🔬🎄 As this year…
🎄🔬 Happy Holidays from REAL CHEM 🔬🎄 As this year comes to a close, we reflect on the bonds we’ve built with one another, with our students, and with the powerful science that connects us all. Whether you’re resting, grading, planning, or just enjoying a well-deserved break, we’re grateful to be in community with educators…

We’re feeling extra grateful this Thanksgiving for the students who…
We’re feeling extra grateful this Thanksgiving for the students who stay curious, the faculty who light the spark, and the chemistry that holds it all together (literally). In science and in life, it's all about connection. From the bonds that shape molecules to the bonds built in classrooms, chemistry gives us a way to understand…
Newsletter

Real Reaction: Build Bonds with Engaging Chemistry Learning
Subscribe to receive exclusive content—latest articles, upcoming webinars, and curated resources—all geared toward fostering excellence in the General Chemistry community.

REAL Reactions
A chemical reaction is a process in which substances (reactants) transform into different substances (products) through the breaking and forming of chemical bonds.
Subscribe to Our Newsletter!
Subscribe to our newsletter and learn about the latest innovations in chemistry education and join the conversation.










