Formation >Déformation< Reformation
*.php & 2334 *.jpg » 1900 x 787 px { 2.414:1 (δS:1)
set of 10 starters on paper » 210 x 210 mm
2020
REF fdr_v2
about
The desire to participate in the JanelaAdEntrO project dates back to Vânia Kosta's studio in Braga with its magnificent windows. The universe wanted me to participate in all the glory of this 2020 on my own window. But, is it correct to think that our window belongs to us? ... since the outer face of the window belongs to the building's face and it belongs to the surrounding urban space and to other city dwellers?
Well, this artwork that was created for this project and this specific window would therefore have to play with this duality and these two distinct points of view in a way that would unify the dual belonging and these two worlds separated by the transparency which is glass.
The challenge then would be to explore the glass transparency and that of the work itself, and the solution found was to develop a work that has two states. In a first state the artwork is presented as a hermetic white square under daytime sun exposure and in a second state the artwork changes its appearance as soon as the artificial lighting inside the house changes it using the transparency property of its paper support. We can say that in part the work only exists while the dwelling is experienced ... but I couldn't stop there.
This duality reminded me of Schrödinger's paradox that approaches the existence of a quantum system as an overlap of the multiplicity of states that correspond respectively to the various possible results. Schrödinger proposed in this article this overlapping of states and the Copenhagen interpretation implies that the different states coexist until observation by a subject occurs. At that defining moment of observation, one of the states will prevail and the rest will collapse. So the work that is viewed by passers-by is nothing more than the closed box that contains Schrödinger's cat and whenever inspected and visualized a change occurs.
This work is part of a set of three that deal with the perpetual cyclical movement "formation - deformation - reform".
art
CONCEPT, EDITING AND CODING Monsenhor enVide neFelibataORIGINAL TIMELAPSE FILE Vedi Djokich www.vexedart.com
script
»» RUN SCRIPT
<?php
setlocale(LC_COLLATE, 'fr_FR.UTF-8');
// DEFINE ROOT
define('ROOT', realpath(dirname(__FILE__) . '/../../../../../') . '/');
// PROJECT ID
$prj_id = basename(dirname(getcwd()));
// INFO TITLE
$file = '../info_en.txt';
$doc = file($file);
$title = $doc[0];
// NUMBER OF PICS
$imgs = glob('img/*.jpg', GLOB_BRACE);
if ($imgs)
$img_num = count($imgs);
// DB FOLDER
if (!file_exists(ROOT . '_/db/')) {
mkdir(ROOT . '_/db/', 0777, true);
}
// SET COUNTER
$txt[0] = 1;
// READ DB
$db_file = ROOT . '_/db/db_' . $prj_id . '.txt';
if (file_exists($db_file)) {
$txt = file($db_file);
if ($txt[0] <> '') {
if ($txt[0] < $img_num)
++$txt[0];
}
}
// OPEN OR CREATE DB FILE
$db = fopen(ROOT . '_/db/db_' . $prj_id . '.txt', 'w') or die('Unable to open file!');
fwrite($db, $txt[0]);
fclose($db);
?>
download
FDR_V2.CDR 502.4 KbFDR_V2.JPG 330.8 Kb
QRCODE.EPS 25.6 Kb
QRCODE.SVG 11.1 Kb
EXPORTED PDF EN 170.7 Kb
EXPORTED PDF PT 170.8 Kb