# The Horizon Experiment
%% summary below %%
> [!summary] Synopsis
> published by [[Image Comics]], The Horizon Experiment is a series of "what-ifs" that ask how changing the identity of the protagonist in a common genre can completely change the trajectory of where that story goes. A Chinese James Bond, A Muslim John Constantine, Werewolves with East African Descent, an Evil Dead for Black nerds, and a reverse Indiana Jones.
%% Enter notes below this line %%
## Issues
%% DATAVIEW_PUBLISHER: start
```dataview
TABLE without id
issueNumber as Issue,
file.link as Title,
choice(round(rating) = null, "",
choice(rating <= 1, "★☆☆☆☆",
choice(rating = 2, "★★☆☆☆",
choice(rating = 3, "★★★☆☆",
choice(rating = 4, "★★★★☆",
choice(rating <= 5, "★★★★★", "")
)
)
)
)
) as "Rating"
WHERE
contains(kind, [[Comic Issues Collection|Comic Issues]]) AND contains(series, this.file.link) AND !contains(file.folder, "curtain")
SORT issueNumber asc
```
%%
| Issue | Title | Rating |
| ----- | --------------------------------------------------------- | ------ |
| 1 | [[notes/The Manchurian.md\|The Manchurian]] | ★★★★☆ |
| 2 | [[notes/The Sacred Damned.md\|The Sacred Damned]] | ★★★★☆ |
| 3 | [[notes/Moon Dogs.md\|Moon Dogs]] | ★★★☆☆ |
| 4 | [[notes/Motherfu*kin Monsters.md\|Motherfu*kin Monsters]] | |
| 5 | [[notes/Finders Keepers.md\|Finders Keepers]] | ★★★★☆ |
%% DATAVIEW_PUBLISHER: end %%