Skip to content

Instantly share code, notes, and snippets.

@kenwebb
Last active September 27, 2017 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenwebb/1fa699077bfb998e6efb8100a6ff417d to your computer and use it in GitHub Desktop.
Save kenwebb/1fa699077bfb998e6efb8100a6ff417d to your computer and use it in GitHub Desktop.
Mental Maps - Franz Ackermann
<?xml version="1.0" encoding="UTF-8"?>
<!--Xholon Workbook http://www.primordion.com/Xholon/gwt/ MIT License, Copyright (C) Ken Webb, Wed Sep 27 2017 07:53:16 GMT-0400 (EDT)-->
<XholonWorkbook>
<Notes><![CDATA[
Xholon
------
Title: Mental Maps - Franz Ackermann
Description:
Url: http://www.primordion.com/Xholon/gwt/
InternalName: 1fa699077bfb998e6efb8100a6ff417d
Keywords:
My Notes
--------
September 26, 2017
In Munich, Germany, we went to the Lenbachhaus gallery, and saw some works by Franz Ackermann.
I've looked him up online, and will record the basics of what I learn in this workbook.
I'm especially interested in: how multiple graphs can link up
- Ackermann combines his own travel and emotional mental maps with the actual geography of a place
- he also combines his experiences with the official tourist/hotel maps
- he uses graphs - places and connections
There are an infinite number of possible interconnecting (or not so obviously interconnecting) spaces.
Travel brings out lots of uncertainty in space and time.
- I might remember doing something on a trip, but not be sure exactly where or when it was.
- I might know it was in a specific country, but not know which town or city.
See Sept 26 notes in my notebook.
References
----------
(1) http://db-artmag.de/archiv/2004/e/1/1/172.html
"'Mental Maps' are what Franz Ackermann calls his drawings, psychocartographies he made of his travels around the world. Ackermann's cities are images of a globalized landscape"
"his concept of Mental Maps, journal-like drawings that document his dealings with local life as opposed to actual cities."
"His approach always remains firmly grounded in the tourist's strategy: beginning at the city center, his expeditions progress concentrically outwards until he eventually reaches the periphery."
(2) http://www.saatchigallery.com/artists/franz_ackermann.htm
descriptions of various works
"concentric patterns of colour expose hints of identifiable place (a street map, a building interior, a snippet of landscape) only to dislocate them in a maze of organic generalisations."
"Through his unbridled abstraction, Ackermann strives to chart out the physical impossibility of conceptual space."
(3) http://www.kunsthalle-karlsruhe.de/en/exhibitions/review/review-2014/franz-ackermannmental-maps-eikones.html
"Key to his multifaceted work are his Mental Maps, small watercolours and gouaches that he started producing in 1991 during his numerous journeys and residencies around the world and which often serve as inspirations for larger works.
In a fusion of cartographic structures, architectural views, and flourishing ornamentation, he captures his subjective impressions of a particular locale, encapsulating in them the themes of globalization, mobility, and tourism."
(4) search engine: Mental Maps - Franz Ackermann
]]></Notes>
<_-.XholonClass>
<!-- domain objects -->
<PhysicalSystem/>
<Block/>
<Brick/>
<!-- quantities -->
<Height superClass="Quantity"/>
</_-.XholonClass>
<xholonClassDetails>
<Block>
<port name="height" connector="Height"/>
</Block>
</xholonClassDetails>
<PhysicalSystem>
<Block>
<Height>0.1 m</Height>
</Block>
<Brick multiplicity="2"/>
</PhysicalSystem>
<Blockbehavior implName="org.primordion.xholon.base.Behavior_gwtjs"><![CDATA[
var a = 123;
var b = 456;
var c = a * b;
if (console) {
console.log(c);
}
]]></Blockbehavior>
<Heightbehavior implName="org.primordion.xholon.base.Behavior_gwtjs"><![CDATA[
var myHeight, testing;
var beh = {
postConfigure: function() {
testing = Math.floor(Math.random() * 10);
myHeight = this.cnode.parent();
},
act: function() {
myHeight.println(this.toString());
},
toString: function() {
return "testing:" + testing;
}
}
]]></Heightbehavior>
<Brickbehavior implName="org.primordion.xholon.base.Behavior_gwtjs"><![CDATA[
$wnd.xh.Brickbehavior = function Brickbehavior() {}
$wnd.xh.Brickbehavior.prototype.postConfigure = function() {
this.brick = this.cnode.parent();
this.iam = " red brick";
};
$wnd.xh.Brickbehavior.prototype.act = function() {
this.brick.println("I am a" + this.iam);
};
]]></Brickbehavior>
<Brickbehavior implName="org.primordion.xholon.base.Behavior_gwtjs"><![CDATA[
console.log("I'm another brick behavior");
]]></Brickbehavior>
<SvgClient><Attribute_String roleName="svgUri"><![CDATA[data:image/svg+xml,
<svg width="100" height="50" xmlns="http://www.w3.org/2000/svg">
<g>
<title>Block</title>
<rect id="PhysicalSystem/Block" fill="#98FB98" height="50" width="50" x="25" y="0"/>
<g>
<title>Height</title>
<rect id="PhysicalSystem/Block/Height" fill="#6AB06A" height="50" width="10" x="80" y="0"/>
</g>
</g>
</svg>
]]></Attribute_String><Attribute_String roleName="setup">${MODELNAME_DEFAULT},${SVGURI_DEFAULT}</Attribute_String></SvgClient>
</XholonWorkbook>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment