# Flammarion engraving
|  | 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](https://en.wikipedia.org/wiki/Flammarion_engraving) |
By: unknown
image:: ![[flammarion-engraving.jpg]]
Piercing the [[Firmament]]
Like a [[Thomas Kuhn|Kuhnian]] [[Paradigm shift]]
---
## Also By Or In Or Of `= this.file.name`
```dataview
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
```