Skip to content

Students Participate in The Clemson Institute for the Study of Capitalism Spring Conference 2019

CW students Nicole Kotash and Kevin Perez, were accepted to participate at The Clemson Institute for the Study of Capitalism Spring Conference. Under the topic, “The Morality of Capitalism,” Nicole and Kevin both received scholarships to participate and will join students from other states in the US, as well as international students and spend time with professors, activists, and other experts on liberty to study the foundations of a free society. Attendees walk away with a better understanding of what capitalism and morality are and how to effectively fight for them.

Nicole, an Accounting major, says, “I am very excited for the opportunity to attend the Clemson University conference this year. I am not only looking forward to learning about conservatism and economics but am also eager to hear all of the other attendees’ opinions on the topics. It is exciting to meet new students from different states with a range of education majors to gain a new perspective. This is an amazing opportunity to broaden my horizons!”

The Clemson Institute for the Study of Capitalism holds its annual conference for undergraduate and graduate students from May 23-26 at Clemson University in Clemson, South Carolina. This conference is cosponsored by the Foundation for Economic Education. The Clemson Institute for the Study of Capitalism is America’s first and only university based teaching and research center dedicated to exploring the moral foundations of capitalism. The institute accepts students, age 18-26, who are new to economics and the freedom philosophy and are interested in learning more about the world around them.

For more information on The Clemson Institute for the Study of Capitalism, visit https://capitalism.sites.clemson.edu

About The College of Westchester

The College of Westchester has been educating students in the tristate area for over 100 years. Located in White Plains, CW is a bachelor degree granting private college.

For more information call 914-831-0200 or visit cw.edu

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'); } }); }); });