<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.opensourceecology.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Donovan</id>
	<title>Open Source Ecology - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.opensourceecology.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Donovan"/>
	<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/wiki/Special:Contributions/Donovan"/>
	<updated>2026-05-04T13:34:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=User:Donovan&amp;diff=82681</id>
		<title>User:Donovan</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=User:Donovan&amp;diff=82681"/>
		<updated>2012-12-05T09:14:11Z</updated>

		<summary type="html">&lt;p&gt;Donovan: /* Current objectives */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
My name is Donovan Jones. I am a software developer from New Zealand. I am a competent wiki editor and plan to assist the OSE in this capacity. I do not plan to collaborate or assist in other ways in the medium term. Essentially I am a [http://en.wikipedia.org/wiki/Wikipedia:WikiGnome WikiGnome], as such it is probably safe to ignore me.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t like some of my edits please let me know on my talk page, I don&#039;t want to step on any toes, but I&#039;m not going to seek approval for every edit. On aggregate I hope you will agree I am improving the wiki, so let me know when you feel I am not.&lt;br /&gt;
&lt;br /&gt;
==Current objectives==&lt;br /&gt;
* &#039;&#039;&#039;MJ request&#039;&#039;&#039; - [[How_to_Create_Frames_and_Windows_in_Media_Wiki]] for [[Flashy XM]], [[Flash Mob]], and other pages.&lt;br /&gt;
** I investigated support for widgets on OSE wiki, I was wanting to try: http://www.mediawikiwidgets.org/Iframe&lt;br /&gt;
** I do not have permission to edit pages in the Widget namespace. So cannot try out this widget on the OSE wiki.&lt;br /&gt;
* Fix broken links to [http://opensourceecology.org/w/index.php?title=Special%3ASearch&amp;amp;search=openfarmtech.org&amp;amp;fulltext=Search openfarmtech.org].&lt;br /&gt;
* [[Wiki_instructions#Style_Guidelines|Improve metric support]] on the wiki.&lt;br /&gt;
* Work on [[Work_Log_Guidelines]] particularly the [[Date_Format_Convention]].&lt;br /&gt;
* Work on and improve [[Special:Categories|categories]].&lt;br /&gt;
* Wikifying pages: work on wiki linking.&lt;br /&gt;
* General grammar and spelling fixes.&lt;br /&gt;
&lt;br /&gt;
==Future objectives==&lt;br /&gt;
* Collaborate with my father to contribute on Biofuels particularly [[butanol]].&lt;br /&gt;
* Creating custom wiki templates&lt;br /&gt;
* Creating custom OSE infoboxes&lt;br /&gt;
** keep any eye on http://meta.wikimedia.org/wiki/Wikidata which will make creating infoboxes much easier.&lt;br /&gt;
** software infobox to include:&lt;br /&gt;
*** licence&lt;br /&gt;
*** ubuntu package name&lt;br /&gt;
&lt;br /&gt;
==Thoughts==&lt;br /&gt;
As an outsider there are a few observations I would make about things that could be improved.&lt;br /&gt;
&lt;br /&gt;
===Support for the Metric System===&lt;br /&gt;
Three countries use non-metric measurement systems: Liberia, Myanmar, and the United States. I believe for OSE to a have a global impact it needs better support for the metric system. Many collaborators will only be able to source metric parts. I want to help provide better metric support at least on the wiki.&lt;br /&gt;
====Using Conversion Templates====&lt;br /&gt;
Complex conversion templates are available from other media wiki sites eg: http://en.wikiversity.org/wiki/Template:Convert. This system is very comprehensive http://en.wikiversity.org/wiki/Template:Convert/list_of_units but is quite complex and requires subtemplates. I have done a proof of concept with temperature conversion:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;{{convert|60|°F|°C|sigfig=3}}&amp;lt;/nowiki&amp;gt; = {{convert|60|°F|°C|sigfig=3}}&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;{{convert|16|°C|°F|sigfig=3}}&amp;lt;/nowiki&amp;gt; = {{convert|16|°C|°F|sigfig=3}}&lt;br /&gt;
&lt;br /&gt;
If OSE wish to use these templates I suggest following the instructions at http://www.mediawiki.org/wiki/Help:Templates#Copying_from_one_wiki_to_another, this will be much easier for someone with import rights on the OSE wiki (I do not have these rights). Without import rights each subtemplate needs to be copied manually which is tedious and is prone to cut and paste errors.&lt;br /&gt;
&lt;br /&gt;
===Wiki standards===&lt;br /&gt;
Standards like the [[Date_Format_Convention]] are important in a wiki, they create consistency, help define a framework within which people can become more productive and in general help to make the wiki more functional. As such I will be editing peoples Logs, please let me know if you would prefer I left them alone.&lt;br /&gt;
&lt;br /&gt;
===Date formats===&lt;br /&gt;
I have a definite opinion about what the best date format is but I will not be converting dates to this format or pushing this other than recommending it here.&lt;br /&gt;
&lt;br /&gt;
The best date format is the [http://en.wikipedia.org/wiki/ISO_8601 ISO 8601] format. It looks like this: &#039;&#039;&#039;2012-11-27&#039;&#039;&#039;, compare this to &#039;&#039;&#039;02/04/03&#039;&#039;&#039; which has three possible interpretations.&lt;br /&gt;
&lt;br /&gt;
The reasons it is best are:&lt;br /&gt;
&lt;br /&gt;
* it is unambiguous.&lt;br /&gt;
* it sorts correctly using string or numeric sorting.&lt;br /&gt;
* it is a formal standard.&lt;br /&gt;
* it is widely used.&lt;br /&gt;
* the format can also be used to represent precise date and time, with timezone information.&lt;br /&gt;
&lt;br /&gt;
see also: http://www.w3.org/QA/Tips/iso-date&lt;br /&gt;
&lt;br /&gt;
==Other Skills==&lt;br /&gt;
I do have some other skills that may be useful to the OSE. I am an experienced data munger, if you need scripts written to process and convert data feel free to drop me a line. Things like &lt;br /&gt;
&lt;br /&gt;
* Writing cron jobs&lt;br /&gt;
* Talking to databases (postgres/mysql/sqlite)&lt;br /&gt;
* Pulling in xml,yaml,json,html,csv,wiki markup&lt;br /&gt;
* Spitting out xml,yaml,json,html,csv,wiki markup&lt;br /&gt;
* Talking to REST web services.&lt;br /&gt;
* Screen scraping and web automation.&lt;br /&gt;
&lt;br /&gt;
My language of choice is perl. My collaboration method of choice is [https://github.com/donovan github]. My development environment of choice is ubuntu. My server environment of choice is ubuntu/debian.&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Soldering_Iron&amp;diff=82680</id>
		<title>Soldering Iron</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Soldering_Iron&amp;diff=82680"/>
		<updated>2012-12-05T09:08:15Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Hakko FX 888: Soldering Station&#039;&#039;&#039; [http://www.amazon.com/Hakko-FX-888-Soldering-Station/dp/B004M3U0VU/ref=sr_1_1?ie=UTF8&amp;amp;qid=1340776702&amp;amp;sr=8-1&amp;amp;keywords=hakko+fx+888 Source]&lt;br /&gt;
&lt;br /&gt;
* https://en.wikipedia.org/wiki/Soldering_Iron&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Heat_Gun&amp;diff=82679</id>
		<title>Heat Gun</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Heat_Gun&amp;diff=82679"/>
		<updated>2012-12-05T09:07:50Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Wagner HT1000: 1200W Heat Gun&#039;&#039;&#039; [http://www.amazon.com/Wagner-Power-Products-503008-200-Watt/dp/B00004TUCV/ref=sr_1_1?ie=UTF8&amp;amp;qid=1339026236&amp;amp;sr=8-1 Source]&lt;br /&gt;
&lt;br /&gt;
* https://en.wikipedia.org/wiki/Heat_gun&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=CEB_Press/Manufacturing_Instructions/Sensor_Unit&amp;diff=82678</id>
		<title>CEB Press/Manufacturing Instructions/Sensor Unit</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=CEB_Press/Manufacturing_Instructions/Sensor_Unit&amp;diff=82678"/>
		<updated>2012-12-05T09:06:28Z</updated>

		<summary type="html">&lt;p&gt;Donovan: /* Tools */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Manufacturing Instructions=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;iframe src=&amp;quot;https://player.vimeo.com/video/33754777?title=0&amp;amp;amp;byline=0&amp;amp;amp;portrait=0&amp;quot; width=&amp;quot;400&amp;quot; height=&amp;quot;225&amp;quot; frameborder=&amp;quot;0&amp;quot; webkitAllowFullScreen allowFullScreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Discussion of Sensor Function=&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;iframe src=&amp;quot;https://player.vimeo.com/video/29466230?title=0&amp;amp;amp;byline=0&amp;amp;amp;portrait=0&amp;quot; width=&amp;quot;400&amp;quot; height=&amp;quot;225&amp;quot; frameborder=&amp;quot;0&amp;quot; webkitAllowFullScreen mozallowfullscreen allowFullScreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Tools=&lt;br /&gt;
&lt;br /&gt;
* Compatible Set of [[Soldering Iron]], Solder, Soldering Stand, and Wet Sponge or Wet Paper Towel&lt;br /&gt;
&lt;br /&gt;
* Straight Pattern Tin Snips&lt;br /&gt;
&lt;br /&gt;
* Wire Strippers Compatible With 22 Gauge Wire&lt;br /&gt;
&lt;br /&gt;
* [[Heat Gun]]&lt;br /&gt;
&lt;br /&gt;
* Pliers&lt;br /&gt;
&lt;br /&gt;
* Helping Hand&lt;br /&gt;
&lt;br /&gt;
* Measuring Tape&lt;br /&gt;
&lt;br /&gt;
* Wire Strippers Compatible With 8 Gauge Wire&lt;br /&gt;
&lt;br /&gt;
=Materials=&lt;br /&gt;
&lt;br /&gt;
* [[Hall Effect Sensor]]&lt;br /&gt;
&lt;br /&gt;
* 1.5m of 4 Wire Underground Telephone Cable&lt;br /&gt;
&lt;br /&gt;
* 2 part potting compound MAX MCR or equivalent &lt;br /&gt;
&lt;br /&gt;
* [3] 3cm lengths of Shrink Tubing &lt;br /&gt;
&lt;br /&gt;
* PVC Pipe with 2.5cm Outer Diameter, 1.5cm Inner Diameter, 9cm Length&lt;br /&gt;
&lt;br /&gt;
=Steps=&lt;br /&gt;
&lt;br /&gt;
*Using the tin snips, cut the sleeve of the telephone wire by 5cm and 20cm at both ends. The cutting tolerance is 2cm.&lt;br /&gt;
&lt;br /&gt;
*Using the tin snips, cut the orange-white wire at both ends of the telephone wire. &lt;br /&gt;
&lt;br /&gt;
*Using the wire strippers, strip the bluewhite, blue, and orange wires of the telephone wire by 2cm at the 5cm end and by 1cm at the 20cm end. The stripping tolerance is 0.5cm.&lt;br /&gt;
&lt;br /&gt;
*Insert 3cm shrinktubing into the 5cm blue, blue-white, and orange wires.&lt;br /&gt;
&lt;br /&gt;
*Bend the sensor prongs and the exposed metal of the 5cm wires into hooks such that the 3 prong hooks can latch onto the 3 wire hooks to facilitate soldering. Use pliers to pinch the hook connections during the soldering process.&lt;br /&gt;
&lt;br /&gt;
*Using the soldering set and the helping hand, solder the hall-effect sensor prongs to the 5cm wires. The orientation of the soldering connections is such that, when you can see the sensor text and its prongs pointing downward, from left to right the colour of the wires to be soldered are: bluewhite (for 5V+), blue (for GND), and orange (for Signal). &lt;br /&gt;
&lt;br /&gt;
*Using the heat gun, cover the soldered prong-to-wire connections with the shrinktubing then apply heat to the now-covered connections. The shrinktubing should shrink, forming a tight insulating seal for each of the prong-to-wire connections. &lt;br /&gt;
&lt;br /&gt;
*Insert the wired hall-effect sensor into the PVC tube leaving 2cm of space at the non-insertion end of the tube.&lt;br /&gt;
&lt;br /&gt;
*Pour the silicone into the tube such that the tube is completely filled in.&lt;br /&gt;
&lt;br /&gt;
*Mark the sensor tube side that denotes the flat side of the Hall Effect Sensor (side with writing) with a line&lt;br /&gt;
&lt;br /&gt;
*Gently set the sensor unit with the wire end down and wait 24 hours for the potting compound to cure.&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=CEB_Press/Manufacturing_Instructions/Sensor_Unit&amp;diff=82677</id>
		<title>CEB Press/Manufacturing Instructions/Sensor Unit</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=CEB_Press/Manufacturing_Instructions/Sensor_Unit&amp;diff=82677"/>
		<updated>2012-12-05T09:05:44Z</updated>

		<summary type="html">&lt;p&gt;Donovan: /* Tools */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Manufacturing Instructions=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;iframe src=&amp;quot;https://player.vimeo.com/video/33754777?title=0&amp;amp;amp;byline=0&amp;amp;amp;portrait=0&amp;quot; width=&amp;quot;400&amp;quot; height=&amp;quot;225&amp;quot; frameborder=&amp;quot;0&amp;quot; webkitAllowFullScreen allowFullScreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Discussion of Sensor Function=&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;iframe src=&amp;quot;https://player.vimeo.com/video/29466230?title=0&amp;amp;amp;byline=0&amp;amp;amp;portrait=0&amp;quot; width=&amp;quot;400&amp;quot; height=&amp;quot;225&amp;quot; frameborder=&amp;quot;0&amp;quot; webkitAllowFullScreen mozallowfullscreen allowFullScreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Tools=&lt;br /&gt;
&lt;br /&gt;
* Compatible Set of Soldering Iron, Solder, Soldering Stand, and Wet Sponge or Wet Paper Towel&lt;br /&gt;
&lt;br /&gt;
* Straight Pattern Tin Snips&lt;br /&gt;
&lt;br /&gt;
* Wire Strippers Compatible With 22 Gauge Wire&lt;br /&gt;
&lt;br /&gt;
* [[Heat Gun]]&lt;br /&gt;
&lt;br /&gt;
* Pliers&lt;br /&gt;
&lt;br /&gt;
* Helping Hand&lt;br /&gt;
&lt;br /&gt;
* Measuring Tape&lt;br /&gt;
&lt;br /&gt;
* Wire Strippers Compatible With 8 Gauge Wire&lt;br /&gt;
&lt;br /&gt;
=Materials=&lt;br /&gt;
&lt;br /&gt;
* [[Hall Effect Sensor]]&lt;br /&gt;
&lt;br /&gt;
* 1.5m of 4 Wire Underground Telephone Cable&lt;br /&gt;
&lt;br /&gt;
* 2 part potting compound MAX MCR or equivalent &lt;br /&gt;
&lt;br /&gt;
* [3] 3cm lengths of Shrink Tubing &lt;br /&gt;
&lt;br /&gt;
* PVC Pipe with 2.5cm Outer Diameter, 1.5cm Inner Diameter, 9cm Length&lt;br /&gt;
&lt;br /&gt;
=Steps=&lt;br /&gt;
&lt;br /&gt;
*Using the tin snips, cut the sleeve of the telephone wire by 5cm and 20cm at both ends. The cutting tolerance is 2cm.&lt;br /&gt;
&lt;br /&gt;
*Using the tin snips, cut the orange-white wire at both ends of the telephone wire. &lt;br /&gt;
&lt;br /&gt;
*Using the wire strippers, strip the bluewhite, blue, and orange wires of the telephone wire by 2cm at the 5cm end and by 1cm at the 20cm end. The stripping tolerance is 0.5cm.&lt;br /&gt;
&lt;br /&gt;
*Insert 3cm shrinktubing into the 5cm blue, blue-white, and orange wires.&lt;br /&gt;
&lt;br /&gt;
*Bend the sensor prongs and the exposed metal of the 5cm wires into hooks such that the 3 prong hooks can latch onto the 3 wire hooks to facilitate soldering. Use pliers to pinch the hook connections during the soldering process.&lt;br /&gt;
&lt;br /&gt;
*Using the soldering set and the helping hand, solder the hall-effect sensor prongs to the 5cm wires. The orientation of the soldering connections is such that, when you can see the sensor text and its prongs pointing downward, from left to right the colour of the wires to be soldered are: bluewhite (for 5V+), blue (for GND), and orange (for Signal). &lt;br /&gt;
&lt;br /&gt;
*Using the heat gun, cover the soldered prong-to-wire connections with the shrinktubing then apply heat to the now-covered connections. The shrinktubing should shrink, forming a tight insulating seal for each of the prong-to-wire connections. &lt;br /&gt;
&lt;br /&gt;
*Insert the wired hall-effect sensor into the PVC tube leaving 2cm of space at the non-insertion end of the tube.&lt;br /&gt;
&lt;br /&gt;
*Pour the silicone into the tube such that the tube is completely filled in.&lt;br /&gt;
&lt;br /&gt;
*Mark the sensor tube side that denotes the flat side of the Hall Effect Sensor (side with writing) with a line&lt;br /&gt;
&lt;br /&gt;
*Gently set the sensor unit with the wire end down and wait 24 hours for the potting compound to cure.&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=CEB_Press/Manufacturing_Instructions/Sensor_Unit&amp;diff=82676</id>
		<title>CEB Press/Manufacturing Instructions/Sensor Unit</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=CEB_Press/Manufacturing_Instructions/Sensor_Unit&amp;diff=82676"/>
		<updated>2012-12-05T09:05:00Z</updated>

		<summary type="html">&lt;p&gt;Donovan: /* Materials */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Manufacturing Instructions=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;iframe src=&amp;quot;https://player.vimeo.com/video/33754777?title=0&amp;amp;amp;byline=0&amp;amp;amp;portrait=0&amp;quot; width=&amp;quot;400&amp;quot; height=&amp;quot;225&amp;quot; frameborder=&amp;quot;0&amp;quot; webkitAllowFullScreen allowFullScreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Discussion of Sensor Function=&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;iframe src=&amp;quot;https://player.vimeo.com/video/29466230?title=0&amp;amp;amp;byline=0&amp;amp;amp;portrait=0&amp;quot; width=&amp;quot;400&amp;quot; height=&amp;quot;225&amp;quot; frameborder=&amp;quot;0&amp;quot; webkitAllowFullScreen mozallowfullscreen allowFullScreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Tools=&lt;br /&gt;
&lt;br /&gt;
*Compatible Set of Soldering Iron, Solder, Soldering Stand, and Wet Sponge or Wet Paper Towel&lt;br /&gt;
&lt;br /&gt;
*Straight Pattern Tin Snips&lt;br /&gt;
&lt;br /&gt;
*Wire Strippers Compatible With 22 Gauge Wire&lt;br /&gt;
&lt;br /&gt;
*Heat Gun&lt;br /&gt;
&lt;br /&gt;
*Pliers&lt;br /&gt;
&lt;br /&gt;
*Helping Hand&lt;br /&gt;
&lt;br /&gt;
*Measuring Tape&lt;br /&gt;
&lt;br /&gt;
*Wire Strippers Compatible With 8 Gauge Wire&lt;br /&gt;
&lt;br /&gt;
=Materials=&lt;br /&gt;
&lt;br /&gt;
* [[Hall Effect Sensor]]&lt;br /&gt;
&lt;br /&gt;
* 1.5m of 4 Wire Underground Telephone Cable&lt;br /&gt;
&lt;br /&gt;
* 2 part potting compound MAX MCR or equivalent &lt;br /&gt;
&lt;br /&gt;
* [3] 3cm lengths of Shrink Tubing &lt;br /&gt;
&lt;br /&gt;
* PVC Pipe with 2.5cm Outer Diameter, 1.5cm Inner Diameter, 9cm Length&lt;br /&gt;
&lt;br /&gt;
=Steps=&lt;br /&gt;
&lt;br /&gt;
*Using the tin snips, cut the sleeve of the telephone wire by 5cm and 20cm at both ends. The cutting tolerance is 2cm.&lt;br /&gt;
&lt;br /&gt;
*Using the tin snips, cut the orange-white wire at both ends of the telephone wire. &lt;br /&gt;
&lt;br /&gt;
*Using the wire strippers, strip the bluewhite, blue, and orange wires of the telephone wire by 2cm at the 5cm end and by 1cm at the 20cm end. The stripping tolerance is 0.5cm.&lt;br /&gt;
&lt;br /&gt;
*Insert 3cm shrinktubing into the 5cm blue, blue-white, and orange wires.&lt;br /&gt;
&lt;br /&gt;
*Bend the sensor prongs and the exposed metal of the 5cm wires into hooks such that the 3 prong hooks can latch onto the 3 wire hooks to facilitate soldering. Use pliers to pinch the hook connections during the soldering process.&lt;br /&gt;
&lt;br /&gt;
*Using the soldering set and the helping hand, solder the hall-effect sensor prongs to the 5cm wires. The orientation of the soldering connections is such that, when you can see the sensor text and its prongs pointing downward, from left to right the colour of the wires to be soldered are: bluewhite (for 5V+), blue (for GND), and orange (for Signal). &lt;br /&gt;
&lt;br /&gt;
*Using the heat gun, cover the soldered prong-to-wire connections with the shrinktubing then apply heat to the now-covered connections. The shrinktubing should shrink, forming a tight insulating seal for each of the prong-to-wire connections. &lt;br /&gt;
&lt;br /&gt;
*Insert the wired hall-effect sensor into the PVC tube leaving 2cm of space at the non-insertion end of the tube.&lt;br /&gt;
&lt;br /&gt;
*Pour the silicone into the tube such that the tube is completely filled in.&lt;br /&gt;
&lt;br /&gt;
*Mark the sensor tube side that denotes the flat side of the Hall Effect Sensor (side with writing) with a line&lt;br /&gt;
&lt;br /&gt;
*Gently set the sensor unit with the wire end down and wait 24 hours for the potting compound to cure.&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=TorchTableTraining&amp;diff=82675</id>
		<title>TorchTableTraining</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=TorchTableTraining&amp;diff=82675"/>
		<updated>2012-12-05T08:58:38Z</updated>

		<summary type="html">&lt;p&gt;Donovan: /* Chuck Harrison Torch Table Training */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[Chuck_Log|Chuck Harrison]] Torch Table Training =&lt;br /&gt;
I signed up for a class offered local to me (Seattle) by [http://www.allmetalarts.org/ Rusty Oliver]. First session 27-Nov-2012.&lt;br /&gt;
&lt;br /&gt;
Rusty has a 5x10 ft Torchmate table with a Hypertherm PowerMax 1000 plasma cutter good for about 60 amps. It cuts 3/8-in comfortably and struggles with 1/2-in steel.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Plasma cutting takes a lot of compressed air, count on a 3-5 hp compressor with a 60 gal tank.&lt;br /&gt;
* Moist air cuts down lifetime of the consumables (torch electrode parts) dramatically. Use filter-driers.&lt;br /&gt;
* Torch height is critical to good cut quality. 1/8-1/4 inch is typical.&lt;br /&gt;
* Rusty has a Torchmate automatic height control Z axis but it has not been very effective. Tends to hunt up and down&lt;br /&gt;
** Z axis is a servo (not stepper), which means it can sense stall via motor current&lt;br /&gt;
** To find part surface prior to striking arc, Z axis drives torch down until it hits part, then backs up&lt;br /&gt;
** During cutting, Z axis is controlled to maintain a desired arc voltage&lt;br /&gt;
** Different standoff heights are used for piercing and subsequent cutting.&lt;br /&gt;
** Automatic height control is a separate module (not part of the PC-based software) with several programmable parameters&lt;br /&gt;
* Torchmate software provides basic 2D drawing capability, tool path generation (kerf allowance), import DXF, svg. Generates and executes G code. Many features I have not learned about yet. [http://www.architecture.yale.edu/dmonline/Tutorials/cnc-plasma/Plasma-Cutter.pdf Tutorial] from Yale, [https://www.google.com/search?domains=fab.cba.mit.edu&amp;amp;sitesearch=fab.cba.mit.edu&amp;amp;btnG=search+fab&amp;amp;q=torchmate MIT].&lt;br /&gt;
* Cut quality is worse than I expected. Lots of dross and several degrees bevel in ~3/16-inch thick steel. From manufacturer videos I think it can be done better.&lt;br /&gt;
* There are problems with torch cutting bolt holes. Piercing is hard on the torch (wears out consumables). The hole is tapered, may not be perfectly round, and can&#039;t be easily drilled out because of the hardened heat-affected-zone left by the torch. Not impossible, just not easy.&lt;br /&gt;
&lt;br /&gt;
[[Category:Training]]&lt;br /&gt;
[[Category:Torch Table]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=TorchTableTraining&amp;diff=82673</id>
		<title>TorchTableTraining</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=TorchTableTraining&amp;diff=82673"/>
		<updated>2012-12-05T08:57:11Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [[Chuck_Log|Chuck Harrison]] Torch Table Training =&lt;br /&gt;
I signed up for a class offered local to me (Seattle) by [http://www.allmetalarts.org/ Rusty Oliver]. First session 27-Nov-2012.&lt;br /&gt;
&lt;br /&gt;
Rusty has a 5x10 ft Torchmate table with a Hypertherm PowerMax 1000 plasma cutter good for about 60 amps. It cuts 3/8-in comfortably and struggles with 1/2-in steel.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Plasma cutting takes a lot of compressed air, count on a 3-5 hp compressor with a 60 gal tank.&lt;br /&gt;
* Moist air cuts down lifetime of the consumables (torch electrode parts) dramatically. Use filter-driers.&lt;br /&gt;
* Torch height is critical to good cut quality. 1/8-1/4 inch is typical.&lt;br /&gt;
* Rusty has a Torchmate automatic height control Z axis but it has not been very effective. Tends to hunt up and down&lt;br /&gt;
** Z axis is a servo (not stepper), which means it can sense stall via motor current&lt;br /&gt;
** To find part surface prior to striking arc, Z axis drives torch down until it hits part, then backs up&lt;br /&gt;
** During cutting, Z axis is controlled to maintain a desired arc voltage&lt;br /&gt;
** Different standoff heights are used for piercing and subsequent cutting.&lt;br /&gt;
** Automatic height control is a separate module (not part of the PC-based software) with several programmable parameters&lt;br /&gt;
* Torchmate software provides basic 2D drawing capability, tool path generation (kerf allowance), import DXF, svg. Generates and executes G code. Many features I have not learned about yet. [http://www.architecture.yale.edu/dmonline/Tutorials/cnc-plasma/Plasma-Cutter.pdf Tutorial] from Yale, [https://www.google.com/search?domains=fab.cba.mit.edu&amp;amp;sitesearch=fab.cba.mit.edu&amp;amp;btnG=search+fab&amp;amp;q=torchmate MIT].&lt;br /&gt;
* Cut quality is worse than I expected. Lots of dross and several degrees bevel in ~3/16-inch thick steel. From manufacturer videos I think it can be done better.&lt;br /&gt;
* There are problems with torch cutting bolt holes. Piercing is hard on the torch (wears out consumables). The hole is tapered, may not be perfectly round, and can&#039;t be easily drilled out because of the hardened heat-affected-zone left by the torch. Not impossible, just not easy.&lt;br /&gt;
&lt;br /&gt;
[[Category:Training]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jacob_Dalton_Log&amp;diff=82672</id>
		<title>Jacob Dalton Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jacob_Dalton_Log&amp;diff=82672"/>
		<updated>2012-12-05T08:56:27Z</updated>

		<summary type="html">&lt;p&gt;Donovan: /* Tue December 4, 2012 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Tue December 4, 2012=&lt;br /&gt;
Good day of consistent work. Yesterday&#039;s preparation payed off. Was able to record usabilty test with Matt at high quality. Took really long time to encode video and upload, but it&#039;s a good start and shows that remote usability testing is possible (lots of tweaks ahead, though). Aggregated info from 3 usability sessions into a single document ([https://docs.google.com/document/pub?id=1Ux-bpFeAXpe8Oa5eTy1CbuqwX_88aYbqSixjvNEylMI Usability Report 1]) and created a plan for beta release ([https://docs.google.com/document/pub?id=148iS4qeIIjdlluvjZrHotRwj41OnH5RIjK2db6ucqJc Beta Release Requirements]). Given the testing so far, I think that twitter integration is of lower priority than brainstorming or teleprompting features. Also I face a relatively volatile task of created reworked pages for links off of video viewing pages - this has to be looked into soon, so that I can gauge what this means in terms of release date. I originally anticipated that a single person was responsible for website promotions and that there would be some sort of help in rebuilding the information that video viewers would be directed to. That this is not true and that I could potentially be facing website redesign that could spiral into more work needs to be mitigated by finding some minimum amount of adequate work. However the quality of the app is dependent upon this information being high quality. I&#039;ll need to investigate this more tomorrow. Also, helped Parker and Tristan deconstruct power cube for decon/recon video. Nice to get more contact with power cube. Updated [[True Fans Mircofunding App]] wiki page.&lt;br /&gt;
&lt;br /&gt;
Tuesday Goals: Test with Matt (success), uploaded video + usability report (sucess), no work on usability update (failed) - decided to work more on strategy today rather than code. I want to reevaluate schedule tomorrow and see what I&#039;m on track based on what features I can add. This should pressure me to decide what adds real value to the app rather than looks like shiny delicious programming/design endeavour. &lt;br /&gt;
&lt;br /&gt;
Wednesday Goals: Estimate feature to release time payoff for outstanding work and knock down 2 Show Stopper grade issues (see [https://docs.google.com/document/pub?id=148iS4qeIIjdlluvjZrHotRwj41OnH5RIjK2db6ucqJc Beta Release Requirements] for examples).&lt;br /&gt;
&lt;br /&gt;
Week 3 Goals: Try to get FeF True Fan videos after Friday meeting (hopefully team will be in high spirits) during the weekend. Clean up all high priority bugs and clean up all easy usability paper cuts with at least some solution (focus getting a solution rather than pursuing the optimal solution). I no longer consider Twitter integration to be a realease feature. Revising existing pages so that the correct information flows exists now has a much higher priority.&lt;br /&gt;
&lt;br /&gt;
=Mon December 3, 2012=&lt;br /&gt;
Slept short in attempt to getting sleep scheduled more aligned with daylight. Got Yoonseo to do usability test over skype and discovered lots of probelms with recording skype voice + video. Although recordmydesktop works quite well in stock Ubuntu, Kubuntu (and thus KDE) does not come with a work pulseaudio (everything appears to alsa) making it impossible for multiple applications to share an audio stream. Several hours were spent debugging this (this is a tough problem to fix--integration level issue with many possible solutions and dead ends). Was able to cook dinner within a reasonable time frame and with non-trivial leftovers. Made a potato-leek-tofu stew. One of the best things I&#039;ve cooked so far. Extra clean kitchen helped things along and cooking stew in a big pot minimized dish usage (able to clean all dishes before serving). Served pretty much on time too :). Was able to finish debugging recording issues after dinner (basic solution: install pulseaudio and gnome-media (sound recorder), start pulseaudio, reconfigure phonon audio hardware in system settings, use pavucontrol to pipe internal soundcard into sound recorder, then do recordmydesktop on skype -- checking levels in pavucontrol to make sure everything is working...not fun but excellent result that records mic sound and computer sound). Set up remote user test with Matt for tomorrow at 1pm. Took notes on Parker test and Yoonseo test. Basic issues - ambiguity of &#039;Upload&#039; and &#039;Save Video&#039; and unobvious difference between quotation message and personal friend message. Need to tweak instructions and prevent people from clicking &#039;Save Video&#039; before uploading. Will try to add this before test with Matt, but 50-50 that that&#039;s actually possible. This was one of the first days where all aspects of time were basically accounted for (although recordmydesktop-skype-pulseaudio was a standard unpredictable time sink).&lt;br /&gt;
&lt;br /&gt;
Tuesday Goals: User test with Matt - recorded + notes and work on usability update 2; bonus points: look in to playlisting. No cooking tomorrow, so there should be lots of time.&lt;br /&gt;
&lt;br /&gt;
=Sun December 2, 2012=&lt;br /&gt;
(Writing on Monday) Warm again. Pretty relaxing day, or at least started so. More contract and org talk in hablab. Played Settler&#039;s of Catan and then taught Yoonseo and Gabi Tichu. Offered to deliver diagrams/papers to Marcin. Left at 7pm and met Kavitha in Kearney. Very foggy again, but I knew the route better. returned to Hablab around 9:30. No time for remote testing and Tristan was sleeping, so I couldn&#039;t do local user test either. Yoonseo gave me an intro to the Arduino. Tried to think of interesting ways to make the led blink--made a program to interatively &amp;quot;discover prime numbers by blinking on potential primes and and not blinking otherwise. Very fun. Looking forward to doing more work with Arduino. Have CEB code to look at. Got very OCD at night and started organizing things like mad. Hablab kitchen is much much cleaner. Improved living room and bathroom too. Did all of the dishes.&lt;br /&gt;
&lt;br /&gt;
Sunday goals: successful relaxation. Probably could&#039;ve hassled other FeFers for a test but relaxation was probably worth it. Trip to Kearney cost about 3 hours ish. Probably would&#039;ve coded else.&lt;br /&gt;
&lt;br /&gt;
=Sat December 1, 2012=&lt;br /&gt;
Strange warm day. Organizational structure talks continue. Aaron had me change main website -- now have basic knowledge of web administration system the site is based on and basic understanding of home page implementation (php templating). Cold hands again due to lack of sun. Cleaned up pallets behind hablab, folded up a couple stray pieces of tarp, and pulled brick rollers out of ditch. Conducted first usability test with Parker and created a video of it (about 20 minutes). Considering putting it up on the wiki as documentation. Made a Walmart run for wider range of foods and basic goods (head lamp, hooks, and safety glasses). Extremely foggy night had to drive slow and missed turns multiple times. Got lots of tofu, egg noodles, canned goods...should be able to avoid any grocery runs before cooking now. Unable to do laundry because I couldn&#039;t find laundromat (nearly impossible to read street signs in the fog). &lt;br /&gt;
&lt;br /&gt;
Saturday goals: 2x usability tests - completed 1. Not really able to peel off Gabi or Yoonseo who were busy looking into contracts. Not really much I could do about it -- should be easy to remedy tomorrow. Code cleanup on facebook.js -- didn&#039;t get to. Contract distractions and website diversion from Aaron burnt that time (which wasn&#039;t wasted time, just not accounted for as planned). Didn&#039;t get to bonus remote usability test. I would like to do a practice test through skype at FeF before doing a remote one -- really don&#039;t want to waste a volunteer&#039;s time. &lt;br /&gt;
&lt;br /&gt;
Sunday goals: 1 FeF usability test over skype. 1 remote test. Relax. Feeling bored: clean up facebook.js&lt;br /&gt;
&lt;br /&gt;
=Fri November 30, 2012=&lt;br /&gt;
Moved desk into living room between stove and window. Big improvement in hand comfort. Natural light is additional plus. Spent some time responding to message about collaborative production run situation. Before dinner figured out how to login once to facebook. Took longer than expected due to ambiguous documentation (always a problem with facebook). Wasn&#039;t able to debug code due to rare github outage (considered uploading direct to webserver, but didn&#039;t think it was worth the effort). Pivoted to watching Steve Krug&#039;s example usability test video. Very helpful. Downloaded example script. Sent email to two usability test volunteers. Cooked dinner. Wheat spaghetti, hash browns, and spinach salad (prepped by Gabi) with shallot and clementine dressing. Hash browns took way way too long. Attempted to boil and flash fry but boiling took a long time and so did flash frying. I should probably avoid potatoes if I want to cook quickly. Also trying to boil shredded potatoes is somewhat hopeless due to starch in the water (or at least hopeless to strain). Going to cook dal with rice next time. Hopefully I can get the cook time down to an hour--perhaps I can start early. Night time work session went pretty smooth. Was able to write entire usability script (link attached) and do some debugging on facebook.js. Interface is stable and ready to test, but more debugging is certainly necessary. Yesterday goals: code cleanup - partially successful; message sending usability improvements - partially successful; usability interview script - successful (but after dinner); cook dinner in 1 hour or less -  abject failure due to hash browns (other parts were ready at 7). The time in the morning spent on communications (mine and talking with others) bit out about 1.5 hours. Poor FB docs and github outage also cost me (although poor facebook docs was already a known factor). Still need more discipline on cooking and also more options for food. Plan to go to Cameron in coming days and get some tofu + various other important goods to increase cooking options. Goals for Saturday: 2x hallway usability tests with FeFers and code cleanup in facebook.js. Bonus points: 1 remote usability test.&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/pub?id=1Qk7cDSeTeHBH0c4VRtN4tylMfZ5Z3XkgzaNzIV2LA5I Usability Test Script]&lt;br /&gt;
&lt;br /&gt;
=Thur November 29, 2012=&lt;br /&gt;
Awoke refreshed. New person on the couch in Hablab - Colby. No scrum and uncordinated Hablab team. Beautiful day. Colby seems to have helped cool things down. Intermittent programming during the day led to intermittent but steady progress. Bad circulation + cold hablab has to be delt with. Need some thin gloves with the finger tips cutout. Glass desktop is also suboptimal given the hablab temp. Kavitha made dinner, and talked with Colby and Parker extensively about company structure which seemed really helpful and enlightening. Would like to download Colby&#039;s brain... Able to pop back in and solve a couple issues before sleep. Message sending interface is nearly finished and my head&#039;s clear. Gonna smooth out a couple usability inconveniences tomorrow (facebook only logs in once!), and then pivot to remote usability testing. Maybe I can snag a Factor E Farmer for a quick hallway usability test or 2 tomorrow. Right now I&#039;m about 2 days behind schedule. Since there&#039;s no production run this weekend I think I can reclaim one of those days, but I have to be cautious and not work too hard and burnout. Friday goals--code cleanup, message sending usability improvements, and usability interview scripts before dinner. Cook dinner in 1 hour or less, and then plan out remote usability testing as best I can.&lt;br /&gt;
&lt;br /&gt;
=Wed November 28, 2012=&lt;br /&gt;
(Writing in retrospect.) This was my absolute worst day in terms of progress. Suffering from low motivation and constant interruption. Made some progress to finishing submission interface, but unable to concentrate. gChat with Kavitha and and food run cut evening very short (work stopped at around 4pm). Cooking, meeting, and dishes took the rest of the night. Meeting seem to start okay but ended poorly. Extremely glad to see Kavitha. Low motivation. Went to bed early. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Week 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Tue November 27, 2012=&lt;br /&gt;
(Writing in retrospect.) Before dinner work made good progress and finished the unified message input interface to a point of satisfacion. After dinner meeting to discuss Collaborative Production Runs went poorly and sent Hablab team into disarray. Night time development period was spent discussing a way to resolve issues. Unable to refocus and return to development.&lt;br /&gt;
&lt;br /&gt;
=Mon November 26, 2012=&lt;br /&gt;
Rose decently early and added to scrum questions (how do we change stuff on website, do we need approval to change stuff, can we earmark True Fans funds, can people make videos for the True Fans app and what is the tone of the videos that they&#039;d like to make...). Created a good plan for coding the facebook interface. Had scrum meeting but wasn&#039;t able to ask questions due to infrastructure priorities. Worked outside on insulation apron for about an hour and a half. Then went in to start coding at about 3pm. Designed a quality unified interface for facebook and email (thinking of moving twitter to a different step). 5pm started the dinner process--found a good recipe for spicy peanut noodles and went to Dungy&#039;s with Tristan to get extra ingredients. Tristan split the food tab ($30 - $15 each) with me. Egg noodles cook fast and was able to finish cooing by around 7:15. Did the dishes afterwards (bad choice--took way too much time). Started coding again at 9pm. About half done with unified interface. I expect 1 more full day of coding and facebook integration should be mostly complete (although I may forgo posting actions for now as it might be technically challenging to change the meta tags of a wiki page...). Goal is to finish facebook integration tomorrow, write user testing scripts and do &#039;hallway&#039; testing on Wednesday, and do remote user tests on Thursday. Considering pushing twitter integration to post-release and freezing the features after I get play lists working. I&#039;m concerned that I going to get tied up redesigning various pages that our video landing pages link to. It doesn&#039;t seem that responsibility for the content of webpages clearly rests in any one persons hands. This should change.&lt;br /&gt;
&lt;br /&gt;
=Sun November 25, 2012=&lt;br /&gt;
Rest day. Slept in a bit and went to a cafe in Cameron with FeFers. Walked around the farm and tried to gage most important tasks still unfinished. Talked to Parker about True Fans plans. Went on a run for fire wood that ended up being a fiasco and took up a lot of time (but on the bright side was kind of good team building expereince). Wrote up some questions for scrum meeting on Monday.&lt;br /&gt;
&lt;br /&gt;
=Sat November 24, 2012=&lt;br /&gt;
Collaborative Production Run Day 2. Worked on aligning primary and secondary and secondary arms of frame. Problems with documentation lead to retorching the holes. Lots of band saw cutting. Lots of lifting and moving things. Worked on one of the vertical plates in the compression chamber. Swept out half of the workshop.&lt;br /&gt;
&lt;br /&gt;
=Fri November 23, 2012=&lt;br /&gt;
Collaborative Production Run Day 1. Setup welder. Did lots of grinding on hopper and primary arms. Hole punched box alignment pieces. Ran band saw and iron worker. Did some mag drilling. Welded u channel nuts on u-channel.&lt;br /&gt;
&lt;br /&gt;
=Thur November 22, 2012=&lt;br /&gt;
Beautiful day -- tidied up a bit in front of hablab (organized pallets, wood, irrigation hose) and started to grade area for insulation apron. Kavitha made an excellent Thanksgiving dinner. True Fans App: More feedback emails (BTC and another testing volunteer - Emily). Started facebook integration. Made slightly less progress than hoped but preliminary integration is up on test server--need to create an interface now. Need to do some backend work to generate adequate meta tags for facebook actions. I expect facebook integration to take one more day, but I could easily hit a snag on the meta tags so I&#039;d plan a day and a half +/- half a day. Afterwards: 1) scripts/teleprompting, 2) twitter, and 3) playlists.&lt;br /&gt;
&lt;br /&gt;
=Wed November 21, 2012=&lt;br /&gt;
Met with Marcin. Attended team meeting. Toured farm (extra work oppurtunities-insulation apron and light screen). Made dinner (spinach potatoes with rice made by Kavitha). True Fans App: sent some feedback emails (to Chuck and Matt). Usability improvements -- upload page no longer has optional inputs visible by default, it&#039;s impossible to double submit the form, and changed viewing location of status messages on upload page. Plan to work on facebook integration tomorrow.&lt;br /&gt;
&lt;br /&gt;
=Tues November 20, 2012=&lt;br /&gt;
Arrived at FeF. No issues driving. Set up room and ready to go. Meeting tomorrow with Marcin.&lt;br /&gt;
&lt;br /&gt;
=DPV Work Schedule=&lt;br /&gt;
Cook MWF.&lt;br /&gt;
:Pre-Arrival: Polished prototype and blog draft (November 16th). &lt;br /&gt;
&lt;br /&gt;
:   Week 1: Meeting, test the prototype with the team at FeF, bug-fixes, and collect feedback. &lt;br /&gt;
:   Success metric: &#039;&#039;&#039;x&#039;&#039;&#039;[Blog post], &#039;&#039;&#039;x&#039;&#039;&#039;[strategy meeting], &#039;&#039;&#039;x&#039;&#039;&#039;[first usability tests], and &#039;&#039;&#039;x&#039;&#039;&#039;[usability update 1]. &lt;br /&gt;
&lt;br /&gt;
:   Week 2: Make FeF videos, &#039;&#039;&#039;x&#039;&#039;&#039; [collect feedback from stakeholders], feature freeze, and update. &lt;br /&gt;
:   Success metric: FeF videos, completed twitter and play list features, email to sample subset of True Fans, and usability update 2. &lt;br /&gt;
&lt;br /&gt;
:   Week 3: Beta release to a subset of True Fans, prep live server, and update. &lt;br /&gt;
:   Success metric: Remote user testing report and usability update 3. &lt;br /&gt;
&lt;br /&gt;
:   Week 4: Full release via blog post, analyze, and update. &lt;br /&gt;
:   Success metric: Public release, initial analysis, and usability update 4. &lt;br /&gt;
&lt;br /&gt;
[[True Fans Mircofunding App]]&lt;br /&gt;
&lt;br /&gt;
See also [[Jacob Dalton]]&lt;br /&gt;
&lt;br /&gt;
See also [[Jacob Dalton Contract]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Personal Logs]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Using_Github&amp;diff=82671</id>
		<title>Using Github</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Using_Github&amp;diff=82671"/>
		<updated>2012-12-05T08:55:00Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Learning Git=&lt;br /&gt;
&lt;br /&gt;
http://gitref.org/&lt;br /&gt;
&lt;br /&gt;
http://learn.github.com/p/intro.html&lt;br /&gt;
&lt;br /&gt;
http://scottr.org/presentations/git-in-5-minutes/&lt;br /&gt;
&lt;br /&gt;
=Going to Github Website=&lt;br /&gt;
&lt;br /&gt;
[https://github.com/ Click Here]&lt;br /&gt;
&lt;br /&gt;
[[Image: github.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
=Make SSH Key=&lt;br /&gt;
&lt;br /&gt;
  ssh-keygen&lt;br /&gt;
&lt;br /&gt;
Go to github account settings.&lt;br /&gt;
&lt;br /&gt;
Go to SSH Keys&lt;br /&gt;
&lt;br /&gt;
Copy and Paste the SSH Key starting with ssh-rsa or similar.&lt;br /&gt;
&lt;br /&gt;
When prompted, enter your github password.&lt;br /&gt;
&lt;br /&gt;
=Cloning a Repository to a Folder in Your Computer; Pushing your Files to the Repository on Github=&lt;br /&gt;
&lt;br /&gt;
Remember to always navigate to your computer&#039;s directory that contains the git files.&lt;br /&gt;
&lt;br /&gt;
When prompted in the instructional in the below link, enter your SSH Password&lt;br /&gt;
&lt;br /&gt;
http://myprogrammingblog.com/2012/01/20/github-how-clone-github-repo-how-to-push-to-github-how-to-get-files-from-github-ubuntu/&lt;br /&gt;
&lt;br /&gt;
When pushing, make sure your local files are fast-forwarded to the latest repository files. You can do this by pulling the repository:&lt;br /&gt;
&lt;br /&gt;
  git pull&lt;br /&gt;
&lt;br /&gt;
=Checking your Website=&lt;br /&gt;
&lt;br /&gt;
Type in your web browser the path to your website files on your computer. Example:&lt;br /&gt;
&lt;br /&gt;
  file:///home/user/teambootstrap/teambootstrap/index.html&lt;br /&gt;
&lt;br /&gt;
=Using github as a file archive without a local clone repository=&lt;br /&gt;
Sometimes you want to get to one or two OSE project files that are stored on github, but you don&#039;t need a complete local copy of the repository.&lt;br /&gt;
* Usually you can navigate to the file, open it, and click on the &amp;quot;raw&amp;quot; button at upper right of the viewing pane. (&#039;&#039;Don&#039;t&#039;&#039; try right-clicking and &amp;quot;save link as&amp;quot; back in the project directory tree; you&#039;ll get a fistfull of html.)&lt;br /&gt;
* For text files, the &amp;quot;raw&amp;quot; button is likely to display the unformatted text on screen rather than automatically starting a download. However, you can use your browser&#039;s &amp;quot;save page as&amp;quot; function from here.&lt;br /&gt;
* Alternatively, use the &amp;quot;download zip&amp;quot; button on the main project page. This will download a zip archive of all the current files. Use an archive manager to extract the specific files you want.&lt;br /&gt;
&lt;br /&gt;
Note that text-file line endings are operating-system dependent (different variants for linux, Mac, and Windows). Different download methods may use different line-ending conventions.&lt;br /&gt;
&lt;br /&gt;
[[Category:Git]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Millermatic_200&amp;diff=82646</id>
		<title>Millermatic 200</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Millermatic_200&amp;diff=82646"/>
		<updated>2012-12-05T03:39:42Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;See also [[Spray Transfer]] for a high power mode of operation of this welder.&lt;br /&gt;
&lt;br /&gt;
Photos of Millermatic 200 purchased in Seattle, WA and to be shipped soon to FeF&lt;br /&gt;
&lt;br /&gt;
=Review=&lt;br /&gt;
Welder is in excellent condition. Light duty welding gun, though.&lt;br /&gt;
[[File:Miller200.jpg|250px|left]] [[File:Miller200-Gun.jpg|250px|center]] &lt;br /&gt;
[[File:Miller200-Cylinder.jpg|250px|left]] [[File:Miller200-sample-weld.jpg|250px|center]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Welder]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Eagle&amp;diff=82645</id>
		<title>Eagle</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Eagle&amp;diff=82645"/>
		<updated>2012-12-05T03:35:01Z</updated>

		<summary type="html">&lt;p&gt;Donovan: Created page with &amp;quot;EAGLE PCB DESIGN SOFTWARE  * http://www.cadsoftusa.com/  Category:software&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;EAGLE PCB DESIGN SOFTWARE&lt;br /&gt;
&lt;br /&gt;
* http://www.cadsoftusa.com/&lt;br /&gt;
&lt;br /&gt;
[[Category:software]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=CAD_by_Mariano_Alvira_(Examples)&amp;diff=82644</id>
		<title>CAD by Mariano Alvira (Examples)</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=CAD_by_Mariano_Alvira_(Examples)&amp;diff=82644"/>
		<updated>2012-12-05T03:34:24Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Category=CAD}}&lt;br /&gt;
Original example from [[CAD by Mariano Alvira]]: http://cad.devl.org/examples.html&lt;br /&gt;
&lt;br /&gt;
The example on that page will show you how to use CAD with circuit schematics made with [[Eagle]], the CAD Bill-of-Materials (BOM) IO module, and the CAD Digikey and Mouser Fetch modules. Specifically, it covers:&lt;br /&gt;
&lt;br /&gt;
* Generating a BOM from Eagle for the first time.&lt;br /&gt;
* Automatically filling description, manufacturer as well as pricing information from Digikey and Mouser, with a configurable preference.&lt;br /&gt;
* Generating order sheets with a user-defined quantity multiplier that can be uploaded directly to Digikey and Mouser.&lt;br /&gt;
* Filtering Eagle footprint names.&lt;br /&gt;
* Resolving the conflicts generated when the Eagle schematic and the BOM disagree.&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=CAD_Model_Transfer_Process&amp;diff=82642</id>
		<title>CAD Model Transfer Process</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=CAD_Model_Transfer_Process&amp;diff=82642"/>
		<updated>2012-12-05T03:32:36Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Sketchup to CAD=&lt;br /&gt;
==Discussion==&lt;br /&gt;
===From [http://www.designcad.com.au/drupal/sites/default/files/export_models.pdf DesignCAD.com]:===&lt;br /&gt;
*If you have used SketchUp, you know that it works all the time in the 3D environment unless you tell it otherwise. SketchUp encourages you to build your model in perspective mode and to apply materials to surfaces as you go. Despite this level of sophistication, SketchUp still operates very quickly, even on fairly modest computer equipment - there is no noticeable deterioration in performance as you add new parts to the model. &lt;br /&gt;
**SketchUp can do this because it builds its models using triangular meshes; many surveying packages do the same when they are asked to create terrain models of land surfaces. Complex 3D entities such as Coons patches, surfaces of revolution and so on which are used by software such as AutoCAD, IntelliCAD and MicroStation are not used.&lt;br /&gt;
 &lt;br /&gt;
*This fundamental difference in storing model geometry places severe limitations on the model when it arrives in the CAD environment. The figure below shows the warehouse model above in the AutoCAD environment after we had exploded it and selected one of the faces. Note the appearance of many triangles. Incidentally, AutoCAD translates these triangles to to 3DFACES.&lt;br /&gt;
**&amp;lt;b&amp;gt;To See Figure Below, Click Link Above to Source and go to Page. 4&amp;lt;/b&amp;gt;&lt;br /&gt;
*To sum up, we suggest that movement of models should be towards SketchUp from your CAD software, not the other way around.&lt;br /&gt;
==Possible Solutions==&lt;br /&gt;
===Open Source and/or Free===&lt;br /&gt;
Insert here if found. A tentative process for transferring 3D CAD Models between different platforms would be through [http://usa.autodesk.com/adsk/servlet/pc/item?id=10775855&amp;amp;siteID=123112 Autodesk&#039;s free FBX Converter]. This needs to be investigated however.&lt;br /&gt;
===Paid and/or Proprietary=== &lt;br /&gt;
[http://www.sycode.com/products/skp_import_iv/index.htm SKP Import] for Inventor creates trimmed planar surfaces for each triangle/quad and knits them together to create a body. If the polygon mesh is closed (i.e. it does not contain boundary edges) then SKP Import for Inventor will create a closed body feature, otherwise an open surface will be created.&lt;br /&gt;
*Downside: &lt;br /&gt;
**Costs $249 for single non-updateable version, $299 for subscription ($50/yr after first year), which includes updates for new versions of Inventor. &lt;br /&gt;
**Not open-source or super distributable to the &amp;quot;144 Seeds&amp;quot; -- but then again, neither is AutoCAD Inventor. &lt;br /&gt;
*Upside: &lt;br /&gt;
**We only need one license to bring all the Sketchup files created by the masses into CAD. i.e. any collaborator with a great design could send us the Sketch-up file and we&#039;d be able to turn it into a professional CAD file with our one license.&lt;br /&gt;
**Converted files could then be distributed in CAD format to the masses with drawings, models and all the rest (as well as the source version built in Sketchup).&lt;br /&gt;
**Simple and easy to use.&lt;br /&gt;
&lt;br /&gt;
=CAD to Sketchup=&lt;br /&gt;
==Discussion==&lt;br /&gt;
==Possible Solutions==&lt;br /&gt;
===Open Source and/or Free===&lt;br /&gt;
===Paid and/or Proprietary===&lt;br /&gt;
&lt;br /&gt;
[[Category:CAD]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Joe_Demko&amp;diff=82640</id>
		<title>Joe Demko</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Joe_Demko&amp;diff=82640"/>
		<updated>2012-12-05T03:31:36Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joe works filed our 501c3 application for us pro bono. He works for [http://www.armstrongteasdale.com/joseph-demko/ Armstrong Teasdale]. We connected to him through the [http://poptech.org/sifaculty Chloe Holderness] of the [http://www.lexmundiprobono.org/lexmundiprobono/default.asp Lex Mundi Pro Bono Foundation].&lt;br /&gt;
&lt;br /&gt;
:Joe Demko&lt;br /&gt;
:7700 Forsyth Boulevard&lt;br /&gt;
:Suite 1800&lt;br /&gt;
:St. Louis, MO 63105&lt;br /&gt;
&lt;br /&gt;
[[Category:People]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Rob_Kirk&amp;diff=82639</id>
		<title>Rob Kirk</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Rob_Kirk&amp;diff=82639"/>
		<updated>2012-12-05T03:23:30Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Co-founder - Digital Ranch.&lt;br /&gt;
&lt;br /&gt;
http://www.digitalranch.tv/bios.html#kirk&lt;br /&gt;
&lt;br /&gt;
[[Image:Rob.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
Passion: telling sa story.&lt;br /&gt;
&lt;br /&gt;
Interested in [[MOOC]]s, education - for film-making.&lt;br /&gt;
&lt;br /&gt;
[[Category:People]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Kavitha_Swaminathan&amp;diff=82638</id>
		<title>Kavitha Swaminathan</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Kavitha_Swaminathan&amp;diff=82638"/>
		<updated>2012-12-05T03:23:13Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Kavitha.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
Kansas City branch of OSE support. Secured welder, provided administrative assistance, participated in work days and production runs. Grinding, beginner welding, and beginner mechanic badges.&lt;br /&gt;
&lt;br /&gt;
[[Category:People]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Fred_Eisele&amp;diff=82637</id>
		<title>Fred Eisele</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Fred_Eisele&amp;diff=82637"/>
		<updated>2012-12-05T03:22:52Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Fred Eisele==&lt;br /&gt;
{| style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
&lt;br /&gt;
| &#039;&#039;&#039;[[Fred Eisele]]&#039;&#039;&#039;, Nashville, TN, USA, phreed (at) gmail dot com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Professionally, I work a the Institute for Software Integrated Systems at Vanderbilt University (ISIS) in Nashville Tennessee.&lt;br /&gt;
http://www.vanderbilt.edu/magazines/vanderbilt-engineering/2011/10/impact/&lt;br /&gt;
Here at ISIS we have a history of developing open source software.&lt;br /&gt;
[http://www.dre.vanderbilt.edu/ ACE, TAO, CHIAO,] etc.&lt;br /&gt;
[http://www.isis.vanderbilt.edu/Projects/gme/ GME] for developing domain specific languages.&lt;br /&gt;
ISIS has developed a set of tools for collaborative engineering. &lt;br /&gt;
We will be using and modifying OpenCascade and [[FreeCAD]] to make these tools generally available.&lt;br /&gt;
I am presently working learning to use FreeCAD and developing the assembly module.&lt;br /&gt;
&lt;br /&gt;
A problem in academia is the availability of unencumbered mechanical designs and design software.&lt;br /&gt;
We are looking to collaborate in the development and analysis of the OSE open source machine designs.&lt;br /&gt;
Having good open source tools, models, and field trials is important to the university&#039;s goals&lt;br /&gt;
of open exchange of the results of our research.&lt;br /&gt;
I am also involved with a project to &lt;br /&gt;
[http://engineering.vanderbilt.edu/news/2012/task-force-aims-to-better-integrate-engineering-school-into-local-entrepreneurial-community develop local high-tech ecosystem] in the Nashville area.&lt;br /&gt;
&lt;br /&gt;
My personal goal is to replicate, as much as possible, the Factor E-Farm.&lt;br /&gt;
Our farm is located near Tracy City, TN.&lt;br /&gt;
We have purchased the land and are will be constructing of a 10,000 sq. ft. workshop/habitat.&lt;br /&gt;
&lt;br /&gt;
|[[File:Fred_Eisele.jpg|thumb|Fred Eisele.&amp;lt;br /&amp;gt;Rejoined November 2012.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:People]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jacob_Dalton&amp;diff=82636</id>
		<title>Jacob Dalton</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jacob_Dalton&amp;diff=82636"/>
		<updated>2012-12-05T03:22:03Z</updated>

		<summary type="html">&lt;p&gt;Donovan: /* Final Selection */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Pre-Interview Steps =&lt;br /&gt;
1. Watch the [http://www.ted.com/talks/marcin_jakubowski.html OSE TED talk]. &#039;&#039;&#039;Done&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
2. Confirm that you understand and can fulfill the [[Documentation_Team#Basic_Terms|Basic Terms posted in the job description]]. &#039;&#039;&#039;Done&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3. Fill out the following sections below: (1), &#039;&#039;&#039;About Me&#039;&#039;&#039;; (2), &#039;&#039;&#039;Resume&#039;&#039;&#039;; (3), &#039;&#039;&#039;Intro Video&#039;&#039;&#039;.&lt;br /&gt;
:*[http://www.mediawiki.org/wiki/Help:Formatting How to use the wiki language]&lt;br /&gt;
&lt;br /&gt;
4. Email &#039;&#039;&#039;recruiting@opensourceecology.org&#039;&#039;&#039; to notify us that you have completed the previous steps.&lt;br /&gt;
&lt;br /&gt;
== About Me ==&lt;br /&gt;
* &#039;&#039;&#039;Name:&#039;&#039;&#039; Jacob Dalton&lt;br /&gt;
* &#039;&#039;&#039;Phone:&#039;&#039;&#039; 715-220-3615&lt;br /&gt;
* &#039;&#039;&#039;Skype:&#039;&#039;&#039; jacob.dalton&lt;br /&gt;
* &#039;&#039;&#039;Email:&#039;&#039;&#039; jacobrdalton@gmail.com&lt;br /&gt;
* &#039;&#039;&#039;When can you start?&#039;&#039;&#039; This depends on what capacity I&#039;m starting in and the present need. If there&#039;s high need and a stipend I could possibly arrive late July. As a volunteer, I would need to work the rest of the summer and into the fall. I can elaborate on this in an interview.&lt;br /&gt;
&lt;br /&gt;
== Resume ==&lt;br /&gt;
[[File:JacobDaltonResume.pdf]]&lt;br /&gt;
&lt;br /&gt;
=== Video ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;420&amp;quot; height=&amp;quot;315&amp;quot; src=&amp;quot;https://www.youtube.com/embed//BVgrwFgxt_M&amp;quot; frameborder=&amp;quot;0&amp;quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Web Development ===&lt;br /&gt;
www.daltonlandscaping.com[http://www.daltonlandscaping.com] Designed and Developed&lt;br /&gt;
&lt;br /&gt;
www.english.wisc.edu/esl [http://www.english.wisc.edu/esl] Designed and Developed&lt;br /&gt;
&lt;br /&gt;
www.stiltedstyle.com [http://www.stiltedstyle.com] Developed&lt;br /&gt;
&lt;br /&gt;
=== Curriculum Development ===&lt;br /&gt;
Examples from 3 week English Camp [http://dl.dropbox.com/u/14239178/EnglishCampCurriculumExample.zip]&lt;br /&gt;
&lt;br /&gt;
== Intro Video ==&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;420&amp;quot; height=&amp;quot;315&amp;quot; src=&amp;quot;https://www.youtube.com/embed//hGsw0vvK4Qc&amp;quot; frameborder=&amp;quot;0&amp;quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Interview Steps=&lt;br /&gt;
If you pass the pre-interview screening, you will be invited for a first interview.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;All interviews will be video recorded for transparency and for review by other OSE team members. By agreeing to participate in the interview, you are giving consent to have the discussions video recorded and posted to the wiki/YouTube channel.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==First Round==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;560&amp;quot; height=&amp;quot;315&amp;quot; src=&amp;quot;https://www.youtube.com/embed//oWpe7tIVhp0&amp;quot; frameborder=&amp;quot;0&amp;quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Second Round==&lt;br /&gt;
===Interview===&lt;br /&gt;
The OSE Recruiting Team will review your first interview. If you pass this level of review, you will be invited to a brief 15m second interview with the [[Founder]].&lt;br /&gt;
&lt;br /&gt;
After your second interview, &amp;lt;span style=color:red&amp;gt;EMBED your &#039;&#039;&#039;second&#039;&#039;&#039; interview&amp;lt;/span&amp;gt; from [http://www.youtube.com/playlist?list=PL15BEBF1561A49596&amp;amp;feature=plcp the list of interview videos].&lt;br /&gt;
&lt;br /&gt;
===Assignment===&lt;br /&gt;
During your second interview, you were tasked with an assignment to demonstrate your abilities. &lt;br /&gt;
&lt;br /&gt;
After you complete the assignment, &amp;lt;span style=color:red&amp;gt;UPLOAD the supporting docs and put links here&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
When your assignment is complete and uploaded/embedded in the wiki, please email &#039;&#039;&#039;recruiting@opensourceecology.org&#039;&#039;&#039; stating that you are done with this phase.&lt;br /&gt;
&lt;br /&gt;
==Third Round==&lt;br /&gt;
===Interview===&lt;br /&gt;
The third interview is a longer discussion with the [[Founder]] and Recruiter. Following a third interview, you may be asked to complete a work plan.&lt;br /&gt;
&lt;br /&gt;
After your third interview, &amp;lt;span style=color:red&amp;gt;EMBED your &#039;&#039;&#039;third&#039;&#039;&#039; interview&amp;lt;/span&amp;gt; from [http://www.youtube.com/playlist?list=PL15BEBF1561A49596&amp;amp;feature=plcp the list of interview videos].&lt;br /&gt;
&lt;br /&gt;
===Work Plan===&lt;br /&gt;
After a work plan is discussed, &amp;lt;span style=color:red&amp;gt;UPLOAD the supporting docs and put links here&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When your work plan is complete and uploaded/embedded in the wiki, please notify the Recruiter.&lt;br /&gt;
&lt;br /&gt;
==Final Selection==&lt;br /&gt;
If you pass the final interview, OSE will make you a contract offer. To facilitate this, we are requesting that you fill out our contract template (to be prepared).&lt;br /&gt;
* Contract: &amp;lt;embed here&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation Team Recruiting]]&lt;br /&gt;
[[Category:People]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Catarina_Mota&amp;diff=82635</id>
		<title>Catarina Mota</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Catarina_Mota&amp;diff=82635"/>
		<updated>2012-12-05T03:21:17Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Founder of [[Open Materials]] and co-founder of Open Source Hardware Association, TED Global Fellow 2012.&lt;br /&gt;
&lt;br /&gt;
 http://www.openmaterials.org/catarina/&lt;br /&gt;
&lt;br /&gt;
=Flash Grant Recipient - Shuttleworth Foundation=&lt;br /&gt;
&lt;br /&gt;
http://wiki.shuttleworthfoundation.org/~shuttlew/wiki/index.php?title=Feeder_Grants_Nov_2012#Open_Materials&lt;br /&gt;
&lt;br /&gt;
==Open Materials==&lt;br /&gt;
*Who: Catarina Mota&lt;br /&gt;
*&#039;&#039;&#039;PROCESSED - ACCEPTED - DOCUMENTS RECEIVED&#039;&#039;&#039;&lt;br /&gt;
*Email: catarina@openmaterials.org&lt;br /&gt;
*Twitter: &lt;br /&gt;
*Nominated by: Marcin Jakubowski&lt;br /&gt;
*Motivation:&lt;br /&gt;
&lt;br /&gt;
Open Hardware is an emerging field, and it will be a standard feature of the open source economy. The most fundamental level of open hardware is open materials - the very substances that things are made of - and therefore are the last frontier for human freedom. Open Materials is a platform to make this happen. By raplacing scarce materials with common ones, we can make resource conflicts a thing of the past. Open Materials can contribute to this. My critique: platform appears to focus on smart materials rather than materials in general. &lt;br /&gt;
Links:&lt;br /&gt;
&lt;br /&gt;
* http://openmaterials.org/about/&lt;br /&gt;
* http://summit.oshwa.org/about-ohs/cm_sq/&lt;br /&gt;
&lt;br /&gt;
[[Category:People]]&lt;br /&gt;
[[Category:TED Fellows]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=LibreCAD&amp;diff=82634</id>
		<title>LibreCAD</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=LibreCAD&amp;diff=82634"/>
		<updated>2012-12-05T03:17:40Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;LibreCAD is a free Open Source CAD application for Windows, Apple and Linux.&lt;br /&gt;
&lt;br /&gt;
* http://librecad.org/cms/home.html&lt;br /&gt;
* http://www.makeuseof.com/tag/5-tips-librecad-free-cad-software/&lt;br /&gt;
&lt;br /&gt;
=Move and Copy=&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;420&amp;quot; height=&amp;quot;315&amp;quot; src=&amp;quot;https://www.youtube.com/embed//UptdZY0ZN2w&amp;quot; frameborder=&amp;quot;0&amp;quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Move copy - select and cursor turns fat; hit return to place a reference point. Left click to drop item in new place to move.&lt;br /&gt;
&lt;br /&gt;
=Filepath for Parts=&lt;br /&gt;
&lt;br /&gt;
*home/usr/share/librecad/library/templates&lt;br /&gt;
*Press Alt+F2 to access the &amp;quot;Run Applications&amp;quot; dialog and enter gksu nautilus in order to change file permissions via graphical interface.&lt;br /&gt;
&lt;br /&gt;
[[Category:CAD]]&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Open Source Software]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=FreeCAD&amp;diff=82633</id>
		<title>FreeCAD</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=FreeCAD&amp;diff=82633"/>
		<updated>2012-12-05T03:14:27Z</updated>

		<summary type="html">&lt;p&gt;Donovan: /* OSE FreeCAD Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Action Plan=&lt;br /&gt;
&lt;br /&gt;
Recruit software developer to analyze FreeCAD and build with/upon their work. Short-term Objective: Get Assembly Module Working.&lt;br /&gt;
&lt;br /&gt;
Document FreeCAD source code in github repository.&lt;br /&gt;
&lt;br /&gt;
Document FreeCAD&#039;s code structure.&lt;br /&gt;
&lt;br /&gt;
=Info=&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/apps/mediawiki/free-cad/index.php?title=Main_Page FreeCAD Website]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Temp=&lt;br /&gt;
&lt;br /&gt;
Ok, first FreeCAD:&lt;br /&gt;
&lt;br /&gt;
As they say themselves, it is still in the early stages of&lt;br /&gt;
development. I (Conor) have searched for documentation, and apart from the&lt;br /&gt;
getstarted [http://sourceforge.net/apps/mediawiki/free-cad/index.php?title=Getting_started]&lt;br /&gt;
there are 2 nice articles from December (so version 0.9, which btw. is&lt;br /&gt;
in Lucid already). The funny thing is that for some reason, both are&lt;br /&gt;
in... Polish! I understand you have polish origins, so maybe you speak&lt;br /&gt;
Polish. Otherwise just google translate. They give you examples and a&lt;br /&gt;
better idea of what it is right now capable of. &lt;br /&gt;
[http://www.ubucentrum.net/2009/12/rozpoczynamy-zabawe-z-freecad-krok-po.html] &lt;br /&gt;
[http://wkupiesila.blogspot.com/2009/12/freecad-poznajemy-klawisz-f5.html]&lt;br /&gt;
&lt;br /&gt;
So I propose the following: you try to reproduce the steps in the&lt;br /&gt;
articles, so you get a feeling for it. But then regardless stick with&lt;br /&gt;
Blender a bit longer, and try FreeCAD again when version 0.11 or 0.12&lt;br /&gt;
comes out.&lt;br /&gt;
&lt;br /&gt;
=OSE FreeCAD Documentation=&lt;br /&gt;
&lt;br /&gt;
I (Mark Norton) have created a very simply, introductory guide to FreeCAD.  It only covers the very basics at this point, but we can expand on it as needed.  -  [[User:Mjn]]&lt;br /&gt;
&lt;br /&gt;
[[File:FreeCAD-3.pdf]]&lt;br /&gt;
&lt;br /&gt;
This document covers the following topics:&lt;br /&gt;
&lt;br /&gt;
* Views&lt;br /&gt;
* Workshops&lt;br /&gt;
* Sizing a Primitive Part&lt;br /&gt;
* Positioning a Part&lt;br /&gt;
* Making a Cut&lt;br /&gt;
* Combining Parts&lt;br /&gt;
* Rotating a Part&lt;br /&gt;
* Extrusion&lt;br /&gt;
&lt;br /&gt;
See also, FreeCAD Documentation and Tutorials [http://sourceforge.net/apps/mediawiki/free-cad/index.php?title=Main_Page].&lt;br /&gt;
&lt;br /&gt;
[[Category:CAD]]&lt;br /&gt;
[[Category:Digital Fabrication]]&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Open Source Software]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Metric_to_Inch_Conversion&amp;diff=82325</id>
		<title>Metric to Inch Conversion</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Metric_to_Inch_Conversion&amp;diff=82325"/>
		<updated>2012-12-02T02:24:06Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://www.aaronsmetricscrews.com/free_table.htm&lt;br /&gt;
&lt;br /&gt;
[[Category:Links]]&lt;br /&gt;
[[Category:Unit Conversion]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Inverter_Log&amp;diff=82324</id>
		<title>Inverter Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Inverter_Log&amp;diff=82324"/>
		<updated>2012-12-02T02:22:18Z</updated>

		<summary type="html">&lt;p&gt;Donovan: /* Introductory email between all project participants */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Contacts=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Yoonseo Kang&#039;&#039;&#039; - &#039;&#039;ykang404@gmail.com&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Aaron Makaruk&#039;&#039;&#039; - &#039;&#039;aaronmakaruk@gmail.com&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tim Boyd&#039;&#039;&#039; - &#039;&#039;tboydlaser@aol.com&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Matthew McDonald&#039;&#039;&#039; - &#039;&#039;msm235@gmail.com&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Marcin Jakubowski&#039;&#039;&#039; - &#039;&#039;opensourceecology@gmail.com&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sergio Andermann&#039;&#039;&#039; - &#039;&#039;sergio.andermann@gmail.com&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Resources=&lt;br /&gt;
&lt;br /&gt;
Design goals, design paths, schematics, simulation results, layout, ... condensed here: [[Inverter]] &lt;br /&gt;
&lt;br /&gt;
=Log=&lt;br /&gt;
&lt;br /&gt;
==October 12, 2012==&lt;br /&gt;
&lt;br /&gt;
I&#039;ll take on the Arduino analysis to determine how much function we can compress into the arduino. Feedback is my primary concern along these lines- I&#039;ll check both out.&lt;br /&gt;
&lt;br /&gt;
I guess we&#039;re still indetermined on whether to go buck/boost converter or transformer. I prefer buck/boost but we need more research about sourcing and fabrication along both lines at this point.&lt;br /&gt;
&lt;br /&gt;
As for the power handling circuit, I assume we can establish H-bridge because we are working with high power specifications.&lt;br /&gt;
&lt;br /&gt;
Then there is the filter. Start off with LC lowpass I assume?&lt;br /&gt;
&lt;br /&gt;
And of course, the DC-DC step-down and regulator circuits for the logic (ex. 5V, 3.3V).&lt;br /&gt;
&lt;br /&gt;
And that should be all of the systems we need to work with.&lt;br /&gt;
&lt;br /&gt;
Best,&lt;br /&gt;
&lt;br /&gt;
Yoonseo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Hi Aaron,&lt;br /&gt;
 &lt;br /&gt;
I’ll be happy to help&lt;br /&gt;
 &lt;br /&gt;
Thanks&lt;br /&gt;
 &lt;br /&gt;
Sergio Andermann LEED® AP&lt;br /&gt;
Engineer  |  Electrical&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I remember finding that exact same webpage some months ago.  With the signal that code produces, couldn&#039;t we use it with one or two modifications to produce the MOSFET drive signal?  Compare the upper waveform of this http://interface.khm.de/wp-content/uploads/2009/12/ddd_title.jpg to what&#039;s shown on page 26 of this:  http://www.wpi.edu/Pubs/E-project/Available/E-project-042507-092653/unrestricted/MQP_D_1_2.pdf  I may be over simplifying, but couldn&#039;t we integrate the code for 50 / 60hz operation and some of the feedback into the micro-controller as well?  Device protection and HMI would need to be done through a separate controller but I think it should work.&lt;br /&gt;
&lt;br /&gt;
I&#039;m beginning to see your point, a solid state DC/DC buck/boost regulator would provide greater versatility and ease of fabrication compared to a custom transformer.  My  concern is how complicated the design will be with the power level we&#039;re dealing with, it will almost need to be a project unto itself.  Here&#039;s an example of what someone else went through with a similar converter and power level.  http://www.stevehv.4hv.org/boost_converter.htm &lt;br /&gt;
&lt;br /&gt;
&amp;quot;I assume the feedback circuit would involve an output error that goes through a PID loop to affect the amplitude factor of the sine wave amplifier circuit?&amp;quot; - I agree.&lt;br /&gt;
&lt;br /&gt;
~Matt&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Regarding the digital sine wave generator, I am open to using either an Arduino or an IC. At the relatively low frequencies we need (~60Hz) I think distortion will be a non-issue. For modularity (microcontroller board) and versatility (we can readily change the frequency) , I am leaning toward the Arduino using direct digital synthesis as explained here [ http://interface.khm.de/index.php/lab/experiments/arduino-dds-sinewave-generator/ ] with available code and &amp;lt;1% harmonic distortion for our frequency range. Alternatively, we could use an IC but I was unable to find ones with low enough frequency ranges, so I have sourcing concerns. Thoughts?&lt;br /&gt;
&lt;br /&gt;
Regarding the pulse width modulator IC, the immediate concerns that come to mind are integration with the feedback circuit. I checked the SG3524 datasheet and it appears we would have difficulty working within the constraints of the IC- ex. discrete circuit necessary for the oscillator Rt and Ct pins in order to produce a PWM sine wave. I&#039;m thinking alone the same lines as you- too high level and limiting.&lt;br /&gt;
&lt;br /&gt;
Buck/Boost converter vs Transformer - For versatility, I started leaning towards the buck/boost converter, and given that a DIY transformer now sounds relatively difficult to fabricate, I&#039;m leaning more towards the buck-boost converter design pathway (albeit with higher filter complexity). Additional research/information might clarify things.&lt;br /&gt;
&lt;br /&gt;
I assume the feedback circuit would involve an output error that goes through a PID loop to affect the amplitude factor of the sine wave amplifier circuit?&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
Yoonseo&lt;br /&gt;
&lt;br /&gt;
==October 10, 2012==&lt;br /&gt;
&#039;&#039;&#039;Email Exchanges&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Aaron - no problem.&lt;br /&gt;
&lt;br /&gt;
Yoonseo - I think we both agree using a digital sine wave generator is the way to go.  I&#039;ve seen it done with an ardiuno and i&#039;m sure something simpler exist&#039;s on an IC.  &lt;br /&gt;
&lt;br /&gt;
Another possibility is to use a pulse width modulator IC.  Texas Instruments designs a few, the SG3524 being one example. It&#039;s cheap and would simplify the design, however, I think something like this might be too high level and pre-packaged.    The same argument could be made for the digital reference signal but I think the increase in build quality is worth it.  Thoughts?&lt;br /&gt;
&lt;br /&gt;
Buck/Boost versus Transformer:  Component sourcing should be the same level of difficulty for both, I&#039;ve managed to find sources for the electrical steel and magnet wire as well as the buck/boost converter main components.  Although I&#039;m curious about the cost&#039;s of each, I&#039;ll have to look into that more.  I think fabrication is going to prove more difficult with a DIY Transformer, this would require either manually winding the bobbins or constructing a coil winder that can handle #4 to #10 wire and maybe some tooling to accurately punch out the laminations.&lt;br /&gt;
&lt;br /&gt;
Have a good one,&lt;br /&gt;
Matt&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Hello gentleman&lt;br /&gt;
&lt;br /&gt;
Since I am the Johnny come lately to this project I am just learning what is going on. All of these ideas seem excellent to me. I will be observing for now.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Regards &lt;br /&gt;
&lt;br /&gt;
Tim Boyd&lt;br /&gt;
tboydlaser@aol.com&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Sergio,&lt;br /&gt;
&lt;br /&gt;
We&#039;d like to invite you to join this email discussion about building the open source power inverter with Open Source Ecology? If you reply to this thread, please reply to all.&lt;br /&gt;
&lt;br /&gt;
Everyone, this was our last correspondence with Sergio:&lt;br /&gt;
&lt;br /&gt;
Hi Aaron, Vann,&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Thanks so much for your email, sounds like a fun project.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
I have limited experience in this type power electronics; while I’m familiar with UPS systems which, in principal work similar to aninverter like the one you describe I wouldn’t be able to build one myself without spending some time doing research. The information in the wiki page may not be sufficient.  &lt;br /&gt;
&lt;br /&gt;
This is an ambitious project and may require more than just one person to complete. The reality though is that, these types of devices require several circuits within, some of which I can design faster than others.      &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
I would like to help, but I wouldn’t be able to do this on my own. Also, I wouldn’t be able to start before September.&lt;br /&gt;
&lt;br /&gt;
Please let me know if this is useful.&lt;br /&gt;
&lt;br /&gt;
Kind regards  &lt;br /&gt;
&lt;br /&gt;
Sergio Andermann LEED® AP&lt;br /&gt;
&lt;br /&gt;
Engineer  |  Electrical&lt;br /&gt;
&lt;br /&gt;
Arup&lt;br /&gt;
&lt;br /&gt;
560 Mission Street  Suite 700  San Francisco  CA 94105&lt;br /&gt;
&lt;br /&gt;
t +1 415 957 9445  d +1 415 946 1693&lt;br /&gt;
&lt;br /&gt;
f +1 415 957 9096  c +1 720 883 2114&lt;br /&gt;
&lt;br /&gt;
www.arup.com&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Regarding the digital sine wave generator, I am open to using either an Arduino or an IC. At the relatively low frequencies we need (~60Hz) I think distortion will be a non-issue. For modularity (microcontroller board) and versatility (we can readily change the frequency) , I am leaning toward the Arduino using direct digital synthesis as explained here [ http://interface.khm.de/index.php/lab/experiments/arduino-dds-sinewave-generator/ ] with available code and &amp;lt;1% harmonic distortion for our frequency range. Alternatively, we could use an IC but I was unable to find ones with low enough frequency ranges, so I have sourcing concerns. Thoughts?&lt;br /&gt;
&lt;br /&gt;
Regarding the pulse width modulator IC, the immediate concerns that come to mind are integration with the feedback circuit. I checked the SG3524 datasheet and it appears we would have difficulty working within the constraints of the IC- ex. discrete circuit necessary for the oscillator Rt and Ct pins in order to produce a PWM sine wave. I&#039;m thinking alone the same lines as you- too high level and limiting.&lt;br /&gt;
&lt;br /&gt;
Buck/Boost converter vs Transformer - For versatility, I started leaning towards the buck/boost converter, and given that a DIY transformer now sounds relatively difficult to fabricate, I&#039;m leaning more towards the buck-boost converter design pathway (albeit with higher filter complexity). Additional research/information might clarify things.&lt;br /&gt;
&lt;br /&gt;
I assume the feedback circuit would involve an output error that goes through a PID loop to affect the amplitude factor of the sine wave amplifier circuit?&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
Yoonseo&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I remember finding that exact same webpage some months ago.  With the signal that code produces, couldn&#039;t we use it with one or two modifications to produce the MOSFET drive signal?  Compare the upper waveform of this http://interface.khm.de/wp-content/uploads/2009/12/ddd_title.jpg to what&#039;s shown on page 26 of this:  http://www.wpi.edu/Pubs/E-project/Available/E-project-042507-092653/unrestricted/MQP_D_1_2.pdf  I may be over simplifying, but couldn&#039;t we integrate the code for 50 / 60hz operation and some of the feedback into the micro-controller as well?  Device protection and HMI would need to be done through a separate controller but I think it should work.&lt;br /&gt;
&lt;br /&gt;
I&#039;m beginning to see your point, a solid state DC/DC buck/boost regulator would provide greater versatility and ease of fabrication compared to a custom transformer.  My  concern is how complicated the design will be with the power level we&#039;re dealing with, it will almost need to be a project unto itself.  Here&#039;s an example of what someone else went through with a similar converter and power level.  http://www.stevehv.4hv.org/boost_converter.htm &lt;br /&gt;
&lt;br /&gt;
&amp;quot;I assume the feedback circuit would involve an output error that goes through a PID loop to affect the amplitude factor of the sine wave amplifier circuit?&amp;quot;&lt;br /&gt;
- I agree.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
~Matt&lt;br /&gt;
&lt;br /&gt;
==October 8, 2012==&lt;br /&gt;
&lt;br /&gt;
===Email Exchanges===&lt;br /&gt;
&lt;br /&gt;
Good Evening Everyone,&lt;br /&gt;
&lt;br /&gt;
I have a few questions regarding the inverter oscillator design and high voltage DC regulation.&lt;br /&gt;
&lt;br /&gt;
Oscillator - I&#039;m looking through Yoonseo&#039;s design [ http://opensourceecology.org/wiki/Inverter/Yoonseo_Design ] is the use of the Bubba oscillator set in stone?   I&#039;m reading through the WPI project report and it appears they had a good deal of trouble with it&#039;s operation.  Would it be possible to go with a fully digital reference sine wave?  Has there been any more development on the reference wave feedback control circuit?  http://opensourceecology.org/wiki/File:06_Feedback_Circuit.jpg&lt;br /&gt;
&lt;br /&gt;
DC regulation - With the need to accept a wide range of source voltages and output a consistent 120 / 220 VAC signal, has there been any thought into the need for a high powered buck / boost converter to acquire the needed 170 / 311 VDC?    Another possibility is to use a multi-tap output transformer, I would be in favor of this route for the following reasons:&lt;br /&gt;
 1. Reduces the complexity of the output filter&lt;br /&gt;
 2. Can be designed to replace the high powered buck / boost converter and therefore improving reliability by simplifying the over all circuit.&lt;br /&gt;
 3. In the case of a shorted MOSFET or some other fault, will eliminate the possibility of high voltage DC present on the output signal&lt;br /&gt;
 4. Output transformer can be be manufactured given a well made sheet metal press, various hardware and proper research&lt;br /&gt;
See this instructables link for a reference on a transformer coupled design: http://www.instructables.com/id/250-to-5000-watts-PWM-DCAC-220V-Power-Inverter/&lt;br /&gt;
&lt;br /&gt;
Also, in regards to the failing inverters already in place at FeF, has any effort been put into investigating the possibility of repair?  If these are preventing collaborative production runs of the GVCS it may be faster to fix them in the mean time until this project is completed.  Aaron, if you&#039;re open to the idea, would it be possible to send one of the failed units to Denver so I could have a look at one?&lt;br /&gt;
&lt;br /&gt;
Have a good night,&lt;br /&gt;
Matt&lt;br /&gt;
----&lt;br /&gt;
Hello Everyone&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does the inverter need to be grid tie now or in the future?&lt;br /&gt;
&lt;br /&gt;
Tim Boyd&lt;br /&gt;
tboydlaser@aol.com&lt;br /&gt;
----&lt;br /&gt;
The circuit for generating the reference sine wave is not set in stone. I prefer a fully digital reference sine wave in preparation for versatile operation. If we pursue the digital generation I assume we would just source the relevant integrated circuit?&lt;br /&gt;
&lt;br /&gt;
No development on the feedback circuit to date.&lt;br /&gt;
&lt;br /&gt;
Buck/boost converter considered, but not developed to date. Between the buck/boost converter and the multi-tap transformer, I am most concerned about ease of fabrication/sourcing and would like more information regarding that factor.&lt;br /&gt;
&lt;br /&gt;
Best,&lt;br /&gt;
&lt;br /&gt;
Yoonseo&lt;br /&gt;
----&lt;br /&gt;
Marcin asked to join this thread so he&#039;ll be in on all further discussion - Tim - being grid tied is not a priority right now.&lt;br /&gt;
&lt;br /&gt;
Aaron&lt;br /&gt;
&lt;br /&gt;
===Introductory email between all project participants===&lt;br /&gt;
*To be done - 10/08/12&lt;br /&gt;
*Introduce everyone&lt;br /&gt;
*Let&#039;s discuss general inverter topologies to suit OSE Specifications&lt;br /&gt;
*We will start an email chain discussing general inverter topologies &#039;&#039;(ex. full bridge, half bridge)&#039;&#039;&lt;br /&gt;
*Let participants know that the email chain will be uploaded to the [[Inverter Log]] in a subsection.&lt;br /&gt;
*&#039;&#039;&#039;Needs:&#039;&#039;&#039;&lt;br /&gt;
:*Input 72V DC&lt;br /&gt;
:*Output 120V AC at 60Hz pure sine wave with power rating of 5kW or 10kW [consider stackability].&lt;br /&gt;
*&#039;&#039;&#039;OSE Specifications&#039;&#039;&#039;&lt;br /&gt;
:*&#039;&#039;These things are preferable but are less of a priority than function, reliability, and ease of fabrication.&#039;&#039;&lt;br /&gt;
:*Input should be flexible enough to accommodate a wide range of input voltages.&lt;br /&gt;
:*The output should be flexible enough to vary &#039;&#039;(ex. both 120 and 240 V AC)&#039;&#039;&lt;br /&gt;
:*Modular design - [[Power_Electronics_Construction_Set|Example]]&lt;br /&gt;
:*Use of open source design software&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Email was sent&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:Product Logs]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=CNC_Torch_Table_Log&amp;diff=82323</id>
		<title>CNC Torch Table Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=CNC_Torch_Table_Log&amp;diff=82323"/>
		<updated>2012-12-02T02:21:45Z</updated>

		<summary type="html">&lt;p&gt;Donovan: /* Oct. 2, 2012 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Oct. 21, 2012==&lt;br /&gt;
This project is beyond my electronics knowledge. But when i was planning on building a Plaz table a while back from a kit my research concluded that CandCNC.com was the best way to go. I&#039;ve been following his message board for a couple years and all his end users are very happy and amazed at the quality and low cost. His digital torch height control really seems to be impressive an unmatched for less then 10x the $. You don&#039;t have to have torch height control to get started cutting, but you have to plan for it because you quickly decide its a necessity. I have one of his 5 axis servo kits waiting until i have more room for a table, if you have any questions just ask. And if you decide to put an oxyfuel torch on it i have some machine-style torches and regulators you can have. Keep up the awesome progress.  -LoadTest&lt;br /&gt;
&lt;br /&gt;
==Oct. 19, 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Darren&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I love this idea,&lt;br /&gt;
&lt;br /&gt;
Static compensation would be easy enough to map out deviance and do a best fit approximation between start and end of each line.  Dynamic compensation would be a little more involved; only if someone had a line on cheap linear scales.  What are your thoughts on where this compensation is performed?  If it is done on the PC side you would have a lot more move commands to transmit; a lot of little slightly adjusted lines making up the one long line.  If it is done on the Arduino that wouldn&#039;t be a problem, but I question the muscle of the atmel uController.  What were you thinking about methods of implementing this?&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
Darren&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Chuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If I remember correctly, it was a flat plate with four bolt holes.&lt;br /&gt;
&lt;br /&gt;
Chuck&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Oct. 18, 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Chuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I&#039;d be interested to see the torch table serve a second purpose as a&lt;br /&gt;
layout &amp;amp; marking tool.&lt;br /&gt;
&lt;br /&gt;
There are plenty of metal parts that involve classic layout techniques&lt;br /&gt;
like machinist&#039;s square, scribe, center punch, and steel measuring&lt;br /&gt;
tape. With just one or two tools (e.g. a scribe and a spot drill)&lt;br /&gt;
mounted on the XYZ table we could automate a lot of this.&lt;br /&gt;
&lt;br /&gt;
I have seen the accuracy of the torch table spec&#039;d at 1/32 inch, but I&lt;br /&gt;
think we can do better, especially if we calibrate it and incorporate&lt;br /&gt;
software compensation for machine structural inaccuracy. I think&lt;br /&gt;
0.005-0.010 may be achievable.&lt;br /&gt;
&lt;br /&gt;
A very useful addition (for both standard torch cutting and for an&lt;br /&gt;
automatic layout tool) would be a rugged touch probe that can be used&lt;br /&gt;
to pick up the edges of a part. Clever code should take a part that is&lt;br /&gt;
not laid square on the bed and rotate the coordinate system to match&lt;br /&gt;
it.&lt;br /&gt;
&lt;br /&gt;
One bottom line is to make sure the tool (torch) mount is a nice&lt;br /&gt;
modular interface. Which I suspect it is, though I haven&#039;t seen the&lt;br /&gt;
pictures yet.&lt;br /&gt;
&lt;br /&gt;
Thoughts?&lt;br /&gt;
&lt;br /&gt;
Chuck&lt;br /&gt;
&lt;br /&gt;
==Oct. 16, 2012==&lt;br /&gt;
&#039;&#039;&#039;Chuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Starting to cook here, check the video:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;iframe width=&amp;quot;420&amp;quot; height=&amp;quot;315&amp;quot; src=&amp;quot;https://www.youtube.com/embed//ZY9TiVzhfO8&amp;quot; frameborder=&amp;quot;0&amp;quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This sounds better after changing to the series winding connection on&lt;br /&gt;
the X steppers.&lt;br /&gt;
&lt;br /&gt;
Important request to Darren&lt;br /&gt;
&lt;br /&gt;
Please connect the X2 AND gate in the *step* line, not the *enable*&lt;br /&gt;
line. I found that gating the enable causes the X2 motor to jump up to&lt;br /&gt;
a half-step (8 microsteps) between enabled/disabled conditions, which&lt;br /&gt;
wreaks havoc with the X1-X2 homing action.&lt;br /&gt;
&lt;br /&gt;
Alpha-quality code is at https://github.com/chuck-h/grbl .&lt;br /&gt;
&lt;br /&gt;
==Oct. 13, 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Chuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Hi Darren,&lt;br /&gt;
&lt;br /&gt;
I&#039;ve got an X1-X2 test bed now! I have to make a cut/jumper on the&lt;br /&gt;
interface board so I can independently enable X2, then I can work up&lt;br /&gt;
some new grbl homing code.&lt;br /&gt;
&lt;br /&gt;
http://opensourceecology.org/wiki/CNC_Torch_Table_Control_Overview#Test_mule&lt;br /&gt;
&lt;br /&gt;
I am getting quite a bit of noise, the microstepping doesn&#039;t seem&lt;br /&gt;
perfectly even. I should try with different current levels.&lt;br /&gt;
&lt;br /&gt;
Possible issue: grbl seems to disable the drivers at the end of a&lt;br /&gt;
move, which will cause the stepper to drop into its nearest magnetic&lt;br /&gt;
detent. When drivers are re-enabled I believe we should pull back into&lt;br /&gt;
the previous microstep location, but I think there is a potential for&lt;br /&gt;
losing position with this logic if we happen to stop at an ambiguous&lt;br /&gt;
phase. I am going to check whether I see this problem. Any way&lt;br /&gt;
steppernug could go to &amp;quot;idle current level&amp;quot; instead of full shutdown?&lt;br /&gt;
&lt;br /&gt;
==Oct. 5, 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Yoonseo&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Control for torch and plasma cutter- digital high to activate relay would suffice.&lt;br /&gt;
&lt;br /&gt;
Z axis should operate the same as the X and Y axes (move in response to interpreted gcode). For incremental dev&#039;s sake, I think we can table the arc voltage feedback.&lt;br /&gt;
&lt;br /&gt;
Start-of-cut should be based on the gcode CAM prep, yup. For versatility&#039;s sake. Vann has previously made some gcode edit code that revises the gcode file for oxyacetylene cutting. http://opensourceecology.org/wiki/Gcode_Preheat&lt;br /&gt;
&lt;br /&gt;
Gctrl is a GUI gcode streamer/jogger/homer already out there, so i think we&#039;re good on this part. http://opensourceecology.org/wiki/Gctrl&lt;br /&gt;
&lt;br /&gt;
Will get you picture soon. Smartphone is having issues charging.&lt;br /&gt;
&lt;br /&gt;
Oh- also, I&#039;d love to get the details on how to modify the GRBL code for other project purposes- the challenge is getting the intention correctly mapped to the right change. Ex. how to change which pins are for which step/dir for which axes.&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
Yoonseo&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Chuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This would drive an off-board SSR? Or should we put a heavier duty&lt;br /&gt;
driver on board (e.g. open drain power mosfet)?&lt;br /&gt;
&lt;br /&gt;
Any need for regulated 12V to come off the board?&lt;br /&gt;
&lt;br /&gt;
BTW I was thinking 24/28V for motor supply, what about you?&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
Chuck&lt;br /&gt;
&lt;br /&gt;
==Oct. 2, 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Chuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I&#039;ve been looking at the grbl code but haven&#039;t done much beyond making&lt;br /&gt;
it talk to the StepperNug board. Repo at&lt;br /&gt;
https://github.com/chuck-h/grbl.&lt;br /&gt;
&lt;br /&gt;
I have a 4-drive StepperNug kit and 4 stepping motors but I haven&#039;t&lt;br /&gt;
yet assembled a &amp;quot;mule&amp;quot; for functional testing. I am not expecting to&lt;br /&gt;
build a full-scale torch table at my location.&lt;br /&gt;
&lt;br /&gt;
I am planning to adapt the code to work with double home switches on&lt;br /&gt;
the x axis so that the two motors can be sync&#039;d repeatably at startup.&lt;br /&gt;
&lt;br /&gt;
Open questions for me&lt;br /&gt;
*what control outputs are required for the torch?&lt;br /&gt;
  *gas torch&lt;br /&gt;
   plasma cutter&lt;br /&gt;
*what do we need to do with z axis?&lt;br /&gt;
  *preprogrammed (G-code) moves?&lt;br /&gt;
  *arc voltage height control for plasma cutter?&lt;br /&gt;
*What do we want to do for start-of-cut&lt;br /&gt;
  *build a custom G-code into the grbl interpreter?&lt;br /&gt;
  *push it back to CAM prep?&lt;br /&gt;
*What sort of interactive manual controls are needed&lt;br /&gt;
  *grbl is primarily a non-interactive G-code interpreter&lt;br /&gt;
  *x,y,z jog functions&lt;br /&gt;
  *home all function&lt;br /&gt;
  *pick up zero reference from part&lt;br /&gt;
&lt;br /&gt;
YK&amp;gt; The mechanical side of the torch table is near completion.&lt;br /&gt;
A snapshot of current status would be very helpful!&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
Chuck&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Darren&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Hey Chuck,&lt;br /&gt;
&lt;br /&gt;
I like your idea of using a port expander off of the I2C to sense and interrupt for limit switches.  If you want to design around that for your dual X-Axis I think it would be great.  Adds a lot more flexibility...  As long as someone is willing to code it :)  (Looking at you Chuck)&lt;br /&gt;
&lt;br /&gt;
I was going to send some of those port expander signals to the expansion ports as well and I think adding the voltage sense for z-height adjustment as a module for that port is a good idea.  I don&#039;t think everyone will want that voltage sense (Circuit Mill doesn&#039;t need that for example.)&lt;br /&gt;
&lt;br /&gt;
Do you think we are going to be able to fit all of this into the Atmel part?&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
Darren&lt;br /&gt;
&lt;br /&gt;
[[Category:CNC Torch Table]]&lt;br /&gt;
[[Category:Product Logs]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Universal_Rotor_Log&amp;diff=82322</id>
		<title>Universal Rotor Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Universal_Rotor_Log&amp;diff=82322"/>
		<updated>2012-12-02T02:21:11Z</updated>

		<summary type="html">&lt;p&gt;Donovan: /* October 5, 2012 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
.googleDoc1 {height:1000px; width:80%;}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Resources=&lt;br /&gt;
&lt;br /&gt;
==Team==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Aaron Makaruk&#039;&#039;&#039; - &#039;&#039;aaronmakaruk@gmail.com&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Joshua(JB)&#039;&#039;&#039; - &amp;quot;LoadTest&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Problem Statement==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[http://www.youtube.com/watch?v=xlTW6YJhEGQ&amp;amp;feature=plcp Problem Statement Video]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;300&amp;quot; height=&amp;quot;225&amp;quot; src=&amp;quot;https://www.youtube.com/embed//xlTW6YJhEGQ&amp;quot; frameborder=&amp;quot;0&amp;quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Solution Responses==&lt;br /&gt;
&#039;&#039;&#039;[http://youtu.be/LOjaMpe5IXM Design Considerations Video]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;300&amp;quot; height=&amp;quot;169&amp;quot; src=&amp;quot;https://www.youtube.com/embed//LOjaMpe5IXM&amp;quot; frameborder=&amp;quot;0&amp;quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[http://youtu.be/5dbpZ0fvdmQ Part 2]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;300&amp;quot; height=&amp;quot;169&amp;quot; src=&amp;quot;https://www.youtube.com/embed//5dbpZ0fvdmQ&amp;quot; frameborder=&amp;quot;0&amp;quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Collaboration Spaces=&lt;br /&gt;
[https://docs.google.com/drawings/d/18SnW4Ok8OIMCq8tOpyTx24sK_j6Y3B2oKq1pku4yChQ/edit EDIT]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;img src=&amp;quot;https://docs.google.com/drawings/pub?id=18SnW4Ok8OIMCq8tOpyTx24sK_j6Y3B2oKq1pku4yChQ&amp;amp;amp;w=767&amp;amp;amp;h=339&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Logs=&lt;br /&gt;
==November 5, 2012==&lt;br /&gt;
I(LoadTest) traveled to SEMA/AAPEX show to get some more ideas. Looking into the possibility of adopting components from tie-rod hydraulic cylinders as standardized by the NFPA(National Fluid Power Association). These same components(tube, caps, mounts, rods, pistons, etc) could be used to not just build the universal rotor but also, OSE hydraulic&amp;amp;electric pumps/motors, hydraulic hose crimpers and much more. Also discovered universal rotor work at: [[Modular_Vehicles]] that is useful. &lt;br /&gt;
Per conversation w/marcin:&lt;br /&gt;
-Looking for axial load capacity of standard ball bearing flange blocks(tapered roller bearing flange blocks are too expensive)&lt;br /&gt;
&lt;br /&gt;
-Trying to determine if exsisting [[15,000_Inch_Pound_Motor]] are sufficient to survive for direct wheel connection on lifetrack(no extra support bearings/shaft)&lt;br /&gt;
&lt;br /&gt;
-Marcin wants to upgrade to 3&amp;quot; shaft, I&#039;m encouraging him to consider using readily available higher grade steel shafting instead as this is industry proven and less suseptible to fatique then plain mild steel. But I will continue to research the availability of this material around the world and GVCS wisdom for both options.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==November 3, 2012==&lt;br /&gt;
&lt;br /&gt;
Hi guys, &lt;br /&gt;
Sorry i&#039;ve been out of the loop, my harddrive got zapped at the airport. I had the opportunity to(scramble) go to SEMA &amp;amp; AAPEX last minute to get some ideas and hopefully generate some resources for an open source truck. Its the world premier automotive parts tradeshow, about 5million square feet. SEMA is like “Las Vegas”, over-indulgent and disgusting, but its was also a reminder that theres a lot of creative people out there with lots of time and ambition and also loads of money to fund ridiculousness- its just a matter of engaging them in something more practical(OSE) . However, AAPEX was a chance to get my hands on a lot of basic parts(like bearings), mostly from Asian manufacturers trying to capitalize off of the indulgence of the American automotive industry. I guess AAPEX was more like the enormous “working class” in vegas, mostly immigrants and minorities, that are trapped in dead-end service jobs, living in old motels that have been converted into apartments around the newer fancy ones. What a broken system and a testament for OSE!&lt;br /&gt;
&lt;br /&gt;
One revelation from my trip: The NFPA(national fluid power association) has set standards to make tie rod hydraulic and air cylinders interchangeable between manufacturers. Looking at the components of a tie-rod cylinder, I think we can leverage these as GVCS “Legos”. With the same components as you&#039;d use in a hydraulic cylinder, you can also use to make much of:&lt;br /&gt;
-Hydraulic/fluid/air Motors &amp;amp; Pumps (vane type: http://www.pumpschool.com/principles/vane_ani.asp)&lt;br /&gt;
-Electric motor&lt;br /&gt;
-Hose Crimper&lt;br /&gt;
-Universal Rotor&lt;br /&gt;
-Lots of parts for the rest the GVCS&lt;br /&gt;
&lt;br /&gt;
In other words can the tube, shaft and endcaps off a large hydraulic cylinder(ceb-press size) also be used for a motor&#039;s tube, shaft, endcaps, etc.  It could save a ton of machining and make the GVCS more accessible/attainable to anyone. The air cylinders are aluminum, so that provides more flexibility. I&#039;m going to check and see if the tubing sourced from hydraulic cylinder suppliers like (baileynet.com) has adequate tolerances to accept bearings(for motors/rotors) without further machining. Then these could be bolt together quick GVCS advancements&lt;br /&gt;
We&#039;ll have to figure out what dimensions/parts NFPA regulates and a good source for the full line of NFPA components cheap without buying the whole cylinders.&lt;br /&gt;
Here is Eaton&#039;s NFPA product line:&lt;br /&gt;
http://www.eaton.com/ecm/idcplg?IdcService=GET_FILE&amp;amp;allowInterrupt=1&amp;amp;RevisionSelectionMethod=LatestReleased&amp;amp;Rendition=Primary&amp;amp;dDocName=DEV_216614 (4.9mb)&lt;br /&gt;
I&#039;m staying for FABTECH which is the 12-14th. If anyone there has a chance to come out it will be a good chance to see a ton of fabrication equipment. You can stay in my room. http://www.fabtechexpo.com&lt;br /&gt;
From Joe Justice when I asked about building one of their cars to use at FeF/GVCS:&lt;br /&gt;
Josh- that would be epicaly awesome! We are all for our cars out there and being used, ESPECIALLY by groups that are doing awesome like OSE! I&#039;d like to help, maybe we can provide the tires/wheels or something at the very least?&lt;br /&gt;
Please plug WIKISPEED :D And I hope you have an awesome time at SEMA! The last time I was there was 2010- and in many ways it blew my mind!&lt;br /&gt;
&lt;br /&gt;
MARCIN:&lt;br /&gt;
Can you find out the rated axial load rating for one of these bearings? &lt;br /&gt;
The bearings are made by Fitbearings.com as a knockoff of american brands-they were here at the show. They said its not rated for any axial loading and they couldn&#039;t provide any data for such. I&#039;ll keep looking for data from other MFG&#039;s.&lt;br /&gt;
Do you want me to look further into mounting the lifetrac tires directly to the hubs on the wheel motors that you have or are you opposed to that?  I&#039;m not sure which motors you have. You don&#039;t have the ones pictured on the wiki:http://opensourceecology.org/wiki/15,000_Inch_Pound_Motor  ($279) These 712s have larger necks.    From your videos it looks like you got the 701s with the smaller necks: ($400) http://www.surpluscenter.com/item.asp?item=9-9339&amp;amp;catname=    Or did you buy the $300 ones and they shipped you the $400 ones, which commonly happens at surpluscenter. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==October 26, 2012==&lt;br /&gt;
&lt;br /&gt;
I&#039;m looking at 100&#039;s of designs. Theres not many universal products, and even the mfg&#039;s are pretty application specific and don&#039;t have a varied product line, but this is the general direction it is going:&lt;br /&gt;
&lt;br /&gt;
Look at this product range on the 3rd page: http://www.omnigear.com/EBHQR.pdf&lt;br /&gt;
The first two for spinning big mower blades, The WN-06 and SN-06 are wheel drives. They also make similar auger drives.  Look at MDH-45 in the middle. &lt;br /&gt;
&lt;br /&gt;
   -This company only sells to the big tractor mfgs in large quantities so its a slow dance to get them to give me any engineering data.&lt;br /&gt;
&lt;br /&gt;
But look at this one:&lt;br /&gt;
http://www.zero-max.com/documents/Zero-Max_OHLA.pdf  (5.6mb)&lt;br /&gt;
For example: The 1st pic i&#039;ve attached is the big one at the bottom has a 3.5&amp;quot; shaft but its only about 7&amp;quot; deep + the shaft.&lt;br /&gt;
&lt;br /&gt;
The design will be easy to build with any kind of bearings and little machining and more &amp;quot;quick attach&amp;quot; mounting options.&lt;br /&gt;
&lt;br /&gt;
RE:(With a 3&amp;quot; shaft Modular Wheel Unit, I can see converting the Wheel Unit to a lathe as one of the functions of the Universal Rotor concept)&lt;br /&gt;
3&amp;quot; is getting up there. You might also want to talk to your steel supplier about what stronger shaft options are available other then just plain steel.  They should have something. If not http://www.metalbythefoot.com/  in Kansas City has 1144 and 4140. And Speedymetals.com and onlinemetals.com have 8620. I&#039;m not an expert, but the material is much stronger, and later on you can make it even stronger/harder with the GVCS induction furnace(or even the wood stove)&lt;br /&gt;
 Some of those big 20,000lb farm tractors are bouncing around on only 3&amp;quot; shafts. They have 200hp, 5 or 6 foot dual wheels(shaft breaking leverage) and pick up 10,000lbs on the front and back. But they aren&#039;t using mild steel.&lt;br /&gt;
&lt;br /&gt;
The way the bearings are supported on the LifeTrac Wheel connect you have the shaft supporting not just the torsional loads(motor power) but also the radial and axial forces from the weight of the vehicle and ramming into things with the loader - it gets really nasty. Thats why all trucks 1-ton+ and lots of machines use a &amp;quot;Full-Floating&amp;quot; design where there is a separate wheel hub to carry the radial and axial and then they get buy with tiny shafts that &amp;quot;float&amp;quot;.  (see attached pic 2&amp;amp;3)   I&#039;m still researching, but i don&#039;t think we will do a full float design for the Universal Rotor because it takes more machining, complexity and space. But we can lessen the severity of the semi-float design consequences you&#039;re dealing with now. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
RE:( Eventually, we will integrate the electric motors, but we&#039;d like to opensource them first. Any leads to electric motor designers?)&lt;br /&gt;
Thats pretty hardcore. It might slow GVCS progress down- but hell, more power to ya! The only motor designers i know are working on electric car motors and are very expensive.  I&#039;ll ask around, if you&#039;ve narrowed down what type of motors are best for GVCS let me know, otherwise i&#039;ll stir up the wiki.&lt;br /&gt;
&lt;br /&gt;
- Josh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==October 16, 2012==&lt;br /&gt;
LoadTest Posted a 2 part video response to the problem statement video filmed at FeF &amp;quot;Quick Attach Plate and Universal Rotor&amp;quot;. The first part is an overview of the design considerations. The 2nd part poses the first design decision and that is to eliminate the auxiliary shaft bearing support structure from the design and rely instead on the hydraulic motor&#039;s internal bearings to support the system, with the option of adding in an extra bearing support system only when a hydraulic motor with inadequate bearings is to be used. LoadTest requests Aaron and Marcin to watch the response videos and confer with the decision before he continues further design work. &lt;br /&gt;
Part 1: [http://youtu.be/LOjaMpe5IXM]&lt;br /&gt;
Part 2: [http://youtu.be/5dbpZ0fvdmQ]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==October 9, 2012==&lt;br /&gt;
&#039;&#039;I&#039;m out all day this week until Friday. I&#039;ll try to throw a video together with some ideas. I think the first step is to get Marcin to confirm his decision &amp;amp; the reason for it, which i wrote about on the Wiki, about using the extra shaft and bearings even though they aren&#039;t needed.  I want to be sure he understands that the bearings in the wheel motors like you are using in the lifetrac now are stronger then the old motors he was using which weren&#039;t wheel motors. The old motors couldn&#039;t support the weight of LifeTrac, the new ones can depending on which model they are. If it was up to me, i would say don&#039;t use the extra shaft and bearings for LOTs of reasons. Especially considering building a Hydraulic Motor from scratch is to be part of the GVCS 50  so it can be made to whatever specifications needed.&lt;br /&gt;
&lt;br /&gt;
Here is the decision as i posted on the wiki:&lt;br /&gt;
http://opensourceecology.org/wiki/Universal_Rotor&lt;br /&gt;
&lt;br /&gt;
1) Wheel Motors(bearings built in) or Jack Shaft(with auxiliary bearing support structure)?&lt;br /&gt;
&lt;br /&gt;
Due to the wide range of applications, the UR needs to handle high axial and radial forces. Wheel motors have larger bearings then standard hydraulic motors to resist these much higher forces. Wheel motors are available commercially that will handle the radial and axial loads of all current GVCS applications. However wheel motors are low speed. High speed motors don&#039;t usually have such large bearings. While generally you don&#039;t need large bearings while doing high speed operations, an accident, such as hitting a tree stump with a high speed mower blade may damage a motor with smaller bearings. Adding a separate shaft(jack shaft) that is supported by separate bearings between the motor shaft and tool effectively isolates the motor shaft and bearings from any radial forces, as well as axial forces if properly designed. This is the design currently being used on LifeTrac III and the MultiAuger. The current design on the LifeTrac is excessive in length and has some proven and suspected issues. A much shorter and simpler jack shaft setup should be possible that is more comparable to a wheel motor in size. If a jack shaft setup is chosen as the primary UR setup, it should be designed so that only wheel motor can be used instead with minimal variation(or none) for replicators who choose to do so. &lt;br /&gt;
&lt;br /&gt;
The current quick connect wheel assembly with the jack shaft and auxilary bearings was a necessary component when the LifeTrac was powered by the original weaker drive motors. However during the redesign, new [[15,000 Inch Pound Motor]]s were purchased which are actually wheel motors that have a much higher carrying capicity which means the whole jack shaft assembly might not even be necessary as the motor is designed to handle up to 11,000 of radial load per the specs provided by the manufacturer. It has already been proposed by Marcin that the wheel connect be redesigned to address several issues, but in reality, it can actually be completely ommited without having to purchase additional motors.&lt;br /&gt;
&lt;br /&gt;
Comparison:&lt;br /&gt;
Wheel Motor UR Advantages:&lt;br /&gt;
-Much more compact, lightweight, cheaper and very quick to build&lt;br /&gt;
-Sealed &amp;amp; lubricated bearings&lt;br /&gt;
-Industry Proven&lt;br /&gt;
-Less parts to break or wear out&lt;br /&gt;
&lt;br /&gt;
Auxiliary Bearing UR Advantages:&lt;br /&gt;
-Can remove the motor with out disconnecting the tool(or the tire when used as wheel drive)&lt;br /&gt;
-More motor choices (especially rpm)&lt;br /&gt;
-Can use a gear reduction or multiple motors much easier &lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
JB&lt;br /&gt;
&lt;br /&gt;
==October 8, 2012==&lt;br /&gt;
&lt;br /&gt;
*[[Universal Rotor Log]] page created&lt;br /&gt;
&lt;br /&gt;
==October 5, 2012==&lt;br /&gt;
&lt;br /&gt;
*JB annotated an image from the [[Universal Rotor]] wiki page.&lt;br /&gt;
*&#039;&#039;I&#039;m missing something. So why not just a single square tube receiver that an implement/attachment with a square tube mount can slide into? Then you pull it out, rotate it 90 and stick it back in (I.E. mower to trencher). Just like on a trailer hitch, just bigger﻿ tube, and don&#039;t reverse it. Make the receiver the outer tube. And make it so you can add any style adapter in there you might need: extension tubes, right angle tubes, swivel tubes, adjustable angle tubes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:Product Logs]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Backhoe_Log&amp;diff=82321</id>
		<title>Backhoe Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Backhoe_Log&amp;diff=82321"/>
		<updated>2012-12-02T02:20:38Z</updated>

		<summary type="html">&lt;p&gt;Donovan: /* Wednesday 0ct 12, 2012 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Public Review Results, Nov 25, 2012=&lt;br /&gt;
*From  Ward Holloway &amp;lt;ward.holloway.jr@gmail.com&amp;gt; - [[File:bhreview.zip]] - The new supports can be cut from a square tube or channel. Two bolts per support may not be enough, I haven&#039;t run the load calculations yet. We can size everything once we have a design nailed down.&lt;br /&gt;
*Double design - allows same cylinder length - [[Image:bhdouble.jpg|500px]]&lt;br /&gt;
*Bottom of boom cylinder critique - not lifetime design due to bottom-facing cylinder&lt;br /&gt;
&lt;br /&gt;
==Design Review==&lt;br /&gt;
*http://www.engineersedge.com/simple_levers_menu.shtml&lt;br /&gt;
*http://lizarum.com/assignments/physical_computing/2008/mechanisms/levers.html&lt;br /&gt;
&lt;br /&gt;
=CAD=&lt;br /&gt;
*[[Media:OSE_-_Backhoe_-_Public_Review_Design_-_Final.dwb|OSE - Backhoe - CAD - Public Review Model.dwb]] - 11/17/2012&lt;br /&gt;
&lt;br /&gt;
=Bill of Materials=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;iframe width=&#039;100%&#039; height=&#039;300&#039; frameborder=&#039;0&#039; src=&#039;https://docs.google.com/spreadsheet/pub?key=0Aj7WbjRT9mlmdENrWXIwWVZhTU5xY2JWZkEtRDk0Wmc&amp;amp;output=html&amp;amp;widget=true&#039;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/spreadsheet/ccc?key=0Aj7WbjRT9mlmdENrWXIwWVZhTU5xY2JWZkEtRDk0Wmc EDIT]&lt;br /&gt;
&lt;br /&gt;
=Public Review=&lt;br /&gt;
&lt;br /&gt;
==Backhoe Smart Mob==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;img src=&amp;quot;https://docs.google.com/drawings/pub?id=1vx3S4ijAVvW7PYZ8umlDf85at1iWCWZLIsJJGApACM0&amp;amp;amp;w=728&amp;amp;amp;h=390&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[https://docs.google.com/drawings/d/1vx3S4ijAVvW7PYZ8umlDf85at1iWCWZLIsJJGApACM0/edit Edit &amp;amp; View Public Comments]&lt;br /&gt;
&lt;br /&gt;
=Log=&lt;br /&gt;
&lt;br /&gt;
==Fri Nov 16, 2012==&lt;br /&gt;
*Call postponed to when design is finished.&lt;br /&gt;
&lt;br /&gt;
==Nov 12, 2012==&lt;br /&gt;
[[Image:bhplate.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:bhplate11122012.zip]] - VariCAD file. Download [[VariCAD Viewer]].&lt;br /&gt;
&lt;br /&gt;
[http://opensourceecology.org/w/images/8/87/Open_Source_Ecology_-_Backhoe_-_Review_Design.zip Backhoe - Review Draft]&lt;br /&gt;
&lt;br /&gt;
==Oct 23 2012==&lt;br /&gt;
I sent a valve back with Tristan. Its a top-quality very compact unit that has 9 valves. [http://opensourceecology.org/w/images/1/11/Rexroth_compact_backhoe_valve_drawing_r900754992-h-01zu_at_FeF.pdf PDF drawing]. &lt;br /&gt;
&lt;br /&gt;
Theres a few minor and major problems with the designs posted below. I will do a writeup as soon as i can.&lt;br /&gt;
&lt;br /&gt;
==Oct 19. 2012==&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;img src=&amp;quot;https://docs.google.com/drawings/pub?id=16y7VVgtAbCpDDkqgLv_7WhjibEYdp3net10WgCXZlgw&amp;amp;amp;w=1100&amp;amp;amp;h=500&amp;quot;&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/drawings/d/16y7VVgtAbCpDDkqgLv_7WhjibEYdp3net10WgCXZlgw/edit edit]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;img src=&amp;quot;https://docs.google.com/drawings/pub?id=1fKqtzIQaT-yjgESd-rURicNx6x0PUVIjrQ1FZ01C7Xo&amp;amp;amp;w=939&amp;amp;amp;h=366&amp;quot;&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/drawings/d/1fKqtzIQaT-yjgESd-rURicNx6x0PUVIjrQ1FZ01C7Xo/edit edit]&lt;br /&gt;
&lt;br /&gt;
[[Image:bhdouble.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
==Monday, Oct 15, 2012==&lt;br /&gt;
[[File:Backhoe_-_Please_Review.zip]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Wednesday 0ct 12, 2012==&lt;br /&gt;
[[File:Bitmap_Update_38.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CAD&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File: boom.zip]]&lt;br /&gt;
&lt;br /&gt;
Use Ctr+Shift and click to rotate the view in 3D!&lt;br /&gt;
&lt;br /&gt;
[[Category:Product Logs]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Aaron_Log&amp;diff=82320</id>
		<title>Aaron Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Aaron_Log&amp;diff=82320"/>
		<updated>2012-12-02T02:19:26Z</updated>

		<summary type="html">&lt;p&gt;Donovan: /* Nov. 11, 2012 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;SCRIPT TYPE=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
function popup(mylink, windowname)&lt;br /&gt;
{&lt;br /&gt;
if (! window.focus)return true;&lt;br /&gt;
var href;&lt;br /&gt;
if (typeof(mylink) == &#039;string&#039;)&lt;br /&gt;
   href=mylink;&lt;br /&gt;
else&lt;br /&gt;
   href=mylink.href;&lt;br /&gt;
window.open(href, windowname, &#039;width=400,height=200,scrollbars=yes&#039;);&lt;br /&gt;
return false;&lt;br /&gt;
}&lt;br /&gt;
//--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/SCRIPT&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Backlog=&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;javascript: void(0)&amp;quot; &lt;br /&gt;
   onclick=&amp;quot;window.open(&#039;https://docs.google.com/spreadsheet/viewform?formkey=dFNmTDNadHlrUDJfb2VmMjhYOGV3SGc6MQ&amp;amp;ifq&#039;, &lt;br /&gt;
  &#039;windowname2&#039;, &lt;br /&gt;
  &#039;width=650, \&lt;br /&gt;
   height=450, \&lt;br /&gt;
   directories=no, \&lt;br /&gt;
   location=no, \&lt;br /&gt;
   menubar=no, \&lt;br /&gt;
   resizable=no, \&lt;br /&gt;
   scrollbars=1, \&lt;br /&gt;
   status=no, \&lt;br /&gt;
   toolbar=no&#039;); &lt;br /&gt;
  return false;&amp;quot; title=&amp;quot;Aaron Log - Backlog&amp;quot;&amp;gt;Enter Tasks Into Backlog&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;iframe width=&#039;100%&#039; height=&#039;225&#039; frameborder=&#039;0&#039; src=&#039;https://docs.google.com/spreadsheet/pub?key=0Aj7WbjRT9mlmdFNmTDNadHlrUDJfb2VmMjhYOGV3SGc&amp;amp;output=html&amp;amp;widget=true&#039;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/spreadsheet/ccc?key=0Aj7WbjRT9mlmdFNmTDNadHlrUDJfb2VmMjhYOGV3SGc#gid=1 EDIT]&lt;br /&gt;
&lt;br /&gt;
=Daily Log=&lt;br /&gt;
&lt;br /&gt;
==Saturday, Dec. 1==&lt;br /&gt;
&lt;br /&gt;
[[Accounting System Log]] updating. Marcin asked about the current status of the backhoe work - Josh is running with it now - I&#039;m focusing on strat plan and accounting - check with him and lenny-wayne on all updates on its status. Met with RandyP - he chimed in on the payroll requirements - see his comment under payroll in the accounting system log - he is mocking up a manufacturing accounting chart of accounts in gnucash and also outlining our chart of accounts in the linked document - he will have that to me before wednesday.&lt;br /&gt;
&lt;br /&gt;
==Thursday, Nov. 29 &amp;amp; Friday, Nov. 30==&lt;br /&gt;
&lt;br /&gt;
Downloaded 10 strategic plans/annual reports from leading non-profits to compare our design work to it. Synthesizing shuttleworth app and strategic plan - narrowing goals into 5 categories as industry standard. All shuttleworth goals are still reflected in the larger categories. Will upload document on Sunday.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Wednesday, Nov. 28==&lt;br /&gt;
&lt;br /&gt;
*Continuing the push to get the strategic plan publication ready for final review this week.&lt;br /&gt;
*Met with Josh Bond to discuss the backhoe smart mob and the development of the smart mob platform in general. We traded ideas and resources and he&#039;s running with the development of the platform and the development of the backhoe with Lenny-Wayne and Ward Holloway.&lt;br /&gt;
*Met with Luis Diaz and agreed to partner on the writing of the [http://opensourceecology.org/wiki/Hybrid_Structuring_Strategy OSE For-Profit Development Plan].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Tuesday, Nov. 27==&lt;br /&gt;
&lt;br /&gt;
*Strategic plan graphic design - focusing on trying to get this entire document ready for final review this week.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Monday, Nov. 26==&lt;br /&gt;
&lt;br /&gt;
*[[Media:OSE_-_GVCS_Packages.pdf|Global Village Construction Set Packages Graphic]]&lt;br /&gt;
*Asked Elifarley to change link from OSE main page &#039;About&#039; section to wiki [[About]]. &lt;br /&gt;
*Finishing logic model page &amp;amp; incorporating shuttleworth pitch language into strat plan.&lt;br /&gt;
*Accounting system work - learning gnucash software.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Weekly Goals==&lt;br /&gt;
&#039;&#039;&#039;Please follow [[Work_Log_Guidelines#Requirements]] for content and formatting. This makes review quick and effective&#039;&#039;&#039;.&lt;br /&gt;
*Have review draft of strategic plan ready for advisor review. &#039;&#039;&#039;What does this mean? You mean publish a well-formatted version of strategic plan?&#039;&#039;&#039;&lt;br /&gt;
*Have all financial information put into the new accounting system and financial statements generated. &#039;&#039;&#039;Please clarify the state of accounting system. I talked to Dan extensively on the need for accounting sysetm PRIOR to making any new hires - thus, hiring is on hold until this is shipped. Need clear deadline on this.&#039;&#039;&#039;&lt;br /&gt;
*Meet with Josh and Lenny Wayne about next steps - updating our collaboration process. &#039;&#039;&#039;What is the outcome? A work plan? The production run is not happening, so what is the next steps? I propose Production Run prepared for, after all of Josh&#039;s details are accounted for - for Fro-Sat Feb. 1-2.&#039;&#039;&#039; &lt;br /&gt;
*Luis Diaz - touch base and see what collaboration potential there is.&lt;br /&gt;
*Populate [[About]] page.&lt;br /&gt;
*Research free computer options for remote collaborators.&lt;br /&gt;
&lt;br /&gt;
==Sunday, Nov. 25==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Backhoe&#039;&#039;&#039;&lt;br /&gt;
*Design review meeting with Marcin and Lenny-Wayne.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Saturday, Nov. 24==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Strategic Plan Graphic Design&#039;&#039;&#039;&lt;br /&gt;
*Received update from Marcus - he is working on the graphic design for the cover.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Accounting&#039;&#039;&#039;&lt;br /&gt;
*Met with RandyP for 3 hours: chart of accounts, general ledger, fund accounting&lt;br /&gt;
*He will  meet with me again this week&lt;br /&gt;
*I need to finalize the chart of accounts definitions before we meet&lt;br /&gt;
*Downloaded [http://www.gnucash.org/ GnuCash] - open source accounting software - this is a good option.&lt;br /&gt;
*The crux of the accounting system, since financial statements can be generated automatically, is to understand the different types of accounts and how to appropriately label transactions. The software can take care of the rest.&lt;br /&gt;
*Financial controls can be simplified.&lt;br /&gt;
*We can start using accounting for production runs and gather economic metrics comparing the stats of the production run in a way that&#039;s compatible with financial accounting systems. This would make our data compatible with business plans/enterprise models, and seamlessly integrate with the tax system. For example, we could know the true costs of a production run, from labor hours, material costs, even depreciation of equipment, and extrapolate that for x number of sales per year to project revenue &amp;amp; the profitability of an enterprise.&lt;br /&gt;
*I&#039;d like to recruit another accountant to review this process after RandyP and I get it working.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hay Cutter&#039;&#039;&#039;&lt;br /&gt;
*Ward Holloway participated in the backhoe smart mob. He downloaded the CAD file and made changes of his own that he submitted. &lt;br /&gt;
*I asked him to tell me about his skill level and invited him to do a first draft of the [[hay cutter]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Personal&#039;&#039;&#039;&lt;br /&gt;
*I need to get internet set up at home. I have to work out of coffee shops right now. There are lots of types of documentation that I&#039;m not uploading right now, because I don&#039;t have the time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Backhoe Smartmob&#039;&#039;&#039;&lt;br /&gt;
*Lenny-Wayne sent this spreadsheet for calculating the strength of hydraulic cylinders.&lt;br /&gt;
:*[https://docs.google.com/spreadsheet/ccc?key=0Aj7WbjRT9mlmdHJIU2FtLTRnR0FxWWU4N2xZSjBYZkE#gid=0 Hydraulic Cylinder Leverage Calculations]&lt;br /&gt;
&lt;br /&gt;
==Friday, Nov. 23==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Strategic Plan Graphic Design&#039;&#039;&#039;&lt;br /&gt;
*Finalized outline using [http://managementhelp.org/freenonprofittraining/strategic-plan-framework.htm Dr. MacNamara&#039;s Strategic Plan Framework]&lt;br /&gt;
*Downloaded text from [[Shuttleworth_Fellowship_Application_-_2013_-_Marcin_Jakubowski|Marcin&#039;s new Shuttleworth application]].&lt;br /&gt;
*Downloaded Guatemala graphics&lt;br /&gt;
*Received updated GVCS Packages graphic from Andrew - tweaked design in Illustrator.&lt;br /&gt;
*Continued updating wording to fit template&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OSE Main Page - About&#039;&#039;&#039;&lt;br /&gt;
*Asked Elifarley to alter the link from the &#039;About&#039; button on the OSE main page to:&lt;br /&gt;
http://opensourceecology.org/wiki/About&lt;br /&gt;
*This is a requirement for grant writing, because we need a single web page where potential donors can get all relevant organizational development information in one location.&lt;br /&gt;
*I&#039;ll update the &#039;about&#039; page with all the links on the &#039;transparency&#039; section of the frontpage and include other relevant links for interested donors.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Backhoe Smart Mob&#039;&#039;&#039;&lt;br /&gt;
*Received first CAD model from a smart mob run by OSE. &lt;br /&gt;
*Posted invitation to smart mob on the following forums:&lt;br /&gt;
:*[http://www.mechanicaldesignforum.com/showthread.php?2534-Backhoe-Design-Open-Source-Please-Review-the-Design&amp;amp;p=8968#post8968 Mechanical Design Forum].&lt;br /&gt;
:*[http://www.reddit.com/r/MechanicalEngineering/comments/13oz99/open_source_backhoe_design_please_review/ r/MechanicalEngineering]&lt;br /&gt;
:*other forums require admin review - slows things down - we need standard ose forum accounts so we can quickly submit designs to forums for review.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Accounting&#039;&#039;&#039;&lt;br /&gt;
*Set up Saturday work session with RandyP.&lt;br /&gt;
*I&#039;ll post an update tomorrow - I have specific goals, but I don&#039;t know what RandyP&#039;s work process is.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Thursday, Nov. 22==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Thanksgiving&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Wednesday, Nov. 21==&lt;br /&gt;
[[File:Smart-Mob---Backhoe.jpg|right|200px]]&lt;br /&gt;
&#039;&#039;&#039;Backhoe Smart Mob&#039;&#039;&#039;&lt;br /&gt;
*48 people were in the smart mob platform at one point - I think over 60 or more were there in total. Not many people engaged - need in-house review to figure out how to get people to comment.&lt;br /&gt;
*Published [http://blog.opensourceecology.org/2012/11/smart-mob-open-source-backhoe-design-review/ blog post].&lt;br /&gt;
*Asked reddit for comments: [http://www.reddit.com/r/engineering/comments/13kktg/open_source_backhoe_please_review_our_design/ r/Engineering], [http://www.reddit.com/r/AskEngineers/comments/13klni/open_source_backhoe_will_this_design_work_i_want/ r/AskEngineers], [http://www.reddit.com/r/opensource/comments/13kmse/open_source_backhoe_will_this_design_work_we_want/ r/opensource]&lt;br /&gt;
*Sent out OSEmail 3.0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Strategic Plan&#039;&#039;&#039;&lt;br /&gt;
*This is my main focus - trying to finish this as soon as possible.&lt;br /&gt;
*Incorporating text from [https://docs.google.com/document/d/14XiehUN4IwxPITk-42wcEcQMGpqLaeYMOXOg-XA71IA/edit# review draft] into InDesign document for publication.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Scott Williams&#039;&#039;&#039;&lt;br /&gt;
*Heard back from Scott - he&#039;s probably better doing something other than the hay cutter.&lt;br /&gt;
&lt;br /&gt;
==Tuesday, Nov. 20==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Scott Williams&#039;&#039;&#039;&lt;br /&gt;
*Requested his involvement with the design of the [[hay cutter]]. &lt;br /&gt;
*He responded that he is interested, and we began a dialog about his specific skills and ability to follow through with the project.&lt;br /&gt;
*If he is interested in committing, I&#039;d like to recruit someone else to do the project management.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contract&#039;&#039;&#039;&lt;br /&gt;
*Finished review draft and submitted to Marcin.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Luis Diaz&#039;&#039;&#039;&lt;br /&gt;
*Dialogued with Luis about working together on strategic development.&lt;br /&gt;
*We are scheduling a phone call for later this week.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ITT Springfield&#039;&#039;&#039;&lt;br /&gt;
*Received a CAD package for the LifeTrac IV &amp;amp; fabrication drawings.&lt;br /&gt;
*She is uploading more, so I&#039;ll upload the package once its complete.&lt;br /&gt;
*This package should include fabrication drawings for the newest version of the tractor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OSEmail &amp;amp; Backhoe Smart Mob/Blog Post&#039;&#039;&#039;&lt;br /&gt;
*Waiting for Marcin to green light everything.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Strategic Plan Graphic Design&#039;&#039;&#039;&lt;br /&gt;
*Began importing content from the review draft written by Marcin into the template created by the graphic design team.&lt;br /&gt;
*I&#039;m excited to publish this document - it should be a great asset in fundraising and partnership development.&lt;br /&gt;
*Requested that Marcus LeVere design our strategic plan cover. He works for Lucas Arts doing Hollywood CGI. I hope he says yes.&lt;br /&gt;
&lt;br /&gt;
==Monday, Nov. 19==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Backhoe&#039;&#039;&#039;&lt;br /&gt;
*Updated [https://docs.google.com/drawings/d/1vx3S4ijAVvW7PYZ8umlDf85at1iWCWZLIsJJGApACM0/edit backhoe smart mob document] according to Lenny-Wayne&#039;s final design.&lt;br /&gt;
*Worked on [https://docs.google.com/spreadsheet/ccc?key=0Aj7WbjRT9mlmdENrWXIwWVZhTU5xY2JWZkEtRDk0Wmc#gid=0 BOM specifications] with Lenny-Wayne.&lt;br /&gt;
*What machine should Lenny-Wayne design next?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Trencher&#039;&#039;&#039;&lt;br /&gt;
*Asked Lenny-Wayne to CAD up the trencher as is for upcoming smart mob review.&lt;br /&gt;
*He delivered the CAD an hour or so later - needed slight modifications - I&#039;ll upload it when I get his final version.&lt;br /&gt;
*Created [[Trencher Log]]&lt;br /&gt;
*Uploaded [[Media:OSE_-_Trencher_-_Prototype_1.5_-_CAD.dwb|Trencher CAD]] from Lenny-Wayne to the log.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Strategic Plan&#039;&#039;&#039;&lt;br /&gt;
*Created [[Strategic Plan Log]] and uploaded assets.&lt;br /&gt;
*Asked Andrew to modify the GVCS Packages file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Scott Williams&#039;&#039;&#039;&lt;br /&gt;
*Sent an email to [[Scott_Williams|Scott]] asking him if he would like to design the [[hay cutter]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Accounting System&#039;&#039;&#039;&lt;br /&gt;
*Created copy of financials - [https://docs.google.com/spreadsheet/ccc?key=0Aj7WbjRT9mlmdFQ0NkJFeWN5XzI1SmVNNWdOSW5raWc#gid=5 Accounting System Test document].&lt;br /&gt;
*Asked RandyP to begin playing with them to develop our system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Backhoe Smart Mob&#039;&#039;&#039;&lt;br /&gt;
*Wrote backhoe section of the OSEmail v3.0&lt;br /&gt;
*Finished the backhoe blog post.&lt;br /&gt;
*Finalized smart mob content with links to CAD, Survey, Video, etc.&lt;br /&gt;
&lt;br /&gt;
==Weekly Goals - Nov. 19-Nov.24==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contract&#039;&#039;&#039;&lt;br /&gt;
*Finish review draft of contract and send to Marcin - Monday.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Trencher&#039;&#039;&#039;&lt;br /&gt;
*Trencher blog post w/ Smart Mob &amp;amp; Video posting - Friday or Saturday&lt;br /&gt;
*Lenny-Wayne did the CAD - I&#039;ll post it in the [[Trencher Log]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Backhoe&#039;&#039;&#039;&lt;br /&gt;
*Publish blog post - Monday&lt;br /&gt;
*Initiate smart mob via blog post and OSEmail.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Lenny-Wayne&#039;&#039;&#039;&lt;br /&gt;
*Determine what machine he works on next w/ Marcin.&lt;br /&gt;
*How can we manage this design process even more efficiently than last time?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Strategic Plan&#039;&#039;&#039;&lt;br /&gt;
*Finalize content - language &amp;amp; imagery&lt;br /&gt;
*Input content into Illustrator document&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Accounting System&#039;&#039;&#039;&lt;br /&gt;
*Set up time for RandyP to come to FeF.&lt;br /&gt;
*Clarify work plan for him before he comes (1 day visit).&lt;br /&gt;
&lt;br /&gt;
==Nov. 17, 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Backhoe&#039;&#039;&#039;&lt;br /&gt;
*Updated smart mob with new design submission from Lenny-Wayne - [https://docs.google.com/drawings/d/1vx3S4ijAVvW7PYZ8umlDf85at1iWCWZLIsJJGApACM0/edit OSE - Backhoe - Smart Mob]&lt;br /&gt;
*Updated [[Backhoe Log]]&lt;br /&gt;
:*BOM&lt;br /&gt;
:*CAD&lt;br /&gt;
:*Smart Mob&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contract&#039;&#039;&#039;&lt;br /&gt;
*Updated contract - will probably be ready for marcin&#039;s review on Sunday.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Strategic Plan&#039;&#039;&#039;&lt;br /&gt;
*Received graphic designs from Carl - will upload later today&lt;br /&gt;
*Received graphic designs from Andrew - he rocked it rocked it rocked it - made a graphical layout for the entire plan that we can pick and choose from - based his work on the wikimedia foundation strategic plan - I will upload it soon - downloading updates to Indesign so I can play around with the design. Major time saver and step forward.&lt;br /&gt;
&lt;br /&gt;
==Nov. 16. 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contract&#039;&#039;&#039;&lt;br /&gt;
*Updated Contract according to Marcin&#039;s requested standards.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Lenny-Wayne Patterson&#039;&#039;&#039;&lt;br /&gt;
*Met with Marcin and Lenny-Wayne regarding the backhoe and the pubic review strategy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Nov. 15, 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Accounting System&#039;&#039;&#039;&lt;br /&gt;
*Basic accounting workflow: General Journal to General Ledger to Financial Statements&lt;br /&gt;
*Confirmation of industry standards - policy is being written [https://docs.google.com/document/d/1AAw75CawTxvAsIaZQgNKUg5n-oXJwds-EtbO3ueiL84/edit here] (research notes are at the end of the document).&lt;br /&gt;
:*Source: [http://www.youtube.com/playlist?list=PL57CF2E8398A312E7 Larry Walther]&lt;br /&gt;
*Met with RandyP for over an hour. The meeting was comprehensive and educational.&lt;br /&gt;
:*Since we have discretionary funds, we need to incorporate Fund Accounting - grants have limited and specific uses.&lt;br /&gt;
:*We will need manufacturing accounting systems for the production of GVCS machines for sale. Each production needs to have its own account, inventory, etc.&lt;br /&gt;
:*He confirmed the basic accounting workflow.&lt;br /&gt;
:*He volunteered to help us take our accounting system to an elite level. He volunteered to come to Factor e Farm and work on site for an 8 hour period - he has accounting software that he can donate and get us to an institutional level of financial accountability.&lt;br /&gt;
:*He suggested that we get a laptop that is only used for accounting as part of our financial controls.&lt;br /&gt;
:*Open question - he says spreadsheets are a possible use path, but once we scale he thinks we&#039;ll outgrow them. The debate arises, because proprietary software is not scalable. Is there an open source accounting package?&lt;br /&gt;
:*He said he can build financial statements from the work we&#039;ve done, and then build the system for the future moving forward.&lt;br /&gt;
:*More notes are linked above.&lt;br /&gt;
:*Next step - work out a time for him to visit FeF and set this up. He has over 25 years of experience doing this - it is a major help to have his involvement.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Lenny-Wayne&#039;&#039;&#039;&lt;br /&gt;
*Updated us saying he wants to use a single 4&amp;quot; cylinder on the boom instead of two 2&amp;quot; ones like the current design has. He said he will redraw that up in time for our meeting with Marcin on Friday morning. We should have a BOM from him as well in time to publish the blog post and to initiate the Backhoe Smart Mob in time for the publication of the Friday OSEmail.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ewing Marion Kauffman Foundation&#039;&#039;&#039;&lt;br /&gt;
*We spoke today about them inviting us to come show our documentation to their board in mid-to-late Q1 2013.&lt;br /&gt;
*We have a new grant deadline of June 31, 2012 with a final grant report due June 15, 2013.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Strategic Plan Graphic Design&#039;&#039;&#039;&lt;br /&gt;
*[[Media:Opensource_ecology_small.pdf|First draft of project]]&lt;br /&gt;
*Tyson submitted the first draft of his project.&lt;br /&gt;
*I asked him to improve the background and submit the source files so we can modify them if we want.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dan McCormick&#039;&#039;&#039;&lt;br /&gt;
*He and I met for an hour today and discussed our general fundraising strategy.&lt;br /&gt;
*He and I also talked about working with him on a contractual basis. I asked him to tell us what specific deliverables he would give us, and he agreed to map those out for us in detail in a week or week and a half.&lt;br /&gt;
*He said the important thing, now that we&#039;ve got our organizational development happening, is to generate the sizzle that draws people to the steak. This is the storytelling. This seems obvious, but it really confirms what many other advisers have told us over the past few months.&lt;br /&gt;
*He says that everyone who gets grants comes back and thanks the foundation for the money, but the important thing to do is come back and show them exactly what you achieved with their grant - what good did it do in the world.&lt;br /&gt;
*He confirmed that it is still a possibility to get a grant from Nicholas Sparks.&lt;br /&gt;
*&#039;&#039;&#039;General Offer&#039;&#039;&#039;:&lt;br /&gt;
:*Funding Strategy&lt;br /&gt;
:*Structural about Management and Organization&lt;br /&gt;
:*Practical working between non-profit and for-profit&lt;br /&gt;
:*Understands lifecycles of organizations&lt;br /&gt;
:*good idea guy about how to get in play our ideas&lt;br /&gt;
:*connections for money&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Nov. 14, 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Accounting System&#039;&#039;&#039;&lt;br /&gt;
*Began defining the [https://docs.google.com/document/d/1AAw75CawTxvAsIaZQgNKUg5n-oXJwds-EtbO3ueiL84/edit Accounting Process] in a google document according to the [[Process_Documentation_Standards|Process Documentation Standards]].&lt;br /&gt;
*Research: google document templates that can streamline our bookkeeping &amp;amp; the generation of financial statements.&lt;br /&gt;
:*[https://docs.google.com/spreadsheet/ccc?key=0Aj7WbjRT9mlmdHlGRHZ3Ym00QWNyZXZrd3M3UHpiNlE#gid=1 Example] - subsheets extend to the right&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Strategic Plan&#039;&#039;&#039;&lt;br /&gt;
*Requested general input from the entire FeF team as part of our strategic planning process - fits industry standards to get in-house feedback before publication.&lt;br /&gt;
*Received first draft of artwork from Carl Christensson. Refined standards and intent with him - waiting for response.&lt;br /&gt;
*Waiting for positioning work from Parker&#039;s dad and Emily.&lt;br /&gt;
*Requested that Colby provide input.&lt;br /&gt;
*Received confirmation from Rober McDonald that he would edit the current draft. He began as evident in his comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Lenny-Wayne&#039;&#039;&#039;-&lt;br /&gt;
*Spoke with him on the phone about our review strategy for the Backhoe.&lt;br /&gt;
*He promised to deliver the BOM by Thursday as long as his pain doesn&#039;t get so bad he can&#039;t work.&lt;br /&gt;
*We are meeting on Friday to finalize the strategy - once review in house is finalized we can publish the blog post - 99% finished just awaiting the BOM and final review from Marcin.&lt;br /&gt;
&lt;br /&gt;
==Nov. 13, 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Backhoe Blog Post&#039;&#039;&#039;&lt;br /&gt;
*Created [https://docs.google.com/drawings/d/1vx3S4ijAVvW7PYZ8umlDf85at1iWCWZLIsJJGApACM0/edit Smart Mob google drawing] for the open source backhoe.&lt;br /&gt;
*Blog post draft is underway - will be complete today.&lt;br /&gt;
*Got the post 99% done - Lenny-Wayne is getting us a working BOM and is adding questions - this should be ready to go by Friday.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dan McCormick&#039;&#039;&#039;&lt;br /&gt;
*Heard back from him - we have a meeting set up for Thursday at 4:00 Central Time. He has feedback on the Guatemala Pilot and our strategy for raising money.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ewing Marion Kauffman Foundation - Tammy Flores&#039;&#039;&#039;&lt;br /&gt;
*Got an update from them - they want to give us our second disbursement.&lt;br /&gt;
*I owe them a grant update by December 4th.&lt;br /&gt;
*They want to do a site visit - we have a great opportunity to get further funding from them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Strategic Plan - Graphic Design&#039;&#039;&#039;&lt;br /&gt;
*Heard back from Carl Christensson - he confirmed that he will do the project I asked of him - creating cover art or an artistic depiction of the lifetrac/OSE logo.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dalayna Williams - ITT Tech Springfield&#039;&#039;&#039;&lt;br /&gt;
*She will send us a detailed update tonight on the progress of the LifeTrac IV model and drawings.&lt;br /&gt;
*One of their students got a new job that pays more than he&#039;s ever gotten (he&#039;s 53) partially because of his work for OSE on the PowerCube VI drawings that he listed on his resume. &lt;br /&gt;
*We are planning on doing a blog post once the tractor drawings and model are submitted.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Echoing Green&#039;&#039;&#039;&lt;br /&gt;
*Looked into the application rules since the deadline is coming up - we don&#039;t qualify anymore because we are more than 2 years old and we have already received a significant amount of seed funding. Plus Marcin is only 3/4 black.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Nov. 12, 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Strategic Plan- Graphic Design&#039;&#039;&#039;&lt;br /&gt;
*Received confirmation from Tyson Ludbech and Amanda Long that they would take on their assigned projects.&lt;br /&gt;
*Requested that Andrew Currie designs a general template for graphics and text that is customizeable&lt;br /&gt;
*Requested that Carl Christensson designs a cover or artistic rendering of the lifetrac or logo.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dan McCormick&#039;&#039;&#039;&lt;br /&gt;
*Requested meeting with Dan for this week.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Backhoe Blogpost&#039;&#039;&#039;&lt;br /&gt;
*Wrote outline for backhoe blogpost and organized all backhoe cad from Lenny-Wayne since August&lt;br /&gt;
&lt;br /&gt;
==Nov. 11, 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Strategic Plan - Graphic Design&#039;&#039;&#039;&lt;br /&gt;
*Uploaded design elements to [[High_Resolution_GVCS_Media|High Resolution GVCS Media]]&lt;br /&gt;
*Created [https://docs.google.com/document/d/1uOiYSWPHGsB_3yCqSdKMtvyaft6ZsxKZ_35YX2BpXkg/edit#heading=h.f176mswa8l4i Strategic Plan Graphical Design Plan]&lt;br /&gt;
*Requested that Tyson Lundbech design the GVCS packages graphic - [https://docs.google.com/drawings/d/1vJtFMUoK4it7rmX2YMTwJ0ucYv1eD1AxdcrcdtCkJHg/edit Example]&lt;br /&gt;
*Requested that Amanda Long designs the Global Village Construction Set Design Specifications 2-page spread.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Guatemala Log&#039;&#039;&#039;&lt;br /&gt;
*Uploaded all CAD, Photos, Videos, and email correspondence to the [[Guatemala Log]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wikispeed Documentation&#039;&#039;&#039;&lt;br /&gt;
*Editing and organizing of [[Wikispeed_SGT01|Wikspeed Documentation]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Universal Rotor&#039;&#039;&#039;&lt;br /&gt;
*Updated [[Universal Rotor Log]] with latest documentation&lt;br /&gt;
&lt;br /&gt;
==Nov 11th Weekly Goals==&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Strategic Plan&#039;&#039;&#039; - four people have volunteered to work with me on the graphic design of the strategic plan based on our invitation posted in a recent blog post. Dozens of people have made public comments on our review draft of the [https://docs.google.com/document/d/14XiehUN4IwxPITk-42wcEcQMGpqLaeYMOXOg-XA71IA/edit OSE Strategic Plan]. My goal this week is to publish the strategic plan. In order to do this, I will need to finalize the content, get it reviewed by Marcin, and send a final draft to the volunteers to work on collaboratively. This process may be finalized within a week&#039;s time, but it may take longer based on everyone&#039;s schedules.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Accounting System&#039;&#039;&#039; - finalize the policy for accounting procedures, finalize budget review document, check with Parker on the status of our scanner acquisition, and send out training email to all FeF members&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Backhoe Blog Post&#039;&#039;&#039; - work with Lenny-Wayne Patterson to publish a blog post on the Backhoe by Friday.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Documentation/Information Architect Manager Proposal&#039;&#039;&#039; - write a proposal for the recruitment of an on-site documentation manager - this was discussed with Marcin after we learned that AutoDesk granted us software for design and advanced documentation publication. This also aligns with the requests of the Kauffman foundation for the use of their grant - and we can get this funded by them with the second disbursement of their grant.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Universal Rotor&#039;&#039;&#039; - follow up with JP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Guatemala Log&#039;&#039;&#039; - update the Guatemala Log based on the newest reports from Manuel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Nov 3 - Nov 10==&lt;br /&gt;
&lt;br /&gt;
*Vacation&lt;br /&gt;
&lt;br /&gt;
==Nov 1, 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Trencher&#039;&#039;&#039;&lt;br /&gt;
[[File:IMG_6572.JPG|200px|right]]&lt;br /&gt;
*Drilled 3/4&amp;quot; hole through shaft and motor coupler&lt;br /&gt;
*Pinned shaft and coupler with bolt and welded both ends&lt;br /&gt;
*Ground down excess metal&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;AutoDesk&#039;&#039;&#039;&lt;br /&gt;
*Talked to Ken Christensen - local distributor of software and training&lt;br /&gt;
*He is confirming our software licenses with Paul Cousens and we should have a bunch of licenses coming within a week&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;JP Bader&#039;&#039;&#039;&lt;br /&gt;
*Confirmed we&#039;re receiving a $10,000 technical assistance grant&lt;br /&gt;
*Asked him for specific requirements for its use&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Jacob Dalton&#039;&#039;&#039;&lt;br /&gt;
*Met with him and updated his [https://docs.google.com/document/d/1fS_v6Pv5xEC4B2Jd_7-xcVkjv9b7CO7ZYQu-8eppF7A/edit# DPV Proposal]&lt;br /&gt;
*Made a [https://docs.google.com/drawings/d/1_qJv7_qKAV6lr4fGaxjRYAG61z5U_wqMirPNtsr-Hq8/edit wireframe] of the microfunding platform with him&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3rd Ward&#039;&#039;&#039;&lt;br /&gt;
*Talked to Stefani and we&#039;re working out a visit for Marcin when he comes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contract&#039;&#039;&#039;&lt;br /&gt;
*Will write my personal contract while I&#039;m on vacation&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To Do&#039;&#039;&#039;&lt;br /&gt;
*Contact Steve Burns - parker&#039;s contact&lt;br /&gt;
*http://www.ecosoldesigns.com/renewable-energy-systems/&lt;br /&gt;
*http://toddecological.com/eco-machines/resources_partners.php&lt;br /&gt;
&lt;br /&gt;
==Oct 31, 2012==&lt;br /&gt;
&lt;br /&gt;
*Met with Lenny-Wayne &amp;amp; Marcin on backhoe&lt;br /&gt;
*disassembled old rotor for trencher&lt;br /&gt;
*trip to tractor supply store&lt;br /&gt;
*met with parker and took next steps on accounting system&lt;br /&gt;
*met with Jacob Dalton - got updates and prepped him for [[One Month Project-Based Visits|DPV]]&lt;br /&gt;
*talked with James Thornburgh of Fresno State drafting class&lt;br /&gt;
*got an update from Dan McCormick&lt;br /&gt;
*got an update from Dalayna of ITT Springfield&lt;br /&gt;
*requested meeting with Joshua Bond about universal rotor&lt;br /&gt;
*published blog post&lt;br /&gt;
&lt;br /&gt;
==Oct 30, 2012==&lt;br /&gt;
&lt;br /&gt;
*Blog Post - strategic plan community review&lt;br /&gt;
*Autodesk - got confirmation from Paul Cousens that we&#039;ll get:&lt;br /&gt;
:*(2) Inventor Publisher licenses&lt;br /&gt;
:*(3) Autodesk Product Design Suite 2013 Ultimate Edition licenses&lt;br /&gt;
:*(5) PLM360&lt;br /&gt;
:*(3) Vault Pro&#039;s&lt;br /&gt;
*Jacob - met with him and went over DPV priorities&lt;br /&gt;
&lt;br /&gt;
==10/29 Weekly Goals==&lt;br /&gt;
&lt;br /&gt;
*Finalize food buying system and make first order&lt;br /&gt;
*Accounting System - create accounting system.&lt;br /&gt;
*Jacob Dalton - meet with him and prepare for his visit to FeF&lt;br /&gt;
*Universal Rotor - meet with Josh about next steps based on his last email.&lt;br /&gt;
*Finalize insurance application with colby and submit it&lt;br /&gt;
*Consolidate top ten best grant opportunities&lt;br /&gt;
*Publish strat. plan blog post for community review.&lt;br /&gt;
&lt;br /&gt;
==Oct 25, 2012==&lt;br /&gt;
&lt;br /&gt;
*Stove Installation&lt;br /&gt;
*Digging with tractor for insulation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Oct 24, 2012==&lt;br /&gt;
&lt;br /&gt;
*Stove Fabrication&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Oct 23, 2012==&lt;br /&gt;
&lt;br /&gt;
*Stove Fabrication&lt;br /&gt;
&lt;br /&gt;
==Oct 22, 2012==&lt;br /&gt;
&lt;br /&gt;
*[[Hybrid_Structuring_Strategy|Hybrid Structuring Strategy]]&lt;br /&gt;
*Picked up steel from Sweiger and welded stove pipe for HabLab stove&lt;br /&gt;
*Made [[inverter|general inverter diagram]]&lt;br /&gt;
*Contacted Dan McCormick&lt;br /&gt;
*Sent software request list to Paul Cousens of AutoDesk&lt;br /&gt;
*Contacted Stefani of 3rdWard&lt;br /&gt;
&lt;br /&gt;
==Oct 21, 2012==&lt;br /&gt;
&lt;br /&gt;
*Created [[Budget Creation Process]] with Yoonseo&lt;br /&gt;
*Cleaned up the workshop for 1.5hrs with Yoonseo&lt;br /&gt;
*Cleaned out NE interior HabLab room for recreation (pingpong, music, movies, etc.)&lt;br /&gt;
&lt;br /&gt;
==Oct 20, 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Saturday Work Day&#039;&#039;&#039;&lt;br /&gt;
*Fabricated stove exhaust system with Yoonseo&lt;br /&gt;
&lt;br /&gt;
==Oct 19, 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Marcin Update&#039;&#039;&#039;&lt;br /&gt;
*Met with Lenny-Wayne and Marcin about the Backhoe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Personal Meltdown&#039;&#039;&#039;&lt;br /&gt;
*Took personal space - was feeling overwhelmed&lt;br /&gt;
&lt;br /&gt;
==Oct 18, 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;HabLab Stove&#039;&#039;&#039;&lt;br /&gt;
*Installation&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Guatemala&#039;&#039;&#039;&lt;br /&gt;
*Updated Guatemala Log&lt;br /&gt;
&lt;br /&gt;
==Oct 17, 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;HabLab Stove&#039;&#039;&#039;&lt;br /&gt;
*Fabrication&lt;br /&gt;
&lt;br /&gt;
==Oct 16, 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CNC Torch Table&#039;&#039;&#039;&lt;br /&gt;
*[[CNC_Torch_Table_Log|CNC Torch Table Log]] - Updated with emails and videos from email chain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Strategic Plan&#039;&#039;&#039;&lt;br /&gt;
*Working on draft&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LawGives&#039;&#039;&#039;&lt;br /&gt;
*Signed up for [http://lawgives.com/ LawGives] based on Karien&#039;s recommendation&lt;br /&gt;
&lt;br /&gt;
==Oct 15, 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Accounting&#039;&#039;&#039;&lt;br /&gt;
*Set up online banking at Independent Farmers Bank&lt;br /&gt;
*Signed up for e-statements&lt;br /&gt;
*[[Accounting Process]]&lt;br /&gt;
*[https://docs.google.com/drawings/d/1cag-VeOtcLu_PL7Hv1cvsUS4IxBHI1inLWZdYMapWvs/edit Accounting Process Map] - &#039;&#039;first draft&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Trademark&#039;&#039;&#039;&lt;br /&gt;
*Submitted trademark application for &#039;Open Source Ecology&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Strategic Plan&#039;&#039;&#039;&lt;br /&gt;
*Began first draft - review draft - prototype 1.0 in InDesign&lt;br /&gt;
&lt;br /&gt;
==Oct 13, 2012==&lt;br /&gt;
&#039;&#039;&#039;Saturday Work Day&#039;&#039;&#039;&#039;&lt;br /&gt;
*Used grinder to open up skylights in HabLab ceiling.&lt;br /&gt;
*Installed window frame and cover in bathroom skylight&lt;br /&gt;
*Organized back room in HabLab.&lt;br /&gt;
*Cleaned HabLab&lt;br /&gt;
&lt;br /&gt;
==Oct 12, 2012==&lt;br /&gt;
&#039;&#039;&#039;Trencher&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Oct 11, 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Lenny Wayne&#039;&#039;&#039;&lt;br /&gt;
*Got a backhoe update&lt;br /&gt;
*Showed him the lathe problem statement video and asked him to source parts we need - he said he cut his teeth on a lathe like ours.&lt;br /&gt;
*Invited him to come to FeF to help us set it up.&lt;br /&gt;
*He sent us a shop drawing of a [[File:Quick_attach_-_Universal_drawing.pdf|universal quick attach design]].&lt;br /&gt;
:*[http://www.custompotrack.com/category/_skidsteeradapter/ Reference]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Director of Development Role Description&#039;&#039;&#039;&lt;br /&gt;
*Created chart showing time breakdown - [[Director of Development]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TIG Welder&#039;&#039;&#039;&lt;br /&gt;
*Soldered and wired the plug with Yoonseo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Luke Shields&#039;&#039;&#039;&lt;br /&gt;
*General check in&lt;br /&gt;
*He wants to come for a month from Connecticut - would need gas money&lt;br /&gt;
*He is doing a project - due Sunday:&lt;br /&gt;
:*[http://css-tricks.com/examples/EditableInvoice/ Database &amp;amp; Invoice]&lt;br /&gt;
:*[http://jcsc.biz/gvcs2/SuperPandaz.html Editable Invoice]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ITT Springfield&#039;&#039;&#039;&lt;br /&gt;
*Updated [[ITT_Springfield_Log|ITT Springfield Log]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Trademark&#039;&#039;&#039;&lt;br /&gt;
*Called Legalzoom - they&#039;re ready to submit our trademark&lt;br /&gt;
*Sent [http://teasplus.uspto.gov/submit250/sign.service?id=USPTO/FTK-208.30.2.66-20121011150343782627-New/Application-490b47adfc33af17de191e488c6efbec4d trademark application] to Colby and Karien for review&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Guatemala&#039;&#039;&#039;&lt;br /&gt;
*Updated [[Guatemala Log]]&lt;br /&gt;
*Sent questions to Marcin asking him to reply to Manuel&lt;br /&gt;
*Uploaded pictures and CAD&lt;br /&gt;
&lt;br /&gt;
==Oct 10, 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Defensive Patent License&#039;&#039;&#039;&lt;br /&gt;
*Created [[Defensive Patent License]] page&lt;br /&gt;
*Preliminary research&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;AutoCAD Inventor&#039;&#039;&#039;&lt;br /&gt;
*Set up meeting with Paul Cousens of the Autodesk [http://usa.autodesk.com/adsk/servlet/pc/item?id=14981616&amp;amp;siteID=123112 Autodesk Clean Tech Partner Program]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;JP Bader&#039;&#039;&#039;&lt;br /&gt;
*Set up meeting with JP Bader of the [http://www.rtbaderfoundation.org/ Robert &amp;amp; Toni Bader Charitable Foundation]&lt;br /&gt;
*Sent him [https://docs.google.com/document/d/14XiehUN4IwxPITk-42wcEcQMGpqLaeYMOXOg-XA71IA/edit#heading=h.j3cx3ls93up2 OSE - Strategic Plan - Draft Review]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Everlast 256&#039;&#039;&#039;&lt;br /&gt;
*Began setting up TIG Welder&lt;br /&gt;
*We need Argon gas and rods for welding aluminum&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Inverter&#039;&#039;&#039;&lt;br /&gt;
*Invited Sergio Andermann from Arap to join the inverter team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Org. Dev. Plan&#039;&#039;&#039;&lt;br /&gt;
*Sent plan to Dan McCormick&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Microfunding&#039;&#039;&#039;&lt;br /&gt;
*Met with Jacob Dalton and Brad Lewis&lt;br /&gt;
*[https://docs.google.com/document/d/14ANQAVVbrTq_A6i06OPfKevSWhCOGRt1GJgr9rMbDp8/edit#heading=h.ljakh5fd0p9b Microfunding Log]&lt;br /&gt;
*Goal is to be complete in one month&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Backhoe&#039;&#039;&#039;&lt;br /&gt;
*Updated design for fabrication from Lenny-Wayne Patterson&lt;br /&gt;
*[http://opensourceecology.org/wiki/File:Bitmap_Update_38.jpg Backhoe Design]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Guatemala&#039;&#039;&#039;&lt;br /&gt;
*Created [[Guatemala Log]]&lt;br /&gt;
*Need to upload images and videos they sent plus cad&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Trencher&#039;&#039;&#039;&lt;br /&gt;
*We don&#039;t have a battery charger for the campera so we can&#039;t document the process&lt;br /&gt;
*Tristan ordered a new charger that will be here Friday&lt;br /&gt;
&lt;br /&gt;
==Oct 9, 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Inverter&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*transferred email history to [[Inverter Log]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FeF Food System&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Asked Shari about dingleberries&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CAD Model Transfer Process&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Created [[CAD_Model_Transfer_Process|CAD Model Transfer Process]] page and began researching options.&lt;br /&gt;
*Parker and David are installing AutoCAD Inventor on the OSE Workstation&lt;br /&gt;
*We are testing the compatibility of Sketchup-exported models with Inventor and Solidworks - the primary motivation is the ITT Springfield collaboration that is now a fully developed long-term possibility.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Joe Demko&#039;&#039;&#039;&lt;br /&gt;
*Created [[Joe Demko]] page&lt;br /&gt;
*Requested that Parker send him a thank you letter for filing our 501c3 application for us&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Chloe Holderness&#039;&#039;&#039;&lt;br /&gt;
*Created [[Chloe Holderness]] page&lt;br /&gt;
*Requested that Parker send her a thank you letter&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hybrid Organizational Development&#039;&#039;&#039;&lt;br /&gt;
*Emailed plan to [[Larry Satkowiak]] and [[Carter_MacNamara|Carter MacNamara]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Logs&#039;&#039;&#039;&lt;br /&gt;
*Cleaned up [[Logs]] page&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Backlog&#039;&#039;&#039;&lt;br /&gt;
*Created Backlog Form for [[Aaron Log]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Autodesk Inventor&#039;&#039;&#039;&lt;br /&gt;
*Emailed Paul Cousens of Autodesk - from Marcin&#039;s email&lt;br /&gt;
&lt;br /&gt;
==Oct 8, 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Power Inverter&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Created [[Inverter Log]] with Yoonseo&lt;br /&gt;
*Emailed all collaborators starting the initial design discussion&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Universal Rotor&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Created [[Universal Rotor Log]]&lt;br /&gt;
*Emailed Joshua Bond (JB) starting the initial design discussion&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ITT Springfield&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Created [[ITT_Springfield_Log|ITT Springfield Log]]&lt;br /&gt;
*Met with Dalayna Williams and discussed a thorough partnership process&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FeF Weight Room&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Cleaned out a silo with Tristan and leveled the floor for use as a weight room.&lt;br /&gt;
*Sadly, the camera was out of batteries&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Accounting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Created [[Accounting System Log]] with Parker&lt;br /&gt;
*Reviewed current status of accounting system development and created [https://docs.google.com/spreadsheet/ccc?key=0Ani3apcWYfzDdFNzTl9Kb3hjbGh6bXVkaTdSVEdockE#gid=0 Accounting System Process Log]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Process Map&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Updated [https://docs.google.com/drawings/d/11tygLiHXgzmunhUXyMYC-Uqk8rehZwQpw37baHNWNqQ/edit Process Map]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Oct 6, 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Saturday Work Day&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Weatherized the front entrance of the HabLab&lt;br /&gt;
&lt;br /&gt;
==Oct 5, 2012==&lt;br /&gt;
&lt;br /&gt;
*Sick with the flu&lt;br /&gt;
&lt;br /&gt;
==Oct 4, 2012==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Board of Directors&#039;&#039;&#039;&lt;br /&gt;
*Updated meeting [[Board_Meetings|minutes]] and added category tags to relevant board pages.&lt;br /&gt;
*This is preparation for sending out my hybrid structuring document for review.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OSE Hybrid Organization Development Plan&#039;&#039;&#039;&lt;br /&gt;
*[https://docs.google.com/document/d/1pcl98IYHAYaOmaW0uptv4g09PHGEmyCM-GmhQk_kKZA/edit Plan Rationale &amp;amp; Timetables]&lt;br /&gt;
*[https://docs.google.com/drawings/d/1WjS3ejoTIpUiYq_eZsD85hUtVkd2j7HCsFb5o5JL5sQ/edit Plan Graphical Overview]&lt;br /&gt;
*[[Hybrid_Structuring_Strategy|Hybrid Structuring Strategy]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Aaron - Project Management Graph&#039;&#039;&#039;&lt;br /&gt;
*[https://docs.google.com/drawings/d/1C9FBFmFlHPTPln8gL-sAU7lyt6U_vsAvxkMaRmBrygE/edit Aaron - Project Management Graph]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Policies&#039;&#039;&#039;&lt;br /&gt;
*Created [[Policies]] toolbar.&lt;br /&gt;
*Organized all policies and applied policies toolbar to all policy pages.&lt;br /&gt;
&lt;br /&gt;
=Oct 3, 2012=&lt;br /&gt;
&#039;&#039;&#039;Air Compressor Hose Couplers Research&#039;&#039;&#039;&lt;br /&gt;
*Went to CarQuest and Baker&#039;s Hardware with Graham researching couplers for the air compressor hoses.&lt;br /&gt;
*We can run galvanized pipe from the air compressor to mount a strong permanent fixture and that allows for water drainage.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;David Reed - Sketchup Draftsman&#039;&#039;&#039;&lt;br /&gt;
*David has a degree in Mechanical Drafting - using primarily AutoCAD software&lt;br /&gt;
*He is available to help us with making Sketchup models periodically&lt;br /&gt;
*We worked on the trencher design - see [[Aaron/Trencher|here]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Universal Quick Tach/Bob-tatch&#039;&#039;&#039;&lt;br /&gt;
*Researched quick attach standards&lt;br /&gt;
*[[Universal Quick Tach]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Backhoe&#039;&#039;&#039;&lt;br /&gt;
*Learned to use the backhoe with the LifeTrac - dug a small length of trench.&lt;br /&gt;
*Once I get the hang of it, things will speed up.&lt;br /&gt;
&lt;br /&gt;
=Oct 2, 2012=&lt;br /&gt;
&#039;&#039;&#039;[https://docs.google.com/drawings/d/1WjS3ejoTIpUiYq_eZsD85hUtVkd2j7HCsFb5o5JL5sQ/edit Hybrid Structuring Strategy Diagram]&lt;br /&gt;
*Made graphical representation of relevant elements.&lt;br /&gt;
*My next step is to write a two-page narrative summary of the plan and then solicit plan review.&lt;br /&gt;
*Planning review strategy is listed [[Hybrid_Structuring_Strategy#Planning_Process|here]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Remote Machine Designer Project Management&#039;&#039;&#039; - Lenny-Wayne Patterson&lt;br /&gt;
*Met with him and Marcin&lt;br /&gt;
*[https://docs.google.com/drawings/d/16y7VVgtAbCpDDkqgLv_7WhjibEYdp3net10WgCXZlgw/edit Design review document] - made changes for ease of fabrication&lt;br /&gt;
*Worked with Aidan and Marcin to get a student license of VariCAD for Lenny-Wayne.&lt;br /&gt;
*Started [https://docs.google.com/document/d/10MUkGLkU31CK8VDnFHiDff_sAbLNCE1uaiTIISsYcYY/edit blog post] draft with Lenny-Wayne on the design of the next backhoe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Income &amp;amp; Expenditures&#039;&#039;&#039;&lt;br /&gt;
*Updated Parker on the status of our bookkeeping and advised next steps in the process.&lt;br /&gt;
*Parker is handling the next steps.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Shumaker Family Foundation&#039;&#039;&#039;&lt;br /&gt;
*Wrote [https://docs.google.com/document/d/1WR7ZxRpUxMzcGUQkt7PEVcYaAtCiiDVYmvhdNCfQFlM/edit Shumaker Family Foundation - October Grant Report] and sent it to Judy - ED of Shumaker.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;For-Profit Business Research&#039;&#039;&#039;&lt;br /&gt;
*Did cursory research of for-profit strategy at the [http://www.sba.gov/bgsearch/permitme2_0.do?q=64469&amp;amp;bcat=0 U.S. Small Business Administration] website.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Trencher&#039;&#039;&#039;&lt;br /&gt;
*Researched viability of [[Quick_Attach_Wheels|Quick Attach Wheels]] design for use with the trencher as a [[universal rotor]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dan McCormick&#039;&#039;&#039;&lt;br /&gt;
*I had a great meeting with Dan McCormick. He said the door is still open with Nicholas Sparks and reaffirmed his enthusiasm for our work. He agreed to review my work on the org. dev. strategy.&lt;br /&gt;
*He would like to come out to FeF in the next month after his upcomming trip to Des Moines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Guatemala Pilot&#039;&#039;&#039;&lt;br /&gt;
*[https://docs.google.com/drawings/d/1bjqqkOBPfHcgMlb5QT64O-qhcR03yXD5_Uge7LGrjRQ/edit OSE - Guatemala - Pilot Project - Logic Model]&lt;br /&gt;
*If we can get this pilot project documented and funded - we can conduct a thorough programs evaluation and prove our theory of change, which will lead to millions of dollars in funding.&lt;br /&gt;
*I requested a plan update for Quetsol from Manuel Aguilar given his new relationship with Andres Botran.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Food Buying System&#039;&#039;&#039;&lt;br /&gt;
*I met with Shari and she updated me on the rest of the work that needs to be finished.&lt;br /&gt;
*She is talking with Fair Share Farms on getting signed up for their bulk buying system.&lt;br /&gt;
*[https://docs.google.com/spreadsheet/ccc?key=0AhNTO0e9t65hdHY0V2FSR25PMmNvRG01a2RIaW41dXc#gid=0 Food Purchase Breakdown]&lt;br /&gt;
*She wrote a recruiting script with Tristan for a cook recruiting video - she is trying to locate the document.&lt;br /&gt;
&lt;br /&gt;
=10/01/12=&lt;br /&gt;
&#039;&#039;&#039;Remote Management of Machine Designer&#039;&#039;&#039; - Lenny-Wayne Patterson&lt;br /&gt;
:*[https://docs.google.com/document/d/1GQMkBRabT2pgkevv_1amoGLP5jbEjPvtntv-qw7Cguo/edit#heading=h.etauzpmyhmjk Work Document]&lt;br /&gt;
:*[https://docs.google.com/drawings/d/1yz5OgtZhWfWwToUOX5FW4oxisUCrw9zKckWx0jguEE0/edit CNC Torch Table Work Breakdown Structure]&lt;br /&gt;
:*[[Lenny_Wayne_Log|Lenny Wayne Log]]&lt;br /&gt;
:*[https://docs.google.com/drawings/d/16y7VVgtAbCpDDkqgLv_7WhjibEYdp3net10WgCXZlgw/edit Backhoe Google Drawing]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Remote Management of Machine Designer&#039;&#039;&#039; - Tim Boyd&lt;br /&gt;
:*[https://docs.google.com/document/d/1HN3SOUvG27ll2SQMF9tJYvCf6HZ6-5lZe1xC5oHQ7U4/edit Work Document]&lt;br /&gt;
:*[[Tim_Boyd_Log|Tim Boyd Log]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Accounting&#039;&#039;&#039;&lt;br /&gt;
:*Downloaded UWCU transaction history&lt;br /&gt;
:*Downloaded Sesloc transaction history from 06/01/12 to present (all that is available for download)&lt;br /&gt;
:*[https://docs.google.com/spreadsheet/ccc?key=0Aj7WbjRT9mlmdGVxZ2oxekdpNWVVN2JTSXZUV0FpclE#gid=1 2012 Transaction History]&lt;br /&gt;
:*[[OSE_Financial_Transparency_2012|OSE Financial Transparency 2012]] - transfered transactions I could understand&lt;br /&gt;
::*&#039;&#039;&#039;To Do&#039;&#039;&#039;: see if checks are scanned and viewable online, check with Marcin on items I don&#039;t recognize&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CNC Torch Table&#039;&#039;&#039;&lt;br /&gt;
:*Checked with Yoonseo on the status of the torch table:&lt;br /&gt;
:&amp;lt;blockquote&amp;gt;&#039;&#039;I&#039;ve got torch table electronics handled. It will be very similar to the system used for the CNC Circuit Mill V2. Just a matter of making a large case, large screw terminals, then mounting and wiring the new stepper drivers (from Darren) with the Arduino Uno R3. Darren has a friend updating the gcode interpreter code. The mechanical side of the torch table is relatively easy and near completion. Marcin was on this last we discussed. Best, Yoonseo&#039;&#039;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=09/30/12=&lt;br /&gt;
*&#039;&#039;&#039;Hybrid Structuring Strategy&#039;&#039;&#039; - Request for [[Hybrid Structuring Strategy]] from [[Marcin]]&lt;br /&gt;
*&#039;&#039;&#039;Strategic Plan&#039;&#039;&#039;: transfered wiki doc to [https://docs.google.com/document/d/14XiehUN4IwxPITk-42wcEcQMGpqLaeYMOXOg-XA71IA/edit# google doc].&lt;br /&gt;
*&#039;&#039;&#039;Trencher&#039;&#039;&#039;: cut teeth off and took video for final video/blog post&lt;br /&gt;
*&#039;&#039;&#039;Dan McCormick&#039;&#039;&#039;: set up meeting for Tuesday, October 2&lt;br /&gt;
*&#039;&#039;&#039;Food Buying System&#039;&#039;&#039;: set up meeting with Shari for Tuesday, October 2.  &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt; Write down agenda to make meeting effective and to shorten it from 1 hour to 15 minutes.&lt;br /&gt;
*&#039;&#039;&#039;Induction Furnace&#039;&#039;&#039;: set up meeting with Tim Boyd for Monday, October 1. &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt; Write down agenda for review.&lt;br /&gt;
*&#039;&#039;&#039;Backhoe&#039;&#039;&#039;: requested meeting for this week regarding finalization of design according to OSE Specs. span style=&amp;quot;color:red&amp;quot;&amp;gt; Do you know what chnanges need to be made to make it more [[OSE Spec]]?&lt;br /&gt;
*&#039;&#039;&#039;Email System&#039;&#039;&#039;: installed [http://www.activeinboxhq.com/install.php ActiveInbox]&lt;br /&gt;
:*[http://www.reddit.com/r/Entrepreneur/comments/w0kui/what_is_everyones_software_stack_for_running/c59bean Reference]&lt;br /&gt;
*&#039;&#039;&#039;Accounting&#039;&#039;&#039;:&lt;br /&gt;
:*&#039;&#039;[https://docs.google.com/spreadsheet/ccc?key=0Aj7WbjRT9mlmdHhtbnMtSVV2NnJoT25IUUxGaVV0MHc#gid=0 990 Decoder]&#039;&#039;: automatically generates financial reports using IRS 990 format&lt;br /&gt;
:*&#039;&#039;[https://docs.google.com/spreadsheet/ccc?key=0Aj7WbjRT9mlmdDJxWGRIY05CZWlPTGVVWEktdzI3X0E#gid=0 Financial Controls]&#039;&#039;: began making granular list of steps for strategy &amp;amp; integrated into &#039;&#039;OSE - Accounting - Work Breakdown Structure&#039;&#039;&lt;br /&gt;
:*&#039;&#039;[https://docs.google.com/drawings/d/1WjS3ejoTIpUiYq_eZsD85hUtVkd2j7HCsFb5o5JL5sQ/edit OSE - Accounting - Work Breakdown Structure]&#039;&#039;: began diagraming components of accounting system - boxes are linked to granular steps.&lt;br /&gt;
:*&#039;&#039;[https://docs.google.com/document/d/1SCEFKM7shkywBCqZHMyK1edetERpmZE3-6YbOr6Iv-4/edit#heading=h.m60scukwqx90 Financial Controls Research]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Older Logs=&lt;br /&gt;
[[Aaron Log - Older]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Personal Logs]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Category:Product_Logs&amp;diff=82319</id>
		<title>Category:Product Logs</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Category:Product_Logs&amp;diff=82319"/>
		<updated>2012-12-02T02:17:47Z</updated>

		<summary type="html">&lt;p&gt;Donovan: Created page with &amp;quot;Category:Logs&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Logs]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Trencher_Log&amp;diff=82318</id>
		<title>Trencher Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Trencher_Log&amp;diff=82318"/>
		<updated>2012-12-02T02:17:28Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Prototype 1.5=&lt;br /&gt;
&lt;br /&gt;
==CAD==&lt;br /&gt;
*[[Media:OSE_-_Trencher_-_Prototype_1.5_-_CAD.dwb|OSE - Trencher - Prototype 1.5 - CAD.dwb]] - 11/19/2012&lt;br /&gt;
:*[http://www.varicad.com/en/home/products/download/ VariCAD file - download viewer]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Video==&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;iframe src=&amp;quot;https://player.vimeo.com/video/53787538?badge=0&amp;quot; width=&amp;quot;500&amp;quot; height=&amp;quot;281&amp;quot; frameborder=&amp;quot;0&amp;quot; webkitAllowFullScreen mozallowfullscreen allowFullScreen&amp;gt;&amp;lt;/iframe&amp;gt; &amp;lt;p&amp;gt;&amp;lt;a href=&amp;quot;http://vimeo.com/53787538&amp;quot;&amp;gt;Open Source Trencher&amp;lt;/a&amp;gt; from &amp;lt;a href=&amp;quot;http://vimeo.com/opensourceecology&amp;quot;&amp;gt;Open Source Ecology&amp;lt;/a&amp;gt; on &amp;lt;a href=&amp;quot;http://vimeo.com&amp;quot;&amp;gt;Vimeo&amp;lt;/a&amp;gt;.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Product Logs]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Metric_CEB_Press&amp;diff=82315</id>
		<title>Metric CEB Press</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Metric_CEB_Press&amp;diff=82315"/>
		<updated>2012-12-02T02:15:41Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OrigLang}}&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
There is an effort to redesign the CEB press to Metric specifications underway as of June 1, 2012.&lt;br /&gt;
&lt;br /&gt;
[[File:Metric-Frame-Stage-10.jpg|200px|thumb|right|Metric CEB Under Sketchup Construction]]&lt;br /&gt;
&lt;br /&gt;
The most crucial changes have been made to the drawer and the frame.  The metric frame is based on 16cm U-Channel (C-Channel) steel instead of 6&amp;quot; steel. The drawer is now 18cm high.  Quantities were rounded up so as not to dilute the strength of the design. Some modifications were made to the relative thicknesses of the drawer components.  The net strength should be about the same. M24 bolts have been selected as the main frame fasteners.  These come in metric &amp;quot;10.9&amp;quot; stength specification which appears to be about the same as the grade 8 bolts used in the original design.&lt;br /&gt;
&lt;br /&gt;
The hopper has retained its original length and width dimensions; the thickness of the steel has been changed to 3mm from 1/8&amp;quot; (3.17&amp;quot;). This is a notable exception to the rounding up design procedure mentioned above.&lt;br /&gt;
&lt;br /&gt;
So far, a preliminary reworking of the drawer, frame, arms, legs, feet, grate and hopper has been done in Google Sketchup. A spreadsheet file of metric part sizes is also to be made available soon. More work needs to be done on sketchup models of the sensors, holders, shaker mount and a few other details. The new CEB modifications made by James Slade are also to be incorporated. A Chinese version of the Bill of Materials has been created. &lt;br /&gt;
&lt;br /&gt;
Please contact William Neal (william(dot)j(dot)a(dot)neal(at)gmail(dot)com) and Adam Messer messerad ==at) gmail (dot__ com with any comments or questions or also check out [http://groups.google.com/forum/?fromgroups#!forum/cebmachines CEB Machines Mailing List]&lt;br /&gt;
&lt;br /&gt;
Here are some associated files (more to follow).  These may serve as a basis for creating a metric version of the build instructions. The original files were prepared with extensive use of Chinese characters so that the Chinese engineers could use them.  An English-only version of the files is under preparation.&lt;br /&gt;
&lt;br /&gt;
==Bill of Materials - China==&lt;br /&gt;
&lt;br /&gt;
Most of the required parts have been sourced in Nanjing, China.  A few were obtained from &amp;quot;TaoBao&amp;quot;, the Chinese &amp;quot;Ebay&amp;quot; site.&lt;br /&gt;
&lt;br /&gt;
==Electronics==&lt;br /&gt;
&lt;br /&gt;
Source: http://www.nj-hl.com/ - Hua Long Electronics Shop - 110 East Zhong Shan Road, Central Nanjing.&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;PCB Board&lt;br /&gt;
&amp;lt;li&amp;gt;Resistors&lt;br /&gt;
&amp;lt;li&amp;gt;Wire&lt;br /&gt;
&amp;lt;li&amp;gt;LEDs&lt;br /&gt;
&amp;lt;li&amp;gt;Terminals&lt;br /&gt;
&amp;lt;li&amp;gt;Reset Switch&lt;br /&gt;
&amp;lt;li&amp;gt;Diodes&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: TaoBao (These links tend to change - recommend looking in the parts list and finding fresh URLS)&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;MOSFETS &lt;br /&gt;
&amp;lt;li&amp;gt;Hall Effect Sensors&lt;br /&gt;
&amp;lt;li&amp;gt;Magnets&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Steel==&lt;br /&gt;
Source: A steel supplier in Nanjing (lost contact information; looking for it)&lt;br /&gt;
&lt;br /&gt;
==Hydraulics==&lt;br /&gt;
Source: &lt;br /&gt;
A hydraulics supplier in Nanjing (lost contact information; looking for it) who orders Tonger Hydraulics from Taiwan&lt;br /&gt;
&lt;br /&gt;
==Drawings and Other Files==&lt;br /&gt;
&amp;lt;br&amp;gt;[[Metric CEB Press - English]]&lt;br /&gt;
&amp;lt;br&amp;gt;[[Metric CEB Press - Chinese]]&lt;br /&gt;
&lt;br /&gt;
[[Category:CEB Press]]&lt;br /&gt;
[[Category:Metric Conversion]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=User:Donovan&amp;diff=82313</id>
		<title>User:Donovan</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=User:Donovan&amp;diff=82313"/>
		<updated>2012-12-02T01:38:16Z</updated>

		<summary type="html">&lt;p&gt;Donovan: /* Current objectives */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
My name is Donovan Jones. I am a software developer from New Zealand. I am a competent wiki editor and plan to assist the OSE in this capacity. I do not plan to collaborate or assist in other ways in the medium term. Essentially I am a [http://en.wikipedia.org/wiki/Wikipedia:WikiGnome WikiGnome], as such it is probably safe to ignore me.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t like some of my edits please let me know on my talk page, I don&#039;t want to step on any toes, but I&#039;m not going to seek approval for every edit. On aggregate I hope you will agree I am improving the wiki, so let me know when you feel I am not.&lt;br /&gt;
&lt;br /&gt;
==Current objectives==&lt;br /&gt;
* &#039;&#039;&#039;MJ request&#039;&#039;&#039; - [[How_to_Create_Frames_and_Windows_in_Media_Wiki]] for [[Flashy XM]], [[Flash Mob]], and other pages.&lt;br /&gt;
** investigate support for widgets on ose wiki, if available try: http://www.mediawikiwidgets.org/Iframe&lt;br /&gt;
** I do not have permission to edit pages in the Widget namespace. So cannot try out this widget on the OSE wiki.&lt;br /&gt;
* Fix broken links to [http://opensourceecology.org/w/index.php?title=Special%3ASearch&amp;amp;search=openfarmtech.org&amp;amp;fulltext=Search openfarmtech.org].&lt;br /&gt;
* [[Wiki_instructions#Style_Guidelines|Improve metric support]] on the wiki.&lt;br /&gt;
* Work on [[Work_Log_Guidelines]] particularly the [[Date_Format_Convention]].&lt;br /&gt;
* Work on and improve [[Special:Categories|categories]].&lt;br /&gt;
* Wikifying pages: work on wiki linking.&lt;br /&gt;
* General grammar and spelling fixes.&lt;br /&gt;
&lt;br /&gt;
==Future objectives==&lt;br /&gt;
* Collaborate with my father to contribute on Biofuels particularly [[butanol]].&lt;br /&gt;
* Creating custom wiki templates&lt;br /&gt;
* Creating custom OSE infoboxes&lt;br /&gt;
** keep any eye on http://meta.wikimedia.org/wiki/Wikidata which will make creating infoboxes much easier.&lt;br /&gt;
** software infobox to include:&lt;br /&gt;
*** licence&lt;br /&gt;
*** ubuntu package name&lt;br /&gt;
&lt;br /&gt;
==Thoughts==&lt;br /&gt;
As an outsider there are a few observations I would make about things that could be improved.&lt;br /&gt;
&lt;br /&gt;
===Support for the Metric System===&lt;br /&gt;
Three countries use non-metric measurement systems: Liberia, Myanmar, and the United States. I believe for OSE to a have a global impact it needs better support for the metric system. Many collaborators will only be able to source metric parts. I want to help provide better metric support at least on the wiki.&lt;br /&gt;
====Using Conversion Templates====&lt;br /&gt;
Complex conversion templates are available from other media wiki sites eg: http://en.wikiversity.org/wiki/Template:Convert. This system is very comprehensive http://en.wikiversity.org/wiki/Template:Convert/list_of_units but is quite complex and requires subtemplates. I have done a proof of concept with temperature conversion:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;{{convert|60|°F|°C|sigfig=3}}&amp;lt;/nowiki&amp;gt; = {{convert|60|°F|°C|sigfig=3}}&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;{{convert|16|°C|°F|sigfig=3}}&amp;lt;/nowiki&amp;gt; = {{convert|16|°C|°F|sigfig=3}}&lt;br /&gt;
&lt;br /&gt;
If OSE wish to use these templates I suggest following the instructions at http://www.mediawiki.org/wiki/Help:Templates#Copying_from_one_wiki_to_another, this will be much easier for someone with import rights on the OSE wiki (I do not have these rights). Without import rights each subtemplate needs to be copied manually which is tedious and is prone to cut and paste errors.&lt;br /&gt;
&lt;br /&gt;
===Wiki standards===&lt;br /&gt;
Standards like the [[Date_Format_Convention]] are important in a wiki, they create consistency, help define a framework within which people can become more productive and in general help to make the wiki more functional. As such I will be editing peoples Logs, please let me know if you would prefer I left them alone.&lt;br /&gt;
&lt;br /&gt;
===Date formats===&lt;br /&gt;
I have a definite opinion about what the best date format is but I will not be converting dates to this format or pushing this other than recommending it here.&lt;br /&gt;
&lt;br /&gt;
The best date format is the [http://en.wikipedia.org/wiki/ISO_8601 ISO 8601] format. It looks like this: &#039;&#039;&#039;2012-11-27&#039;&#039;&#039;, compare this to &#039;&#039;&#039;02/04/03&#039;&#039;&#039; which has three possible interpretations.&lt;br /&gt;
&lt;br /&gt;
The reasons it is best are:&lt;br /&gt;
&lt;br /&gt;
* it is unambiguous.&lt;br /&gt;
* it sorts correctly using string or numeric sorting.&lt;br /&gt;
* it is a formal standard.&lt;br /&gt;
* it is widely used.&lt;br /&gt;
* the format can also be used to represent precise date and time, with timezone information.&lt;br /&gt;
&lt;br /&gt;
see also: http://www.w3.org/QA/Tips/iso-date&lt;br /&gt;
&lt;br /&gt;
==Other Skills==&lt;br /&gt;
I do have some other skills that may be useful to the OSE. I am an experienced data munger, if you need scripts written to process and convert data feel free to drop me a line. Things like &lt;br /&gt;
&lt;br /&gt;
* Writing cron jobs&lt;br /&gt;
* Talking to databases (postgres/mysql/sqlite)&lt;br /&gt;
* Pulling in xml,yaml,json,html,csv,wiki markup&lt;br /&gt;
* Spitting out xml,yaml,json,html,csv,wiki markup&lt;br /&gt;
* Talking to REST web services.&lt;br /&gt;
* Screen scraping and web automation.&lt;br /&gt;
&lt;br /&gt;
My language of choice is perl. My collaboration method of choice is [https://github.com/donovan github]. My development environment of choice is ubuntu. My server environment of choice is ubuntu/debian.&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=XYZ_Table&amp;diff=82312</id>
		<title>XYZ Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=XYZ_Table&amp;diff=82312"/>
		<updated>2012-12-02T01:37:07Z</updated>

		<summary type="html">&lt;p&gt;Donovan: /* XYZ Table Bill of Materials */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Category=Torch Table}}&lt;br /&gt;
&lt;br /&gt;
=Overview=&lt;br /&gt;
Development work for the {{Torch Table}}&lt;br /&gt;
&lt;br /&gt;
=Concept=&lt;br /&gt;
* [[Open Source Stepper Motor Controller]]&lt;br /&gt;
* Self-replication concept - metal for torch table can be cut on torch table itself, minus precision drive. Precision drive produced on [[Multimachine]]&lt;br /&gt;
* Retrofittability with larger motors and stiffer tubing for use as a router table&lt;br /&gt;
* Retrofittability with acme or other screw mechanism - this would be rather readily done with the existing system&lt;br /&gt;
* Bolt-together design for simplicity and flexibility of adapting this design to other uses ([[CNC]] Circuit Mill, other xyz motion comparable to [[CubeSpawn]]&lt;br /&gt;
* Gear rack mechanism for low cost of drive.&lt;br /&gt;
&lt;br /&gt;
[[Category:Design Rationale]]&lt;br /&gt;
&lt;br /&gt;
=Specifications=&lt;br /&gt;
&lt;br /&gt;
==Specifications: Eventual Deployment==&lt;br /&gt;
#Toolpath speed: up to 1 inch/second&lt;br /&gt;
#Interchangeability of heads&lt;br /&gt;
##Torch&lt;br /&gt;
##Router&lt;br /&gt;
##Laser cutter&lt;br /&gt;
##Plasma cutter&lt;br /&gt;
#Scaleability of main axis drive&lt;br /&gt;
##Piggybacking of stepper motors&lt;br /&gt;
##Controller scaleability from 3 to 6 motors&lt;br /&gt;
#Guides are precise up to .0004&amp;quot;&lt;br /&gt;
#Screw motion is adaptable via screw interchangeability and gear addition&lt;br /&gt;
##Precision to .01&amp;quot; for torch table&lt;br /&gt;
##Precision to .0004&amp;quot; for circuit fab and lathe work&lt;br /&gt;
##Gears may be added for lathe work&lt;br /&gt;
#Adaptability to high precision (.0004&amp;quot;) at $300 increment&lt;br /&gt;
#Table structure rests on blocks to minimize frame requirements&lt;br /&gt;
&lt;br /&gt;
==Specifications: Motors==&lt;br /&gt;
#Up to 18 motor-amps&lt;br /&gt;
#Max RPM of motor -&lt;br /&gt;
#Steps&lt;br /&gt;
&lt;br /&gt;
==Precision==&lt;br /&gt;
#Rail tolerance:&lt;br /&gt;
#Screw backlash:&lt;br /&gt;
#Screw threads per inch:&lt;br /&gt;
&lt;br /&gt;
==Specifications: Controller==&lt;br /&gt;
&lt;br /&gt;
==XYZ Table Bill of Materials==&lt;br /&gt;
&lt;br /&gt;
The bill of materials for the XYZ table shown [[Torch_Table|here]] is:&lt;br /&gt;
&lt;br /&gt;
=XYZ=&lt;br /&gt;
{{Category=Torch Table}}&lt;br /&gt;
=XYZ Table Development Log=&lt;br /&gt;
&lt;br /&gt;
Here is a log of XYZ table development. The background: build an XYZ torch table for producing the metal components of a CEB Machine. See here for [http://socialsynergyweb.org/opensourceecology/content/ceb-prototype-1-fab-0 CEB machine fabrication].&lt;br /&gt;
&lt;br /&gt;
==CAD_CAM_EDM_DRO Yahoo Group==&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;This groups provided the most useful advice: it addressed the questions asked specifically.&#039;&#039;&#039;&lt;br /&gt;
===Answer 1===&lt;br /&gt;
Belt works well on plasma cutters. Screws are usually too fine as you&lt;br /&gt;
need speed more than resolution.&lt;br /&gt;
&lt;br /&gt;
The holding torque figure for a stepper isn&#039;t actually very helpful. As&lt;br /&gt;
soon as you start moving the motor, the torque falls off. As a rough&lt;br /&gt;
rule of thumb you can only use about 1/4 of the motor&#039;s holding torque.&lt;br /&gt;
Your 425 oz-in motors will effectively produce only about 100 oz-in.&lt;br /&gt;
With a 2&amp;quot; diameter pulley you will have a maximum force of 100oz&lt;br /&gt;
(torque/radius). As you have two motors you will have a linear thrust of&lt;br /&gt;
about 200 oz or 12 lbs. At a guess you will probably lose getting on for&lt;br /&gt;
half of that in friction, giving you about 6 lbs useful force. For&lt;br /&gt;
accurate cutting you need good acceleration. I would think 0.5g would be&lt;br /&gt;
a minimum to aim for. Therefore your gantry can&#039;t weigh more than 12 lbs&lt;br /&gt;
total. That is pretty light. The good news is that you will have a very&lt;br /&gt;
high top speed, assuming you have enough acceleration to get there.&lt;br /&gt;
&lt;br /&gt;
If you use a 1&amp;quot; diameter pulley the numbers look a lot better. The&lt;br /&gt;
thrust per motor now becomes 100/0.5 = 200oz. As you are using two, that&lt;br /&gt;
becomes 400 oz total, or 25 lbs. You still lose about 6 lbs in friction,&lt;br /&gt;
leaving 18lbs to accelerate your gantry. The gantry can now weigh 36&lt;br /&gt;
lbs. Assuming a maximum reliable speed of 1500rpm from the motor you&lt;br /&gt;
will have a top speed of 750IPM. That is pretty damn quick.&lt;br /&gt;
&lt;br /&gt;
I wouldn&#039;t recommend using the belting flat . You will probably find&lt;br /&gt;
that the pulley engagement is not smooth and you will get slightly rough&lt;br /&gt;
motion. A far better method is to use two idlers to wrap the belt around&lt;br /&gt;
the pulley. Think of the Greek letter omega. I&#039;ll try for some ascii&lt;br /&gt;
art but it may not come out very well:&lt;br /&gt;
O&lt;br /&gt;
| |&lt;br /&gt;
__O O___&lt;br /&gt;
&lt;br /&gt;
The idlers can be made out of a cheap skate bearings. Skate bearings are&lt;br /&gt;
8mm wide so two side by side will be wider than the belt. 3/8&amp;quot; pitch&lt;br /&gt;
seems quite coarse to me. On the next page in the McMaster Carr&lt;br /&gt;
catalogue they have some 1/2&amp;quot; wide XL belting. That would also allow you&lt;br /&gt;
to use a smaller pulley.&lt;br /&gt;
&lt;br /&gt;
Les&lt;br /&gt;
===Answer 2===&lt;br /&gt;
Marcin:&lt;br /&gt;
&lt;br /&gt;
If I were to make a 4 x 8&#039; oxyfuel machine which needs to run at 30&lt;br /&gt;
IPM (MAX !!), I&#039;d make a single side drive for the 8&#039; axis and use a&lt;br /&gt;
delta shaped frame requiring the main rail be maybe 3&#039; longer on the&lt;br /&gt;
driven side. Thus you will need TWO steppers for your drives, and&lt;br /&gt;
you can use (2) Gecko Systems 10x microstepping amps.&lt;br /&gt;
&lt;br /&gt;
Use rack and pinion drive for both axes. Rack can be gotten from&lt;br /&gt;
Standard Steel Specialties, [http://www.stdsteel.com/gear.htm stdsteel.com/gear.htm] at a cost of around $23 for each piece if 1/2 x 1/2 x 6 feet length in quantities&lt;br /&gt;
of (2) pcs. They stock 20 DP, 20 degree pressure angle rack. I would&lt;br /&gt;
ask if they could supply 24 DP, 20 degree rack as we used to buy&lt;br /&gt;
these from then in quantity.&lt;br /&gt;
&lt;br /&gt;
Since the drive pinions need to have at least 18 teeth in order to&lt;br /&gt;
have no undercutting, these are the smallest pinions you should use&lt;br /&gt;
if you wanted direct drive. If you were to use 24DP, 18 tooth&lt;br /&gt;
pinions with 10X microstepping, you would have a resolution&lt;br /&gt;
of .0011781 inches per microstep.&lt;br /&gt;
&lt;br /&gt;
As to the available force from this setup, I must respectfully&lt;br /&gt;
disagree with Les Newell regarding the torque/force available at low&lt;br /&gt;
speeds. Looking at the Pacific Scientific spec sheet for NEMA 34&lt;br /&gt;
frame single stack N31 motors with microstepping (.707 x torque)&lt;br /&gt;
gives about 315 ounce inches at this very slow speed. With an 18&lt;br /&gt;
tooth pinion, radius = .375 resulting in 840 Oz force or 52# force.&lt;br /&gt;
&lt;br /&gt;
While I might practically opt for some sort of belt reduction&lt;br /&gt;
between the stepper and the pinion so as to use a larger diameter&lt;br /&gt;
drive pinion, the numbers above are still quite realistic.&lt;br /&gt;
&lt;br /&gt;
To summarize,&lt;br /&gt;
1) Use rack and pinion drives&lt;br /&gt;
2) Drive the relatively narrow side (4 ft. wide machine) from one&lt;br /&gt;
side; design the main carriage and main rail to do this.&lt;br /&gt;
3) You can use direct drive with a resolution per step of .0012 per&lt;br /&gt;
step&lt;br /&gt;
&lt;br /&gt;
I have pictures and data from my small test bed machine. You can&lt;br /&gt;
reach me at jccinc-at-owc-dot-net.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Jack C.&lt;br /&gt;
&lt;br /&gt;
===2 Continued===&lt;br /&gt;
Marcin,&lt;br /&gt;
 &lt;br /&gt;
If gear rack comes in 6 foot sections, here is a joining procedure:&lt;br /&gt;
     &lt;br /&gt;
[[Image:gear_rack.jpg]]&lt;br /&gt;
&lt;br /&gt;
Use metal rack and pinion for durability, as opposed to rubber (neoprene) belts.&lt;br /&gt;
     &lt;br /&gt;
    &amp;gt;&amp;gt;You can get pinions from [http://bostongear.com/company/contact.html Boston Gear] and [http://www.martinsprocket.com/ Martin Sprocket and Gear]&lt;br /&gt;
&lt;br /&gt;
    I am curious why you would want to do a one-motor drive for the long axis. Is that not more difficult to keep aligned than a symmetric drive?&lt;br /&gt;
     &lt;br /&gt;
    &amp;gt;&amp;gt;I started C &amp;amp; G Associates (now a part of Thermadyne) and designed several cutting machines over the years as well as tracing and drive retrofits. Most early cutting machines were cantilever, single side drive setups. Single side drives are simpler to build. However as you will see from the pictures, they have a &amp;quot;delta&amp;quot; style frame wherein the main rail is longer than the slave side rail. One uses two sets of &amp;quot;side guide&amp;quot; bearings to control the squareness of the main carriage. The first set is in the front roughly in line with the cutting torches; the second set is behind the first pair by maybe 3 feet in the case of a 4 foot wide machine. &lt;br /&gt;
     &lt;br /&gt;
    You must be sure that the main rail is straight throughout its length. So now as the carriage rolls from front to back, the two sets of side guide bearings maintains squareness thru the entire travel. One can assure straightness by using a piano wire spaced off the main rail by maybe 1/8 inch, front and back. We used a small optical magnifier which had a graticule engraved in the optics, so we could see a .005&amp;quot; variation in straightness. I took some pictures for an eralier inquirer and could send them to you if you want.&lt;br /&gt;
&lt;br /&gt;
    For oxyfuel operation this style machine will work very well. We sold single side drives for plasma operation as well. For larger, heavier machines, and faster (plasma) operation, dual side drives are superior.&lt;br /&gt;
     &lt;br /&gt;
    One of the small machine we made, the one shown as &amp;quot;PlasOpBack&amp;quot;, we actually had (2) gear racks setting teeth-up on the top of the table; a single motor-gearbox drove both sides through use of a long cross-shaft with pinions on each end contacting left and right side racks.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    Please consider the new conceptual drawings:&lt;br /&gt;
&lt;br /&gt;
    Thanks,&lt;br /&gt;
    Marcin&lt;br /&gt;
     &lt;br /&gt;
&lt;br /&gt;
    Regards,&lt;br /&gt;
    Jack C.&lt;br /&gt;
&lt;br /&gt;
==DIY CNC Yahoo Group==&lt;br /&gt;
Marcin: Hello,&lt;br /&gt;
&lt;br /&gt;
I am looking at Xylotex.com 425 in oz motors to drive the long axis of&lt;br /&gt;
a 4&#039;x8&#039; torch table. I&#039;d like to use a 3/8&amp;quot; pitch by 1/2&amp;quot; wide belt&lt;br /&gt;
that functions as a rack. The pinion is a pulley of 2&amp;quot; diameter. I&#039;d&lt;br /&gt;
like to have one drive motor on each side of the long axis.&lt;br /&gt;
&lt;br /&gt;
Would I be able to drive the pulley directly with the motor, or do I&lt;br /&gt;
need some gearing on the motors?&lt;br /&gt;
&lt;br /&gt;
I&#039;ve considered ball screw assemblies, but it appears that I don&#039;t&lt;br /&gt;
need such high accuracy, and simple belt drive will get me at least&lt;br /&gt;
1/30 inch accuracy on the torch table, if I don&#039;t use microstepping.&lt;br /&gt;
Are the 3/8&amp;quot; pitch pulleys sufficiently accurate for this? I am trying&lt;br /&gt;
to do the rack-and-pinion belt instead of ball screws for lower cost:&lt;br /&gt;
&lt;br /&gt;
http://openfarmtech.org/index.php?title=Torch_Table&lt;br /&gt;
&lt;br /&gt;
Sincerely,&lt;br /&gt;
&lt;br /&gt;
Marcin&lt;br /&gt;
openfarmtech.org/weblog/&lt;br /&gt;
&lt;br /&gt;
===Response 1===&lt;br /&gt;
Marcin,&lt;br /&gt;
&lt;br /&gt;
I looked at the website/blog pretty interesting stuff, you are doing&lt;br /&gt;
your homework.&lt;br /&gt;
&lt;br /&gt;
To do to it right, you need to do some motion analysis on your drive&lt;br /&gt;
setup. The gear ratio you will require depends on the weight (mass) of&lt;br /&gt;
your carriage. If you look at the big commercial makers, you will see&lt;br /&gt;
that they have a reduction between their linear drives (mostly gear&lt;br /&gt;
rack) and the motor output. The reduction needed depends on the&lt;br /&gt;
reflected load inertia to the motor, the inertia of the motor itself and&lt;br /&gt;
the power (torque curve) of the motor. There is some free to use motion&lt;br /&gt;
control analysis software out there that you can download and do this&lt;br /&gt;
analysis with.&lt;br /&gt;
&lt;br /&gt;
Another hint - if your drive system is rigid, you have to use&lt;br /&gt;
microstepping. Otherwise you may miss steps. If your drive system is&lt;br /&gt;
sloppy and the gantry inertia is very low you may be able to get by&lt;br /&gt;
without microstepping. Otherwise it is required.&lt;br /&gt;
&lt;br /&gt;
I&#039;d probably look at 1/4&amp;quot; pitch belt for better accuracy. 3/8 is a&lt;br /&gt;
little coarse but it might work fine also. If I were to do a one off&lt;br /&gt;
table for myself I&#039;d take a good look at roller chain for the long&lt;br /&gt;
drives. I think it might be cheaper than belting overall and perhaps&lt;br /&gt;
more rigid.&lt;br /&gt;
&lt;br /&gt;
Good Luck,&lt;br /&gt;
&lt;br /&gt;
Dave&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Response 2===&lt;br /&gt;
Marcin, I have a few comments.&lt;br /&gt;
&lt;br /&gt;
I very much recommend against the round rails.&lt;br /&gt;
Use linear guides, second hand if you cant afford the new ones.&lt;br /&gt;
The round rails will bend appreciably with the forces you get when using&lt;br /&gt;
a router on wood or an end mill on metal.&lt;br /&gt;
I know most hobbyists use them - but that does not mean its a good idea.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Mxl timing belts may not be strong enough.&lt;br /&gt;
Accuracy is not you problem, strength is.&lt;br /&gt;
Mxl is not able to transmit the power you need at the speeds you need.&lt;br /&gt;
Timing belts strength are dependant of speed - when cutting, your&lt;br /&gt;
effective rpm may be well under 10 rpm.&lt;br /&gt;
At that speed mxl and xl are simply not strong enough.&lt;br /&gt;
&lt;br /&gt;
Use &#039;&#039;&#039;HTD pulleys and belts, 15 mm width, 5 or 8 mm pitch&#039;&#039;&#039;.&lt;br /&gt;
They are stronger, transmit more torque and would be a much better choice.&lt;br /&gt;
They are very accurate, more than you require.&lt;br /&gt;
Note that the belts are put on quite tightly for 8 mm htd. If they are&lt;br /&gt;
slack, they wont work nearly as well or accurately.&lt;br /&gt;
&lt;br /&gt;
Use microstepping. Its really, really important.&lt;br /&gt;
Don´t even consider non-microstepping solutions.&lt;br /&gt;
&lt;br /&gt;
The motors are good for this application.&lt;br /&gt;
Proper tensioning of the belts means that you overload the axels on the&lt;br /&gt;
Nema 23 motors -&lt;br /&gt;
they don´t fail immediately,but they may have a very short life.&lt;br /&gt;
&lt;br /&gt;
Its more work, but a bearing and coupler will make it a much better&lt;br /&gt;
solution.&lt;br /&gt;
&lt;br /&gt;
The design is classical, well proven, and should work very well.&lt;br /&gt;
===Response 3===&lt;br /&gt;
&lt;br /&gt;
A friend of mine has a CNC plasma table and the X&lt;br /&gt;
axis (gantry type) uses 2 nema motors with gears and a&lt;br /&gt;
toothed track. No gearing or long belts. Works &amp;quot;real&amp;quot;&lt;br /&gt;
good.&lt;br /&gt;
&lt;br /&gt;
==Xylotex Yahoo Group==&lt;br /&gt;
&lt;br /&gt;
Re: [Xylotex] Direct belt drive for 4&#039;x8&#039; torch table&lt;br /&gt;
&lt;br /&gt;
On Friday 08 February 2008, marcin_ose wrote:&lt;br /&gt;
&amp;gt;Hello,&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;gt;I am looking at Xylotex.com 425 in oz motors to drive the long axis of&lt;br /&gt;
&amp;gt;a 4&#039;x8&#039; torch table. I&#039;d like to use a 3/8&amp;quot; pitch by 1/2&amp;quot; wide belt&lt;br /&gt;
&amp;gt;that functions as a rack. The pinion is a pulley of 2&amp;quot; diameter. I&#039;d&lt;br /&gt;
&amp;gt;like to have one drive motor on each side of the long axis.&lt;br /&gt;
&lt;br /&gt;
2&amp;quot; might be a pretty good load, acceleration profiles would need to be&lt;br /&gt;
tweaked. What does the proposed carriage weigh?&lt;br /&gt;
&lt;br /&gt;
&amp;gt;Would I be able to drive the pulley directly with the motor, or do I&lt;br /&gt;
&amp;gt;need some gearing on the motors?&lt;br /&gt;
&lt;br /&gt;
Direct, unless that would exceed your target rapids speed. The 425&#039;s are a&lt;br /&gt;
bit slower than the 262&#039;s. The accel profiles will be slow, probably at&lt;br /&gt;
least a second to full speed if that is as heavy as the drawing implies.&lt;br /&gt;
Full speed will be tooling right along mind you. Much faster than the torch&lt;br /&gt;
can cut. :)&lt;br /&gt;
&lt;br /&gt;
&amp;gt;I&#039;ve considered ball screw assemblies, but it appears that I don&#039;t&lt;br /&gt;
&amp;gt;need such high accuracy, and simple belt drive will get me at least&lt;br /&gt;
&amp;gt;1/30 inch accuracy on the torch table, if I don&#039;t use microstepping.&lt;br /&gt;
&lt;br /&gt;
I would definitely use microstepping just for the smoothness in motion it&lt;br /&gt;
imparts. Faster accelerations can be achieved when you aren&#039;t asking the&lt;br /&gt;
motor to do a full step if its motion is constrained by a high inertia load&lt;br /&gt;
such as the carriage of a 4x8.&lt;br /&gt;
&lt;br /&gt;
&amp;gt;Are the 3/8&amp;quot; pitch pulleys sufficiently accurate for this? I am trying&lt;br /&gt;
&amp;gt;to do the rack-and-pinion belt instead of ball screws for lower cost:&lt;br /&gt;
&lt;br /&gt;
I would think so, but tension might be critical for backlash control, and I&#039;d&lt;br /&gt;
think a plastic track to support the bottom, return run would be helpful as&lt;br /&gt;
it would reduce whipping. As would of course some method to keep the debris&lt;br /&gt;
out of the works.&lt;br /&gt;
&lt;br /&gt;
I wasn&#039;t aware that those belts were available in those lengths as you would&lt;br /&gt;
need around 17 to 18 feet in linear measure, twice.&lt;br /&gt;
&lt;br /&gt;
&amp;gt;http://openfarmtech.org/index.php?title=Torch_Table&lt;br /&gt;
&lt;br /&gt;
I think I would replace those heavy guide rods on the carriage with even&lt;br /&gt;
larger and more rigid thin walled pipe as it would reduce the traveling&lt;br /&gt;
weight. Fawncy linear bearings can be replaced with triplets of sealed skate&lt;br /&gt;
wheel bearings for both cost reduction and some weight reduction. For the&lt;br /&gt;
bed rails too for that matter. To help keep dual motors in step, I&#039;d want to&lt;br /&gt;
face the rears toward each other and couple them together with a long hollow&lt;br /&gt;
drive shaft but that&#039;s just me. Two separate homing switches would probably&lt;br /&gt;
work just as well though. If the motors get out of step in actual operation,&lt;br /&gt;
you have a tuning problem in the software anyway.&lt;br /&gt;
&lt;br /&gt;
A neat idea, I wish I had room for something like that.&lt;br /&gt;
&lt;br /&gt;
&amp;gt;Sincerely,&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;gt;Marcin&lt;br /&gt;
&amp;gt;openfarmtech.org/weblog/&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;gt;Yahoo! Groups Links&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--&lt;br /&gt;
Cheers, Gene&lt;br /&gt;
&amp;quot;There are four boxes to be used in defense of liberty:&lt;br /&gt;
soap, ballot, jury, and ammo. Please use in that order.&amp;quot;&lt;br /&gt;
-Ed Howdershelt (Author)&lt;br /&gt;
You have a will that can be influenced by all with whom you come in contact.&lt;br /&gt;
&lt;br /&gt;
==Arnar Mar Sig, Iceland Fab Team==&lt;br /&gt;
&lt;br /&gt;
===Power, Speed, Accuracy===&lt;br /&gt;
I was thinking about using steel for the main support frame welded together at the joints, but it would be easy to change that part to bolt together type. The Y and Z axes would be made from aluminium bolted together. The reason for the steel frame is to get maximum support and stability if the axes are moving fast.&lt;br /&gt;
&lt;br /&gt;
You can post it and get input as you want, Its open source;)&lt;br /&gt;
&lt;br /&gt;
The reason for linear bearings and screws on the X axes is so i dont have to move a big and vibrating motor with the axe. This is propably the biggest motor on the table. Also using the design that torchmate uses then we need 2 motors on both sides.&lt;br /&gt;
&lt;br /&gt;
The most expensive part of the controller board are the power transistors. If one didin&#039;t need the 30-50V 6A output then we can change to smaller transistors. Also i have dedicated stepper motor IC&#039;s to control the critical timing so its a bit more expensive then using a generial purpuse microcontroller like most designs use, but thous designs can&#039;t step really fast. Also many other &amp;quot;open&amp;quot; router table designs still relay on proprietary controllers.&lt;br /&gt;
&lt;br /&gt;
I will most likley use Olimex (http://www.olimex.com) to fab the PCB it costs 30euro to fab 1x 100x160mm board. I can do single sides boards at my shop but this board has to be double sides.&lt;br /&gt;
&lt;br /&gt;
The controller board has a small 8-Bit AVR to communicat with the dedicated IC&#039;s and a computer. I haven&#039;t started the code but its really simple and written in C and small parts in assembly. The controller will communicat thru RS232 or Ethernet (if we add that option, and it would be really nice to have). The controller will be able to take in simple commands like &amp;quot;Move this axe to position X at Y speed&amp;quot;, so it will be able to work standalone without Smari&#039;s routing software.&lt;br /&gt;
&lt;br /&gt;
I haven&#039;t found any open source controller that has the power, speed and accuracy i want, thats why i&#039;m doing this design.&lt;br /&gt;
&lt;br /&gt;
===Basic electronics specs===&lt;br /&gt;
When building the router you should be able to use almost any Bipolar stepper motor that has the power to drive the mechanics. I&#039;m designing the motor driver now, the specs are:&lt;br /&gt;
Support for 3x Bipolar steppers, 30-50V max 6A (200-250W)&lt;br /&gt;
Input for 3x incremental encoder for step verification and currection.&lt;br /&gt;
Max step freq of 20kHz&lt;br /&gt;
RS232 port for programing (Maybe USB)&lt;br /&gt;
&lt;br /&gt;
The board will probably cost between 300-400$us to make.&lt;br /&gt;
&lt;br /&gt;
If you have any input on the design or the machanics then please tell.&lt;br /&gt;
&lt;br /&gt;
===Capacities===&lt;br /&gt;
&lt;br /&gt;
I just started drawing the CNC rouer in [[Solidworks]] yesterday. The&lt;br /&gt;
basic version will have 3 axes with an changeable head. The head can&lt;br /&gt;
be a cutting head, plastic extrude, acetylene/plasma cutter. (The head&lt;br /&gt;
could also add another axe for 4-5 axe version). I was also thinking&lt;br /&gt;
about adding fittings to be able to add a rotating spindle to do CNC&lt;br /&gt;
lathe work.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve started the design of the motor drivers as you know Smari and I&lt;br /&gt;
can probable finish the design and send the pcb out to fabrication&lt;br /&gt;
this weekend.&lt;br /&gt;
&lt;br /&gt;
Casting aluminium isin&#039;t so hard. Making the molds is also simple and&lt;br /&gt;
cheep, just expanded polystyren and plaster. Molds can also be created&lt;br /&gt;
in sand, but its not as good.&lt;br /&gt;
Casting carbon fiber is almost like doing fibreglass, you can do it at&lt;br /&gt;
home buts is messy.&lt;br /&gt;
&lt;br /&gt;
===Project Budget and Goals===&lt;br /&gt;
Arnar,&lt;br /&gt;
&lt;br /&gt;
I like the one motor design. I think the Torchmate drive system is more complicated, such as the one motor on each side.&lt;br /&gt;
&lt;br /&gt;
Tell me more about the power transistors. What is the particular transistor you&#039;re using? Can you redesign to simply use  a larger number of smaller transistors, or is that ineffective?&lt;br /&gt;
&lt;br /&gt;
So look at the budget:&lt;br /&gt;
&lt;br /&gt;
1. Structural steel - $400&lt;br /&gt;
&lt;br /&gt;
2. Control board - $400&lt;br /&gt;
&lt;br /&gt;
2a. Encoder - $100 for each axis - if needed&lt;br /&gt;
&lt;br /&gt;
3. Control software - free&lt;br /&gt;
&lt;br /&gt;
4. Stepper motors - $100, main&lt;br /&gt;
&lt;br /&gt;
5. Stepper motors - $100, 2 smaller ones - [http://www.xylotex.com/StepperMotor.htm from Xylotex]&lt;br /&gt;
&lt;br /&gt;
6. Ball screws - 13 feet total plus 3 ball sets - $300?&lt;br /&gt;
&lt;br /&gt;
7. Linear bearnings and shafts: 26 feet - $300?&lt;br /&gt;
&lt;br /&gt;
I just sent for a quote to Nook Industries for the parts in the XYZ-table diagram, http://openfarmtech.org/index.php?title=Torch_Table .&lt;br /&gt;
&lt;br /&gt;
Those last two are my guesses, but that&#039;s about $1600 - 1900 total?&lt;br /&gt;
&lt;br /&gt;
What kind of accuracy are you aiming for? The ball lead screws from Nook Industries are down to +-.0004 inch. I would need only .01 for the purposes of CEB. Have you considered simple threaded rod? It&#039;s $23 for 10 feet of 1/2&amp;quot; rod, part 98935A632 at http://www.mcmaster.com/ . Or, $40 for precision threaded rod, 6 feet of 1/2&amp;quot;. The precision rod is down to .009 inch accuracy per foot of travel. That would do for me.&lt;br /&gt;
&lt;br /&gt;
Then again, if one attached 2 nuts to a simple threaded rod, the backlash (play) would decrease. That may be another route for the cheap way.&lt;br /&gt;
&lt;br /&gt;
What do you do professionally? Are you an electrical engineer?&lt;br /&gt;
&lt;br /&gt;
Are you looking to neo-commercialize (see http://www.p2pfoundation.net/Neocommercialization ) the XYZ table? Are your goals similar to mine, like the open franchising of the CEB press - http://openfarmtech.org/index.php?title=CEB_Press ?&lt;br /&gt;
&lt;br /&gt;
Marcin&lt;br /&gt;
&lt;br /&gt;
===Encoders, electronics component prices===&lt;br /&gt;
&lt;br /&gt;
I took together the parts needed and checked the prices. The full controller with all features will cost about 307$us (ordering components for just a single unit). By removing the Incremental Encoder support (and also decreasing accuracy), the unit can be build for 232$us. After checking the prices i found that the transistors aren&#039;t that expensive. You can cut the number of transistors used to 12 and then only having max 3A output, but the price is only 17.76$us lower.&lt;br /&gt;
&lt;br /&gt;
That budget looks about right, the only thing missing are the incremental encoders if one wants to use them, they are about 50-100$us for low end 1024tick/rev, 3 are needed.&lt;br /&gt;
I was hoping to build this for between 2-3k (a bit more expensive to build in iceland)&lt;br /&gt;
&lt;br /&gt;
I want to be able to mill PCB boards with this router, so 0.1mm (.003&amp;quot;) is the minimum accuracy i want, but having down to 0.0004&amp;quot; would be awesome. For most DIY people a simple threaded rod and bolt would do. I want this do be a &amp;quot;neo-commercialize&amp;quot; project. All the hardware, mechanical and software designs should be open source and everybody should be able to build the machine and use the parts they want (skipping encoders, using threaded rods.. etc) to get the accuracy the want, but I still want to be able to sell complete machines with the best accuracy we can get (hense everything is deisgned for maximum accuracy).&lt;br /&gt;
&lt;br /&gt;
I do Software programing and electrical designs for Valka (www.valka.is). We make fish processing machines.&lt;br /&gt;
&lt;br /&gt;
===Guide Rails, Encoders===&lt;br /&gt;
&lt;br /&gt;
Just talked to Nook Industries. I was told that the linear bearings and shafts are about twice as expensive compared to profile guide rails, so I&#039;ll get a quote on that plus ball screws and pass it on. Just a data point.&lt;br /&gt;
&lt;br /&gt;
We can redesign structure easily if needed, by just replacing the linear shafts with linear rails. The rails are supported on their whole length, as opposed to linear shafts, which are supported at the ends.&lt;br /&gt;
&lt;br /&gt;
Their turnkey package for motors, controllers and encoders is under $5k. So looks like your work is Factor 10 Engineering (http://www.10xe.org/). I love it, because $500&amp;lt;$5k. In my language, that&#039;s 10 times more freedom.&lt;br /&gt;
&lt;br /&gt;
===Electronics, BOM===&lt;br /&gt;
&lt;br /&gt;
Hi Marcin&lt;br /&gt;
&lt;br /&gt;
I buy most parts from Digikey, the TMC* parts i will probably buy from semiconductorstore.com or some other place if i find them.&lt;br /&gt;
&lt;br /&gt;
I&#039;m going to redesign the router to have at last the X and Y axes on profile guide rails and cut costs a bit.&lt;br /&gt;
&lt;br /&gt;
Yes, its a Open Office spreadsheet. You can open it with OpenOffice on Mac, i find it a bit less of a crap then Microsoft office on mac, but it still sucks.&lt;br /&gt;
&lt;br /&gt;
Your right, its simpler to driver a unipoler motor and most DIY projects choose to use them. Bipoler motor has one winding per phase while a unipoler has 2 winding per phase, but at any given moment there are only 2 windings in use. This makes a unipoler motor with the same torque as a bipoler motor bigger, heavier and more expensive then bipoler. You can also buy steppers that are hybrids and can be driven both ways.&lt;br /&gt;
&lt;br /&gt;
The driver IC&#039;s i&#039;m going to use take care of the motor driving so it dosen&#039;t matter much in the end except for cheeper and less heavy motors:)&lt;br /&gt;
&lt;br /&gt;
Arnar,&lt;br /&gt;
&lt;br /&gt;
Can you resend partlist.ods? I&#039;m just getting a blank page.&lt;br /&gt;
&lt;br /&gt;
Xylotex has 23 Nema motors at $50, http://www.xylotex.com/StepperMotor.htm, so that&#039;s cheap. Are those the type you plan on using? If it&#039;s got two phases, that makes the 6 amps you&#039;re talking about?&lt;br /&gt;
&lt;br /&gt;
Have you considered power scaleability by attaching 2 (or more) double-shaft motors one behind the other? That would be a good feature for high power, such as lathing, or even adopting a similar design to milling. Is your controller capable of being paralleled, such as using 2 (or more) controllers to drive the additional motors, so we can scale the power completely? That would be a useful feature from the standpoint of scaleability. This would be quite exotic to have, and I always aim for such. For example, the Boundary Layer Turbine is absolutely power scaleable by virtue of adding disks: http://openfarmtech.org/index.php?title=Boundary_Layer_Turbine&lt;br /&gt;
&lt;br /&gt;
So your strategy is to put the complexity into electronics and not into the motors, as electronics are cheaper, right? That&#039;s the same strategy as hybrid electric cars: rip out the transmission and replace it with electronic torque control such as PWM.&lt;br /&gt;
&lt;br /&gt;
Marcin&lt;br /&gt;
&lt;br /&gt;
==Bill Swann==&lt;br /&gt;
&lt;br /&gt;
I talked to Bill Swan, product designer from Texas, after I saw an [http://www.hstech.biz/old_projects.html XYZ table] that he made. ; 7138271503; 8323383080(c). Dbswann4@yahooo.com.&lt;br /&gt;
&lt;br /&gt;
He told me about [http://nookindustries.com/ Nook Industries]. Basic design includes:&lt;br /&gt;
&lt;br /&gt;
==Shawn Kelly== &lt;br /&gt;
&amp;lt;bluumax@yahoo.com&amp;gt;&lt;br /&gt;
date	Jan 23, 2008 4:43 PM&lt;br /&gt;
&lt;br /&gt;
Hi Marcin.&lt;br /&gt;
I would really suggest a Xylotex drive or other known professional drive.&lt;br /&gt;
I use the Xylotex for  my Taig mill. [http://www.xylotex.com/3DB-116.htm]&lt;br /&gt;
They cost about $500 with motors, but you get $500 worth.&lt;br /&gt;
I wouldn&#039;t trust many drives I see on ebay to run a &amp;quot;real&amp;quot; mill / router table.&lt;br /&gt;
There is also the Linistepper kit for unipolar motors. I know these work.&lt;br /&gt;
Cost is about $100 for 3 axis&lt;br /&gt;
[http://www.piclist.com/techref/io/stepper/linistep/index.htm]&lt;br /&gt;
CNC software will run standard G code that is output from CAM to the machine.&lt;br /&gt;
G code is machine commands &amp;amp; machine coordinates.&lt;br /&gt;
I use Corel draw to make the parts, save as .DXF &amp;amp; convert to g code using Lazy CAM, part of  Mach3&lt;br /&gt;
Mach3 actually runs the mill table. [http://www.artsoftcontrols.com/artsoft/index/index.htm]&lt;br /&gt;
&lt;br /&gt;
The software (turbo CNC / mach3) reads the g code &amp;amp; feeds it to the Xylotex drive.&lt;br /&gt;
I&#039;m in a studio apt now so I can&#039;t build anything big.&lt;br /&gt;
There&#039;s a lot of stuff on ebay &amp;amp; [http://www.cnczone.com] is a really good place to look.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
$50 for Torchmate 3 size stepper motors: [http://www.xylotex.com/StepperMotor.htm]&lt;br /&gt;
&lt;br /&gt;
==Jeff at Xylotex==&lt;br /&gt;
&lt;br /&gt;
support@xylotex.com&lt;br /&gt;
&lt;br /&gt;
A 4 X 8 table is quite laqrge, but some people in Canada are driving a&lt;br /&gt;
similar sized table with Xylotex drives.  See a picture [http://www.xylotex.com/Gallery/Gallery.htm here] (top rightcorner).&lt;br /&gt;
&lt;br /&gt;
I would recommend running with 2 leadscrews on the side rather than one&lt;br /&gt;
down the middle.  This way your center, cutting area does not have the&lt;br /&gt;
leadscrew in the way.&lt;br /&gt;
&lt;br /&gt;
If you use 10 tpi screws with the 269 oz.in. motors you should get&lt;br /&gt;
around 75 IPM on a system with smooth running ways.  You might be better&lt;br /&gt;
off with 5 tpi screws and then use the 425 oz.in. motors, though.&lt;br /&gt;
&lt;br /&gt;
You can use turboCNC OR Mach, but mach will provide &amp;quot;slaving&amp;quot; which&lt;br /&gt;
allows two motors to be driven on the same axis.  I&#039;d recommend use Mach&lt;br /&gt;
if you do decide on the recommended dual leadscrew design.&lt;br /&gt;
&lt;br /&gt;
If you use Linux, then I would recommend EMC2.&lt;br /&gt;
----&lt;br /&gt;
The 425&#039;s with 5tpi will give a faster movement.  You need this with&lt;br /&gt;
Plasma Torches (when cutting thin metal) to keep from destroying the&lt;br /&gt;
work.  269&#039;s with 10 tpi will give a decent speed, but with plasma you&lt;br /&gt;
need the speed, and the 425&#039;s would give better result I think.  I&lt;br /&gt;
haven&#039;t tried the 269&#039;s with a 5tpi screw.  They might work just as&lt;br /&gt;
well, since there really isn&#039;t a large load to move with plasma tables&lt;br /&gt;
(i.e. no cutting forces to overcome).   A 5 tpi screw may have the same&lt;br /&gt;
diameter as a 10 tpi screw, so rod thickness wsn&#039;t a consideration.&lt;br /&gt;
&lt;br /&gt;
I don&#039;t know if EMC2 has the capability to &amp;quot;slave&amp;quot; one axis to another.&lt;br /&gt;
This could be done using an external break-out board and wiring the A&lt;br /&gt;
signals over to the X.  Another option would be to copy all X movements&lt;br /&gt;
in a program so they will be X and A movements.  This would be an option&lt;br /&gt;
for small programs, or if you have a good search-and-replace program.&lt;br /&gt;
&lt;br /&gt;
Jeff&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
&lt;br /&gt;
=Parts Sourcing and Specifications=&lt;br /&gt;
&lt;br /&gt;
#[http://www.anaheimautomation.com/42N65_Series_IP65_Rated_Sealed_Stepper_Motors.aspx Specifications of different size motors.] NEMA 42 is the largest.&lt;br /&gt;
&lt;br /&gt;
[[Image:XYZ_BOM.jpg]]&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
{{Torch Table}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Digital Fabrication]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Torch_Table]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=User:Donovan&amp;diff=82308</id>
		<title>User:Donovan</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=User:Donovan&amp;diff=82308"/>
		<updated>2012-12-02T01:12:41Z</updated>

		<summary type="html">&lt;p&gt;Donovan: /* Current objectives */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
My name is Donovan Jones. I am a software developer from New Zealand. I am a competent wiki editor and plan to assist the OSE in this capacity. I do not plan to collaborate or assist in other ways in the medium term. Essentially I am a [http://en.wikipedia.org/wiki/Wikipedia:WikiGnome WikiGnome], as such it is probably safe to ignore me.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t like some of my edits please let me know on my talk page, I don&#039;t want to step on any toes, but I&#039;m not going to seek approval for every edit. On aggregate I hope you will agree I am improving the wiki, so let me know when you feel I am not.&lt;br /&gt;
&lt;br /&gt;
==Current objectives==&lt;br /&gt;
* &#039;&#039;&#039;MJ request&#039;&#039;&#039; - [[How_to_Create_Frames_and_Windows_in_Media_Wiki]] for [[Flashy XM]], [[Flash Mob]], and other pages.&lt;br /&gt;
** investigate support for widgets on ose wiki, if available try: http://www.mediawikiwidgets.org/Iframe&lt;br /&gt;
** I do not have permission to edit pages in the Widget namespace. So cannot try out this widget on the OSE wiki. &lt;br /&gt;
* [[Wiki_instructions#Style_Guidelines|Improve metric support]] on the wiki.&lt;br /&gt;
* Work on [[Work_Log_Guidelines]] particularly the [[Date_Format_Convention]].&lt;br /&gt;
* Work on and improve [[Special:Categories|categories]].&lt;br /&gt;
* Wikifying pages: work on wiki linking.&lt;br /&gt;
* General grammar and spelling fixes.&lt;br /&gt;
&lt;br /&gt;
==Future objectives==&lt;br /&gt;
* Collaborate with my father to contribute on Biofuels particularly [[butanol]].&lt;br /&gt;
* Creating custom wiki templates&lt;br /&gt;
* Creating custom OSE infoboxes&lt;br /&gt;
** keep any eye on http://meta.wikimedia.org/wiki/Wikidata which will make creating infoboxes much easier.&lt;br /&gt;
** software infobox to include:&lt;br /&gt;
*** licence&lt;br /&gt;
*** ubuntu package name&lt;br /&gt;
&lt;br /&gt;
==Thoughts==&lt;br /&gt;
As an outsider there are a few observations I would make about things that could be improved.&lt;br /&gt;
&lt;br /&gt;
===Support for the Metric System===&lt;br /&gt;
Three countries use non-metric measurement systems: Liberia, Myanmar, and the United States. I believe for OSE to a have a global impact it needs better support for the metric system. Many collaborators will only be able to source metric parts. I want to help provide better metric support at least on the wiki.&lt;br /&gt;
====Using Conversion Templates====&lt;br /&gt;
Complex conversion templates are available from other media wiki sites eg: http://en.wikiversity.org/wiki/Template:Convert. This system is very comprehensive http://en.wikiversity.org/wiki/Template:Convert/list_of_units but is quite complex and requires subtemplates. I have done a proof of concept with temperature conversion:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;{{convert|60|°F|°C|sigfig=3}}&amp;lt;/nowiki&amp;gt; = {{convert|60|°F|°C|sigfig=3}}&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;{{convert|16|°C|°F|sigfig=3}}&amp;lt;/nowiki&amp;gt; = {{convert|16|°C|°F|sigfig=3}}&lt;br /&gt;
&lt;br /&gt;
If OSE wish to use these templates I suggest following the instructions at http://www.mediawiki.org/wiki/Help:Templates#Copying_from_one_wiki_to_another, this will be much easier for someone with import rights on the OSE wiki (I do not have these rights). Without import rights each subtemplate needs to be copied manually which is tedious and is prone to cut and paste errors.&lt;br /&gt;
&lt;br /&gt;
===Wiki standards===&lt;br /&gt;
Standards like the [[Date_Format_Convention]] are important in a wiki, they create consistency, help define a framework within which people can become more productive and in general help to make the wiki more functional. As such I will be editing peoples Logs, please let me know if you would prefer I left them alone.&lt;br /&gt;
&lt;br /&gt;
===Date formats===&lt;br /&gt;
I have a definite opinion about what the best date format is but I will not be converting dates to this format or pushing this other than recommending it here.&lt;br /&gt;
&lt;br /&gt;
The best date format is the [http://en.wikipedia.org/wiki/ISO_8601 ISO 8601] format. It looks like this: &#039;&#039;&#039;2012-11-27&#039;&#039;&#039;, compare this to &#039;&#039;&#039;02/04/03&#039;&#039;&#039; which has three possible interpretations.&lt;br /&gt;
&lt;br /&gt;
The reasons it is best are:&lt;br /&gt;
&lt;br /&gt;
* it is unambiguous.&lt;br /&gt;
* it sorts correctly using string or numeric sorting.&lt;br /&gt;
* it is a formal standard.&lt;br /&gt;
* it is widely used.&lt;br /&gt;
* the format can also be used to represent precise date and time, with timezone information.&lt;br /&gt;
&lt;br /&gt;
see also: http://www.w3.org/QA/Tips/iso-date&lt;br /&gt;
&lt;br /&gt;
==Other Skills==&lt;br /&gt;
I do have some other skills that may be useful to the OSE. I am an experienced data munger, if you need scripts written to process and convert data feel free to drop me a line. Things like &lt;br /&gt;
&lt;br /&gt;
* Writing cron jobs&lt;br /&gt;
* Talking to databases (postgres/mysql/sqlite)&lt;br /&gt;
* Pulling in xml,yaml,json,html,csv,wiki markup&lt;br /&gt;
* Spitting out xml,yaml,json,html,csv,wiki markup&lt;br /&gt;
* Talking to REST web services.&lt;br /&gt;
* Screen scraping and web automation.&lt;br /&gt;
&lt;br /&gt;
My language of choice is perl. My collaboration method of choice is [https://github.com/donovan github]. My development environment of choice is ubuntu. My server environment of choice is ubuntu/debian.&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=User:Donovan&amp;diff=82307</id>
		<title>User:Donovan</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=User:Donovan&amp;diff=82307"/>
		<updated>2012-12-02T01:12:04Z</updated>

		<summary type="html">&lt;p&gt;Donovan: /* Current objectives */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
My name is Donovan Jones. I am a software developer from New Zealand. I am a competent wiki editor and plan to assist the OSE in this capacity. I do not plan to collaborate or assist in other ways in the medium term. Essentially I am a [http://en.wikipedia.org/wiki/Wikipedia:WikiGnome WikiGnome], as such it is probably safe to ignore me.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t like some of my edits please let me know on my talk page, I don&#039;t want to step on any toes, but I&#039;m not going to seek approval for every edit. On aggregate I hope you will agree I am improving the wiki, so let me know when you feel I am not.&lt;br /&gt;
&lt;br /&gt;
==Current objectives==&lt;br /&gt;
* &#039;&#039;&#039;MJ request&#039;&#039;&#039; - [[How_to_Create_Frames_and_Windows_in_Media_Wiki]] for Flashy XM, Flash Mob, and other pages.&lt;br /&gt;
** investigate support for widgets on ose wiki, if available try: http://www.mediawikiwidgets.org/Iframe&lt;br /&gt;
** I do not have permission to edit pages in the Widget namespace. So cannot try out this widget on the OSE wiki. &lt;br /&gt;
* [[Wiki_instructions#Style_Guidelines|Improve metric support]] on the wiki.&lt;br /&gt;
* Work on [[Work_Log_Guidelines]] particularly the [[Date_Format_Convention]].&lt;br /&gt;
* Work on and improve [[Special:Categories|categories]].&lt;br /&gt;
* Wikifying pages: work on wiki linking.&lt;br /&gt;
* General grammar and spelling fixes.&lt;br /&gt;
&lt;br /&gt;
==Future objectives==&lt;br /&gt;
* Collaborate with my father to contribute on Biofuels particularly [[butanol]].&lt;br /&gt;
* Creating custom wiki templates&lt;br /&gt;
* Creating custom OSE infoboxes&lt;br /&gt;
** keep any eye on http://meta.wikimedia.org/wiki/Wikidata which will make creating infoboxes much easier.&lt;br /&gt;
** software infobox to include:&lt;br /&gt;
*** licence&lt;br /&gt;
*** ubuntu package name&lt;br /&gt;
&lt;br /&gt;
==Thoughts==&lt;br /&gt;
As an outsider there are a few observations I would make about things that could be improved.&lt;br /&gt;
&lt;br /&gt;
===Support for the Metric System===&lt;br /&gt;
Three countries use non-metric measurement systems: Liberia, Myanmar, and the United States. I believe for OSE to a have a global impact it needs better support for the metric system. Many collaborators will only be able to source metric parts. I want to help provide better metric support at least on the wiki.&lt;br /&gt;
====Using Conversion Templates====&lt;br /&gt;
Complex conversion templates are available from other media wiki sites eg: http://en.wikiversity.org/wiki/Template:Convert. This system is very comprehensive http://en.wikiversity.org/wiki/Template:Convert/list_of_units but is quite complex and requires subtemplates. I have done a proof of concept with temperature conversion:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;{{convert|60|°F|°C|sigfig=3}}&amp;lt;/nowiki&amp;gt; = {{convert|60|°F|°C|sigfig=3}}&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;{{convert|16|°C|°F|sigfig=3}}&amp;lt;/nowiki&amp;gt; = {{convert|16|°C|°F|sigfig=3}}&lt;br /&gt;
&lt;br /&gt;
If OSE wish to use these templates I suggest following the instructions at http://www.mediawiki.org/wiki/Help:Templates#Copying_from_one_wiki_to_another, this will be much easier for someone with import rights on the OSE wiki (I do not have these rights). Without import rights each subtemplate needs to be copied manually which is tedious and is prone to cut and paste errors.&lt;br /&gt;
&lt;br /&gt;
===Wiki standards===&lt;br /&gt;
Standards like the [[Date_Format_Convention]] are important in a wiki, they create consistency, help define a framework within which people can become more productive and in general help to make the wiki more functional. As such I will be editing peoples Logs, please let me know if you would prefer I left them alone.&lt;br /&gt;
&lt;br /&gt;
===Date formats===&lt;br /&gt;
I have a definite opinion about what the best date format is but I will not be converting dates to this format or pushing this other than recommending it here.&lt;br /&gt;
&lt;br /&gt;
The best date format is the [http://en.wikipedia.org/wiki/ISO_8601 ISO 8601] format. It looks like this: &#039;&#039;&#039;2012-11-27&#039;&#039;&#039;, compare this to &#039;&#039;&#039;02/04/03&#039;&#039;&#039; which has three possible interpretations.&lt;br /&gt;
&lt;br /&gt;
The reasons it is best are:&lt;br /&gt;
&lt;br /&gt;
* it is unambiguous.&lt;br /&gt;
* it sorts correctly using string or numeric sorting.&lt;br /&gt;
* it is a formal standard.&lt;br /&gt;
* it is widely used.&lt;br /&gt;
* the format can also be used to represent precise date and time, with timezone information.&lt;br /&gt;
&lt;br /&gt;
see also: http://www.w3.org/QA/Tips/iso-date&lt;br /&gt;
&lt;br /&gt;
==Other Skills==&lt;br /&gt;
I do have some other skills that may be useful to the OSE. I am an experienced data munger, if you need scripts written to process and convert data feel free to drop me a line. Things like &lt;br /&gt;
&lt;br /&gt;
* Writing cron jobs&lt;br /&gt;
* Talking to databases (postgres/mysql/sqlite)&lt;br /&gt;
* Pulling in xml,yaml,json,html,csv,wiki markup&lt;br /&gt;
* Spitting out xml,yaml,json,html,csv,wiki markup&lt;br /&gt;
* Talking to REST web services.&lt;br /&gt;
* Screen scraping and web automation.&lt;br /&gt;
&lt;br /&gt;
My language of choice is perl. My collaboration method of choice is [https://github.com/donovan github]. My development environment of choice is ubuntu. My server environment of choice is ubuntu/debian.&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=User:Donovan&amp;diff=82306</id>
		<title>User:Donovan</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=User:Donovan&amp;diff=82306"/>
		<updated>2012-12-02T01:08:42Z</updated>

		<summary type="html">&lt;p&gt;Donovan: /* Current objectives */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
My name is Donovan Jones. I am a software developer from New Zealand. I am a competent wiki editor and plan to assist the OSE in this capacity. I do not plan to collaborate or assist in other ways in the medium term. Essentially I am a [http://en.wikipedia.org/wiki/Wikipedia:WikiGnome WikiGnome], as such it is probably safe to ignore me.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t like some of my edits please let me know on my talk page, I don&#039;t want to step on any toes, but I&#039;m not going to seek approval for every edit. On aggregate I hope you will agree I am improving the wiki, so let me know when you feel I am not.&lt;br /&gt;
&lt;br /&gt;
==Current objectives==&lt;br /&gt;
* &#039;&#039;&#039;MJ request&#039;&#039;&#039; - [[How_to_Create_Frames_and_Windows_in_Media_Wiki]] for Flashy XM, Flash Mob, and other pages.&lt;br /&gt;
** investigate support for widgets on ose wiki, if available try: http://www.mediawikiwidgets.org/Iframe&lt;br /&gt;
* [[Wiki_instructions#Style_Guidelines|Improve metric support]] on the wiki.&lt;br /&gt;
* Work on [[Work_Log_Guidelines]] particularly the [[Date_Format_Convention]].&lt;br /&gt;
* Work on and improve [[Special:Categories|categories]].&lt;br /&gt;
* Wikifying pages: work on wiki linking.&lt;br /&gt;
* General grammar and spelling fixes.&lt;br /&gt;
&lt;br /&gt;
==Future objectives==&lt;br /&gt;
* Collaborate with my father to contribute on Biofuels particularly [[butanol]].&lt;br /&gt;
* Creating custom wiki templates&lt;br /&gt;
* Creating custom OSE infoboxes&lt;br /&gt;
** keep any eye on http://meta.wikimedia.org/wiki/Wikidata which will make creating infoboxes much easier.&lt;br /&gt;
** software infobox to include:&lt;br /&gt;
*** licence&lt;br /&gt;
*** ubuntu package name&lt;br /&gt;
&lt;br /&gt;
==Thoughts==&lt;br /&gt;
As an outsider there are a few observations I would make about things that could be improved.&lt;br /&gt;
&lt;br /&gt;
===Support for the Metric System===&lt;br /&gt;
Three countries use non-metric measurement systems: Liberia, Myanmar, and the United States. I believe for OSE to a have a global impact it needs better support for the metric system. Many collaborators will only be able to source metric parts. I want to help provide better metric support at least on the wiki.&lt;br /&gt;
====Using Conversion Templates====&lt;br /&gt;
Complex conversion templates are available from other media wiki sites eg: http://en.wikiversity.org/wiki/Template:Convert. This system is very comprehensive http://en.wikiversity.org/wiki/Template:Convert/list_of_units but is quite complex and requires subtemplates. I have done a proof of concept with temperature conversion:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;{{convert|60|°F|°C|sigfig=3}}&amp;lt;/nowiki&amp;gt; = {{convert|60|°F|°C|sigfig=3}}&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;{{convert|16|°C|°F|sigfig=3}}&amp;lt;/nowiki&amp;gt; = {{convert|16|°C|°F|sigfig=3}}&lt;br /&gt;
&lt;br /&gt;
If OSE wish to use these templates I suggest following the instructions at http://www.mediawiki.org/wiki/Help:Templates#Copying_from_one_wiki_to_another, this will be much easier for someone with import rights on the OSE wiki (I do not have these rights). Without import rights each subtemplate needs to be copied manually which is tedious and is prone to cut and paste errors.&lt;br /&gt;
&lt;br /&gt;
===Wiki standards===&lt;br /&gt;
Standards like the [[Date_Format_Convention]] are important in a wiki, they create consistency, help define a framework within which people can become more productive and in general help to make the wiki more functional. As such I will be editing peoples Logs, please let me know if you would prefer I left them alone.&lt;br /&gt;
&lt;br /&gt;
===Date formats===&lt;br /&gt;
I have a definite opinion about what the best date format is but I will not be converting dates to this format or pushing this other than recommending it here.&lt;br /&gt;
&lt;br /&gt;
The best date format is the [http://en.wikipedia.org/wiki/ISO_8601 ISO 8601] format. It looks like this: &#039;&#039;&#039;2012-11-27&#039;&#039;&#039;, compare this to &#039;&#039;&#039;02/04/03&#039;&#039;&#039; which has three possible interpretations.&lt;br /&gt;
&lt;br /&gt;
The reasons it is best are:&lt;br /&gt;
&lt;br /&gt;
* it is unambiguous.&lt;br /&gt;
* it sorts correctly using string or numeric sorting.&lt;br /&gt;
* it is a formal standard.&lt;br /&gt;
* it is widely used.&lt;br /&gt;
* the format can also be used to represent precise date and time, with timezone information.&lt;br /&gt;
&lt;br /&gt;
see also: http://www.w3.org/QA/Tips/iso-date&lt;br /&gt;
&lt;br /&gt;
==Other Skills==&lt;br /&gt;
I do have some other skills that may be useful to the OSE. I am an experienced data munger, if you need scripts written to process and convert data feel free to drop me a line. Things like &lt;br /&gt;
&lt;br /&gt;
* Writing cron jobs&lt;br /&gt;
* Talking to databases (postgres/mysql/sqlite)&lt;br /&gt;
* Pulling in xml,yaml,json,html,csv,wiki markup&lt;br /&gt;
* Spitting out xml,yaml,json,html,csv,wiki markup&lt;br /&gt;
* Talking to REST web services.&lt;br /&gt;
* Screen scraping and web automation.&lt;br /&gt;
&lt;br /&gt;
My language of choice is perl. My collaboration method of choice is [https://github.com/donovan github]. My development environment of choice is ubuntu. My server environment of choice is ubuntu/debian.&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Point_To_Peer&amp;diff=82300</id>
		<title>Point To Peer</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Point_To_Peer&amp;diff=82300"/>
		<updated>2012-12-02T00:59:16Z</updated>

		<summary type="html">&lt;p&gt;Donovan: /* Examples - please fill in here */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Category=Wireless mesh networking}}&lt;br /&gt;
&lt;br /&gt;
=The Theory=&lt;br /&gt;
&lt;br /&gt;
We propose that the development of a peer-to-peer internet and communications infrastructure, delivered essentially &#039;&#039;&#039;at cost&#039;&#039;&#039;, is feasible today. It is merely a question of organization to get it implemented. Regulatory and structural barriers are likely to crumble via wide, popular support.&lt;br /&gt;
&lt;br /&gt;
=Existing Problems=&lt;br /&gt;
&lt;br /&gt;
Today, the internet and communication backbones are controlled by centralized interests. This does not favor a long-lasting democratic environment for human communication.&lt;br /&gt;
&lt;br /&gt;
=Proposed Way to Apply the Theory=&lt;br /&gt;
&lt;br /&gt;
We aim to test our theory (feasibility of P2P, physical communication infratructure) by building the infrastructure for peer, decentralized internet.&lt;br /&gt;
&lt;br /&gt;
The core of a peer-based internet system proposal is the building of a physical infrastructure, where internet service is delivered at-cost. Such an infrastructure may be implemented most easily via a network of wireless towers. User nodes store content in a distributed fashion. &lt;br /&gt;
&lt;br /&gt;
Key technical issues are:&lt;br /&gt;
&lt;br /&gt;
#Development of communication and storage protocol based on peer-to-peer strategies&lt;br /&gt;
##Storage on peer computer nodes&lt;br /&gt;
#Building of wireless emitter/receiver nodes&lt;br /&gt;
#Building towers&lt;br /&gt;
#Powering wireless nodes&lt;br /&gt;
&lt;br /&gt;
Key social issues:&lt;br /&gt;
&lt;br /&gt;
#Organize a large support base of future user owners simply by concerted effort and by sustaining focus&lt;br /&gt;
#Attempts to stop this by the centralized power system can succeed only if people support the centralized power system, with its higher costs for internet and communications systems. This is unlikely to happen by simple dollar and cents arguments.&lt;br /&gt;
#Breakthrough application of [[User Owner]] concept.&lt;br /&gt;
&lt;br /&gt;
=Related existing work that verifies feasibility=&lt;br /&gt;
&lt;br /&gt;
*Paul is working on a protocol for decentralized communication.&lt;br /&gt;
*Marcin is working on solar energy production, circuit fabrication, aluminum production.&lt;br /&gt;
*Sam can align a wide support base for getting the proposal funded directly by stakeholders.&lt;br /&gt;
*Natural law: all empires crumble after some time&lt;br /&gt;
&lt;br /&gt;
==Development Team==&lt;br /&gt;
&lt;br /&gt;
*Marcin Jakubowski&lt;br /&gt;
*Sam Rose&lt;br /&gt;
*Paul B. Hartzog&lt;br /&gt;
*Keith Smith&lt;br /&gt;
&lt;br /&gt;
==Infrastructure==&lt;br /&gt;
&lt;br /&gt;
*[[PeerNet]]&lt;br /&gt;
&lt;br /&gt;
=Related existing data or facts that support theory=&lt;br /&gt;
&lt;br /&gt;
* The [[User Owner]] concept&lt;br /&gt;
* Various un-money, free internet, free communications, and related efforts&lt;br /&gt;
* http://www.youtube.com/watch?v=kXyVqk3EbwE&lt;br /&gt;
==Examples - please fill in here==&lt;br /&gt;
&lt;br /&gt;
* [http://freedomboxfoundation.org/ FreedomBox]&lt;br /&gt;
* [http://freenetproject.org/whatis.html Freenet] &lt;br /&gt;
* [http://guifi.net/en Guifi.net] (Spain, +15.000 free nodes interconnected)&lt;br /&gt;
* http://melbourne.wireless.org.au/ - a free community broadband network, using inexpensive off-the-shelf wireless network hardware.&lt;br /&gt;
** I believe they have been working on storage and communications protocols for some years. [[User:Mark Elliott|Mark Elliott]] 16:15, 30 March 2008 (PDT)&lt;br /&gt;
* [http://wirelessafrica.meraka.org.za/wiki/index.php/Wireless_Africa_Home_Page Wireless Africa]&lt;br /&gt;
* [http://seattlewireless.net/ SeattleWireless.net]&lt;br /&gt;
* [http://villagetelco.org/mesh-potato/ MeshPotato]&lt;br /&gt;
** ~$99 all FOSS, hardware is Open Source&lt;br /&gt;
&lt;br /&gt;
=Existing constraints and barriers to deployment=&lt;br /&gt;
&lt;br /&gt;
*Costly off-grid energy systems&lt;br /&gt;
*Regulatory issues in communication infrastructures&lt;br /&gt;
*Land base for setting up towers&lt;br /&gt;
*Peer to peer communication protocol&lt;br /&gt;
*Peer to peer data storage&lt;br /&gt;
*Cost of erecting towers&lt;br /&gt;
*Opposition from centralized interests&lt;br /&gt;
&lt;br /&gt;
=Facts and data that support arguments against=&lt;br /&gt;
&lt;br /&gt;
Centralized control of information efforts include lawsuits of the Motion Pictures Association, Recording Artists Association&lt;br /&gt;
&lt;br /&gt;
=Relevance to OSE core values=&lt;br /&gt;
&lt;br /&gt;
Decentralized and effective provision of needs is essential to OSE&#039;s philosophy.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=Implementation=&lt;br /&gt;
&lt;br /&gt;
#Development of communication and storage protocol is a tractable problem&lt;br /&gt;
#Capitalization may be obtained readily by involving a large number of internet users, paying perhaps $25/year or whatever the at-cost price may be&lt;br /&gt;
##1 node every 10 miles, or every 100 sq miles (ex: 30,000 nodes for 3M sq miles of the USA&lt;br /&gt;
##Assume 10M initial subscribers- $2.5 billion in startup revenue available&lt;br /&gt;
##Each node has $100k allotment available&lt;br /&gt;
&lt;br /&gt;
=Strategy=&lt;br /&gt;
&lt;br /&gt;
Cost reduction for a project of this magnitude is feasible. $100k/node provides for feasibility using off-shelf technology. However, we want to go for open source components to assure maximum value. I propose we use $1-10M to develop open source, at-cost production facilities for hardware: &lt;br /&gt;
*wireless nodes - via CNC routers&lt;br /&gt;
*mobile, onsite aluminum production for towers from on-site clay - &#039;&#039;&#039;feasibility has not been evaluated&#039;&#039;&#039;&lt;br /&gt;
*open source protocol and code&lt;br /&gt;
*open source solar concentrator or OS PV production (ribbon PV is an immediate candidate)&lt;br /&gt;
*storage battery production - sealed lead acid&lt;br /&gt;
*power electronics - inverter and power conditioning for tower&lt;br /&gt;
&lt;br /&gt;
[[Category:Zero_Hour]]&lt;br /&gt;
&lt;br /&gt;
=Project Status=&lt;br /&gt;
&lt;br /&gt;
*Zero Hour began at 5 PM, Wednesday, February 26, 2008&lt;br /&gt;
*Initial business plan to be drafted by March 26, 2008&lt;br /&gt;
**Due diligence required: dedicated email list, publicity via networks&lt;br /&gt;
**Dedicated webspace; opensourceecology.org volunteered at present&lt;br /&gt;
*Refined business plan to be drafted by April 26, 2008&lt;br /&gt;
**Due diligence required:&lt;br /&gt;
***Economic feasibility of mobile aluminum smelting unit&lt;br /&gt;
***Economic analysis of node hardware fabrication&lt;br /&gt;
***Economic analysis of solar energy production&lt;br /&gt;
***Economic analysis of energy storage production&lt;br /&gt;
*Final business plan to be drafted by May 26, 2008&lt;br /&gt;
*Technical development period: June - December 1, 2008&lt;br /&gt;
*Fundraising, PR, begun December 1&lt;br /&gt;
*Deployment begun January 1, 2009&lt;br /&gt;
&lt;br /&gt;
=Feedback=&lt;br /&gt;
&lt;br /&gt;
We welcome your feedback on any points of this project. -The Neomanagement&lt;br /&gt;
&lt;br /&gt;
=More info / Links =&lt;br /&gt;
* http://en.wikipedia.org/wiki/Mesh_networking&lt;br /&gt;
* [http://ecbiz103.inmotionhosting.com/~jrbald5/wp-content/uploads/2011/05/MeshKit_jrbaldwin.pdf MeshKit - Building &amp;amp; Sustaining Community Mesh Networks]&lt;br /&gt;
* [http://wirelessafrica.meraka.org.za/wiki/index.php/DIY_Mesh_Guide Wireless Mesh DIY guide]&lt;br /&gt;
* [http://wndw.net/ Wireless Networking in the Developing World Book]&lt;br /&gt;
* [http://wirelessu.org/units/list Documents - Presentations WirelessU.org]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Kenn_Danner&amp;diff=82282</id>
		<title>Kenn Danner</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Kenn_Danner&amp;diff=82282"/>
		<updated>2012-12-02T00:21:41Z</updated>

		<summary type="html">&lt;p&gt;Donovan: /* HOW can you help? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Team Culturing Information=&lt;br /&gt;
&lt;br /&gt;
last updated: 26. April, 2011&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;WHO&#039;&#039;&#039; are you?===&lt;br /&gt;
*&#039;&#039;Name&#039;&#039; - Kenn Danner&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Location (city, country)&#039;&#039; - Saltspring Island, British Columbia, Canada&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Contact Information (email, phone, Skype)&#039;&#039; - kenndanner (at) shaw (dot) ca, 250-653-4421&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Introductory Video&#039;&#039; - &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Resume/CV&#039;&#039; - http://kddesign.ca&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;WHY&#039;&#039;&#039; are you motivated to support/develop this work?===&lt;br /&gt;
*&#039;&#039;Do you endorse open source culture?&#039;&#039;&lt;br /&gt;
I am a socialist to the core.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Why are you interested in collaborating with us?&#039;&#039;&lt;br /&gt;
Because I am a socialist to the core.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;How do you think that the GVCS can address pressing world issues?&#039;&#039;&lt;br /&gt;
By thinking small, local and sustainable. The most important human occupation is acquiring food. The elite know this and have all but taken over (global) food production (if you control a population&#039;s food you control that population).Food security must be the responsibility of each individual and the way to help this happen is to facilitate food production on a human scale.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;What should happen so that you become more involved with the project?&#039;&#039;&lt;br /&gt;
A small amount of discussion quickly followed by building stuff.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;What are you missing in the project?&#039;&#039;&lt;br /&gt;
Both of the above  . . .&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;What are your suggestions for improvement of the project?&#039;&#039;&lt;br /&gt;
I will pass my comments along as they arise.&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;WHAT&#039;&#039;&#039;===&lt;br /&gt;
*&#039;&#039;List all of your skills in these areas: Communications - Organizational - Computer Support - Finances - Design - Natural Building - Electronics - Automation - Metallurgy - Engineering - Fabrication - Agriculture - Energy - Architecture - Video/Graphics/Art - PR/Marketing - Education - Construction - Industry - CNC - Chemistry - Product Design - Other&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;How have you already contributed to the project?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;HOW&#039;&#039;&#039; can you help?&#039;&#039;===&lt;br /&gt;
*&#039;&#039;How are you interested in contributing to the work of GVCS development?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Can you volunteer to work with us, and if so, how many hours per week?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Are you interested in working with us for pay? If so, what services can you offer, and what is your hourly or per-project rate?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Are you interested in [http://openfarmtech.org/wiki/Dedicated_Project_Visit Dedicated Project Visit]?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Are you interested in purchasing equipment from us to help bootstrap development?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Are you interested in bidding for consulting/design/prototyping work?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Are you a [http://openfarmtech.org/wiki/True_Fans True Fan]? If not, why not?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Would you like to see yourself working with us on a full-time basis?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Are you interested in using the technologies that we are developing directly?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Are you interested in being part of the world&#039;s first, open source, resilient community? The GVCS is the preparatory step for the OSE Village Experiment - a 2 year, immersion experiment (2013-2014) for testing whether a real, thriving, modern-day prototype community of 200 people can be built on 200 acres using local resources and open access to information? We are looking for approximately 200 people to fill a diverse array of roles, according to the Social Contract that is being developed. This may be the boldest social experiment on earth - a pioneering community whose goal is to extend the index of possibilities regarding harmonious existence of humans, ecology, and technology - as a beacon of light to benefit of all people on Earth.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Team Culturing]]&lt;br /&gt;
[[Category:People]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Eerik_Wissenz&amp;diff=82281</id>
		<title>Eerik Wissenz</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Eerik_Wissenz&amp;diff=82281"/>
		<updated>2012-12-02T00:20:54Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Eerik Wissenz and [http://www.solarfire.org/ www.solarfire.org] are no longer associated with Open Source Ecology.&lt;br /&gt;
&lt;br /&gt;
[[Category:People]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Robert_Anteau&amp;diff=82279</id>
		<title>Robert Anteau</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Robert_Anteau&amp;diff=82279"/>
		<updated>2012-12-02T00:20:09Z</updated>

		<summary type="html">&lt;p&gt;Donovan: /* HOW can you help? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Team Culturing Information=&lt;br /&gt;
&lt;br /&gt;
last updated: 6. June, 2011&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;WHO&#039;&#039;&#039; are you?===&lt;br /&gt;
*&#039;&#039;Name&#039;&#039; - robert anteau&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Location (city, country)&#039;&#039; - amsterdam, the netherlands&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Contact Information (email, phone, Skype)&#039;&#039; - anteau (at) hushmail (dot) com, +31299770142&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Introductory Video&#039;&#039; - &lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;300&amp;quot; height=&amp;quot;200&amp;quot; src=&amp;quot;https://www.youtube.com/embed//lECdR1L_K8A&amp;quot; frameborder=&amp;quot;0&amp;quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Resume/CV&#039;&#039; - &lt;br /&gt;
R O B E R T   A N T E A U&amp;lt;br/&amp;gt;&lt;br /&gt;
ADDRESS:	Aztekenstraat 14, Purmerend 1448XT&amp;lt;br/&amp;gt;&lt;br /&gt;
TELEPHONE:	+31 299770142&amp;lt;br/&amp;gt;&lt;br /&gt;
EMAIL:	anteau (at) lycos (dot) com&amp;lt;br/&amp;gt;&lt;br /&gt;
PROFILE&amp;lt;br/&amp;gt;&lt;br /&gt;
A highly experienced Test Manager, with in depth knowledge of the Telecommunications industry focused on achieving results.&amp;lt;br/&amp;gt;&lt;br /&gt;
A highly experienced Operations Manager, with in depth knowledge of the Telecommunications industry, who has achieved rapid career growth following the successful delivery of results.&amp;lt;br/&amp;gt;&lt;br /&gt;
A committed and tenacious problem solver, who reviews ineffective working practices and implements solutions that impact positively on performance.&amp;lt;br/&amp;gt;&lt;br /&gt;
An energetic and adaptable change manager, who provides clear support and direction to maintain performance and realize corporate objectives.&amp;lt;br/&amp;gt;&lt;br /&gt;
An articulate communicator, with first-rate interpersonal skills, who develops effective relationships at every level.&amp;lt;br/&amp;gt;&lt;br /&gt;
A resourceful controller, who forecasts requirements and maintains resources to meet future demands.&amp;lt;br/&amp;gt;&lt;br /&gt;
Ready to deliver impressive results in a managerial position within a challenging new Telecommunications/ Technical environment.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
CAREER HISTORY&amp;lt;br/&amp;gt;&lt;br /&gt;
Telfort/HP									 	2008 – Now(Telecom)&amp;lt;br/&amp;gt;&lt;br /&gt;
Delivery Stream Manager&amp;lt;br/&amp;gt;&lt;br /&gt;
Responsible for the Throughput of the post-paid (CCBS) stream. Manage vendor relationship with Huawei. Manage team of 19 people. Managed offshore AppDev/Test teams.&amp;lt;br/&amp;gt;&lt;br /&gt;
Manager Test Management&amp;lt;br/&amp;gt;&lt;br /&gt;
Responsible for testing of software by third parties as well as a department of 13 test coordinators. Ensure that Telfort test department gets grown from an organization of 1 to 13 persons and to professionalise the Telfort test group. Ensure training meets recognized standards and introduce SOX working methods and compliance I into testing group. Manage 2.0 test team, (Huawei CCBS system).  Overall Test Manager for the 2.0 CCBS project.&amp;lt;br/&amp;gt;&lt;br /&gt;
UPC  NL	1999 - 2007(CATV and Broadband Provider)&amp;lt;br/&amp;gt;&lt;br /&gt;
Reverse Logistics and Testing Manager&amp;lt;br/&amp;gt;&lt;br /&gt;
Responsible for forecasting, and testing of Customer Premise Equipment (CPE) as well as Network Services Equipment (NWS).  Implemented training policy  to ensure that regional technical staff perform their duties effectively thereby reducing overall costs.  Provided five separate reports to the VP NWS and had budgetary responsibility for all return CPE and NWS equipment. Also responsible for writing all test protocols to ensure that used CPE and NWS equipment was returned to service. Responsible for ongoing testing to ensure the quality of the VoIP (Arris, SA)  and STB (Thomson, Pace) platforms together with other UPC affiliates. Testing groups tested both hardware and embedded software.&amp;lt;br/&amp;gt;&lt;br /&gt;
National CPE Logistics ManagerResponsible for ordering, forecasting, stocking and testing Customer Premise Equipment (CPE).  Implemented training to ensure that regional staff perform their duties effectively.  Provides three separate reports to the CEO and has CTO budgetary responsibility for all CPE, totaling 24 million euro’s.  Also responsible for writing all test protocols and ensuring that used CPE is returned to service.&amp;lt;br/&amp;gt;&lt;br /&gt;
Field Operations and Installations Manager&amp;lt;br/&amp;gt;&lt;br /&gt;
Responsible for maintaining the quality and integrity of the HFC network from the hub to the end user, providing installation activity and maintaining quality standards for all cable, telephony and Internet customers.  Handled customer services and resolved complaints.  Provided daily management of Field Engineers and other staff and contractors to ensure smooth departmental and network operation.  Undertook staff recruitment, training and development.  Maintained interdepartmental communications/relations.  Negotiated standard contracts with contractors and set pricing, working closely with purchasing and legal department.&amp;lt;br/&amp;gt;&lt;br /&gt;
TELECRAFTERS, MICHIGAN, USA	1994 - 1999(Telecom contracting firm)&amp;lt;br/&amp;gt;&lt;br /&gt;
Installation Manager&amp;lt;br/&amp;gt;&lt;br /&gt;
Responsible for all facets of telephony and cable installation, new build and rebuild.  Recruited and managed a team of 50, ensuring the achievement of set targets.  Implemented training initiatives to enhance performance and development.  Also responsible for acquisitions, winning contracts, bid conferencing and budget control.&amp;lt;br/&amp;gt;&lt;br /&gt;
Cable Supervisor&amp;lt;br/&amp;gt;&lt;br /&gt;
Responsible for installing cable services to residential and business customers, managing a staff of 20. Facilitated training to ensure quality of work and enhance staff development.&amp;lt;br/&amp;gt;&lt;br /&gt;
PROFESSIONAL DEVELOPMENT &amp;amp; TRAINING&amp;lt;br/&amp;gt;&lt;br /&gt;
SCTE Telecrafters&amp;lt;br/&amp;gt;&lt;br /&gt;
ITIL UPC&amp;lt;br/&amp;gt;&lt;br /&gt;
Broadband Transmission		Philips&amp;lt;br/&amp;gt;&lt;br /&gt;
Berenschot Management		UPC&amp;lt;br/&amp;gt;&lt;br /&gt;
ISTQB		Telfort&amp;lt;br/&amp;gt;&lt;br /&gt;
Prince 2		Telfort&amp;lt;br/&amp;gt;&lt;br /&gt;
Lean Six Sigma Green Belt Lite		HP&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
EDUCATIONAL DETAILS&amp;lt;br/&amp;gt;&lt;br /&gt;
Vrije Universiteit	1990 - 1994&amp;lt;br/&amp;gt;&lt;br /&gt;
Industrial and Organizational Psychology&amp;lt;br/&amp;gt;&lt;br /&gt;
East Detroit High School 	1982 - 1985&amp;lt;br/&amp;gt;&lt;br /&gt;
General Education&amp;lt;br/&amp;gt;&lt;br /&gt;
ADDITIONAL INFORMATION&amp;lt;br/&amp;gt;&lt;br /&gt;
An experienced computer user with knowledge of Visio, Oracle, Office, and Projects.&amp;lt;br/&amp;gt;&lt;br /&gt;
Holds a full clean driving license.&amp;lt;br/&amp;gt;&lt;br /&gt;
A fluent Dutch speaker, reader, and writer&amp;lt;br/&amp;gt;&lt;br /&gt;
Native English speaker&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;WHY&#039;&#039;&#039; are you motivated to support/develop this work?===&lt;br /&gt;
*&#039;&#039;Do you endorse open source culture?&#039;&#039;&lt;br /&gt;
I do and for all of the PC&#039;s in my house and my company server I use Ubuntu&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Why are you interested in collaborating with us?&#039;&#039;&lt;br /&gt;
I feel that I have skills that could be of value to the Project and I think it is helping to create a more sustainable future &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;How do you think that the GVCS can address pressing world issues?&#039;&#039;&lt;br /&gt;
I think that the GVCS project is creating a situation that in the long term will not only create something that is sustainable form an economic perspective by moving all of the activities to a local level as well as moving down the energy needs by reducing the size of the supply chain thereby improving the environment&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;What should happen so that you become more involved with the project?&#039;&#039;&lt;br /&gt;
We should discuss and find a best fit where I can best help out in the project&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;What are you missing in the project?&#039;&#039;&lt;br /&gt;
I believe that it needs to become more professional in particular as far as project management is concerned. In addition the project needs to increase its funding base by approaching persons/group/organiztions both governmental and NGO&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;What are your suggestions for improvement of the project?&#039;&#039;&lt;br /&gt;
Look at ways to improve the funding. Improve the level of professionalism.&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;WHAT&#039;&#039;&#039;===&lt;br /&gt;
*&#039;&#039;List all of your skills in these areas: Communications - Organizational - Computer Support - Finances - Design - Natural Building - Electronics - Automation - Metallurgy - Engineering - Fabrication - Agriculture - Energy - Architecture - Video/Graphics/Art - PR/Marketing - Education - Construction - Industry - CNC - Chemistry - Product Design - Other&#039;&#039;&lt;br /&gt;
Communications/Organizational/Finance/fund raising. I have 15 years of Telco management experience so I feel I can improve the maturity of the project&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;How have you already contributed to the project?&#039;&#039;&lt;br /&gt;
I have not&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;HOW&#039;&#039;&#039; can you help?&#039;&#039;===&lt;br /&gt;
*&#039;&#039;How are you interested in contributing to the work of GVCS development?&#039;&#039;&lt;br /&gt;
In the area of project management and helping to generate more funding&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Can you volunteer to work with us, and if so, how many hours per week?&#039;&#039;&lt;br /&gt;
Yes, 5-10 hours per week&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Are you interested in working with us for pay? If so, what services can you offer, and what is your hourly or per-project rate?&#039;&#039;&lt;br /&gt;
Yes, but not now. Most of my freelance work relates to Test Management/Line Management/Process Managment, usually with budgetary control. I think at this point I am to expensive for the project.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Are you interested in [http://openfarmtech.org/wiki/Dedicated_Project_Visit Dedicated Project Visit]?&#039;&#039;&lt;br /&gt;
Yes, perhaps in the fall or maybe spring next year&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Are you interested in purchasing equipment from us to help bootstrap development?&#039;&#039;&lt;br /&gt;
no&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Are you interested in bidding for consulting/design/prototyping work?&#039;&#039;&lt;br /&gt;
Yes, but not now as I am currently working and I am looking for now to do some no cost work for the project&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Are you a [http://openfarmtech.org/wiki/True_Fans True Fan]? If not, why not?&#039;&#039;&lt;br /&gt;
No, But I will become one&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Would you like to see yourself working with us on a full-time basis?&#039;&#039;&lt;br /&gt;
Hard to say as at this point I am giving my time for free. In the future maybe.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Are you interested in using the technologies that we are developing directly?&#039;&#039;&lt;br /&gt;
yes&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Are you interested in being part of the world&#039;s first, open source, resilient community? The GVCS is the preparatory step for the OSE Village Experiment - a 2 year, immersion experiment (2013-2014) for testing whether a real, thriving, modern-day prototype community of 200 people can be built on 200 acres using local resources and open access to information? We are looking for approximately 200 people to fill a diverse array of roles, according to the Social Contract that is being developed. This may be the boldest social experiment on earth - a pioneering community whose goal is to extend the index of possibilities regarding harmonious existence of humans, ecology, and technology - as a beacon of light to benefit of all people on Earth.&lt;br /&gt;
A great initiative but as I am not coming to live in the US for 3-5 years its not going towrk for me&lt;br /&gt;
&lt;br /&gt;
[[Category:Team Culturing]]&lt;br /&gt;
[[Category:People]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Chicken_processing&amp;diff=82278</id>
		<title>Chicken processing</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Chicken_processing&amp;diff=82278"/>
		<updated>2012-12-02T00:17:59Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Breadcrumb|Food and Agriculture|Animal Husbandry}}&lt;br /&gt;
Grab by feet and hold upside down&lt;br /&gt;
&lt;br /&gt;
wait until chicken calms down from too much blood in head&lt;br /&gt;
&lt;br /&gt;
hang feet by rope&lt;br /&gt;
&lt;br /&gt;
either cut throat when chicken is calm and will flap around or swing chicken until dizzy and then take down and chop throat, the chicken will not flap as much&lt;br /&gt;
&lt;br /&gt;
hang chicken until all blood is out&lt;br /&gt;
&lt;br /&gt;
blood goes bad very quickly so you want the blood out soon&lt;br /&gt;
&lt;br /&gt;
dip chicken into really boiling water&lt;br /&gt;
&lt;br /&gt;
scrape feathers off with fingers, very small feathers/hairs can be burned off with torch or fire&lt;br /&gt;
&lt;br /&gt;
take bone or something out of throat area&lt;br /&gt;
&lt;br /&gt;
there are two bad areas in the chicken that need to be removed, the scent gland at the tip of the tail taht is very smelly, cut it out in a triangle and cut it out. the gall neds to be removed, cut to left and right of anus, grip anus shut and cut around to allow removal of intestines, if it wont come then cut around the neck. The lungs, liver, and kidneys will stick to the back of the rib cage and have to be scraped out.&lt;br /&gt;
&lt;br /&gt;
check intestines for what you want to eat and if there is anything bad, look at them, check for worms, flukes, cyts with eggs inside. &lt;br /&gt;
&lt;br /&gt;
3 buckets, one for hot water, one for cold for cleaning, and one for throwing all feathers and stuff into buacket and bury&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
preserve chicken:&lt;br /&gt;
&lt;br /&gt;
salt and hang, get salt in near bone,&lt;br /&gt;
&lt;br /&gt;
smoke chicken, hang in smoke until really done&lt;br /&gt;
&lt;br /&gt;
[[Category:Food Storage and Processing]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Nikolay_Georgiev&amp;diff=82277</id>
		<title>Nikolay Georgiev</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Nikolay_Georgiev&amp;diff=82277"/>
		<updated>2012-12-02T00:16:35Z</updated>

		<summary type="html">&lt;p&gt;Donovan: /* Feedback */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Nikolay_Georgiev_new.jpg|thumb|Nikolay Georgiev]]&lt;br /&gt;
&lt;br /&gt;
=Open Profile=&lt;br /&gt;
&lt;br /&gt;
last updated: 30. April, 2012&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;WHO&#039;&#039;&#039; are you?===&lt;br /&gt;
*&#039;&#039;Name/Nationality/Ethnicity&#039;&#039; - Nikolay Georgiev, Bulgaria&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Location&#039;&#039; – Darmstadt, Germany&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Contact Information&#039;&#039; –&lt;br /&gt;
Gmail and Skype: &#039;&#039;&#039;nikolay.h.georgiev&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
Jabber: nikolayhg&amp;lt;br/&amp;gt;&lt;br /&gt;
Mobile: +49 &#039;&#039;&#039;one seven six 5514 9643&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
Facebook: https://www.facebook.com/nikolayhg&amp;lt;br/&amp;gt;&lt;br /&gt;
Youtube: https://www.youtube.com/osegermany&amp;lt;br/&amp;gt;&lt;br /&gt;
Flickr: https://secure.flickr.com/photos/nikolayhg1/&amp;lt;br/&amp;gt;&lt;br /&gt;
Website: http://www.nikolay-georgiev.net/&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Introductory Video&#039;&#039; - &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;What are your long-term goals?&#039;&#039;&lt;br /&gt;
Main Vision: Enabling every human to create their lives and develop the way they really want by increasing freedom and abundance. Practically: start with covering the basic needs of humanity in the Open Source Ecology way.&amp;lt;br/&amp;gt;&lt;br /&gt;
Long-Term Goals: Grow and evolve Open Source Ecology as a standard way of living and working in Europe. Focus on OSE Germany and Europe-wide collaboration.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;What are your short-term goals?&#039;&#039;&lt;br /&gt;
- Create the first [[Germany/OSE_Village|OSE Village]] in Germany.&amp;lt;br/&amp;gt;&lt;br /&gt;
- Create strong thriving open collaborative [[Germany/Network|OSE network in Germany]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Resume/CV&#039;&#039; – &lt;br /&gt;
&lt;br /&gt;
Current:&amp;lt;br/&amp;gt;&lt;br /&gt;
2012 Jan - [[OSE Germany]]&amp;lt;br/&amp;gt;&lt;br /&gt;
2012 May - Oct: supported by [http://wiki.opensourceecology.de/wiki/Velaia_GmbH velaia GmbH] with a [http://wiki.opensourceecology.de/wiki/Nikolay_Georgiev/Grundeinkommen basic income].&amp;lt;br/&amp;gt;&lt;br /&gt;
2011 - now:&lt;br /&gt;
Open Source Ecology - [[Germany|OSE Germany]], [[OSE Europe]], Wiki ([[Team Culturing]]), IT, [[Press_Procedure|Press]].&amp;lt;br/&amp;gt;&lt;br /&gt;
2011 - now: [http://openom.eu/ OM Create &amp;amp; Act Open &amp;amp; Positive] - started and supporting open positive network on whole sustainability in Bulgaria.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Past:&amp;lt;br/&amp;gt;&lt;br /&gt;
Personal Work:&amp;lt;br/&amp;gt;&lt;br /&gt;
2010 Nov: [http://openpario.mime.oregonstate.edu/projects/modunotes/wiki/ModuNotes_Folded ModuNotes] – Simple modular notepad for mobile and everyday use. Project goals: simplicity, modularity, ease of use, mobility, durability, ecology, openness, scalability.&amp;lt;br/&amp;gt;&lt;br /&gt;
2009 - 2010 - researching sustainability topics - Plastic, Water, Food, Ecology, Consumption, Economics, Design, Open Source Software ... &amp;lt;br/&amp;gt;&lt;br /&gt;
2009 Dec – 2010 Jan: [https://github.com/ngeorgiev/School-Schedule-Designer School Schedule Designer] – Open Source Software for designing school schedules based on Eclipse RCP.&amp;lt;br/&amp;gt;&lt;br /&gt;
2008 Dec: [http://github.com/ngeorgiev/Notespring NoteSpring] – Open Source Note Taking software based on Eclipse RCP.&amp;lt;br/&amp;gt;&lt;br /&gt;
Official Work:&amp;lt;br/&amp;gt;&lt;br /&gt;
2009 - 2011 - Working as a software developer&amp;lt;br/&amp;gt;&lt;br /&gt;
2004 - 2009 - Bachelor of Computer Science, Darmstadt, Germany&amp;lt;br/&amp;gt;&lt;br /&gt;
1998 - 2003 - Mathematics Gymnasium, Plovdiv, Bulgaria&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Hobbies and Pastimes&#039;&#039; - Learning, Experimenting with thoughts and world views, Contribution, Spirituality, Being in Nature, Creating, Simplifying, Connecting and Communicating with people.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;WHY&#039;&#039;&#039; are you motivated to support/develop this work?===&lt;br /&gt;
*&#039;&#039;Do you support open source culture?&#039;&#039;&lt;br /&gt;
Absolutely. We have to open so many things - software, hardware, knowledge, connections, beliefs, feelings. Just amazing possibilities!&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Why are you interested in this work?&#039;&#039;&lt;br /&gt;
First, Open Source Ecology is based on Natural Principles which consequences have been shown to be positive for a lot of natural and technological systems.&lt;br /&gt;
&lt;br /&gt;
* Decentralization (instead of Centralization) of Power – proven pattern in a lot of networks, like technology (internet, web site development, …) and human relationships (politics, religion/spirituality, family, …).&lt;br /&gt;
* Self-Sufficiency – basic needs for living are covered and produced by the local people. No need for dependence. In the future if there is dependency it will be in the form of collaboration.&lt;br /&gt;
* Openness – sharing documentation, product design and development process. Being able to change and adapt the products.&lt;br /&gt;
* Product Quality – life-time, modular and systems Design.&lt;br /&gt;
* Collaboration (instead of using other people for self-interest) – getting people together by purpose and values, and not by force, is much better for the producers and the consumers as well.&lt;br /&gt;
* Replicability – giving birth of open sourced, modern-living villages is just amazing! Having the choice of replicability saves a lot of time and work.&lt;br /&gt;
&lt;br /&gt;
Second, it is crucially important that we go beyond life of survival. Survival mode is pushing everyone to take resources from other people, not considering their allowance, health and their community. When we are in survival mode we often neglect our own values and push other people in order to survive.&lt;br /&gt;
&lt;br /&gt;
When we reach the state of living where all basic needs are covered, every person on this planet will have much bigger possibility to develop his own potential. Right now only a very small percentage of the human population have the time and possibilities to develop themselves – to guide their own life in the direction they want, to contribute to the society by using their abilities in their fullness. Most people in the world are fighting, struggling, working only for their own survival or that of their own families, and higher goals and desires like developing themselves and contributing to society are not possible or of low priority.&lt;br /&gt;
&lt;br /&gt;
We need new models of economy and living based on openness, giving and sharing. Open Source Ecology is headed clearly in this direction, giving back freedom and abundance to where it belongs.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Why are you interested in OSE Germany?&#039;&#039;&lt;br /&gt;
OSE Germany is crucial to the development of OSE in Europe. If we do it in Germany we can do everywhere in Europe. Germany has many advantages: a lot of professionals, one of the biggest sustainability cultures in the world and most people are well financially.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;How does OSE fit into your current live and long and short term goals?&#039;&#039;&lt;br /&gt;
I have dedicated my life to OSE.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;What will stop you supporting OSE Germany?&#039;&#039;&lt;br /&gt;
Nothing. As long as we are developing with the OSE values and principles, this is my path.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;WHAT&#039;&#039;&#039;===&lt;br /&gt;
*&#039;&#039;List all of your skills in these areas: Communications - Organizational - PR/Marketing - Computer Support - Finances - Law - Design - Video/Graphics - Education - Architecture - Construction - Natural Building - Ecology - Agriculture - Permaculture - Renewable Energy - Electronics - Automation - Metallurgy - Engineering - Product Design - CAD - Fabrication - Industry - CNC - Chemistry - Others&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Communications&#039;&#039;&#039;&lt;br /&gt;
- I share valuable information openly - blogging, speaking, presenting, discussing, clarifying, creating and sustaining bridges.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Organizational&#039;&#039;&#039;&lt;br /&gt;
- Experience in organizing OSE Europe, Bulgarian open sustainability network and OSE Germany.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Computer Support&#039;&#039;&#039;&lt;br /&gt;
- I use open source software: Ubuntu, Wordpress, Wiki, phpBB, Drupal. Able to setup quickly Wordpress websites.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Video/Graphics&#039;&#039;&#039;&lt;br /&gt;
- I use Kdenlive, GIMP and Inkscape.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Education&#039;&#039;&#039;&lt;br /&gt;
- Love it. For education to effective, there should be clear understanding of the teacher and clear simple communication.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Natural Building&#039;&#039;&#039;&lt;br /&gt;
- I want to learn and practice designing and building tools and structures.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Permaculture&#039;&#039;&#039;&lt;br /&gt;
- Basic understanding, would love to get practical experience and grow my own food.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Renewable Energy&#039;&#039;&#039;&lt;br /&gt;
- Basic understanding, would love to get practical experience.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Electronics&#039;&#039;&#039;&lt;br /&gt;
- Played with Arduino.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CAD&#039;&#039;&#039;&lt;br /&gt;
- Beginner in Solidworks, seems easy and fun.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fabrication and CNC&#039;&#039;&#039;&lt;br /&gt;
- Beginner welding, metal working and CNC experience through few courses. Found it easy and will be happy to improve my fabrication skills.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;What have you contributed to the development of OSE and OSE Germany?&#039;&#039;&lt;br /&gt;
To OSE: Wiki ([[Crash Course]], [[Team Culturing]]), IT, [[Press_Procedure|Press]], [[OSE Europe]]&amp;lt;br/&amp;gt;&lt;br /&gt;
To OSE Germany: Organizing, communicating, expanding the network, finding people. For more info see [[OSE Germany]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;What is stopping your contribution to OSE Germany?&#039;&#039;&lt;br /&gt;
On a personal level: my communication is expanding and I am prioritizing where my attention and work is going. I am deciding between good, better and best. I am not yet so good as I wished I was, but I am getting there every day. I want and I am learning how to be more effective.&amp;lt;br/&amp;gt;&lt;br /&gt;
On a team level: team communication and team work should be better. This has direct effect also on my work - delaying or improving it. Would love to see more people engaged in OSE Germany from the hearth.&amp;lt;br/&amp;gt;&lt;br /&gt;
On environment: we still don&#039;t have a real [[Germany/OSE Village|OSE Village]] where we can take ownership of our lives and work.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;HOW&#039;&#039;&#039; can you help?&#039;&#039;===&lt;br /&gt;
*&#039;&#039;How do you want to contribute?&#039;&#039;&lt;br /&gt;
1) Developing [[OSE Germany]], 2) creating open collaborative [[OSE Europe]], 3) helping OSE and FeF as I can.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;What is the best use of your time?&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Communication&#039;&#039;&#039;: I love communication that is clear, immediately gets to the point, time-saving, but also also honest and from the heart. Feedback is great!&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Prioritized Actions&#039;&#039;&#039;: For OSE Germany it is better that my focus right now is finding the people with skills rather then me personally developing my engineering, fabrication and construction skills, i.e. organization and communication. Second priority is the creation of [[Germany/OSE Village|OSE Village]] as long-term dedication.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Can you volunteer to work with us, and if so, how many hours per week?&#039;&#039;&lt;br /&gt;
All my time!&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Are you interested in working with us for pay? If so, what services can you offer, and what is your hourly or per-project rate?&#039;&#039;&lt;br /&gt;
We have to find ways to sustain everyone of us involved in OSE. Be it through money and other ways, the projects should be long-term sustainable.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Would you like to see yourself working with us on a full-time basis? Under what kind of conditions?&#039;&#039;&lt;br /&gt;
Yes. Under the only condition that we make it possible at least for the OSE Germany Core Team to work sustainably in the long-term.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Are you interested in being part of the OSE Village in Germany?&#039;&#039;&lt;br /&gt;
Absolutely! This is my long-term goal.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Are you interested in building GVCS or other Open Source Hardware equipment? If so which ones?&#039;&#039;&lt;br /&gt;
Totally. Still too early to say which ones, depends on our needs in the OSE Village.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Are you a [http://openfarmtech.org/index.php?title=True_Fans True Fan]?&#039;&#039;&lt;br /&gt;
Yes.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Are you OSE Germany Commons Donor?&#039;&#039;&lt;br /&gt;
It is not possible technically yet. Hopefully we can offer this possibility soon.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;What should happen so that you become more involved in OSE Germany?&#039;&#039;&lt;br /&gt;
[[Germany/OSE Village|OSE Village]] in Germany.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;What should happen so that you are passionately involved in OSE Germany?&#039;&#039;&lt;br /&gt;
I am and if more people are passionately involved in OSE Germany, then the synergy is amazing and the passion multiplies!&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Team Work and Network===&lt;br /&gt;
*&#039;&#039;What are your expectations of your team members?&#039;&#039;&lt;br /&gt;
They love the OSE values. Are honest with themselves and others. They work focused on what is important for our development. Communicate relevantly and openly. Communicate immediately when they feel that something planned is wrong or cannot happen. Give feedback. Choose to unite rather than separate people. Maintain enriching relationships within the team. Finally they want to develop themselves and help other people even outside the team.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;What do you perceive as your responsibility as a team member?&#039;&#039;&lt;br /&gt;
All of the above expectation of my team member + ensuring that we as team are moving forward.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;What do you think should be our priorities now and in the long-term?&#039;&#039;&lt;br /&gt;
Now: 1) Better team work 2) Expanding the network 3) OSE Village&amp;lt;br/&amp;gt;&lt;br /&gt;
Long-term: Still to be defined concretely with the team. My initial thoughts: 1) Identifying economically significant technology for Germany (GVCS-like) 2) Creating Open Collaborative Platform 3) Development and proof of concepts for few technologies 4) Creating dozens of places where open source development thrives 5) More Growth and Open Collaboration&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;What are the biggest challenges for OSE Germany and what can we and you do about them?&#039;&#039;&lt;br /&gt;
For Germany as a country: a lot of laws (Gesetze) and certification requirements. Solutions: learn about them and find out solutions as open community.&amp;lt;br/&amp;gt;&lt;br /&gt;
For the team: good strategy and dedicated actions. Solutions: Strategy is yet to be defined, all help is needed. Dedicated action really depends on your real motivation to participate in OSE Germany - the more clear you are the better for you and everyone.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Your Friends and Community===&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;How are your friends and environment supporting open source development&#039;&#039;&lt;br /&gt;
Almost all my friends and my environment participate in OSE and [http://openom.eu/ OM]. Both represent exactly the way I want to live. Though, I need also physical environment, like the OSE Village in Germany, so that I and others can put the open source development into concrete practice.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;How your environment can become more supportive or even engaged in open source development?&#039;&#039;&lt;br /&gt;
Experiment and become an example that it is possible. Create physical places where these people can live and work. Make it sustainable in the long-term.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Can you share with everyone of us friends, people, communities and organizations you know who are already doing valuable work for a better future?&#039;&#039;&lt;br /&gt;
I document it here: [[OSE_Europe/Friends|OSE Europe Friends]].&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Feedback===&lt;br /&gt;
*&#039;&#039;What do you like in OSE Germany?&#039;&#039;&lt;br /&gt;
The people who are already participating and the growing interest. That we are open network. That we have very similar values.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;What is missing in OSE Germany?&#039;&#039;&lt;br /&gt;
- More dedicated people.&amp;lt;br/&amp;gt;&lt;br /&gt;
- Real need! OSE Village and visionary project.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;What are your suggestions for improvement in OSE Germany and how could these be implemented?&#039;&#039;&lt;br /&gt;
Know what you really want to do. If OSE is some part of that, join us!&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Team Culturing Europe]]&lt;br /&gt;
[[Category:Team Culturing]]&lt;br /&gt;
[[Category:Profiles Germany]]&lt;br /&gt;
[[Category:People]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=OpenShot&amp;diff=82276</id>
		<title>OpenShot</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=OpenShot&amp;diff=82276"/>
		<updated>2012-12-02T00:14:13Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://www.openshotvideo.com/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;iframe src=&amp;quot;https://player.vimeo.com/video/50513213&amp;quot; width=&amp;quot;400&amp;quot; height=&amp;quot;300&amp;quot; frameborder=&amp;quot;0&amp;quot; webkitAllowFullScreen mozallowfullscreen allowFullScreen&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Open Source Software]]&lt;br /&gt;
[[Category:Video Editing Software]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=MyDIYCNC&amp;diff=82274</id>
		<title>MyDIYCNC</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=MyDIYCNC&amp;diff=82274"/>
		<updated>2012-12-02T00:09:31Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://www.kickstarter.com/projects/421256045/diy-desktop-cnc-machine&lt;br /&gt;
&lt;br /&gt;
[[Category:Links]]&lt;br /&gt;
[[Category:Kickstarter]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Core_Team_Bios&amp;diff=82273</id>
		<title>Core Team Bios</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Core_Team_Bios&amp;diff=82273"/>
		<updated>2012-12-02T00:07:57Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Elifarley Cruz===&lt;br /&gt;
[[Elifarley Cruz]] is a software engineer from [[:Category: Brazil| Brazil]] who has contributed to a number of open source software projects and to the [http://p2pfoundation.net/ P2P Foundation] as a co-editor. A long-time Linux user, he&#039;s passionate about open source software and hardware, knowledge sharing and the commons. He believes in the abolishment of artificial limitations and unrestricted sharing of knowledge as ways to bring forth the true human potential and take society to new heights.&lt;br /&gt;
Mr. Cruz is helping OSE with IT issues, administration of the forum and wiki, and sundry tasks.&lt;br /&gt;
&lt;br /&gt;
He can be reached at elifarley &#039;&#039;at&#039;&#039; opensourceecology org&lt;br /&gt;
&lt;br /&gt;
===Luis Diaz===&lt;br /&gt;
With six years of progressive experience in formulation, implementation and execution of business and marketing strategies, Mr. Diaz actively participates in the organizational development and operations of OSE.  As an advisor in strategic planning, he aids in ensuring that the organization’s vision is properly implemented in accordance to its governance, bylaws and mission.  Previously, Mr. Diaz was engaged in launching several new ventures and provided guidance in the areas of brand design and development, financial planning, internal management systems and human resources.&lt;br /&gt;
&lt;br /&gt;
[[Category:People]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Parker_Bonnell&amp;diff=82272</id>
		<title>Parker Bonnell</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Parker_Bonnell&amp;diff=82272"/>
		<updated>2012-12-02T00:06:14Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
; Phone/Email/Skype/Location: See emailed application &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
; 1.	Please list schools you have attended, degrees and/or major areas of study or training, and independent studies that you have done.&lt;br /&gt;
* M.A. Energy and Environmental Economics, Boston University –  2009-2011&lt;br /&gt;
* B.A. Environmental Analysis and Policy, Boston University –  2007-2009 &lt;br /&gt;
* Great Books Program, St. John’s College –  2005-2007&lt;br /&gt;
; 2.	Please attach a resume or provide a list of work experience, both paid and volunteer.&lt;br /&gt;
* See emailed application&lt;br /&gt;
; 3.	Please provide 3 References with email and phone number - 2 work references, 1 personal reference&lt;br /&gt;
* Happy to provide later upon request—would prefer to know you’re interested before I impose on their time, and so I can give them a heads-up closer to the actual time you would contact them.&lt;br /&gt;
; 4.	How did you hear about the program? Why are you applying for a Dedicated Project Visit? Why are you interested in our work?&lt;br /&gt;
* Initially heard about it via TED a number of months ago and was interested but not at a point when I could consider playing a role. As fate would have it though, I recently came across it again in the article published by MAKE magazine—which was the catalyst that inspired me to action.&lt;br /&gt;
; 5.	Describe practical skills you may have - from agriculture, workshop, industry, organizing, hands-on, CAD, manufacturing, computer skills, etc.&lt;br /&gt;
* &#039;&#039;&#039;Practical Skills&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;Agriculture:&#039;&#039; was raised in gardening family, many years experience with growing food and learning much about the science/chemistry behind optimal growth.&lt;br /&gt;
** &#039;&#039;Woodworking:&#039;&#039; moderate skill, and eager to learn more—recently built compost bin and a boardwalk for a trail overtop a swamp&lt;br /&gt;
** &#039;&#039;Cooking:&#039;&#039; have cooked most of my life. Can cook almost any recipe successfully and love doing it. Have built a fair-sized repertoire over the years.&lt;br /&gt;
** &#039;&#039;Writing:&#039;&#039; spent childhood as a voracious reader, and dedicated much time in school toward developing my skills in writing. Style-wise, I try to focus on clarity, with a touch of levity here and there.&lt;br /&gt;
** &#039;&#039;Modeling &amp;amp; Analysis:&#039;&#039; Spent much of undergrad and graduate education working on quantitative models and GIS/mapping applications. Would be happy to apply such skills if needed.&lt;br /&gt;
** &#039;&#039;Ceramics:&#039;&#039; Not sure if applicable, but I have some knowledge and skill with shaping clay.&lt;br /&gt;
** &#039;&#039;Workshop:&#039;&#039; not much unfortunately, but an area I have long been interested in, and one that I would be extremely passionate to learn more about. &lt;br /&gt;
* &#039;&#039;&#039;Design/Art Skills:&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;Photography:&#039;&#039; passion of mine for more than a decade, skilled with both analog and digital technology.&lt;br /&gt;
** &#039;&#039;Photoshop:&#039;&#039; over seven years experience, have spent time using almost all tools available in some capacity. &lt;br /&gt;
* &#039;&#039;&#039;Computer Skills:&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;Excel:&#039;&#039; have spent years mastering it, and am familiar with its many ins-and-outs. See resume for more details regarding time spent with it.&lt;br /&gt;
** &#039;&#039;Java:&#039;&#039; learned how to program with it last year, and became fairly proficient. Skills at it have atrophied somewhat due to lack of use, but could get back on board without too much trouble.&lt;br /&gt;
** &#039;&#039;Circuitry:&#039;&#039; recently acquired an Arduino and have been playing around with it, but my skills and knowledge are limited in that department. Would love to learn more though. &lt;br /&gt;
&lt;br /&gt;
; 6.	Have you designed and built or produced anything for your own use?&lt;br /&gt;
* In terms of wood-working, this past year I have designed and built my own raised garden beds, compost bin, trail boardwalk (through a swamp), and laptop stand. &lt;br /&gt;
* I’ve also made myself a set of dishware from a few years spent studying ceramics&lt;br /&gt;
; 7.	Which of your skills are particularly relevant towards creating the GVCS? Please view the TED Talk and recent update for the latest on our approach and on-the-ground work.&lt;br /&gt;
* The skills that would be relevant depend on the role you most need filled. I would be happy to discuss this more.&lt;br /&gt;
; 8.	Do you have any organizational skills and experience?&lt;br /&gt;
* Yes. I am well experienced in scheduling and event planning, and am familiar with most tools used for that purpose.&lt;br /&gt;
; 9.	Can you cook? Can you cover your food expenses?&lt;br /&gt;
* Absolutely. I know a wide range of recipes by heart and can pretty much follow any other. My guacamole, while not worth dying for, has actually caused at least one fight.&lt;br /&gt;
; 10.	Do you have resources to support yourself while volunteering with us?&lt;br /&gt;
* Yes. I have all the funds, transportation, and even shelter, that I might need.&lt;br /&gt;
; 11.	Do you have any medical, physical, or psychological conditions or disabilities which may affect your ability to do physical work?&lt;br /&gt;
* No; I’m fit and healthy. &lt;br /&gt;
; 12.	Do you have any emotional, psychological, or mental conditions which may affect your ability to act with composure and good judgment?&lt;br /&gt;
* No. Clean bill of health.&lt;br /&gt;
; 13.	Are you easy to get along with and can you get along with other people?&lt;br /&gt;
* Definitely easy to get along with; happy to find a middle ground on conflicts that arise. Not the social center of a room, but am certainly amicable and enjoy shooting the breeze and learning about others.  &lt;br /&gt;
; 14.	Do you have strong ideological views (political, religious, elitist, feminist, etc.)?&lt;br /&gt;
* Mostly moderate view on all of the above, and I certainly do not proselytize and generally do not judge others for differing belief—it takes all types to make the world turn. &lt;br /&gt;
; 15.	Are you a team player - or someone who understands that the work we do at Factor e Farm is for a much greater purpose than for our own self-gratification, indulgence, or agenda? This implies a level of maturity in the participant which allows one to remain not only aligned with the vision, but also to remain motivated in this work.&lt;br /&gt;
* Yes, I am a team player. Working with such a team towards the purpose of Factor e Farm’s mission is my driving motivation for signing on. &lt;br /&gt;
; 16.	Do you smoke?&lt;br /&gt;
* No, but I don’t condemn others for doing so.&lt;br /&gt;
; 17.	Do you have any dietary restrictions? Will you eat meat raised at our farm?&lt;br /&gt;
* None, and yes.&lt;br /&gt;
; 18.	Do you have transportation? Will you be arriving by car and leaving the car on-site?&lt;br /&gt;
* I do have a car, and will be happy to use it to help the project if it’s needed.&lt;br /&gt;
; 19.	Documentation is key to moving our work forward. Are you familiar with using a Wiki?&lt;br /&gt;
* Yes. &lt;br /&gt;
; 20.	Can you work well as a pioneer under rough conditions, by taking the responsibility to create your own environment?&lt;br /&gt;
* Yes, and I would be happy to do so.&lt;br /&gt;
; 22.	If you are accepted and things don&#039;t work out, do you have other options to pursue after the month?&lt;br /&gt;
* Yes—I can go back where I came from (with a heavy heart) and figure something else out.&lt;br /&gt;
; 23.	Are you willing to publish all the results of your work openly, and to make any of your contributions open source, consistent with our goal of creating Distributive Enterprise?&lt;br /&gt;
* Definitely.&lt;br /&gt;
&lt;br /&gt;
; 24.	How does your proposed work contribute to the creation of the GVCS?&lt;br /&gt;
* I could help by documenting all the projects being currently undertaken. I can video-record as needed, update the wiki with relevant information and documents concerning the projects and the organization as a whole. I could prepare graphics and visualizations. I could conduct interviews and write press releases. &lt;br /&gt;
* I could work assisting with financials and quantitative modeling as needed, as well as strategy or planning/organization. I could also help with whatever GIS/mapping needs you might have. If any of that sounds like something you could use help with, it would be easier to talk more about specifics via telephone, email or Skype.&lt;br /&gt;
* I could serve as cook for the members of the Factor e Farm. I’m not sure if it is currently every man for them self or if everyone pools money for food, or something else, but if meals are collective, I could help prepare and plan them. &lt;br /&gt;
* I could work as a farm helper, helpful hand to prototypers, or construction. Planting, harvesting, making, building—depends where I’m needed most.&lt;br /&gt;
; 25.	What are the metrics by which you could assess the success of your work? (prototypes built, documentation produced, resources or funding raised, infrastructure built, food provided, contribution to the community provided, True Fans recruited, etc.) Note that we are looking more for tangible and explicit proposals and results as opposed to &#039;I will help with whatever is needed&#039; or other generalizations - unless we agree otherwise.&lt;br /&gt;
* While I did just generalize with my last bullet point in #24, I think my prior three proposals are fairly specific. The metric for success on any of the three would, naturally, vary greatly. Consequently, I would appreciate knowing which you were most interested in before detailing intended results&lt;br /&gt;
; 26.	What do you expect personally to get out of your Dedicated Project Visit?&lt;br /&gt;
* The chance to contribute to a project that could possibly change the world.&lt;br /&gt;
* The feeling of gratification from working toward a fantastic dream. &lt;br /&gt;
* Whatever knowledge/skills I can pick up from those around me. &lt;br /&gt;
* Speaking and spending time with all the interesting people who have come to help make this a reality.&lt;br /&gt;
; 27.	Can you visit us prior to your Dedicated Project Visit?&lt;br /&gt;
* If it seemed likely I could join and help, then yes, I could likely make the time before my arrival to visit.&lt;br /&gt;
; 28.	Please share three interesting things about yourself.&lt;br /&gt;
* I lived at and served as a volunteer at Devils Tower National Monument for a summer; working with fascinating people and discovering a love for rock climbing.&lt;br /&gt;
* I have a passion for analog photography, and the many technical intricacies involved with both the cameras and the darkroom. &lt;br /&gt;
* I spent my first two years of college in a tiny 400 person school outside of Santa Fe living, breathing, studying and discussing the primary source works of history’s greatest thinkers.&lt;br /&gt;
; 29.	Please share three things you think people should know about living with you.&lt;br /&gt;
* I might resent you a bit if you snore.&lt;br /&gt;
* I’m happy to make the meal, as long as you help with the dishes.&lt;br /&gt;
* I love trying and exploring new things, so don’t hesitate to bring me along or introduce me to whatever.&lt;br /&gt;
; 30.	Can you bring a digital camera or phone camera for documenting your work?&lt;br /&gt;
* I can bring a digital camera, and/or Flip video recorder.&lt;br /&gt;
; 31.	Any other concerns or considerations?&lt;br /&gt;
* The only consideration I can think of is that since I’m so eager to help, the sooner you can respond, the better.&lt;br /&gt;
&lt;br /&gt;
[[Category:People]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Documentation_Standards&amp;diff=82271</id>
		<title>Documentation Standards</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Documentation_Standards&amp;diff=82271"/>
		<updated>2012-12-02T00:03:39Z</updated>

		<summary type="html">&lt;p&gt;Donovan: /* Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=Introduction=&lt;br /&gt;
As the project moves towards viral replication, it is important to create effective documentation standards. The scope of Open Source Ecology involves machine and organization level items leading to the Open Source Economy. In Phase I (January, 2013), we are defining the standards for the 50 [[GVCS]] machines, which is intended to be a beta test for a larger platform that scales to any number of items - encyclopedic scope. Organizational aspects for creating the open source economy will be developed in Phase II (February, 2013).&lt;br /&gt;
&lt;br /&gt;
=Design Rationale=&lt;br /&gt;
The scope of effective documentation standards for OSE includes Machine, Organizational, and Wiki level areas of documentation.&lt;br /&gt;
==Organizatinal Level==&lt;br /&gt;
*The organizational level involves documentation related to running a GVCS-based development, production, or other applied project. &lt;br /&gt;
*Enterprise development documentation.&lt;br /&gt;
&lt;br /&gt;
==Machine Level==&lt;br /&gt;
*Understanding the standards makes it possible to navigate both graphically and via the address bar on the OSE wiki - to access any piece of documentation for any machine.&lt;br /&gt;
*Machine naming is standard. Currently, the names used on the main site at opensourceecology.org are used.&lt;br /&gt;
*Each machine has a Core and Supporting documentation set. The Core set includes those pieces of documentation that are indispensible for the safe and effective building and usage of GVCS tools by inexperienced builders/users. Supporting documentation is that which allows for the modification, remixing of modules, and other hacks on the machines. It also includes that information which makes replication easier, but which is not critical to such replication - by a novice builder.&lt;br /&gt;
*Each Machine has a finite, well-defined set of Core Documentation and Supporting Documentation.&lt;br /&gt;
*Supporting Documentation consists of Wiki-level (such as Links section or Index) and Machine-level items (such as CAE analysis - noncritical but desirable for replication)&lt;br /&gt;
*Standards are consistent with [[Open Source Hardware Association Open Source Hardware Definition]].&lt;br /&gt;
&lt;br /&gt;
==Wiki Level==&lt;br /&gt;
*Each machine has a particular set of wiki-level Supporting Documenation items - such as Links (example below). Standards are defined for each of these Supporting Documentation item&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Links=&lt;br /&gt;
*[[Documentation Standards Development]]&lt;br /&gt;
*See [[Documentation Standards Old]]&lt;br /&gt;
*[[GVCS Interface Design Standards]]&lt;br /&gt;
*[[Extreme Modularity Resource Map]]&lt;br /&gt;
*[[Open Source Hardware Modularity Pattern Language]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;br /&gt;
[[Category:Standards]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Hall_Effect_Sensor_Module&amp;diff=82270</id>
		<title>Hall Effect Sensor Module</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Hall_Effect_Sensor_Module&amp;diff=82270"/>
		<updated>2012-12-02T00:02:19Z</updated>

		<summary type="html">&lt;p&gt;Donovan: /* Action Info */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
&lt;br /&gt;
Note: newer sensor design consists of a 0.5&amp;quot;x1.5&amp;quot;x6&amp;quot; long alluminum bar upon which the Hall effect sensor is mounted.&lt;br /&gt;
==New Sensor Holder==&lt;br /&gt;
Installed on CEB Press. Adjustable for proximity to magnets, and up-down adjustable via clamp mechanism. Threaded rod is 3/4&amp;quot;, and 2 bolts hold it firmly in place. Known bug: clamp mechanism around frame needs to use 2 - not 1 - bolts for clamping, otherwise rotation around bolt exists.&lt;br /&gt;
&lt;br /&gt;
[[Image:sensorlarge.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Older Sensor Holder==&lt;br /&gt;
[[Image: halleffectsensor4.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
[[Image: halleffectsensor1.jpg|200px]]&lt;br /&gt;
[[Image: halleffectsensor2.jpg|200px]]&lt;br /&gt;
[[Image: halleffectsensor3.jpg|200px]]&lt;br /&gt;
[[Image: halleffectsensor5.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
=Action Info=&lt;br /&gt;
&lt;br /&gt;
Materials&lt;br /&gt;
&lt;br /&gt;
[https://www.sparkfun.com/products/9312 Hall Effect Sensor]&lt;br /&gt;
&lt;br /&gt;
[http://www.amazonsupply.com/dp/B000H9MZMU/ref=sp_dp_g2c_asin Aluminum Bar 6061T6 1/4&amp;quot; x 1/2&amp;quot; x 72&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
[http://www.amazon.com/Marineland-31010-Silicone-Caulker-10-3/dp/B000255OAO/ref=sr_1_5?s=hi&amp;amp;ie=UTF8&amp;amp;qid=1348465225&amp;amp;sr=1-5&amp;amp;keywords=100%25+silicone Silicone Caulk] Look for the &amp;quot;neutral cure&amp;quot; type of silicone caulk if using copper wires&lt;br /&gt;
&lt;br /&gt;
22 AWG Stranded Wire of different colours&lt;br /&gt;
&lt;br /&gt;
Cord jacket for 3 22AWG wires&lt;br /&gt;
&lt;br /&gt;
Wire Label (Important! Label your wires so you know which wire is connected to which pin- it&#039;ll save you a lot of trouble later on!)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Steps&lt;br /&gt;
&lt;br /&gt;
*Cut 1 piece of aluminum flat bar to length (ex. 10cm)&lt;br /&gt;
&lt;br /&gt;
*Cut 3 pieces of 22AWG wire and 1 piece of jacket to the desired length (ex. 150cm)&lt;br /&gt;
&lt;br /&gt;
*Strip the 3 pieces of wire 10mm at one end and 20mm at the other end&lt;br /&gt;
&lt;br /&gt;
*Check and confirm which pins of the hall effect sensor are to which inputs/outputs (ex. V+, V-, Signal) see [http://www.sparkfun.com/datasheets/Components/General/Hall-US1881EUA.pdf datasheet]&lt;br /&gt;
&lt;br /&gt;
*Solder the 20mm ends of the wires&lt;br /&gt;
&lt;br /&gt;
*Solder and shrink tube the 10mm ends of the wires to the hall effect sensor pins&lt;br /&gt;
&lt;br /&gt;
*Recheck which wires are connected to which pins&lt;br /&gt;
&lt;br /&gt;
*Attach a label near the sensor to each wire about what the wire&#039;s pin is (ex. Red is V+, Black is V-, Green is Signal)&lt;br /&gt;
&lt;br /&gt;
*Clamp or weigh down the wires near the sensor so that the sensor is stationary&lt;br /&gt;
&lt;br /&gt;
*Position the aluminum flat bar underneath the sensor. The sensor should be near an end of the flat bar, the sensor&#039;s wire output parallel to the bar and inward toward the other end of the bar&lt;br /&gt;
&lt;br /&gt;
*Apply silicone to the sensor and its pin-wire connection. The objective is to mount the sensor to the aluminum while waterproofing the pin-wire connection.&lt;br /&gt;
&lt;br /&gt;
*Insert the 3 long wires into the jacket&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Testing&lt;br /&gt;
&lt;br /&gt;
Upload the following code into the [[Arduino]] microcontroller then check the serial monitor for the signal from the hall effect sensor (SignalValue/1024 being the fraction of 5V)&lt;br /&gt;
&lt;br /&gt;
[[File: halleffecttest.ino]]&lt;br /&gt;
&lt;br /&gt;
=Developers=&lt;br /&gt;
&lt;br /&gt;
Yoonseo Kang - ykang404@gmail.com&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Hot_Rolling_Strategy&amp;diff=82269</id>
		<title>Hot Rolling Strategy</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Hot_Rolling_Strategy&amp;diff=82269"/>
		<updated>2012-12-02T00:00:19Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OSE is aiming to demonstrate that an advanced civilzation (metal products via precision machining) may be created as a product of a small workshop (4000 square feet) in 3 steps.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;img src=&amp;quot;https://docs.google.com/drawings/pub?id=1Ogomzp0GfWPvmOrZEddzaChbqhUeammApJzXhIYUFGU&amp;amp;amp;w=640&amp;amp;amp;h=480&amp;quot;&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/drawings/d/1Ogomzp0GfWPvmOrZEddzaChbqhUeammApJzXhIYUFGU/edit edit]&lt;br /&gt;
[[Category:Metal Rolling]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Tomato&amp;diff=82255</id>
		<title>Tomato</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Tomato&amp;diff=82255"/>
		<updated>2012-12-01T23:28:04Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Tomato is Open-Source Wireless Router Firmware=&lt;br /&gt;
&lt;br /&gt;
[http://lifehacker.com/344765/turn-your-60-router-into-a-user+friendly-super+router-with-tomato Improving Router Performance with Tomato!]&lt;br /&gt;
&lt;br /&gt;
[http://en.wikibooks.org/wiki/Tomato_Firmware/Menu_Reference#Admin_Access Tomato Menu Reference Article]&lt;br /&gt;
&lt;br /&gt;
=How to Set Up a WDS Mesh=&lt;br /&gt;
&lt;br /&gt;
[http://www.smallnetbuilder.com/wireless/wireless-howto/31191-everything-you-need-to-know-about-wireless-bridging-and-repeating-part-1-wds Everything to know about WDS]&lt;br /&gt;
&lt;br /&gt;
=How to Trouble Router DHCP Renewal=&lt;br /&gt;
&lt;br /&gt;
Under &#039;&#039;&#039;advanced&#039;&#039;&#039; select &#039;&#039;&#039;clone pc&#039;&#039;&#039; for WAN port then selected &#039;&#039;&#039;random&#039;&#039;&#039; for wireless interface.&lt;br /&gt;
&lt;br /&gt;
[http://www.dslreports.com/forum/r19256781-Tomato-WRT54G-tomato-status-renewing Resetting Router + Modem Solution]&lt;br /&gt;
&lt;br /&gt;
[[Category:Open Source Software]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
	</entry>
</feed>