<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="0.92">
<channel>
	<title>culagovski.net</title>
	<link>http://culagovski.net</link>
	<description>space is the algorithm</description>
	<lastBuildDate>Mon, 06 Oct 2008 14:06:32 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Rhino + Grasshopper + Python</title>
		<description>Have been trying some things using the latest Grasshopper Beta with scripting support, using Python. It's an interesting middle ground between the simplicity and straightforwardness of Grasshopper's interface and the flexibility and power of Python.

The example is a simple parametric surface paneller, that recursively divides a surface according to its ...</description>
		<link>http://culagovski.net/2008/algorithmic/rhino-grasshopper-python/</link>
			</item>
	<item>
		<title>Maya2008 + Pymel</title>
		<description>Pymel fixes Maya's python API.

A first simple experiment, populating a NURBS surface using its UV coordinates.





from __future__ import division

usub = 7
vsub = 20
usize = 8
vsize = 1
depth = 0.5

surfs = selectedNodes()

def pt(surf,u,v):
	return pointOnSurface( surf, u=usize*u/usub, v=vsize*v/vsub)

for surf in surfs:
	for u in range(usub):
		for v in range(vsub):
			pt1 = pt(surf,u,v)
			pt2 = pt(surf,u+1,v)
			pt3 = ...</description>
		<link>http://culagovski.net/2008/algorithmic/maya2008-pymel/</link>
			</item>
	<item>
		<title>Some ideas</title>
		<description>1
 genetic housing layout system. Would create and distribute houses on a 3d landscape, mutating and mixing parameters such as:

	plan layout
	height/plan surface
	size
	orientation
	etc.

The fitness function would be a mix of some cost/area calculation and a measure of the negative externalities created by each house, sort of a neighborhood good will indicator. ...</description>
		<link>http://culagovski.net/2008/uncategorized/some-ideas/</link>
			</item>
	<item>
		<title>3d Isovist Paper</title>
		<description>I recently published a paper on 3d isovist analysis at the 2007 SIGraDi conference in Mexico. The illustrations are in greyscale and they screwed up some of the notation (basically, not rendering any sub- or super-scripts).

As the paper points out, this is not a configurational analysis or a complete one, ...</description>
		<link>http://culagovski.net/2007/algorithmic/3d-isovist-paper/</link>
			</item>
	<item>
		<title>Thesis in online reader thingie.</title>
		<description>If you wish, you  can read my thesis online using this little Issuu widget (yeah, I know, stupid 2.0 name, it's still pretty slick). You can page through the tiny version using the arrows, or click on a page to pop open a full reader (which can even be ...</description>
		<link>http://culagovski.net/2007/thesis/32/</link>
			</item>
	<item>
		<title>Thesis!</title>
		<description>Finished writing my thesis (!). PDF here. In spanish.

It's basically about:

	Definition of "weak heritage" as the elements of a city that make up its character but aren't part of its "strong" heritage such as churches, avenues, etc. The weak heritage of a city includes individual houses, public spaces, small shops ...</description>
		<link>http://culagovski.net/2007/maxscript/thesis/</link>
			</item>
	<item>
		<title>Data correlation graphs on &#8216;many eyes&#8217;</title>
		<description>

A graph I made on many eyes that lets you visualize the correlation between the number of flickr photos per node and visibility graph network centrality measurements for Valparaiso. It's interactive, you can change the X and Y axes content, etc. Fairly cool. </description>
		<link>http://culagovski.net/2007/form-follows-data/data-correlation-graphs-on-manyeyes/</link>
			</item>
	<item>
		<title>GeoTagCloud</title>
		<description>A geolocated tag-cloud for all the flickr photographs that have been placed within Valparaiso, Chile. The size of the text relates to the frequency of use of each tag in each position (not the overall frequency). This is part of my MArch thesis, and makes use of James Clarke's flicker.py ...</description>
		<link>http://culagovski.net/2007/form-follows-data/geotagcloud/</link>
			</item>
	<item>
		<title>Cited in Brazil</title>
		<description>I just found an online reference to one of my papers (co-written with Sebastián Guevara), in Portuguese: "Sigradi          2006 - Santiago de Chile Um novo paradigma para o uso da          informática na ...</description>
		<link>http://culagovski.net/2007/cite/cited-in-brazil/</link>
			</item>
	<item>
		<title>Parametric Simulation of Building Codes</title>
		<description>Some work done with Claudio Labarca on the simulation of building codes in 3d. It takes as its input an area's building codes, lots and road centerlines, and generates 3d models of possible buildings that maximize their allowed heights and surface areas.

This method has been used in the discussion and ...</description>
		<link>http://culagovski.net/2007/algorithmic/parametric-simulation-of-building-codes/</link>
			</item>
</channel>
</rss>
