Skip to content

Ace Your Next Job Interview

Scoring a job interview can be both exciting and nerve-racking. Taking some time to check in with yourself before you suit up about what your goals are and what’s important to you can help you zero in on how to answer questions your potential employer may ask. Plus, knowing how to act during the interview

Online College Courses to Boost Your Career

Coursera, a leading platform offering online courses to students all over the world, recently surveyed over 78,000 users from 212 countries and territories to learn about why there were taking online college courses. The study ( https://hbr.org/2015/09/whos-benefiting-from-moocs-and-why ) was completed with researchers from the universities of Washington and Pennsylvania and published in the online edition

Is a College Education Worth It?

Every morning I skim through college and university listserves that highlight excellent information about our college students, featuring white papers, articles, both online and in the usual places, all which often contain compelling information.  Today I came across a piece, published in Huffington Post, by author Jamie Merisotis, CEO/President of Lumina Foundation, entitled Want to

document.addEventListener("DOMContentLoaded", function() { // Get all accordion toggle elements var accordions = document.querySelectorAll('.accordion-toggle'); // Add click event listeners to each accordion toggle accordions.forEach(function(accordion) { accordion.addEventListener('click', function() { // Get the panel-collapse element directly following this accordion-toggle var panelCollapse = this.nextElementSibling; // Check if this panel-collapse is currently open var isOpen = panelCollapse.classList.contains('open'); // Remove 'open' class from all panel-collapses accordions.forEach(function(acc) { var collapse = acc.nextElementSibling; collapse.classList.remove('open'); }); // Toggle 'open' class only on the clicked panel-collapse if (!isOpen) { panelCollapse.classList.add('open'); } }); }); });