<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — Thingiverse remix visualization]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/2879/" />
	<updated>2013-06-21T13:50:32Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/2879/thingiverse-remix-visualization/</id>
		<entry>
			<title type="html"><![CDATA[Re: Thingiverse remix visualization]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/27361/#p27361" />
			<content type="html"><![CDATA[<p>That&#039;s a good idea -- I was thinking simple keyword search, but ThingID too is not bad.&nbsp; Thanks!</p><p>For now I have the (sort of artificial) constraint that I want to limit server-side processing.&nbsp; I put this together in about a day (after I got some data), and it was easiest to do all pre-processing offline with python scripts and NetworkX, do a JSON dump, and then do everything else client-side (with the fantastic D3 Javascript libraries).&nbsp; So it&#039;s not a proper webapp yet (and it&#039;s also on shared hosting -- extracting the graph and doing an initial spring layout to speed up convergence on the client is quite CPU-intensive).&nbsp; We&#039;ll see...</p><p>But please post any thoughts you have, they&#039;d be most appreciated!</p>]]></content>
			<author>
				<name><![CDATA[spapadim]]></name>
				<uri>https://www.soliforum.com/user/1993/</uri>
			</author>
			<updated>2013-06-21T13:50:32Z</updated>
			<id>https://www.soliforum.com/post/27361/#p27361</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Thingiverse remix visualization]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/27227/#p27227" />
			<content type="html"><![CDATA[<p>My only immeadiate suggestion that you may have addressed but I can&#039;t actually see.... is allow you to paste a thingiverse URL, parse out the Thing-ID, and then highlight it on the map.</p><p>That way, it can actually be a &#039;tool&#039; to allow you to find where a particular &#039;thing&#039; sits in its family tree... and allow you to track up or down generations (assuming remixes follow Darwinian principles <img src="https://www.soliforum.com/img/smilies/wink.png" width="15" height="15" alt="wink" /> who knows, going back a generation may be better more often than not... <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /> )</p>]]></content>
			<author>
				<name><![CDATA[adrian]]></name>
				<uri>https://www.soliforum.com/user/663/</uri>
			</author>
			<updated>2013-06-20T14:29:20Z</updated>
			<id>https://www.soliforum.com/post/27227/#p27227</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Thingiverse remix visualization]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/27226/#p27226" />
			<content type="html"><![CDATA[<p>Adrian, thank you for the explanation, that&#039;s great!</p><p>Ysb, yes, the viz can be a bit loaded (and yet still doesn&#039;t show enough -- when I get the chance I may add highlighting the full tree emanating from a node, rather than just the direct edges, and maybe add basic keyword search/highlighting, to make browsing easier).</p><p>Basically I did most of this while I was waiting for my SD2. Back then I spent quite a bit of time on Thingiverse, and I realized that I was frequently following &quot;remix&quot; hyperlinks, but it was getting kind of tedious, and I was getting lost following trails of remix hyperlinks.&nbsp; So, this graph is a birds eye view of that.&nbsp; (The other thing I was doing often is finding similar or related things though collections -- i.e., going from one thing to another thing not via a direct remix link, but via an indirect same-collection link -- maybe another viz sometime).</p><p>One clarification though: each graph you see is one connected component.&nbsp; When you first click on the link, you get the largest connected component, which consists of about 5% of the things on Thingiverse (or at least those I have in my data) -- which is pretty amazing if you think about it (more than 5% of things are somehow related to each other--sort of).&nbsp; You can choose a different connected component via the drop down on the right (e.g., try 12, 17, 13, 18, ..).&nbsp; (A connected component it what the term says, btw: a partition of the graph where every pair of nodes is connected by at least one path)&nbsp; The decision to show connected components separately was kind of arbitrary, I admit.</p><p>Edit: My favorite cluster among those I found is probably Colbert (has many red nodes, so easy to spot too -- probably Thingivere site editors are Colbert fans? <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" />, and the cross between the Stanford bunny and Colbert (&quot;a godless killing machine&quot;) a particular favorite (should print one soon). Anyway.. <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[spapadim]]></name>
				<uri>https://www.soliforum.com/user/1993/</uri>
			</author>
			<updated>2013-06-20T14:20:54Z</updated>
			<id>https://www.soliforum.com/post/27226/#p27226</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Thingiverse remix visualization]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/27188/#p27188" />
			<content type="html"><![CDATA[<p>Its a visual presntation of the &quot;Family Tree&quot; of Thingiverse.</p><p>Each blue or red dot is a &#039;thing&#039;. The connecting lines and dots radiating from a central dot are &#039;remixes&#039; of the centre dot. Red Dots indicate a &#039;thing&#039; was &quot;Featured&quot; - hence why lots of the Red Dots have LOTS of Remixes.</p><p>It doesn&#039;t actually &#039;show&#039; you anything, other than the interesting way in which some &#039;things&#039; have 100&#039;s of remixes, even without being featured. other things have 10 or 12 variations, or in keeping with the Family Tree analogy, some things have looong family lines stretching 10-12 generations... other &#039;things&#039; are dots sitting all by themselves with virtually no &#039;relatives&#039;... <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[adrian]]></name>
				<uri>https://www.soliforum.com/user/663/</uri>
			</author>
			<updated>2013-06-20T06:22:54Z</updated>
			<id>https://www.soliforum.com/post/27188/#p27188</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Thingiverse remix visualization]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/27130/#p27130" />
			<content type="html"><![CDATA[<p>yes... can you resume what we can extract from this map ? i&#039;m lost...</p>]]></content>
			<author>
				<name><![CDATA[ysb]]></name>
				<uri>https://www.soliforum.com/user/40/</uri>
			</author>
			<updated>2013-06-20T00:08:41Z</updated>
			<id>https://www.soliforum.com/post/27130/#p27130</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Thingiverse remix visualization]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/27121/#p27121" />
			<content type="html"><![CDATA[<p>That is really cool. Thanks for making and sharing.</p>]]></content>
			<author>
				<name><![CDATA[lawsy]]></name>
				<uri>https://www.soliforum.com/user/51/</uri>
			</author>
			<updated>2013-06-19T22:36:32Z</updated>
			<id>https://www.soliforum.com/post/27121/#p27121</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Thingiverse remix visualization]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/27120/#p27120" />
			<content type="html"><![CDATA[<p>Apologies if this is the wrong forum -- not quite sure I&#039;d call it a &quot;project&quot;, more of a weekend hack for fun:<br />&nbsp; &nbsp;<a href="http://bitquill.net/make/remix/">http://bitquill.net/make/remix/</a><br />(Note: viz probably needs something more powerful than an iPad -- and page may take a few sec first time it loads)</p><p>By now most people around me think that Solidoodle is some kind of drug and Thingiverse some sort of trip <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /> -- but I thought people here might find it somewhat fun.&nbsp; I&#039;d also welcome any feature suggestions (for whenever I have time to play with this again).&nbsp; Thanks!</p>]]></content>
			<author>
				<name><![CDATA[spapadim]]></name>
				<uri>https://www.soliforum.com/user/1993/</uri>
			</author>
			<updated>2013-06-19T22:02:31Z</updated>
			<id>https://www.soliforum.com/post/27120/#p27120</id>
		</entry>
</feed>
