<%@ Language=VBScript %><% option explicit %> <% Response.Buffer = FALSE %> <% Response.ContentType = "image/svg+xml" %> <% DIM ScreenWidth, ScreenHeight DIM timeout '' extend the timeout to allow for long files timeout = Server.ScriptTimeout '' Response.Write "Initial timeout=" & timeout & "
" Server.ScriptTimeout = 1200 ScreenWidth = Request.Cookies("Humble")("ScreenWidth") ScreenHeight = Request.Cookies("Humble")("ScreenHeight") ' set it up for a graph bounding box of 2000 horizontal by 1000 vertical ' the viewBox has to be larger, to allow for left (and right?) parameter stuff ' the graph should have 20 by 10 internal dividers (grid pattern) %> Skills: representation & use Inter-skill information exchange Skills as hardware or software for information processing components: action, perception, & inner processing (choosing, predicting) inner Storage: genetic (meiosis?) brain (HW, SW?) inner Mechanisms: skill into action sensing into info outer Mechanisms: action consequences 'real world' to sensing Genetics - evolution: recombining male+female skills theoretical Neuroscience: neural models and fMRI Ethology: observe action, action consequences, 'real world' context <%'----------------------------------------------------------------------%> Skill-1 in skill-set being used by Individual-1 inter-skill information- exchange (communication): between Individual-1 & Individual-2 through action & perception Skill-2 in skill-set being used by Individual-2 Group-level Skill-sets leading to collective action components: skills and 'real time' & 'real-world' information-exchange Ethology: observe collective action also observe the 'real time' & 'real-world' information-exchange <%'----------------------------------------------------------------------%> The evolution of skills is cross-disciplinary, similar to neuroscience in looking for mechanisms, but with a different scope (no neurons, include genetics), and with a different research paradigm skill research related field <%'----------------------------------------------------------------------%> <% '' reset the timeout Server.ScriptTimeout = timeout Response.End '-----------------------------------------------------------%>