// This is a generic paginator for album, photo and movie pages. Depending on the page type,
// there are different sets of variables available. With this data, you can make a paginator
// that lets you say "You're viewing photo 5 of 35", or "You're viewing photos 10 - 18 of 37"
// for album views.
//
// Available variables for all page types:
// $page_type - "collection", "item", or "other"
// $page_subtype - "album", "movie", "photo", "tag", etc.
// $previous_page_url - the url to the previous page, if there is one
// $next_page_url - the url to the next page, if there is one
// $total - the total number of photos in this album
//
// Available for the "collection" page types:
// $page - what page number we're on
// $max_pages - the maximum page number
// $page_size - the page size
// $first_page_url - the url to the first page, or null if we're on the first page
// $last_page_url - the url to the last page, or null if we're on the last page
// $first_visible_position - the position number of the first visible photo on this page
// $last_visible_position - the position number of the last visible photo on this page
//
// Available for "item" page types:
// $position - the position number of this photo
//
?>
Illusion of Time - The Watchmaker by Alex Fishgoit
A fantasy image created by Alex Fishgoit is the basis for this 400pc jigsaw with a moving mechanism. In the assembled jigsaw a key and triangular linkage causes rotation of the three gears and the ship. A hidden message ‘NO – TIME – LIKE – THE - PRESENT’ is indicated by the movement of a pointer on the cog wheel which supports the ship.
Davici published a description of the concept behind the image and puzzle. “The disassembled clock suggests that our perception of time is an illusion. The woman in Venetian carnival headdress is connected to the gears and represents past events related to the present. The boat sails through an ever-changing present, suggesting that we shape our future by the decisions we take now.”
The jigsaw cut has a shaped edge, dropout channels in which the gears move is fill of detail and references to measurement, movement, cogs, wheels and keys. The connectors include arrows, cogs, and Roman numerals. It proved to be a fascinating, popular and award winning puzzle, released in Collection 7 in 2020.
Artist: Alex Fishgoit
Date: 2020
Brand: Davici
Material: Plywood
Nationality: Russian
Pieces: 400
Size: 19x21in
Theme: Time, Fate, Watch, Boat, Moving Puzzle, Gears, Key, 3D
Title: Illusion of Time – The Watchmaker
// This is a generic paginator for album, photo and movie pages. Depending on the page type,
// there are different sets of variables available. With this data, you can make a paginator
// that lets you say "You're viewing photo 5 of 35", or "You're viewing photos 10 - 18 of 37"
// for album views.
//
// Available variables for all page types:
// $page_type - "collection", "item", or "other"
// $page_subtype - "album", "movie", "photo", "tag", etc.
// $previous_page_url - the url to the previous page, if there is one
// $next_page_url - the url to the next page, if there is one
// $total - the total number of photos in this album
//
// Available for the "collection" page types:
// $page - what page number we're on
// $max_pages - the maximum page number
// $page_size - the page size
// $first_page_url - the url to the first page, or null if we're on the first page
// $last_page_url - the url to the last page, or null if we're on the last page
// $first_visible_position - the position number of the first visible photo on this page
// $last_visible_position - the position number of the last visible photo on this page
//
// Available for "item" page types:
// $position - the position number of this photo
//
?>