Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    CastError
Message:      Couldn't cast
id: large_string
embedding: large_list<element: double>
  child 0, element: double
collection: int64
to
{'identifier': Value('string'), 'datestamp': Value('string'), 'isDeleted': Value('bool'), 'title': Value('string'), 'creator': Value('string'), 'subject': Value('string'), 'description': Value('string'), 'publisher': Value('float64'), 'contributor': Value('float64'), 'date': Value('string'), 'type': Value('string'), 'format': Value('float64'), 'source': Value('float64'), 'language': Value('string'), 'relation': Value('float64'), 'coverage': Value('float64'), 'rights': Value('float64'), 'url': Value('string'), 'archive': Value('string'), 'original_csv_id': Value('string'), 'join_id': Value('string'), 'original_id': Value('string')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1405, in compute_config_parquet_and_info_response
                  fill_builder_info(builder, hf_endpoint=hf_endpoint, hf_token=hf_token, validate=validate)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 597, in fill_builder_info
                  num_examples_and_sizes: list[tuple[int, int]] = thread_map(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/tqdm/contrib/concurrent.py", line 69, in thread_map
                  return _executor_map(ThreadPoolExecutor, fn, *iterables, **tqdm_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/tqdm/contrib/concurrent.py", line 51, in _executor_map
                  return list(tqdm_class(ex.map(fn, *iterables, chunksize=chunksize), **kwargs))
                File "/src/services/worker/.venv/lib/python3.9/site-packages/tqdm/std.py", line 1169, in __iter__
                  for obj in iterable:
                File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 609, in result_iterator
                  yield fs.pop().result()
                File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 446, in result
                  return self.__get_result()
                File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 391, in __get_result
                  raise self._exception
                File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
                  result = self.fn(*self.args, **self.kwargs)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 469, in retry_validate_get_num_examples_and_size
                  validate(pf)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 535, in validate
                  raise TooBigRowGroupsError(
              worker.job_runners.config.parquet_and_info.TooBigRowGroupsError: Parquet file has too big row groups. First row group has 385333336 which exceeds the limit of 300000000
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1815, in _prepare_split_single
                  for _, table in generator:
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 692, in wrapped
                  for item in generator(*args, **kwargs):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/parquet/parquet.py", line 106, in _generate_tables
                  yield f"{file_idx}_{batch_idx}", self._cast_table(pa_table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/parquet/parquet.py", line 73, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2272, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              id: large_string
              embedding: large_list<element: double>
                child 0, element: double
              collection: int64
              to
              {'identifier': Value('string'), 'datestamp': Value('string'), 'isDeleted': Value('bool'), 'title': Value('string'), 'creator': Value('string'), 'subject': Value('string'), 'description': Value('string'), 'publisher': Value('float64'), 'contributor': Value('float64'), 'date': Value('string'), 'type': Value('string'), 'format': Value('float64'), 'source': Value('float64'), 'language': Value('string'), 'relation': Value('float64'), 'coverage': Value('float64'), 'rights': Value('float64'), 'url': Value('string'), 'archive': Value('string'), 'original_csv_id': Value('string'), 'join_id': Value('string'), 'original_id': Value('string')}
              because column names don't match
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1428, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 994, in stream_convert_to_parquet
                  builder._prepare_split(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1702, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1858, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

identifier
string
datestamp
string
isDeleted
bool
title
string
creator
string
subject
string
description
string
publisher
float64
contributor
float64
date
string
type
string
format
float64
source
float64
language
string
relation
float64
coverage
float64
rights
float64
url
string
archive
string
original_csv_id
string
join_id
string
original_id
string
https://philpapers.org/rec/VUOCSA
2024-08-16 22:41:01
false
Coordinated school and family environmental education efforts for a generation of eco-surplus culture
Vuong, Quan-Hoang
Philosophy
Climate change and environmental degradation are threatening the existence of humanity. The youth have the potential and capability to play a pivotal role in tackling these challenges. Therefore, the current study aims to examine how school and family environmental education can enhance environmental knowledge, willing...
null
null
manuscript
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/VUOCSA
https://philpapers.org/archive/VUOCSA
pp:VUOCSA
VUOCSA
pp:VUOCSA
https://philpapers.org/rec/PENPOA-3
2024-08-13 00:33:05
false
Political Orientations and the Dilemma in the Yangming School
Peng, Guoxiang
Philosophy
There were various dimensions to Yangmingxue 陽明學, or the Yangming school, as defined not only by Wang Yangming 王陽明 himself but also by his students and followers in the mid-late Ming dynasty. This article will treat Yangmingxue as a whole from the perspective of political culture. It will ...
null
null
2022
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/PENPOA-3
https://philpapers.org/archive/PENPOA-3
pp:PENPOA-3
PENPOA-3
pp:PENPOA-3
https://philpapers.org/rec/ALLARF-2
2024-08-16 22:52:49
false
A Roadmap for Governing AI: Technology Governance and Power Sharing Liberalism
Allen, Danielle
Philosophy
This paper aims to provide a roadmap to AI governance. In contrast to the reigning paradigms, we argue that AI governance should not be merely a reactive, punitive, status-quo-defending enterprise, but rather the expression of an expansive, proactive vision for technology—to advance human flourishing. Advancing human f...
null
null
2024
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/ALLARF-2
https://philpapers.org/archive/ALLARF-2
pp:ALLARF-2
ALLARF-2
pp:ALLARF-2
https://philpapers.org/rec/CARTMT-6
2024-08-15 22:26:11
false
The Moral Threat of Profound Loneliness (Presidential Address)
Carron, Paul
Philosophy
null
null
null
2023
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/CARTMT-6
https://philpapers.org/archive/CARTMT-6
pp:CARTMT-6
CARTMT-6
pp:CARTMT-6
https://philpapers.org/rec/HARLWL-4
2024-08-15 23:12:05
false
Language Writ Large: LLMs, ChatGPT, Grounding, Meaning and Understanding
Harnad, Stevan
Philosophy
Apart from what (little) OpenAI may be concealing from us, we all know (roughly) how ChatGPT works (its huge text database, its statistics, its vector representations, and their huge number of parameters, its next-word training, and so on). But none of us can say (hand on heart) that we are not surprised by what ChatGP...
null
null
manuscript
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/HARLWL-4
https://philpapers.org/archive/HARLWL-4
pp:HARLWL-4
HARLWL-4
pp:HARLWL-4
https://philpapers.org/rec/GIOTMO-4
2024-08-16 22:54:47
false
The Marriage of Preah Thong and Neang Neak: On Cultural Memory, Universalism and Eclecticism
Giordano, John T.
Philosophy
The momentum of globalization and universalism, operating through the media, information technology and politics, has steadily diminished the importance of cultural diversity. It has even threatened to erase many of our cultural traditions, or extinguish our diverse experiences of the sacred. Yet the sacred which seems...
null
null
2023
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/GIOTMO-4
https://philpapers.org/archive/GIOTMO-4
pp:GIOTMO-4
GIOTMO-4
pp:GIOTMO-4
https://philpapers.org/rec/MENLSD-2
2024-08-16 22:51:52
false
Larry Siedentop, Democracy in Europe
Mentzel, Maarten
Philosophy
A political history and philosophy of the European Union. The journey of European states in their ungoing efforts from 1951 on (the Schuman Plan). Democracy, its political institutions and philosophical foundations, compared to Alexis de Tocqueville, De la démocratie en Amérique (two volumes, 1835, 1840; tran...
null
null
2001
info:eu-repo/semantics/review
null
null
en
null
null
null
https://philpapers.org/rec/MENLSD-2
https://philpapers.org/archive/MENLSD-2
pp:MENLSD-2
MENLSD-2
pp:MENLSD-2
https://philpapers.org/rec/COHKOM
2024-08-16 19:08:58
false
Kant on Moral Feelings, Moral Desires and the Cultivation of Virtue
Cohen, Alix
Philosophy
null
null
null
2018
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/COHKOM
https://philpapers.org/archive/COHKOM
pp:COHKOM
COHKOM
pp:COHKOM
https://philpapers.org/rec/BRIIAC-3
2024-08-16 22:54:25
false
Indexicals and communicative affordances
Briciu, Adrian
Philosophy
Various data from communication that does not occur face-to-face are taken to be problematic for Kaplan’s account of indexical expressions, as is the case with the so-called answering machine paradox. One fix, developed by Sidelle (1991) and Briciu (2018), is the remote utterance view: recording artifacts are means by ...
null
null
2024
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/BRIIAC-3
https://philpapers.org/archive/BRIIAC-3
pp:BRIIAC-3
BRIIAC-3
pp:BRIIAC-3
https://philpapers.org/rec/GUEPRI
2024-08-16 21:24:29
false
Physicians' Role in Helping to Die
Guerrero Quiñones, Jose Luis
Philosophy
null
null
null
2022
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/GUEPRI
https://philpapers.org/archive/GUEPRI
pp:GUEPRI
GUEPRI
pp:GUEPRI
https://philpapers.org/rec/SHABDA-3
2024-08-16 20:32:29
false
Big Data and reality
Shaw, Ryan
Philosophy
null
null
null
2015
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/SHABDA-3
https://philpapers.org/archive/SHABDA-3
pp:SHABDA-3
SHABDA-3
pp:SHABDA-3
https://philpapers.org/rec/AGODTS
2024-08-16 21:39:01
false
Developing the Silver Economy and Related Government Resources for Seniors: A Position Paper
Agosti, Maristella
Philosophy
The precarious rights of senior citizens, especially those who are highly educated and who are expected to counsel and guide the younger generations, has stimulated the creation internationally of advocacy associations and opinion leader groups. The strength of these groups, however, varies from country to country. In ...
null
null
manuscript
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/AGODTS
https://philpapers.org/archive/AGODTS
pp:AGODTS
AGODTS
pp:AGODTS
https://philpapers.org/rec/LESOEC-2
2024-08-16 21:23:08
false
‘Odysseás Elytis’ Conversation with Heraclitus: “Of Ephesus”,
Lesher, James
Philosophy
‘Of Ephesus’ begins with a series of vivid impressions of a wild and free nature—vineyards rolling across the landscape, an untrammeled sky, a runaway donkey, flaming pinecones, roosters, and colorful kites and flags. Fire in some form (wildfires, the sun, flames, torches, lightning, sunlight) is the hallmark of a dyna...
null
null
2020
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/LESOEC-2
https://philpapers.org/archive/LESOEC-2
pp:LESOEC-2
LESOEC-2
pp:LESOEC-2
https://philpapers.org/rec/ANDLAL-2
2024-08-16 20:01:18
false
Liberal arts and mixing methods: Good reasons to educate citizens and poor pilgrims as free men
Andrés-Gallego, José
Philosophy
null
null
null
2019
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/ANDLAL-2
https://philpapers.org/archive/ANDLAL-2
pp:ANDLAL-2
ANDLAL-2
pp:ANDLAL-2
https://philpapers.org/rec/SEBCKI
2024-08-16 22:52:54
false
Can Knowledge Itself Justify Harmful Research?
Sebo, Jeff
Philosophy
null
null
null
2020
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/SEBCKI
https://philpapers.org/archive/SEBCKI
pp:SEBCKI
SEBCKI
pp:SEBCKI
https://philpapers.org/rec/ANDJAT
2024-08-15 22:56:56
false
Javelli and the Reception of the Scotist System of Distinctions in Renaissance Thomism
Andersen, Claus A.
Philosophy
This chapter uncovers a less investigated aspect of the relationship between the two most important scholastic schools of the Renaissance, Thomism and Scotism: the influence of Scotist literature on distinctions as seen in some sixteenth-century Thomists. The chapter has a primary focus on Chrysostomus Javelli’s engage...
null
null
2023
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/ANDJAT
https://philpapers.org/archive/ANDJAT
pp:ANDJAT
ANDJAT
pp:ANDJAT
https://philpapers.org/rec/KRIMDS-3
2024-08-15 23:13:17
false
Mme de Staël's Philosophy of Imagination
Krieger, Arthur
Philosophy
In "De l’Allemagne", Mme de Staël develops a sophisticated philosophical psychology that centers not on reason, but imagination. She does this by bringing French Enlightenment philosophy, particularly Rousseau and Diderot, into dialogue with German thinkers, including Kant and Herder. For Mme de Staël, imagination tran...
null
null
2023
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/KRIMDS-3
https://philpapers.org/archive/KRIMDS-3
pp:KRIMDS-3
KRIMDS-3
pp:KRIMDS-3
https://philpapers.org/rec/GONTTN
2024-08-15 20:35:30
false
Testing the “(Neo-)Darwinian” Principles against Reticulate Evolution: How Variation, Adaptation, Heredity and Fitness, Constraints and Affordances, Speciation, and Extinction Surpass Organisms and Species
Gontier, Nathalie
Philosophy
Variation, adaptation, heredity and fitness, constraints and affordances, speciation, and extinction form the building blocks of the (Neo-)Darwinian research program, and several of these have been called “Darwinian principles.” Here, we suggest that caution should be taken in calling these principles Darwinian because...
null
null
2020
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/GONTTN
https://philpapers.org/archive/GONTTN
pp:GONTTN
GONTTN
pp:GONTTN
https://philpapers.org/rec/TRATBS-2
2024-08-16 21:18:56
false
The Browsing Subject: Phenomenology and the Internet on Pandemic Time
Travis, Hannibal
Philosophy
Does browsing the world through a screen change a person, especially in the context of COVID-19? Recent studies indicate that self-care, psychological well-being, and empathy may suffer. The “Californian ideology” privileges expression of the self even as digital technology tends to interrupt the modern trend towards ...
null
null
manuscript
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/TRATBS-2
https://philpapers.org/archive/TRATBS-2
pp:TRATBS-2
TRATBS-2
pp:TRATBS-2
https://philpapers.org/rec/BENTMR-3
2024-08-15 23:17:31
false
The Multiple Realities of Paul’s Mystical Experience: A Phenomenological Perspective in the Anthropology of Religion
Bența, Marius Ion
Philosophy
This article is a study on Paul’s mystical experiences using an interpretive framework that relies on multiple grounds: Alfred Schutz’s phenomenology of the “multiple realities” applied to the problem of religion, political anthropology and general scholarship on Paul. The aim of this study is also multiple: I seek to ...
null
null
2023
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/BENTMR-3
https://philpapers.org/archive/BENTMR-3
pp:BENTMR-3
BENTMR-3
pp:BENTMR-3
https://philpapers.org/rec/WOLPCA-3
2024-08-16 19:25:23
false
Pre-Game Cheating and Playing the Game
Wolf-Root, Alex
Philosophy
null
null
null
2018
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/WOLPCA-3
https://philpapers.org/archive/WOLPCA-3
pp:WOLPCA-3
WOLPCA-3
pp:WOLPCA-3
https://philpapers.org/rec/KARHQO
2024-08-17 08:06:28
false
Heidegger’s Question of Being: The Unity of Topos and Logos
Karamercan, Axel Onur
Philosophy
In this article, I elucidate the significance of Heidegger’s ‘question of being’ from a topological point of view by explaining the relationship between his thought of place and language. After exploring various hermeneutic strategies of reading Heidegger’s oeuvre, I turn to Richard Capobianco’s interpretation of Heid...
null
null
2023
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/KARHQO
https://philpapers.org/archive/KARHQO
pp:KARHQO
KARHQO
pp:KARHQO
https://philpapers.org/rec/TIACHA
2024-08-16 22:10:22
false
Cohesive Harmony Analysis: Measuring the Coherence of a Text
Tian, Jiaqiu
Philosophy
Hasan's (1984) Model of Cohesive Harmony Analysis (CHA) represents one of the first attempts within the SFL framework to devise a relatively objective index for measuring a text's coherence. As a development of the classic "cohesion analysis"(Halliday & Hasan 1976), it probes into the coherence of a text by considering...
null
null
2017
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/TIACHA
https://philpapers.org/archive/TIACHA
pp:TIACHA
TIACHA
pp:TIACHA
https://philpapers.org/rec/TURTCD-6
2024-08-16 21:58:14
false
The _Cogito_, Dreamt Characters, and Unreal Existence
Turp, Michael-John
Philosophy
null
null
null
2023
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/TURTCD-6
https://philpapers.org/archive/TURTCD-6
pp:TURTCD-6
TURTCD-6
pp:TURTCD-6
https://philpapers.org/rec/YOUOCA-3
2024-08-16 22:28:56
false
Olfactory Consciousness Across Disciplines
Young, Benjamin D.
Philosophy
Our sense of smell pervasively influences our most common behaviors and daily experience, yet little is known about olfactory consciousness. Over the past decade and a half research in both the fields of Consciousness Studies and Olfaction has blossomed, however, olfactory consciousness has received little to no attent...
null
null
2015
info:eu-repo/semantics/book
null
null
en
null
null
null
https://philpapers.org/rec/YOUOCA-3
https://philpapers.org/archive/YOUOCA-3
pp:YOUOCA-3
YOUOCA-3
pp:YOUOCA-3
https://philpapers.org/rec/DUNESA-2
2024-08-15 23:09:58
false
Extended Simples and the Argument from Heterogeneity
Duncan, Michael J.
Philosophy
Perhaps the most commonly discussed argument against the possibility of extended simples is the argument from heterogeneity. The argument states that, if extended simples are possible, then extended simples which exhibit intrinsic qualitative variation across space (or spacetime) are also possible [Premise 1]. But, the...
null
null
manuscript
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/DUNESA-2
https://philpapers.org/archive/DUNESA-2
pp:DUNESA-2
DUNESA-2
pp:DUNESA-2
https://philpapers.org/rec/REYHAO
2024-08-16 20:44:12
false
Health and Other Reveries: Homo Curare, Homo Faber, and the Realization of Care
Reynolds, Joel Michael
Philosophy
Merleau-Ponty claims that the idea of objective knowledge is supported by "our reveries." My aim in this paper is to explore this argument with respect to the idea of health. As a case study, I focus on bioethical issues surrounding return of results of incidental variants with respect to the use of genetic and genomic...
null
null
2022
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/REYHAO
https://philpapers.org/archive/REYHAO
pp:REYHAO
REYHAO
pp:REYHAO
https://philpapers.org/rec/EDWATS-4
2024-08-15 21:48:30
false
Against the symbolism solution for why kinship is significant in the West
Edward, Terence Rajivan
Philosophy
Is kinship insignificant in Western societies? This paper presents an objection to the symbolism solution for why it is significant.
null
null
manuscript
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/EDWATS-4
https://philpapers.org/archive/EDWATS-4
pp:EDWATS-4
EDWATS-4
pp:EDWATS-4
https://philpapers.org/rec/DAVMGB
2024-08-15 23:06:32
false
J N MOHANTY (Jiten/Jitendranath) In Memoriam
Smith, David Woodruff-
Philosophy
J. N. (Jitendra Nath) Mohanty (1928–2023). P...
null
null
2023
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/DAVMGB
https://philpapers.org/archive/DAVMGB
pp:DAVMGB
DAVMGB
pp:DAVMGB
https://philpapers.org/rec/ELMWES
2024-08-16 21:28:24
false
What Socrates Should Have Said
Elmore, Benjamin
Philosophy
In this thesis, William Alston’s influential defense of divine command theory is critically evaluated. It is argued that Alston, in positing evaluative particularism, undermines his defense because moral particularism, a rival theory of moral obligation, follows from evaluative particularism. Furthermore, the moral par...
null
null
manuscript
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/ELMWES
https://philpapers.org/archive/ELMWES
pp:ELMWES
ELMWES
pp:ELMWES
https://philpapers.org/rec/KANHMH
2024-08-16 22:23:23
false
Historical Materialism
Kandiyali, Jan
Philosophy
This chapter discusses the philosophical side of Karl Marx's thought as well as some of the major debates about it in the secondary literature. It first examines Marx's early writings, focusing, in particular, on his views on religion, the limitations of political emancipation and the dehumanizing conditions of work un...
null
null
2019
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/KANHMH
https://philpapers.org/archive/KANHMH
pp:KANHMH
KANHMH
pp:KANHMH
https://philpapers.org/rec/FOUTFM
2024-08-16 18:50:19
false
“The First Man Speaking”: Merleau-Ponty on Expression as the Task of Phenomenology
Foultier, Anna Petronella
Philosophy
This article aims to establish an understanding of Merleau-Ponty’s view of creative expression, and of its phenomenological function, setting out from the intriguing statement in his essay “Cézanne’s Doubt” that the painter (or writer or philosopher) finds himself in the situation of the first human being trying to exp...
null
null
2015
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/FOUTFM
https://philpapers.org/archive/FOUTFM
pp:FOUTFM
FOUTFM
pp:FOUTFM
https://philpapers.org/rec/UMBAAA
2024-08-16 20:49:40
false
Agile as a Vehicle for Values: A Value Sensitive Design Toolkit
Umbrello, Steven
Philosophy
The ethics of technology has primarily focused on what values are and how they can be embedded in technologies through design. In this context, some work has been done to show the efficacy of a number of design approaches. However, existing studies have not clearly pointed out the ways in which design-for-values approa...
null
null
2023
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/UMBAAA
https://philpapers.org/archive/UMBAAA
pp:UMBAAA
UMBAAA
pp:UMBAAA
https://philpapers.org/rec/REITVC-2
2024-08-16 22:45:34
false
The Vienna Circle and its Critical Reception of Oswald Spengler
Reimer, Robert
Philosophy
The Vienna Circle was an influential group of philosophers in the early 20th century. Its members were dedicated to do philosophy and to conduct research in accordance with the guidelines of the scientific world-conception. For some of them, Oswald Spengler was a dangerous antagonist due to the success and influence of...
null
null
2023
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/REITVC-2
https://philpapers.org/archive/REITVC-2
pp:REITVC-2
REITVC-2
pp:REITVC-2
https://philpapers.org/rec/KELSAA-9
2024-08-16 22:57:43
false
Separating action and knowledge
Kelley, Mikayla
Philosophy
Intentional action is often accompanied by knowledge of what one is doing—knowledge which appears non-observational and non-inferential. G.E.M. Anscombe defends the stronger claim that intentional action always comes with such knowledge. Among those who follow Anscombe, some have altered the features, content, or speci...
null
null
forthcoming
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/KELSAA-9
https://philpapers.org/archive/KELSAA-9
pp:KELSAA-9
KELSAA-9
pp:KELSAA-9
https://philpapers.org/rec/JONFTU-2
2024-08-16 23:06:34
false
Forgetting to Un-Forgive
Jones, Lel
Philosophy
Much of the literature on forgiveness is dedicated to understanding the reasons to forgive and what changes in attitude are required to do so. But philosophers have been much less attentive to what happens after agents forgive. This is a serious oversight, since the reasons to forgive do not always retain their force a...
null
null
2023
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/JONFTU-2
https://philpapers.org/archive/JONFTU-2
pp:JONFTU-2
JONFTU-2
pp:JONFTU-2
https://philpapers.org/rec/HEIRZD
2024-08-16 23:01:06
false
Replik zu den Kommentaren
Heinzelmann, Nora
Philosophy
null
null
null
2024
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/HEIRZD
https://philpapers.org/archive/HEIRZD
pp:HEIRZD
HEIRZD
pp:HEIRZD
https://philpapers.org/rec/KUBRTR
2024-08-15 16:00:38
false
Rethinking the role of the rTPJ in attention and social cognition in light of the opposing domains hypothesis: findings from an ALE-based meta-analysis and resting-state functional connectivity
Kubit, Benjamin
Philosophy
null
null
null
2013
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/KUBRTR
https://philpapers.org/archive/KUBRTR
pp:KUBRTR
KUBRTR
pp:KUBRTR
https://philpapers.org/rec/MELMAT-7
2024-08-16 22:57:50
false
Meta‐regresses and the limits of persuasive argumentation
Melchior, Guido
Philosophy
null
null
null
2024
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/MELMAT-7
https://philpapers.org/archive/MELMAT-7
pp:MELMAT-7
MELMAT-7
pp:MELMAT-7
https://philpapers.org/rec/METTIR
2024-08-17 07:50:15
false
The immortality requirement for life's meaning
Metz, Thaddeus
Philosophy
null
null
null
2003
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/METTIR
https://philpapers.org/archive/METTIR
pp:METTIR
METTIR
pp:METTIR
https://philpapers.org/rec/BRITIO-37
2024-08-16 22:40:07
false
The influence of private interests on research in behavioural public policy: A system-level problem
Bright, Liam Kofi
Philosophy
null
null
null
2023
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/BRITIO-37
https://philpapers.org/archive/BRITIO-37
pp:BRITIO-37
BRITIO-37
pp:BRITIO-37
https://philpapers.org/rec/MAUWLO
2024-08-14 19:55:30
false
What’s Left of Philosophy?
Maurice, François
Philosophy
We continue our examination of the idea that there is a sub-discipline in philosophy of science, philosophy in science, whose researchers use philosophical tools to advance solutions to scientific problems. Rather, we propose that these tools are standard epistemic, cognitive, or intellectual tools at work in all ratio...
null
null
2024
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/MAUWLO
https://philpapers.org/archive/MAUWLO
pp:MAUWLO
MAUWLO
pp:MAUWLO
https://philpapers.org/rec/VANHTE-3
2024-08-15 21:45:39
false
How to End Wars with Words: Three Argumentative Strategies by Mozi and his Followers
van Els, Paul
Philosophy
The Mozi contains at least three distinct arguments against offensive warfare. The "moral argument" claims that offensive warfare is morally wrong. The "economic argument" calculates that the foreseeable costs of a military campaign inevitably outweigh its possible benefits. The "religious argument" warns that military...
null
null
2013
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/VANHTE-3
https://philpapers.org/archive/VANHTE-3
pp:VANHTE-3
VANHTE-3
pp:VANHTE-3
https://philpapers.org/rec/BISTPO-23
2024-08-16 23:05:56
false
The Physics of Emergence (Second Edition)
Bishop, Robert C.
Philosophy
It is not unusual among particle physicists to find the belief that elementary particles and forces determine everything in physics, chemistry, biology, geology, physiology all the way up to human behaviour. It is not just that physics underlies everything in the universe; it is the belief that everything in the univer...
null
null
2024
info:eu-repo/semantics/book
null
null
en
null
null
null
https://philpapers.org/rec/BISTPO-23
https://philpapers.org/archive/BISTPO-23
pp:BISTPO-23
BISTPO-23
pp:BISTPO-23
https://philpapers.org/rec/STOAFA-2
2024-08-16 19:52:12
false
Aristotelian Friendship and Ignatian Companionship
Stohr, Karen
Philosophy
This essay aims to construct a relationship between Aristotle's account of friendship in the Nicomachean Ethics and the ideal of companionship articulated and lived out by St. Ignatius of Loyola, the founder of the Jesuit order. Although on the surface, it may seem as though Aristotelian friendship and Ignatian compani...
null
null
2017
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/STOAFA-2
https://philpapers.org/archive/STOAFA-2
pp:STOAFA-2
STOAFA-2
pp:STOAFA-2
https://philpapers.org/rec/JONDPA-3
2024-08-16 21:54:57
false
Death Penalty Abolition, the Right to Life, and Necessity
Jones, Ben
Philosophy
One prominent argument in international law and religious thought for abolishing capital punishment is that it violates individuals’ right to life. Notably, this _right-to-life argument_ emerged from normative and legal frameworks that recognize deadly force against aggressors as justified when necessary to stop their ...
null
null
2023
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/JONDPA-3
https://philpapers.org/archive/JONDPA-3
pp:JONDPA-3
JONDPA-3
pp:JONDPA-3
https://philpapers.org/rec/KAHDPI-6
2024-08-16 21:54:52
false
Doing Philosophy in Northern Philippines: Interviews with Serrano, Centeno, and Alterado, Officers of the Philosophical Association of Northern Luzon
Kahambing, Jan Gresil
Philosophy
Established in the northernmost part of the country in 2003, the Philosophical Association of Northern Luzon, Incorporated (PANL) is one of the regional philosophical organizations in the country. This interview article aims to produce the first published historical account of this organization as it marked its 18th ye...
null
null
2021
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/KAHDPI-6
https://philpapers.org/archive/KAHDPI-6
pp:KAHDPI-6
KAHDPI-6
pp:KAHDPI-6
https://philpapers.org/rec/THORTT-4
2024-08-16 22:54:31
false
Responding to the Watson-Sterkenburg debate on clustering algorithms and natural kinds
Mollema, Warmhold Jan Thomas
Philosophy
In Philosophy and Technology 36, David Watson discusses the epistemological and metaphysical implications of unsupervised machine learning (ML) algorithms. Watson is sympathetic to the epistemological comparison of unsupervised clustering, abstraction and generative algorithms to human cognition and sceptical about ML’...
null
null
manuscript
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/THORTT-4
https://philpapers.org/archive/THORTT-4
pp:THORTT-4
THORTT-4
pp:THORTT-4
https://philpapers.org/rec/WESADA-2
2024-08-15 23:04:03
false
A Democratic Approach to Public Philosophy
Hawkins, Jonathon
Philosophy
There is a strong appetite in ‘the wild’ (i.e., beyond the academy) for public philosophy. There are myriad forums available, from magazines and online publications to podcasts and YouTube videos, for those who wish to engage in philosophy in a non-academic context. For academic philosophers, this has raised methodolog...
null
null
2023
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/WESADA-2
https://philpapers.org/archive/WESADA-2
pp:WESADA-2
WESADA-2
pp:WESADA-2
https://philpapers.org/rec/BARKHA
2024-08-16 23:06:25
false
Knowing how and being able
Barker, Beth
Philosophy
Intellectualists about know-how tend to deny that knowing how to ϕ requires the corresponding ability to ϕ. So, it’s supposed to be an attractive feature of intellectualism that it can explain cases of knowing how without ability, while anti-intellectualism—roughly, the view that knowing how is a kind of ability—cannot...
null
null
2024
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/BARKHA
https://philpapers.org/archive/BARKHA
pp:BARKHA
BARKHA
pp:BARKHA
https://philpapers.org/rec/WOLKCI
2024-08-15 23:17:38
false
Kant's Conclusions in the Transcendental Aesthetic
Wolf, W. Clark
Philosophy
In the Transcendental Aesthetic (TA), Kant is typically held to make negative assertations about “things in themselves,” namely that they are not spatial or temporal. These negative assertions stand behind the “neglected alternative” problem for Kant’s transcendental idealism. According to this problem, Kant may be ent...
null
null
forthcoming
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/WOLKCI
https://philpapers.org/archive/WOLKCI
pp:WOLKCI
WOLKCI
pp:WOLKCI
https://philpapers.org/rec/ZANTGC
2024-08-15 21:38:32
false
‘The Gloves Came Off’: Torture and the United States after September 11, 2001
Zangeneh, Parisa
Philosophy
This article examines the use of ‘enhanced interrogation techniques’ in the context of international legal obligations under the Convention against Torture and Other Cruel, Inhuman or Degrading Treatment or Punishment 1984 (CAT) and the domestic implementation of the international prohibition of torture into United Sta...
null
null
2013
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/ZANTGC
https://philpapers.org/archive/ZANTGC
pp:ZANTGC
ZANTGC
pp:ZANTGC
https://philpapers.org/rec/BATCPA-3
2024-08-16 21:21:28
false
Cognitive penetration and implicit cognition
Battich, Lucas
Philosophy
Cognitive states, such as beliefs, desires and intentions, may influence how we perceive people and objects. If this is the case, are those influences worse when they occur implicitly rather than explicitly? Here we show that cognitive penetration in perception generally involves an implicit component. First, the proce...
null
null
2023
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/BATCPA-3
https://philpapers.org/archive/BATCPA-3
pp:BATCPA-3
BATCPA-3
pp:BATCPA-3
https://philpapers.org/rec/VONFOS-2
2024-08-15 23:15:06
false
Futures of Science for Policy in Europe: Scenarios and Policy Implications
Von Schomberg, Rene
Philosophy
This policy brief explores important trends for the future of science for policy in Europe and the challenges and opportunities that they present for the development of science for policy ecosystems in the European Union. On the background of an increasing prominence of science in public debates and an increasing willi...
null
null
2023
info:eu-repo/semantics/book
null
null
en
null
null
null
https://philpapers.org/rec/VONFOS-2
https://philpapers.org/archive/VONFOS-2
pp:VONFOS-2
VONFOS-2
pp:VONFOS-2
https://philpapers.org/rec/SLIPOC
2024-08-16 22:53:47
false
principles of cognitive biology and the concept of biocivilisations
Slijepcevic, Predrag
Philosophy
null
null
null
2024
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/SLIPOC
https://philpapers.org/archive/SLIPOC
pp:SLIPOC
SLIPOC
pp:SLIPOC
https://philpapers.org/rec/MARROS-7
2024-08-16 22:00:08
false
Review of “Showing, sensing, and seeming”, by Dominic Gregory
Martina, Giulia
Philosophy
null
null
null
2014
info:eu-repo/semantics/review
null
null
en
null
null
null
https://philpapers.org/rec/MARROS-7
https://philpapers.org/archive/MARROS-7
pp:MARROS-7
MARROS-7
pp:MARROS-7
https://philpapers.org/rec/CARLTD-22
2024-08-16 21:26:37
false
Lyotard, 'The Differend', and the Philosophy of Deep Disagreement
Cartlidge, James
Philosophy
This paper examines the philosophy of Jean-Francois Lyotard in relation to the analytic philosophy of deep disagreement. It argues not just that his work has relevance for this debate, but that it offers a challenge to the ‘epistemic paradigm’ present in its academic literature, represented by the two most prominent se...
null
null
2022
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/CARLTD-22
https://philpapers.org/archive/CARLTD-22
pp:CARLTD-22
CARLTD-22
pp:CARLTD-22
https://philpapers.org/rec/CHEBPL
2024-08-16 21:55:33
false
Black People Look Up and Down, White People Look Away: Charles Mills, James Baldwin, and White Ignorance
Cherry, Myisha
Philosophy
null
null
null
2022
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/CHEBPL
https://philpapers.org/archive/CHEBPL
pp:CHEBPL
CHEBPL
pp:CHEBPL
https://philpapers.org/rec/LICTAO-3
2024-08-16 21:22:39
false
The Aims of _Perspectiva_ in 1360s Paris: Investigating Texts Written in the Hand of Reimbotus de Castro
Licka, Lukas
Philosophy
This paper investigates how later medieval intellectuals dealt with perspectiva – the medieval discipline of optics, which had seen considerable popularity in Latin Europe since the 13th century and was epitomized in several “books of knowledge” of differing scopes, levels of difficulty and intended audience. This pape...
null
null
2021
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/LICTAO-3
https://philpapers.org/archive/LICTAO-3
pp:LICTAO-3
LICTAO-3
pp:LICTAO-3
https://philpapers.org/rec/BEDAQT
2024-08-16 21:23:17
false
A Question-Sensitive Theory of Intention
Beddor, Bob
Philosophy
This paper develops a question-sensitive theory of intention. We show that this theory explains some puzzling closure properties of intention. In particular, it can be used to explain why one is rationally required to intend the means to one’s ends, even though one is not rationally required to intend all the foreseen ...
null
null
2022
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/BEDAQT
https://philpapers.org/archive/BEDAQT
pp:BEDAQT
BEDAQT
pp:BEDAQT
https://philpapers.org/rec/AULEMA
2024-08-16 22:08:09
false
Epiphenomenal Minds and Philosophers’ Zombies: Where do mental properties originate?
Aulisio, George
Philosophy
Property dualism [PD], when adopted by physicalists, is the view that mental properties are irreducible and joined to the physical. Many property dualists who subscribe to physicalism hold epiphenomenalism—the view that the mind does not have a causal role in affecting physical events (e.g., bodily movements).1 In this...
null
null
2022
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/AULEMA
https://philpapers.org/archive/AULEMA
pp:AULEMA
AULEMA
pp:AULEMA
https://philpapers.org/rec/MARTIP-10
2024-08-16 22:20:38
false
The informational profile of valence: The metasemantic argument for imperativism
Martínez, Manolo
Philosophy
Some mental states have valence—they are pleasant or unpleasant. According to imperativism, valence depends on imperative content, while evaluativism tells us that it depends on evaluative content. We argue that if one considers valence’s informational profile, it becomes evident that imperativism is superior to evalua...
null
null
forthcoming
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/MARTIP-10
https://philpapers.org/archive/MARTIP-10
pp:MARTIP-10
MARTIP-10
pp:MARTIP-10
https://philpapers.org/rec/JACPSA-4
2024-08-16 22:43:57
false
Phenomenological Sociology and Standpoint Theory: On the Critical Use of Alfred Schutz’s American Writings in the Feminist Sociologies of Dorothy E. Smith and Patricia Hill Collins
Jacobs, Hanne
Philosophy
This chapter provides a historical reconstruction of how Alfred Schutz’s American writings were critically engaged by the feminist sociologists Dorothy E. Smith and Patricia Hill Collins. Schutz’s articulation of a phenomenological sociology in relation to, among others, the sociology of Talcott Parsons and the philoso...
null
null
forthcoming
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/JACPSA-4
https://philpapers.org/archive/JACPSA-4
pp:JACPSA-4
JACPSA-4
pp:JACPSA-4
https://philpapers.org/rec/VIDSFD
2024-08-16 22:39:07
false
Strategies for defending the Principle of Identity of Indiscernibles: a critical survey and a new approach
Videira, L. G. S.
Philosophy
The Principle of Identity of Indiscernibles (PII) is the focus of much controversy in the history of Metaphysics and in contemporary Physics. Many questions rover the debate about its truth or falsehood, for example, to which objects the principle applies? Which properties can be counted as discerning properties? Is th...
null
null
2023
info:eu-repo/semantics/book
null
null
en
null
null
null
https://philpapers.org/rec/VIDSFD
https://philpapers.org/archive/VIDSFD
pp:VIDSFD
VIDSFD
pp:VIDSFD
https://philpapers.org/rec/MANAIW
2024-08-16 21:00:15
false
Assertion is weak
Mandelkern, Matthew
Philosophy
Recent work has argued that belief is weak: the level of rational credence required for belief is relatively low. That literature has contrasted belief with assertion, arguing that the latter requires an epistemic state much stronger than (weak) belief---perhaps knowledge or even certainty. We argue that this is wrong:...
null
null
2022
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/MANAIW
https://philpapers.org/archive/MANAIW
pp:MANAIW
MANAIW
pp:MANAIW
https://philpapers.org/rec/KULHTR
2024-08-14 19:37:15
false
How to Read a Meta-Analysis? A Guideline for Clinicians
Kul, Seval
Philosophy
Meta-analysis is a statistical analysis that combines the results of relevant studies performed for same purpose and is used as a tool for evidence-based medicine to support clinical decision making. Because a meta-analysis includes advanced statistical analysis, the report is not easily understandable to clinicians. I...
null
null
2018
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/KULHTR
https://philpapers.org/archive/KULHTR
pp:KULHTR
KULHTR
pp:KULHTR
https://philpapers.org/rec/TRUPAT
2024-08-16 21:19:17
false
“Power and the ‘Drive for Mastery’: Derrida’s Freud and the Debate with Foucault.”
Trumbull, Robert
Philosophy
null
null
null
2016
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/TRUPAT
https://philpapers.org/archive/TRUPAT
pp:TRUPAT
TRUPAT
pp:TRUPAT
https://philpapers.org/rec/FINTQR
2024-08-16 22:13:09
false
Temporal quantifier relativism
Finocchiaro, Peter
Philosophy
null
null
null
forthcoming
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/FINTQR
https://philpapers.org/archive/FINTQR
pp:FINTQR
FINTQR
pp:FINTQR
https://philpapers.org/rec/HUNPDA-3
2024-08-16 22:48:45
false
Police Deception and Dishonesty – The Logic of Lying
Hunt, Luke William
Philosophy
Cooperative relations steeped in honesty and good faith are a necessity for any viable society. This is especially relevant to the police institution because the police are entrusted to promote justice and security. Despite the necessity of societal honesty and good faith, the police institution has embraced deception,...
null
null
2024
info:eu-repo/semantics/book
null
null
en
null
null
null
https://philpapers.org/rec/HUNPDA-3
https://philpapers.org/archive/HUNPDA-3
pp:HUNPDA-3
HUNPDA-3
pp:HUNPDA-3
https://philpapers.org/rec/PREDAM-4
2024-08-16 21:33:42
false
Divine and Mortal Loves
Preston-Roedder, Ryan
Philosophy
“If the concept of God has any validity or any use,” James Baldwin writes in The Fire Next Time, “it can only be to make us larger, freer, and more loving. If God cannot do this, then it is time we got rid of Him.” This essay is a meditation on Baldwin’s claim. I begin by presenting Baldwin’s account of a grave danger ...
null
null
forthcoming
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/PREDAM-4
https://philpapers.org/archive/PREDAM-4
pp:PREDAM-4
PREDAM-4
pp:PREDAM-4
https://philpapers.org/rec/GORMSA-7
2024-08-16 21:19:50
false
Maxwell-Boltzmann Statistics and the Metaphysics of Modality
Gordon, Bruce L.
Philosophy
ABSTRACT. Two arguments have recently been advanced that Maxwell-Boltzmann particles are indistinguishable just like Bose-Einstein and Fermi-Dirac particles. Bringing modal metaphysics to bear on these arguments shows that ontological indistinguishability for classical (MB) particles does not follow. The first argument...
null
null
2002
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/GORMSA-7
https://philpapers.org/archive/GORMSA-7
pp:GORMSA-7
GORMSA-7
pp:GORMSA-7
https://philpapers.org/rec/MULITT-4
2024-08-16 19:39:44
false
Is Time Travel Too Strange to Be Possible? - Determinism and Indeterminism on Closed Timelike Curves
Mulder, Ruward A.
Philosophy
null
null
null
2017
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/MULITT-4
https://philpapers.org/archive/MULITT-4
pp:MULITT-4
MULITT-4
pp:MULITT-4
https://philpapers.org/rec/MARQWH-2
2024-08-16 22:37:13
false
"It Would Have Been Worse under Saddam:" Implications of Counterfactual Thinking for Beliefs Regarding the Ethical Treatment of Prisoners of War
Markman, Keith
Philosophy
In response to criticism following news of the mistreatment of Iraqis at the US prison in Abu Ghraib, some media personalities and politicians suggested that the treatment of these prisoners ‘‘would have been even worse’’ had former Iraqi President Saddam Hussein still been in power. It was hypothesized that the contem...
null
null
2008
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/MARQWH-2
https://philpapers.org/archive/MARQWH-2
pp:MARQWH-2
MARQWH-2
pp:MARQWH-2
https://philpapers.org/rec/LOCNAI
2024-08-16 22:59:05
false
Non-human animals in the Nicomachean and Eudemian Ethics
Lockwood, Thornton C.
Philosophy
At first glance, it looks like Aristotle can’t make up his mind about the ethical or moral status of non-human animals in his ethical treatises. Somewhat infamously, the Nicomachean Ethics claims that “there is neither friendship nor justice towards soulless things, nor is there towards an ox or a horse” (EN 8.11.1161b...
null
null
forthcoming
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/LOCNAI
https://philpapers.org/archive/LOCNAI
pp:LOCNAI
LOCNAI
pp:LOCNAI
https://philpapers.org/rec/GAMCSI-3
2024-08-16 21:54:49
false
Cognitive Skills in Basic Mathematics of College Freshmen in the Philippines
Gamit, Analyn M.
Philosophy
Many students consider mathematics as the most dreaded subject in their curriculum, so much so that the term “math phobia” or “math anxiety” is practically a part of clinical psychological literature. This symptom is widespread and students suffer mental disturbances when facing mathematical activity because understand...
null
null
2022
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/GAMCSI-3
https://philpapers.org/archive/GAMCSI-3
pp:GAMCSI-3
GAMCSI-3
pp:GAMCSI-3
https://philpapers.org/rec/BAASEA
2024-08-16 22:51:49
false
Sovereignty, ecology, and regional imperatives: formulating normative foundations for regional ecological justice
Baard, Patrik
Philosophy
I will outline four justifications of regional ecological obligations calling for different political authorities to collaborate for ecological reasons: through voluntary agreement between political entities united by an ecological region; by a shared regional history or cultural relations to an ecological region; with...
null
null
forthcoming
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/BAASEA
https://philpapers.org/archive/BAASEA
pp:BAASEA
BAASEA
pp:BAASEA
https://philpapers.org/rec/BAKIBW-2
2024-08-16 22:56:39
false
Is Buddhism without rebirth ‘nihilism with a happy face’?
Baker, Calvin
Philosophy
I argue against pessimistic readings of the Buddhist tradition on which unawakened beings invariably have lives not worth living due to a preponderance of suffering (duḥkha) over well-being.
null
null
forthcoming
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/BAKIBW-2
https://philpapers.org/archive/BAKIBW-2
pp:BAKIBW-2
BAKIBW-2
pp:BAKIBW-2
https://philpapers.org/rec/PARCRV-2
2024-08-16 21:05:27
false
Cultural Relativism vs. Cultural Absolutism
Park, Seungbae
Philosophy
null
null
null
2021
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/PARCRV-2
https://philpapers.org/archive/PARCRV-2
pp:PARCRV-2
PARCRV-2
pp:PARCRV-2
https://philpapers.org/rec/BALRAR-4
2024-08-15 22:51:14
false
Resistance and Revelation: Lacan on Defense
Ballestín, Lucas
Philosophy
One might gather from a reading of Lacan’s ouvre that he never advanced an explicit and systematic theory of resistance and defense, his early critique of IPA methods notwithstanding. Indeed, the combativeness of this critique may lead readers to think that any talk of defense analysis is non-Lacanian. Yet such an omis...
null
null
2021
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/BALRAR-4
https://philpapers.org/archive/BALRAR-4
pp:BALRAR-4
BALRAR-4
pp:BALRAR-4
https://philpapers.org/rec/PETDWD-2
2024-08-16 22:04:55
false
Dossier: What do we talk about when we talk about queer death?
Petricola, Mattia
Philosophy
null
null
null
2021
info:eu-repo/semantics/book
null
null
en
null
null
null
https://philpapers.org/rec/PETDWD-2
https://philpapers.org/archive/PETDWD-2
pp:PETDWD-2
PETDWD-2
pp:PETDWD-2
https://philpapers.org/rec/ZERSTA-3
2024-08-16 22:01:17
false
Static Time, a Localized Universe, and a Cosmological Uncertainty Rule
Zerrudo, Jef
Philosophy
This paper offers a solution to the problem of time by proposing that if the universe is time-like, stationary, and bounded, then it can be divided into static temporal gradations or contours. This led to the establishment of an energy diffusion flux (EDF) equation from which the Planck and Hubble times were derived. I...
null
null
manuscript
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/ZERSTA-3
https://philpapers.org/archive/ZERSTA-3
pp:ZERSTA-3
ZERSTA-3
pp:ZERSTA-3
https://philpapers.org/rec/CURCSQ
2024-08-16 22:07:32
false
Computer says "No": The Case Against Empathetic Conversational AI
Curry, Alba
Philosophy
Emotions are an integral part of human cognition and they guide not only our understanding of the world but also our actions within it. As such, whether we soothe or flame an emotion is not inconsequential. Recent work in conversational AI has focused on responding empathetically to users, validating and soothing their...
null
null
2023
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/CURCSQ
https://philpapers.org/archive/CURCSQ
pp:CURCSQ
CURCSQ
pp:CURCSQ
https://philpapers.org/rec/INEAPD
2024-08-16 22:48:08
false
_Assessing Political Demoralization: A Framework for Public Policy Analysis and Evaluation_
Inesia-Forde, Angelina
Philosophy
Background: The United States symbolizes democracy in the new world and contributes to global prosperity. Nevertheless, incrementalism is a historically dominant national approach to public policy implementation that delays democracy and undermines human dignity. Human flourishing and national development are endangere...
null
null
2023
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/INEAPD
https://philpapers.org/archive/INEAPD
pp:INEAPD
INEAPD
pp:INEAPD
https://philpapers.org/rec/BIRTLC
2024-08-16 21:00:50
false
The Learning-Consciousness Connection
Birch, Jonathan
Philosophy
null
null
null
2021
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/BIRTLC
https://philpapers.org/archive/BIRTLC
pp:BIRTLC
BIRTLC
pp:BIRTLC
https://philpapers.org/rec/MACEED-2
2024-08-16 22:56:11
false
Ethical Extensionism Defended
MacClellan, Joel
Philosophy
Ethical extensionism is a common argument pattern in environmental and animal ethics, which takes a morally valuable trait already recognized in us and argues that we should recognize that value in other entities such as nonhuman animals. I exposit ethical extensionism’s core argument, argue for its validity and soundn...
null
null
2024
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/MACEED-2
https://philpapers.org/archive/MACEED-2
pp:MACEED-2
MACEED-2
pp:MACEED-2
https://philpapers.org/rec/ORDWDW-3
2024-08-16 22:09:20
false
What Do We See When We See Total Darkness?
Ordóñez Angulo, Emmanuel
Philosophy
Seeing total darkness is a peculiar perceptual state: in it, the subject is visually aware of something while seeming to fail to be aware of anything. Recent treatments of the topic (Sorensen 2008, Soteriou 2000) leave this particular puzzle unsolved. Here, I attempt a solution. Following Dretske, I begin by suggesting...
null
null
2017
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/ORDWDW-3
https://philpapers.org/archive/ORDWDW-3
pp:ORDWDW-3
ORDWDW-3
pp:ORDWDW-3
https://philpapers.org/rec/RALCOD
2024-08-16 21:20:29
false
Click on Deweyan Democracy: John Dewey Joins the Online Literacy Debate
Ralston, Shane J.
Philosophy
John Dewey's political and educational ideas can offer some guidance in arbitrating the online literacy debate.
null
null
2011
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/RALCOD
https://philpapers.org/archive/RALCOD
pp:RALCOD
RALCOD
pp:RALCOD
https://philpapers.org/rec/GANCTS
2024-08-13 00:36:28
false
Continuing the search for structure of the experiencing subject
Gangloff, Silvere
Philosophy
In the last decades, the development of advanced imagery techniques made possible a better understanding of the functioning of the brain as well as the formulation of cognitive theories on how conscious experience may rise from its activity. However, it is sometimes challenging to distin- guish which of these theories ...
null
null
manuscript
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/GANCTS
https://philpapers.org/archive/GANCTS
pp:GANCTS
GANCTS
pp:GANCTS
https://philpapers.org/rec/PANENC-2
2024-08-15 19:30:35
false
Early numerical cognition and mathematical processes
Pantsar, Markus
Philosophy
null
null
null
2018
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/PANENC-2
https://philpapers.org/archive/PANENC-2
pp:PANENC-2
PANENC-2
pp:PANENC-2
https://philpapers.org/rec/BUCMAR-2
2024-08-15 15:20:00
false
Motion and Rest as Genuinely Greatest Kinds in the Sophist
Buckels, Christopher
Philosophy
The paper argues that Motion and Rest are “greatest kinds” and not just convenient examples, since they are all-pervading. Thus Motion and Rest can be jointly predicated of a single subject and can be predicated of each other, just as Sameness and Otherness can. While Sameness and Otherness are opposites, a single subj...
null
null
2015
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/BUCMAR-2
https://philpapers.org/archive/BUCMAR-2
pp:BUCMAR-2
BUCMAR-2
pp:BUCMAR-2
https://philpapers.org/rec/GRIL-5
2024-08-16 21:32:12
false
Literature
Grigoriev, Serge
Philosophy
This chapter addresses the relationship between Rorty’s pragmatist philosophy and his view of literature and literary writing. It begins by examining the relationship between philosophy and literature, construed by Rorty in terms of the opposition between “normal,” professionalized, argument-centered philosophical dis...
null
null
2020
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/GRIL-5
https://philpapers.org/archive/GRIL-5
pp:GRIL-5
GRIL-5
pp:GRIL-5
https://philpapers.org/rec/COLMEA-9
2024-08-16 21:26:52
false
Moral Enhancement, Acquired Virtue, and Theism: A Response to Brummett and Crutchfield
Colgrove, Nicholas
Philosophy
Recently, Brummett and Crutchfield advanced two critiques of theists who object to moral enhancement. First, a conceptual critique: theists who oppose moral enhancement commonly do so because virtue is thought to be acquired only via a special kind of process. Enhancement does not involve such processes. Hence, enhance...
null
null
2022
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/COLMEA-9
https://philpapers.org/archive/COLMEA-9
pp:COLMEA-9
COLMEA-9
pp:COLMEA-9
https://philpapers.org/rec/HALCMH
2024-08-16 22:05:13
false
Charles Morris
Halton, Eugene
Philosophy
A brief biographical entry on Charles Morris in the Lexicon Grammaticorum: A Bio-Bibliographical Companion to the History of Linguistics.
null
null
2009
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/HALCMH
https://philpapers.org/archive/HALCMH
pp:HALCMH
HALCMH
pp:HALCMH
https://philpapers.org/rec/ABUANN
2024-08-16 22:42:50
false
Artificial Neural Network Heart Failure Prediction Using JNN
Abu Al-Jalil, Khaled M.
Philosophy
Heart failure is a major cause of death worldwide. Early detection and intervention are essential for improving the chances of a positive outcome. This study presents a novel approach to predicting the likelihood of a person having heart failure using a neural network model. The dataset comprises 918 samples with 11 fe...
null
null
2023
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/ABUANN
https://philpapers.org/archive/ABUANN
pp:ABUANN
ABUANN
pp:ABUANN
https://philpapers.org/rec/LEEAPA-15
2024-08-16 22:59:02
false
A Puzzle about Sums
Lee, Andrew Y.
Philosophy
A famous mathematical theorem says that the sum of an infinite series of numbers can depend on the order in which those numbers occur. Suppose we interpret the numbers in such a series as representing instances of some physical quantity, such as the weights of a collection of items. The mathematics seems to lead to the...
null
null
forthcoming
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/LEEAPA-15
https://philpapers.org/archive/LEEAPA-15
pp:LEEAPA-15
LEEAPA-15
pp:LEEAPA-15
https://philpapers.org/rec/GUEEAU
2024-08-10 22:02:33
false
Explaining and Understanding Life
Guenther, Witzany
Philosophy
null
null
null
1998
info:eu-repo/semantics/review
null
null
en
null
null
null
https://philpapers.org/rec/GUEEAU
https://philpapers.org/archive/GUEEAU
pp:GUEEAU
GUEEAU
pp:GUEEAU
https://philpapers.org/rec/FRACAA-6
2024-08-16 15:46:30
false
Creation and Authority: The Natural Law Foundations of Locke’s Account of Parental Authority
Franklin-Hall, Andrew
Philosophy
null
null
null
2012
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/FRACAA-6
https://philpapers.org/archive/FRACAA-6
pp:FRACAA-6
FRACAA-6
pp:FRACAA-6
https://philpapers.org/rec/SIEECA-3
2024-08-16 21:32:26
false
Eastern Christian Approaches to Philosophy
Siemens, James
Philosophy
With few exceptions, the field of Eastern Christian studies has primarily been concerned with historical-critical analysis, hermeneutics, and sociology. For the most part it has not attempted to bring Eastern Christian philosophy into serious engagement with contemporary thought. This volume seeks to redress the matter...
null
null
2022
info:eu-repo/semantics/book
null
null
en
null
null
null
https://philpapers.org/rec/SIEECA-3
https://philpapers.org/archive/SIEECA-3
pp:SIEECA-3
SIEECA-3
pp:SIEECA-3
https://philpapers.org/rec/OTUPCC
2024-08-16 22:50:50
false
Purpose-Based Career Coaching as a Strategy for Increasing Employability of Graduates: A Survey Study
Otu, Mkpoikanke Sunday
Philosophy
This study investigated teachers’ and counsellors’ perception of a purpose-based career coaching as a strategy for increasing employability of graduates in Nigeria. The design employed to conduct this study was a cross-sectional survey design that featured desk research and sensitivity workshop. The participants were 1...
null
null
2023
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/OTUPCC
https://philpapers.org/archive/OTUPCC
pp:OTUPCC
OTUPCC
pp:OTUPCC
https://philpapers.org/rec/LIUCEA-3
2024-08-16 23:06:40
false
Conscious Experience and Phenomenal States
Liu, Taicheng
Philosophy
Since its proposition, the Knowledge Argument has been the center of debate in the Philosophy of the Mind, and many philosophers have proposed their rejections of it. This paper briefly looked at what Philip Goff characterized as the no-compromise response and the no propositional knowledge response before delving deep...
null
null
2024
info:eu-repo/semantics/article
null
null
en
null
null
null
https://philpapers.org/rec/LIUCEA-3
https://philpapers.org/archive/LIUCEA-3
pp:LIUCEA-3
LIUCEA-3
pp:LIUCEA-3
End of preview.

No dataset card yet

Downloads last month
5