Skip to content
non-starters

non-starters

  • Home
  • Blog Posts
  • How To…
    • Read a Philosophy Text
    • Write a Philosophy Paper
    • Navigate College
  • Links
    • General Philosophy
    • Media
    • Teaching
    • Research
  • About Me
    • My Work
    • Curriculum Vitae
    • Projects
    • Games
      • Nephele Campaign
    • The Hobyahs
Philosophical Problems
November 23, 2014

The Value of a Philosophy Degree

The evi­dence indi­cates that a phi­los­o­phy major is a sound finan­cial invest­ment.  But don’t for­get that the real val­ue of an edu­ca­tion in the human­i­ties is not mon­e­tary.

1 2

Copyright non-starters 2021

Proudly Powered By WordPress.

Theme Kaira by ThemeThread.

var acc = document.getElementsByClassName("accordion"); var i; for (i = 0; i < acc.length; i++) { acc[i].addEventListener("click", function() { /* Toggle between adding and removing the "active" class, to highlight the button that controls the panel */ this.classList.toggle("active"); /* Toggle between hiding and showing the active panel */ var panel = this.nextElementSibling; if (panel.style.display === "block") { panel.style.display = "none"; } else { panel.style.display = "block"; } }); }