Skip to content

Commit

Permalink
content: add Galen Strawson reading
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjoshua committed Sep 19, 2023
1 parent fe2cfc7 commit c750427
Showing 1 changed file with 47 additions and 32 deletions.
79 changes: 47 additions & 32 deletions app/readings.tsx
Original file line number Diff line number Diff line change
@@ -1,38 +1,53 @@
import Link from "next/link";

export const readings = [
export const readings = [
{
date: 'September 12th, 2023',
title: 'Experimental philosophy and philosophical intuition, by Ernest Sosa',
type: 'Now Reading',
description: <>
I am a defender of the role of intuition in philosophy. Reading for a{" "}
<Link
target="__blank"
href="https://www.meetup.com/philosophers-and-gamblers/events/296052937/"
className="underline"
>
philosophy event
</Link>.
</>
date: "September 12th, 2023",
title:
"Experimental philosophy and philosophical intuition, by Ernest Sosa",
type: "Now Reading",
description: (
<>
I am a defender of the role of intuition in philosophy. Reading for a{" "}
<Link
target="__blank"
href="https://www.meetup.com/philosophers-and-gamblers/events/296052937/"
className="underline"
>
philosophy event
</Link>
.
</>
),
},
{
date: 'March 6th, 2023',
title: 'Representation in Cognitive Science, by Nicholas Shea',
description:
<>
I first heard abot Shea&apos;s work on the{" "}
<Link
target="__blank"
href="https://newbooksnetwork.com/nicholas-shea-representation-in-cognitive-science-oxford-up-2018"
className="underline"
>
Books in Philosophy podcast
</Link>
. I was excited to learn that his position on
representational content is remarkably close to mine.
I&apos;m looking forward to getting into the details.
</>
}
date: "August 8th, 2023",
title:
"Things That Bother Me, by Galen Strawson",
type: "Now Reading",
description: (
<>

]
</>
),
},
{
date: "March 6th, 2023",
title: "Representation in Cognitive Science, by Nicholas Shea",
description: (
<>
I first heard abot Shea&apos;s work on the{" "}
<Link
target="__blank"
href="https://newbooksnetwork.com/nicholas-shea-representation-in-cognitive-science-oxford-up-2018"
className="underline"
>
Books in Philosophy podcast
</Link>
. I was excited to learn that his position on representational content
is remarkably close to mine. I&apos;m looking forward to getting into
the details.
</>
),
},
];

1 comment on commit c750427

@vercel
Copy link

@vercel vercel bot commented on c750427 Sep 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.