aliases:
tags:
- Type/Source/Visual/Image
- proto
- Type/Source/Visual/Image/Painting
from:
- "[[Great Chain of Being]]"
- "[[Philosophy]]"
- "[[Codex/Academia/Humanities, Arts, & Social Sciences/Sociology/Intellectual|Intellectualism]]"
related:
- "[[Metaphysics]]"
- "[[Religion]]"
- "[[Cosmology]]"
- "[[Art]]"
contra:
to:
by:
rating:
status:
dateCreated: 2023-09-15, 22:15
dateModified: 2023-10-31, 18:22
version: 1
publish: true
![]() |
The Flammarion engraving is a wood engraving by an unknown artist, so named because its first documented appearance is in Camille Flammarion's 1888 book L'atmosphère : météorologie populaire. The wood engraving has often, but erroneously, been referred to as a woodcut. It has been used as a metaphorical illustration of either the scientific or the mystical quests for knowledge and, more recently, of the psychedelic experience. |
---|---|
wikipedia:: Flammarion engraving |
By: unknown
image::
Piercing the Firmament
Like a Kuhnian Paradigm shift
= this.file.name
TABLE WITHOUT ID
file.link AS Name, by AS By, in AS In, of AS Of, date AS Date, year AS Year
FROM #Type
WHERE
(
(
any(contains(by, this.by))
AND
by
)
OR
(
any(contains(in, this.in))
AND
in
)
OR
(
any(contains(of, this.of))
AND
of
)
OR
(
any(contains(in, this.file.name))
OR
any(contains(in, this.file.link))
)
OR
(
any(contains(of, this.file.name))
OR
any(contains(of, this.file.link))
)
AND
file.name !=this.file.name
)
SORT file.etags DESC, date DESC, year DESC