<%@ 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: use perception and action to control timing of collective action <%'----------------------------------------------------------------------%> Group-level skill-sets for simple collective action Individual-1 leads and individual-2 follows 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 Individual-1 perceives ? initiates action Individual-2 perceives & mimics leader, keeps distance <%'----------------------------------------------------------------------%> Group-level skill-sets for complex collective action Individual-1 communicates 'instructions' to individual-2 Skill-1 in skill-set being used by Individual-1 inter-skill information- exchange (communication): Individual-1 & Individual-2 through action & perception Skill-2 in skill-set being used by Individual-2 Individual-1 perceives ? generates & communicates instructions Individual-2 perceives instructions, interprets & asks questions & executes <%'----------------------------------------------------------------------%> The evolution of inter-individual and inter-skill communication mechanisms - cross-disciplinary research inter-skill information-exchange <%'----------------------------------------------------------------------%> <% '' reset the timeout Server.ScriptTimeout = timeout Response.End '-----------------------------------------------------------%>