ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <title>Kunstatelier Younhee Yang, Berlin</title> <meta content="P Dussmann, Younhee Yang" name="author"> <meta content="Kunstatelier Younhee Yang, Berlin. Kontempor&auml;re Moderne Kunst: Malerei, Installation, Videokunst." name="description"> <meta content="Kunstatelier: Younhee Yang, Berlin" name="copyright"> <meta content="de" name="language"> <meta content="Yang, Younhee, Art, Studio, Atelier, Kunst, Kunstatelier, K&uuml;nstler, kontempor&auml;re Kunst, moderne Kunst, Berlin, Kunstatelier Berlin, modern art, Malerei" name="keywords"> <meta content="index,follow" name="robots"> <meta content="after 7 days" name="revisit"> <meta content="Fine Art Studio Younhee Yang, Berlin" name="DC.title" lang="en"> <meta content="Kunstatelier Younhee Yang, Berlin" name="DC.title.alternative" lang="de"> <link href="icon.ico" rel="shortcut icon"> <style> #dm { margin: 0; padding: 0; z-index: 3} #dm li { margin: 0; padding: 0; width: 19.9%; list-style: none; font: 12 bold tahoma; float: left} #dm li a { display: block; margin: 1 1 1 1; padding: 4 10; width: auto; height: auto; background: #3333FF; color: #FFF; text-align: center; font: 12 bold tahoma; text-decoration: none} #dm li a:hover { background: #FF0000} #dm div { position: absolute; visibility: hidden; margin: 0; padding: 0; background: #EAEBD8; border: 1 solid #5970B2} #dm div a { position: relative; display: block; margin: 0; padding: 5 10; width: auto; white-space: nowrap; text-align: center; font: 12 bold tahoma; text-decoration: none; background: #0099FF; color: #FFFFFF} #dm div a:hover { background: #49A3FF; color: #FF </style> <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> </head> <body> <div align="center"> <table style="background-color: rgb(255, 255, 255); width: 100%;" id="shell" title="Shell" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr height="25"> <td style="width: 100%; background-color: rgb(51, 102, 255);"> <img style="width: 100%; height: 180px;" alt="header" src="Fine%20Artist%20Studio%20Younhee%20Yang%20Header%20eng.jpg"> <ul id="dm" style="margin: 0pt auto 0pt 0pt; width: 100%;"> <li><a style="font-weight: bold; font-family: Tahoma;" href="Homede.html" onmouseover="mopen('m1')" onmouseout="mclosetime()">Home</a> <div id="m1" onmouseover="mcancelclosetime()" onmouseout="mclosetime()"> <a style="font-weight: bold; font-family: Tahoma;" href="UeberYounheeYang.html">&Uuml;ber die K&uuml;nstlerin</a> <a style="font-weight: bold; font-family: Tahoma;" href="Kuenstlerstatement.html">K&uuml;nstler Statement</a> <a style="font-weight: bold; font-family: Tahoma;" href="Kontakt.html">Kontakt</a></div> </li> <li style="font-family: Tahoma; font-weight: bold;"> <a style="font-family: Tahoma; font-weight: bold;" href="Arbeiten.html" onmouseover="mopen('m2')" onmouseout="mclosetime()">Arbeiten</a> <div id="m2" onmouseover="mcancelclosetime()" onmouseout="mclosetime()"> <a style="font-family: Tahoma; font-weight: bold;" href="Malerei.html">Malerei</a> <a style="font-family: Tahoma; font-weight: bold;" href="Videokunst.html">Videokunst</a> <a style="font-family: Tahoma; font-weight: bold;" href="Installationde.html">Installationen</a></div> </li> <li style="font-family: Tahoma; font-weight: bold;"> <a style="font-weight: bold; font-family: Tahoma;" href="Ausstellungen.html" onmouseover="mopen('m3')" onmouseout="mclosetime()">Ausstellungen</a> <div id="m3" onmouseover="mcancelclosetime()" onmouseout="mclosetime()"> <a style="font-family: Tahoma; font-weight: bold;" href="AktuelleAusstellungen.html">Aktuelle Ausstellungen</a> <a style="font-family: Tahoma; font-weight: bold;" href="VorherigeAusstellungen.html">Vorherige Ausstellungen</a></div> </li> <li style="font-family: Tahoma; font-weight: bold;"> <a style="font-family: Tahoma; font-weight: bold;" href="Neues.html" onmouseover="mopen('m4')" onmouseout="mclosetime()">News</a> <div id="m4" onmouseover="mcancelclosetime()" onmouseout="mclosetime()"> <a style="font-family: Tahoma; font-weight: bold;" href="KunstBlog.html">Kunstblog Berlin</a> <a style="font-family: Tahoma; font-weight: bold;" href="Vernissagede.html">Vernissage</a> <a style="font-family: Tahoma; font-weight: bold;" href="Downloadde.html">Download</a></div> </li> <li style="font-family: Tahoma; font-weight: bold;"> <a style="font-weight: bold; font-family: Tahoma;" href="Language.html" onmouseover="mopen('m5')" onmouseout="mclosetime()">Sprache</a> <div id="m5" onmouseover="mcancelclosetime()" onmouseout="mclosetime()"> <a style="font-family: Tahoma; font-weight: bold;" href="indexde.html">Deutsch</a> <a style="font-family: Tahoma; font-weight: bold;" href="index.html">English</a> <a style="font-family: Calligraphy; font-weight: bold;" href="indexkr.html">\Õm­´Å</a></div> </li> </ul> <table title="Navigation" id="navigation"> <tbody> <tr> <script type="text/javascript"> <!-- var timeout = 500; var closetimer = 0; var ddmenuitem = 0; // open hidden layer function mopen(id) { // cancel close timer mcancelclosetime(); // close old layer if(ddmenuitem) ddmenuitem.style.visibility = 'hidden'; // get new layer and show it ddmenuitem = document.getElementById(id); ddmenuitem.style.visibility = 'visible'; } // close showed layer function mclose() { if(ddmenuitem) ddmenuitem.style.visibility = 'hidden'; } // go close timer function mclosetime() { closetimer = window.setTimeout(mclose, timeout); } // cancel close timer function mcancelclosetime() { if(closetimer) { window.clearTimeout(closetimer); closetimer = null; } } // close layer when click-out document.onclick = mclose; // --> </script> </tr> </tbody> </table> </td> </tr> <tr> </tr> </tbody> <tbody> <tr> <td style="width: 100%;" bgcolor="white"> <table id="content" title="Content" style="width: 100%;"> <tbody> <tr> <td style="text-align: left; width: 15%; background-color: rgb(229, 229, 229); vertical-align: top;"> <table style="text-align: left; width: 176px; height: 103px;" border="0" cellpadding="2" cellspacing="2"> <tbody> <tr> <td style="background-color: rgb(51, 102, 255); height: 33px;" align="undefined" valign="undefined"><small style="font-weight: bold;"><span style="color: rgb(255, 255, 255);"><span style="font-family: Tahoma;"><span style="font-family: Tahoma;"></span><a style="color: rgb(255, 255, 255);" href="Malerei.html">Malerei</a><br> </span></span></small></td> </tr> <tr> <td style="background-color: rgb(51, 102, 255); height: 33px;" align="undefined" valign="undefined"><small style="font-weight: bold;"><span style="color: rgb(255, 255, 255);"><span style="font-family: Tahoma;"><span style="font-family: Tahoma;"></span><a style="color: rgb(255, 255, 255);" href="Videokunst.html">Videokunst</a><br> </span></span></small></td> </tr> <tr> <td style="background-color: rgb(51, 102, 255); height: 33px;" align="undefined" valign="undefined"><small style="font-weight: bold;"><span style="color: rgb(255, 255, 255);"><span style="font-family: Tahoma;"><a style="color: rgb(255, 255, 255);" href="Installationde.html">Installation</a><br> </span></span></small></td> </tr> </tbody> </table> </td> <td style="vertical-align: top; width: 821px; text-align: center;"><big style="font-weight: bold;"><span style="font-size: 18px;"><span style="font-size: 18px;"><span style="font-size: 18px;"><span style="font-size: 14px;"><span style="font-size: 14px;"><span style="font-size: 18px ! important;"><big><br> <span style="color: rgb(51, 51, 255);">Installationsprojekte&nbsp;und Skulptur (Auswahl):</span></big></span></span></span></span></span></span></big> <p style="font-family: Tahoma; color: rgb(51, 51, 255);"><span style="font-size: 18px ! important; font-weight: bold;"> </span></p> <p style="text-align: left; font-family: Tahoma; color: rgb(51, 51, 255);"><span style="font-size: 18px ! important; font-weight: bold;">- <span style="text-decoration: underline;">"Hoffnung - Hope"</span></span>: 2008/09, Draht und Schaumstoff, Installationen im &ouml;ffentlichem Raum, M&uuml;nchen, Deutschland.</p> <div style="text-align: center; font-family: Tahoma; color: rgb(51, 51, 255);"> <br> <img style="width: 160px; height: 211px;" alt="&quot;Hoffnung - Hope&quot; Bild1" src="IMG_53411WM.jpg"> &nbsp; <img style="width: 156px; height: 210px;" alt="&quot;Hoffnung - Hope&quot; Bild 2" src="IMG_5348WM.jpg"> &nbsp;&nbsp;<img style="width: 156px; height: 210px;" alt="&quot;Hoffnung - Hope&quot; Bild 3" src="Hope3.jpg"></div> <br style="font-family: Tahoma; color: rgb(51, 51, 255);"> <div style="text-align: center; font-family: Tahoma; color: rgb(51, 51, 255);"><img style="width: 246px; height: 182px;" alt="" src="Hope%204.jpg">&nbsp;&nbsp;<img style="width: 246px; height: 183px;" alt="&quot;Hoffnung - Hope&quot; Bild 5" src="Hope%205.jpg"> </div> <div style="margin-left: 40px; text-align: center; font-family: Tahoma; color: rgb(51, 51, 255);"> <span style="font-size: 14px;"></span><span style="font-size: 14px; font-weight: bold;">Installation project &ldquo;Hope / Hoffnung&rdquo;: Exploration of Borders in Germany</span><br> <br> "The figures of a bear family, consisting of wood, wire, and rubber-foam, were used in the setting of public parks, sidewalks, open construction sites, or hidden spots, such as rooftops. Here, the unsuspecting crowd of viewers, such as joggers, families, taking a walk or bicycle riders, were confronted out of the blue with the ever-present borders in our everyday life: Walls, fences, rivers, etc. with the innocent refugee family trying to overcome those. In this project, I liked the mechanism of the viewers&rsquo; exposure to my art, much like refugees, who can be encountered in countless random situations. The viewers reactions to this encounter were their participation in my work and gave the opportunity to investigate the meaning of borders in Germany - a country that was separated by walls for many decades. The many locations of this temporary installation let many small stories of the hardship and difficulties of the archetype refugee unfold." </div> <span style="font-family: Tahoma; color: rgb(51, 51, 255);">____________________________________________________________________________________________________________________________ </span> <p style="text-align: left; font-family: Tahoma; color: rgb(51, 51, 255);"><span style="font-weight: bold;"><span style="font-size: 18px;">- <span style="text-decoration: underline;">"Self"</span></span></span>: 2005/2006, Bronze, NY, USA.</p> <p style="text-align: center; font-family: Tahoma; color: rgb(51, 51, 255);"><img style="width: 190px; height: 252px;" alt="Bronze Sculpture &quot;self&quot;" src="Self%20Bronze.JPG"> </p> <div style="text-align: center; font-family: Tahoma; color: rgb(51, 51, 255);"> ____________________________________________________________________________________________________________________________<br> <br> <div style="text-align: left;"><span style="font-size: 18px;"><span style="font-size: 18px;"><span style="font-size: 18px;"><span style="font-size: 18px;"><span style="font-size: 18px;"><span style="font-size: 18px;"><span style="font-size: 18px;"><span style="font-size: 18px;"><span style="font-size: 18px;"><span style="font-size: 18px;"><span style="font-size: 18px;"><span style="font-size: 18px;"><span style="font-size: 18px ! important;">- <span style="font-weight: bold; text-decoration: underline;">"Forgive them cause they don't know what they do"</span></span></span></span></span></span></span></span></span></span></span></span></span></span>: Open Studio, 2004,&nbsp;gemischte Materialien, NY, USA.<br> <br> </div> </div> <div style="text-align: center; font-family: Tahoma; color: rgb(51, 51, 255);"><img style="width: 300px; height: 322px;" alt="" src="JesusInstallation.jpg"> </div> <span style="font-family: Tahoma; color: rgb(51, 51, 255);">____________________________________________________________________________________________________________________________ </span> <p style="text-align: left; font-family: Tahoma; color: rgb(51, 51, 255);"><span style="font-weight: bold;"><span style="font-size: 18px;">- <span style="text-decoration: underline;">"Obsession"</span></span></span>: 2004, gemischte Materialien, Parsons Gallery, Installation, NY, USA.</p> <p style="text-align: center; font-family: Tahoma; color: rgb(51, 51, 255);"><img style="width: 300px; height: 226px;" alt="" src="Obsession.jpg"> </p> <span style="font-family: Tahoma; color: rgb(51, 51, 255);">____________________________________________________________________________________________________________________________ </span> <p style="text-align: left; font-family: Tahoma; color: rgb(51, 51, 255);"><span style="font-weight: bold;"><span style="font-size: 18px;">- <span style="text-decoration: underline;">"Bear Family"</span></span></span>: 2004, Draht, Schaumstoff und Holz, Stadt-Installation. New York, NY, USA. </p> <div style="text-align: center; font-family: Tahoma;"><img style="color: rgb(51, 51, 255); width: 224px; height: 299px;" alt="" src="BearFamily1.jpg"><span style="color: rgb(51, 51, 255);">&nbsp; &nbsp;</span><img style="color: rgb(51, 51, 255); width: 288px; height: 215px;" alt="" src="Bearfamily2.jpg"></div> </td> </tr> </tbody> </table> <br> <div id="footer"> <div style="width: 100%;" id="footer_text"> <div style="text-align: center; font-family: Tahoma;"><a href="Impressumde.html"><small>Impressum</small></a> </div> <small style="font-family: Tahoma;"><small>YounHee Yang, Contemporary Artist - All art work is copyrighted by the artist. The copying, redistribution, use or publication of any content or any part of this website is prohibited. It is prohibited to download, print or reproduce images without artists written permission. Disclaimer: The artist has no control over information at websites hyperlinked on this website and does not endorse and is not responsible or liable for the content, nature or reliability of any linked website or any link contained in a linked website. The artist takes no responsibility for monitoring, updating, or correcting any information on any linked website and makes no representation or warranties regarding such information.</small></small></div> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-9192157-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </td> </tr> </tbody> </table> </div> </body> </html>