<?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=DOHill</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=DOHill"/>
	<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/wiki/Special:Contributions/DOHill"/>
	<updated>2026-04-17T05:47:49Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=CAD_tools&amp;diff=113374</id>
		<title>CAD tools</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=CAD_tools&amp;diff=113374"/>
		<updated>2014-01-01T00:46:47Z</updated>

		<summary type="html">&lt;p&gt;DOHill: /* Open Source */ Added Art of Illusion&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CADTemplate}}&lt;br /&gt;
==Overview==&lt;br /&gt;
See [[CAD Discussion]] and [[CAD (Computer Aided Design)|CAD]]&lt;br /&gt;
&lt;br /&gt;
Here are some open source options for [[CAD]]. Because the open-source options for CAD are rather limited (there are currently no good open source parametric 3D CAD programs), significant closed-source programs are also listed at the end.&lt;br /&gt;
&lt;br /&gt;
==Open Source==&lt;br /&gt;
&lt;br /&gt;
===[[Blender]]===&lt;br /&gt;
* Mesh-based direct modelling. Not parametric.&lt;br /&gt;
* Focused on artistic 3D modelling and animation.&lt;br /&gt;
* No CAD functionality so it is not suited to CAD use, though it can be used for very basic prototyping.&lt;br /&gt;
&lt;br /&gt;
===[http://sourceforge.net/apps/mediawiki/free-cad/index.php?title=Main_Page FreeCAD]===&lt;br /&gt;
* The most promising open source 3D-CAD software by far, but still has some way to go. The recently (Nov. 2013) added assembly module is a decisive step forward allowing productive work. [http://freecad-tutorial.blogspot.ch/2013/09/how-to-test-assembly-module.html]&lt;br /&gt;
* Focused on mechanical engineering and product design.&lt;br /&gt;
* Feature-based, parametric, with 2D sketch input with constraint solver.&lt;br /&gt;
* Based on OpenCasCade and Coin3D (an implementation of Open Inventor).&lt;br /&gt;
* Windows, Mac OSX and Linux.&lt;br /&gt;
* Supports brep, nurbs, booleans operations or fillets.&lt;br /&gt;
* &amp;quot;A modular architecture that allow plugins (modules) to add functionality to the core application. Those extensions can be as complex as whole new applications or as simple as python scripts or self-recorded macros.&amp;quot;&lt;br /&gt;
* Built-in python interpreter for macros and scripts.&lt;br /&gt;
* Import/export to standard formats such as STEP, IGES, OBJ, DXF, SVG, U3D or STL.&lt;br /&gt;
&lt;br /&gt;
===[http://www.artofillusion.org/ Art of Illusion]===&lt;br /&gt;
* Focused on animation&lt;br /&gt;
* Import from OBJ STL SVG SVZ export to POV OBJ STL&lt;br /&gt;
&lt;br /&gt;
===[http://www.salome-platform.org/ Salomé]===&lt;br /&gt;
* Focused on numerical simulation, but can apparently also edit CAD data.&lt;br /&gt;
&lt;br /&gt;
===[http://brlcad.org/ BRL-CAD]===&lt;br /&gt;
* BRL-CAD is a powerful cross-platform open source solid modeling system that includes interactive geometry editing, high-performance ray-tracing for rendering and geometric analysis, image and signal-processing tools, a system performance analysis benchmark suite, libraries for robust geometric representation, with more than 20 years of active development. Operating Systems: All major platforms.&lt;br /&gt;
* Focused on analysis, rather than modelling (specifically ballistics research).&lt;br /&gt;
* CSG-based - models are built via combinations of basic shapes like spheres and cones, rather than extruded from arbitrary sketches.&lt;br /&gt;
* Very old code base.&lt;br /&gt;
* Actively developed.&lt;br /&gt;
&lt;br /&gt;
===[http://avocado-cad.sourceforge.net/ avoCADo]===&lt;br /&gt;
* Abandoned since 2008.&lt;br /&gt;
&lt;br /&gt;
===[[QCad]] Community Edition===&lt;br /&gt;
* Available only as [ftp://anonymous:anonymous@ribbonsoft.com/archives/qcad/qcad-2.0.5.0-1-community.src.tar.gz source code]&lt;br /&gt;
* [http://www.ribbonsoft.com/rsforum/viewtopic.php?t=237 How to get support for the QCad Community Edtion?]&lt;br /&gt;
* 2D only.&lt;br /&gt;
* Frustrating UI.&lt;br /&gt;
&lt;br /&gt;
===[http://librecad.org/cms/home.html LibreCAD]===&lt;br /&gt;
* [http://librecad.org/cms/home.html LibreCAD] is a fork of the QCad Community Edition&lt;br /&gt;
* Available for Linux, OSX and Windows&lt;br /&gt;
* The 1.0.0 series is still based on QT3&lt;br /&gt;
* The forthcoming 2.0.0 series is based on QT4&lt;br /&gt;
&lt;br /&gt;
===[http://openscad.org/ OpenSCAD]===&lt;br /&gt;
* Procedural script-based 3D-CAD (there is no editor GUI).&lt;br /&gt;
* Uses CSG ([[wikipedia:constructive solid geometry|constructive solid geometry]]) internally and can generate STL but also *import* STL (and use CSG on the resulting model). It also can read 2D designs in DXF and extrude parts of it into the 3rd dimension ([[wikipedia:extrusion|extrusion]] can be linear or on different paths, so you can make, e.g., a torus by extruding a circle on a circular path).&lt;br /&gt;
* Suitable for very simple shapes which benefit from being parametrically defined, e.g. gears, fasteners, wheels, etc.&lt;br /&gt;
* Unsuitable for complex models.&lt;br /&gt;
::http://www.cannymachines.com/entries/9/openscad_dimensioned_drawings&lt;br /&gt;
&lt;br /&gt;
===[http://www.implicitcad.org/ ImplicitCAD]===&lt;br /&gt;
* Procedural script-based 3D-CAD similar to OpenSCAD (there is no editor GUI).&lt;br /&gt;
* Can generate STL and SVG and GCode files &lt;br /&gt;
* Suitable for simple shapes which benefit from being parametrically defined, e.g. gears, fasteners, wheels, etc.&lt;br /&gt;
* better suitable for more complex models than OpenSCAD.&lt;br /&gt;
&lt;br /&gt;
===[http://www.pythonocc.org pythonOCC]===&lt;br /&gt;
* Object oriented script-based 3D-CAD (there is an editor [http://www.pythonocc.org/community/related_projects/pycado/ GUI]).&lt;br /&gt;
* based on Open CASCADE. It can handle STEP (AP203 and AP214), IGES, STL (ascii/binary) and VRML. &lt;br /&gt;
* It has parametric design, extrude/revolve/sweep as well as boolean operations, FE-meshing, rigid body simulation, but no 2D-drawing capability. &lt;br /&gt;
* Operating Systems: Linux, Mac OSX or Windows.&lt;br /&gt;
* The scripting commands are simple and powerful. As in openSCAD and FreeCAD the python scripts would allow for distributed version control to easily organize community collaboration with existing tools (like [http://en.wikipedia.org/wiki/Git_%28software%29 git] or [http://en.wikipedia.org/wiki/Mercurial mercurial] and free public [https://git.wiki.kernel.org/index.php/GitHosting git-hosting]). Draw back is the lack of 2D-drawing capability.&lt;br /&gt;
&lt;br /&gt;
===[http://code.google.com/p/heekscad/ HeeksCAD]===&lt;br /&gt;
* Development halted.&lt;br /&gt;
* Use the geometric constraints solver to create accurate drawings from rough sketches&lt;br /&gt;
* Solid modeling is provided by Open CASCADE&lt;br /&gt;
&lt;br /&gt;
===[http://heeks.net/ HeeksCNC]===&lt;br /&gt;
* CAD/CAM application written in Python that can help you produce the NC code for your [[milling machine]].&lt;br /&gt;
&lt;br /&gt;
===[http://www.opencascade.org OpenCASCADE]===&lt;br /&gt;
* Open CASCADE Technology is software development platform freely available in open source. It includes components for 3D surface and solid modeling, visualization, data exchange and rapid application development. Operating Systems: Linux, Sun Sparc, or Windows.&lt;br /&gt;
* Seems too &#039;&#039;clunky&#039;&#039; without a better GUI.&lt;br /&gt;
&lt;br /&gt;
===[http://www.cademia.org/frontend/index.php?folder_id=251 CADEMIA]===&lt;br /&gt;
* [http://www.cademia.org/frontend/index.php?folder_id=251 CADEMIA] is a modern CAD system with a full functionality for civil engineering and architecture.&lt;br /&gt;
* 2D only, focused on architecture.&lt;br /&gt;
* It is written in Java and is available for Windows, Mac and Linux&lt;br /&gt;
* Open source&lt;br /&gt;
* It is available in English and German&lt;br /&gt;
&lt;br /&gt;
==Closed Source, Free==&lt;br /&gt;
&lt;br /&gt;
===[http://www.ptc.com/products/creo-elements-direct/modeling-express/ PTC Creo Elements Direct Modelling Express 4.0]===&lt;br /&gt;
* Ridiculous name.&lt;br /&gt;
* Limited to something like 50 parts per assembly. I believe that is the only limitation of the free version.&lt;br /&gt;
* Direct extrusion-based modelling, similar to Sketchup but much more powerful.&lt;br /&gt;
* Probably the best free CAD on Windows.&lt;br /&gt;
* Windows only. Sort of runs in wine, but not usably (crashes often, UI flickers).&lt;br /&gt;
&lt;br /&gt;
===[http://sketchup.google.com/ Google SketchUp]===&lt;br /&gt;
* Focused on architectural sketching.&lt;br /&gt;
* Free, but not open source, works in linux under Wine. See [[Sketchup on Linux]] for installation notes.&lt;br /&gt;
* Direct modelling. Not parametric, and does not allow changing dimensions to exact values.&lt;br /&gt;
* Better than Blender, but still not really suitable for CAD.&lt;br /&gt;
&lt;br /&gt;
===[http://www.artifice.com/free/dw_lite.html DesignWorkshop Lite]===&lt;br /&gt;
* Only Windows &amp;amp; Mac versions&lt;br /&gt;
* For home design and visualization of architecture, landscapes, exhibits, urban design, or any kind of spatial design&lt;br /&gt;
&lt;br /&gt;
===[http://www.3ds.com/products/draftsight/free-cad-software/ DraftSight]===&lt;br /&gt;
* Good AutoCAD compatibility.&lt;br /&gt;
* Focused on 2D drafting, very little 3D support.&lt;br /&gt;
&lt;br /&gt;
===[http://www.gcad3d.org/ gCAD3D]===&lt;br /&gt;
* free but closed sourced 3D CAD/CAM system&lt;br /&gt;
* prametrized, scriptable&lt;br /&gt;
* CNC processor&lt;br /&gt;
* Linux, Windows OS&lt;br /&gt;
&lt;br /&gt;
===[http://www.varicad.de/de/home/ VariCAD]===&lt;br /&gt;
* low priced (~600$) full featured 3D/2D CAD&lt;br /&gt;
* free viewer available for VariCAD and STEP files&lt;br /&gt;
* integrated calculation tools for springs, bolt preloading etc.&lt;br /&gt;
* STEP I/O and much more&lt;br /&gt;
* Linux, Windows OS&lt;br /&gt;
* partially applied on GVCS backhoe and trencher (use OSE Wiki search)&lt;br /&gt;
&lt;br /&gt;
==Closed Source, Expensive==&lt;br /&gt;
&lt;br /&gt;
===[http://www.solidworks.com/ Solidworks]===&lt;br /&gt;
* Extremely popular and powerful history-based parametric 3D CAD.&lt;br /&gt;
* Modern usable UI.&lt;br /&gt;
* Price in the £1000-range.&lt;br /&gt;
* Windows only. Can be started in wine, but not usable.&lt;br /&gt;
* Focused on mechanical engineering and product design. Not suited to architecture.&lt;br /&gt;
&lt;br /&gt;
===[http://www.ptc.com/ Pro Engineer]===&lt;br /&gt;
* Main competitor to Solidworks.&lt;br /&gt;
* Used to run on Linux natively, new versions are Windows-only. The last Linux version was Pro/E Wildfire 4&lt;br /&gt;
* Archaic Motif GUI.&lt;br /&gt;
* Modelling paradigm essentially identical to Solidworks.&lt;br /&gt;
* Now known as &amp;quot;Creo Elements/Pro&amp;quot; (I&#039;m unsure if it is based on the same code as Pro/E was).&lt;br /&gt;
&lt;br /&gt;
===SolidEdge===&lt;br /&gt;
* Solidworks competitor from Siemens.&lt;br /&gt;
* Parametric feature-based modelling.&lt;br /&gt;
* Windows only.&lt;br /&gt;
* Has a free 2D drafting option&lt;br /&gt;
&lt;br /&gt;
===Autodesk Inventor===&lt;br /&gt;
* Another solidworks competitor.&lt;br /&gt;
* Windows only.&lt;br /&gt;
&lt;br /&gt;
===AutoCAD===&lt;br /&gt;
* Originally 2D-only and it shows.&lt;br /&gt;
* More architecturally-focused than Solidworks and Pro/E.&lt;br /&gt;
* Originator of the DXF format.&lt;br /&gt;
* Used to be the industry standard. Much less so today.&lt;br /&gt;
&lt;br /&gt;
===[http://www.plm.automation.siemens.com/en_us/products/nx/ NX]===&lt;br /&gt;
&lt;br /&gt;
* Super high-end CAD from Siemens.&lt;br /&gt;
* Very similar to Solidworks. If you have used one it will not take long to learn the other.&lt;br /&gt;
* Price is &amp;quot;it doesn&#039;t matter if you ask or not - you can&#039;t afford it&amp;quot;. This is what they use to design nuclear submarines.&lt;br /&gt;
* As a result, Googling for help is no use.&lt;br /&gt;
* Runs on Linux natively.&lt;br /&gt;
&lt;br /&gt;
==Electronics CAD==&lt;br /&gt;
&lt;br /&gt;
===Open Source===&lt;br /&gt;
* [http://www.lis.inpg.fr/realise_au_lis/kicad/ KiCAD]&lt;br /&gt;
* [http://www.gpleda.org Gnu Electronic Design Automation] tools.&lt;br /&gt;
&lt;br /&gt;
===Closed Source===&lt;br /&gt;
* Eagle. Terrible terrible UI.&lt;br /&gt;
* DesignSpark from RS. Looks much much better than Eagle, KiCAD, and GEDA.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[CAD by Mariano Alvira]]&lt;br /&gt;
* [[SKDB]]&lt;br /&gt;
* Discussion on [http://ubuntuforums.org/archive/index.php/t-190224.html CAD options] for Ubuntu&lt;br /&gt;
* [[3D file viewer]]&lt;br /&gt;
* [http://www.freecad.com/ FreeCAD] and [http://www.freebyte.com/cad/cad.htm], directories of free CAD, CAM and CAE programs&lt;br /&gt;
* Printed Circuit Board Routing Software: http://www.freerouting.net/&lt;br /&gt;
* [http://qucs.sourceforge.net/ Quite Universal Circuit Simulator]&lt;br /&gt;
* [[p2p-foundation: Open Source CAD Applications]]&lt;br /&gt;
* [http://www.rendercity.com/ Rendercity], an online Radiance rendering service. One rendering job at a time, for free, at resolutions up to 768 x 768 pixels&lt;br /&gt;
* DraftSight - 2D drafting with dimensioning. [http://www.draftsight.com]&lt;br /&gt;
&lt;br /&gt;
[[Category: Software]]&lt;br /&gt;
[[Category: CAD]]&lt;br /&gt;
[[Category:Digital Fabrication]]&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Videoconferencing&amp;diff=113373</id>
		<title>Videoconferencing</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Videoconferencing&amp;diff=113373"/>
		<updated>2013-12-31T23:36:43Z</updated>

		<summary type="html">&lt;p&gt;DOHill: /* Comparison of Web Conferencing Software - added 2 alternative open source options - step away from the g-hangouts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Goal=&lt;br /&gt;
*platform for 10-20 people at one time&lt;br /&gt;
*One person shares screen&lt;br /&gt;
**Good to have other people share screens, too - one at a time&lt;br /&gt;
*Video Capture of development session&lt;br /&gt;
*Clear voice&lt;br /&gt;
*Chat window&lt;br /&gt;
&lt;br /&gt;
Videoconferencing is a way to connect multiple distributed parties via global communication networks to allow for video and audio exchanges between multiple parties simultaneously. This article is to describe what cross-platform software is currently available for cheap or free and their capabilities.&lt;br /&gt;
&lt;br /&gt;
=Comparison of Web Conferencing Software=&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/wiki/Comparison_of_web_conferencing_software&lt;br /&gt;
&lt;br /&gt;
==Open-Source Software==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OpenMeetings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
https://incubator.apache.org/openmeetings/&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;BigBlueButton&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://www.bigbluebutton.org/&lt;br /&gt;
&lt;br /&gt;
has a test room&lt;br /&gt;
&lt;br /&gt;
[http://www.bigbluebutton.org/videos/ 2 Short Tutorial Videos]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Webhuddle&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
https://www.webhuddle.com&lt;br /&gt;
&lt;br /&gt;
hosted version free to use while beta testing.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ekiga&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://www.ekiga.org/&lt;br /&gt;
&lt;br /&gt;
=Webhuddle=&lt;br /&gt;
&lt;br /&gt;
*No audio&lt;br /&gt;
&lt;br /&gt;
https://www.webhuddle.com/&lt;br /&gt;
&lt;br /&gt;
=TokBox=&lt;br /&gt;
&lt;br /&gt;
*Incompatibility with Linux&lt;br /&gt;
&lt;br /&gt;
http://www.tokbox.com/&lt;br /&gt;
&lt;br /&gt;
=Meetecho=&lt;br /&gt;
&lt;br /&gt;
*Free for 3 people, pay for more. Argh.&lt;br /&gt;
&lt;br /&gt;
http://www.meetecho.com/&lt;br /&gt;
&lt;br /&gt;
=OpenMeetings=&lt;br /&gt;
&lt;br /&gt;
https://incubator.apache.org/openmeetings/&lt;br /&gt;
&lt;br /&gt;
*Free and Open Source&lt;br /&gt;
&lt;br /&gt;
*Audio and Video Conferencing&lt;br /&gt;
&lt;br /&gt;
*Meeting Recording and Screen Sharing&lt;br /&gt;
&lt;br /&gt;
*File Explorer and Moderating System&lt;br /&gt;
&lt;br /&gt;
*Multi-Whiteboard and Chat&lt;br /&gt;
&lt;br /&gt;
*User and Room Management&lt;br /&gt;
&lt;br /&gt;
*Private Message Centre&lt;br /&gt;
&lt;br /&gt;
*Integrated Calender&lt;br /&gt;
&lt;br /&gt;
*Polls and Votes&lt;br /&gt;
&lt;br /&gt;
*Backup&lt;br /&gt;
&lt;br /&gt;
*Available as a Hosted Service OR Download and Install as Package on Server&lt;br /&gt;
&lt;br /&gt;
*No Usage or User Limitations&lt;br /&gt;
&lt;br /&gt;
=MeetingBurner=&lt;br /&gt;
http://www.meetingburner.com/&lt;br /&gt;
*Skype integrated&lt;br /&gt;
*Meeting analytics&lt;br /&gt;
*Mac &amp;amp; PC&lt;br /&gt;
&lt;br /&gt;
=Skype=&lt;br /&gt;
http://skype.com&lt;br /&gt;
&lt;br /&gt;
Available for:&lt;br /&gt;
* Mac&lt;br /&gt;
* Windows&lt;br /&gt;
* linux&lt;br /&gt;
* Android (audio only in group video chat)&lt;br /&gt;
* iOS (audio only in group video chat)&lt;br /&gt;
&lt;br /&gt;
Pricing:&lt;br /&gt;
* One-to-one video conferencing: free&lt;br /&gt;
* Unlimited audio conferencing: free&lt;br /&gt;
* More than two simultaneous video conferencing parties: $4.95/mo&lt;br /&gt;
&lt;br /&gt;
=ooVoo=&lt;br /&gt;
http://oovoo.com&lt;br /&gt;
&lt;br /&gt;
Available for:&lt;br /&gt;
* Mac&lt;br /&gt;
* Windows&lt;br /&gt;
* Android&lt;br /&gt;
* iOS&lt;br /&gt;
* Web-based&lt;br /&gt;
&lt;br /&gt;
Pricing:&lt;br /&gt;
* Up to 6 simultanuous video conferencing parties: Free (with ads)&lt;br /&gt;
* Up to 6 simultanuous video conferencing parties: $9.95/mo (no ads)&lt;br /&gt;
* Up to 12 simultaneous video conferencing parties: $29.95/mo&lt;br /&gt;
&lt;br /&gt;
=buzzumi.com=&lt;br /&gt;
https://buzzumi.com&lt;br /&gt;
&lt;br /&gt;
Available for:&lt;br /&gt;
* Web-based&lt;br /&gt;
&lt;br /&gt;
Pricing:&lt;br /&gt;
* Up to 6 simultaneous video conferencing parties: Free&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;based on OpenTok API &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Expressway Flexchat=&lt;br /&gt;
http://videochatsoftware.ca/&lt;br /&gt;
&lt;br /&gt;
Available for:&lt;br /&gt;
* Web-based (multiple rooms)&lt;br /&gt;
&lt;br /&gt;
Pricing:&lt;br /&gt;
* Unlimited domain license: $300&lt;br /&gt;
&lt;br /&gt;
=Notes=&lt;br /&gt;
Joe Justice promotes freeconferencecall.com, a web-based audio conferencing software, as used in Scrum project management of WIKISPEED.&lt;br /&gt;
&lt;br /&gt;
=See also=&lt;br /&gt;
[[online conferencing]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Communications]]&lt;br /&gt;
[[Category:Organization]]&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Wood_Stove_with_Heat_Exchanger&amp;diff=71794</id>
		<title>Wood Stove with Heat Exchanger</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Wood_Stove_with_Heat_Exchanger&amp;diff=71794"/>
		<updated>2012-08-23T12:24:01Z</updated>

		<summary type="html">&lt;p&gt;DOHill: signing it&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
This is a hydronic space heating stove where the heat exchanger is located in an openable fire chamber. Identical design may be used to run the [[Hadden Modern Steam Engine]] if at full blast. The intent is space heating of 2000 square feet, including hydronic radiators for remote rooms. &lt;br /&gt;
&lt;br /&gt;
=Heat Exchanger=&lt;br /&gt;
*160 feet&lt;br /&gt;
*Pancake coil configuration, 4&amp;quot; inner hole, 22&amp;quot; OD of pancake&lt;br /&gt;
*1/2&amp;quot; schedule 40 black pipe&lt;br /&gt;
*$2/foot materials cost for coil&lt;br /&gt;
*See [http://www.youtube.com/playlist?list=PL01217AD707EAE976 YouTube for Coil Fabrication]&lt;br /&gt;
&lt;br /&gt;
=Stove=&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;img src=&amp;quot;https://docs.google.com/drawings/pub?id=15dew7fpfETe3RS8b25I9bumljk1m27DC_5xTtqEkca8&amp;amp;amp;w=480&amp;amp;amp;h=360&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt; [https://docs.google.com/drawings/d/15dew7fpfETe3RS8b25I9bumljk1m27DC_5xTtqEkca8/edit (edit)]&lt;br /&gt;
&lt;br /&gt;
=Peer Review=&lt;br /&gt;
*&#039;&#039;&#039;[[Ben Hansen]]&#039;&#039;&#039; - Put a [[Catalytic Converter]] under the coil, that will keep it from being a drippy tar magnet, and you can focus the heat on to the coil pack.  A big burn chamber, line it with firebrick, secondary coil and heat exchange area works well.  Model to look at is a simple barrel stove double barrel kit.&lt;br /&gt;
*&#039;&#039;&#039;[[Aaron Makaruk]]&#039;&#039;&#039; - [[File:RMH-Diagram-Animation-PLAY-VII.gif]] &lt;br /&gt;
:*The surface of the barrel can be used for cooking.&lt;br /&gt;
:*The water pipes are easier to channel throughout the HabLab than a Rocket Mass Stove exhaust pipe.&lt;br /&gt;
:*Experiment option: pancake coil on top of the barrel.&lt;br /&gt;
:*Experiment option: vertical coil along the vertical exhaust shaft of the rocket mass stove.&lt;br /&gt;
*&#039;&#039;&#039;Ben Hansen&#039;&#039;&#039; - [http://www.motherearthnews.com/Do-It-Yourself/1984-11-01/Retrofit-Catalytic-Converters.aspx catalytic converters in Mother Earth News] - also [http://www.woodmanspartsplus.com/4850/Replacement-Catalytic-Combusters.html source] - Bought stuff from these guys.  The &amp;quot;men&amp;quot; link is old, and reference only.  Lots of good stuff out there now.&lt;br /&gt;
*&#039;&#039;&#039;Darren Hill&#039;&#039;&#039; - I have built a top lit side draft gasifying stove based upon [http://www.newdawnengineering.com/website/library/Stoves/gtz7/ GTZ7 ] with great help from the designer via the [http://lists.bioenergylists.org/mailman/listinfo/stoves_lists.bioenergylists.org stoves list ] it is small and appears to require fuel to be processed accordingly (read small, still under testing).  I think a larger version could work well with bigger logs.  A restricted flue outlet, with alternative path enables heat exchanger to be brought into play aromatically as the burn establishes and volume of output gases exceeds that which the restricted outlet can flow.  A suitably sized flue will provide the required draft to provide good combustion.  I think I&#039;m right in saying that the more complete combustion achieved in a gasifier stove should drastically reduce any tar deposits on the heat exchanger. --[[User:DOHill|DOHill]] 14:24, 23 August 2012 (CEST)&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Wood_Stove_with_Heat_Exchanger&amp;diff=71793</id>
		<title>Wood Stove with Heat Exchanger</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Wood_Stove_with_Heat_Exchanger&amp;diff=71793"/>
		<updated>2012-08-23T12:23:12Z</updated>

		<summary type="html">&lt;p&gt;DOHill: /* Peer Review */ My thoughts.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
This is a hydronic space heating stove where the heat exchanger is located in an openable fire chamber. Identical design may be used to run the [[Hadden Modern Steam Engine]] if at full blast. The intent is space heating of 2000 square feet, including hydronic radiators for remote rooms. &lt;br /&gt;
&lt;br /&gt;
=Heat Exchanger=&lt;br /&gt;
*160 feet&lt;br /&gt;
*Pancake coil configuration, 4&amp;quot; inner hole, 22&amp;quot; OD of pancake&lt;br /&gt;
*1/2&amp;quot; schedule 40 black pipe&lt;br /&gt;
*$2/foot materials cost for coil&lt;br /&gt;
*See [http://www.youtube.com/playlist?list=PL01217AD707EAE976 YouTube for Coil Fabrication]&lt;br /&gt;
&lt;br /&gt;
=Stove=&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;img src=&amp;quot;https://docs.google.com/drawings/pub?id=15dew7fpfETe3RS8b25I9bumljk1m27DC_5xTtqEkca8&amp;amp;amp;w=480&amp;amp;amp;h=360&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt; [https://docs.google.com/drawings/d/15dew7fpfETe3RS8b25I9bumljk1m27DC_5xTtqEkca8/edit (edit)]&lt;br /&gt;
&lt;br /&gt;
=Peer Review=&lt;br /&gt;
*&#039;&#039;&#039;[[Ben Hansen]]&#039;&#039;&#039; - Put a [[Catalytic Converter]] under the coil, that will keep it from being a drippy tar magnet, and you can focus the heat on to the coil pack.  A big burn chamber, line it with firebrick, secondary coil and heat exchange area works well.  Model to look at is a simple barrel stove double barrel kit.&lt;br /&gt;
*&#039;&#039;&#039;[[Aaron Makaruk]]&#039;&#039;&#039; - [[File:RMH-Diagram-Animation-PLAY-VII.gif]] &lt;br /&gt;
:*The surface of the barrel can be used for cooking.&lt;br /&gt;
:*The water pipes are easier to channel throughout the HabLab than a Rocket Mass Stove exhaust pipe.&lt;br /&gt;
:*Experiment option: pancake coil on top of the barrel.&lt;br /&gt;
:*Experiment option: vertical coil along the vertical exhaust shaft of the rocket mass stove.&lt;br /&gt;
*&#039;&#039;&#039;Ben Hansen&#039;&#039;&#039; - [http://www.motherearthnews.com/Do-It-Yourself/1984-11-01/Retrofit-Catalytic-Converters.aspx catalytic converters in Mother Earth News] - also [http://www.woodmanspartsplus.com/4850/Replacement-Catalytic-Combusters.html source] - Bought stuff from these guys.  The &amp;quot;men&amp;quot; link is old, and reference only.  Lots of good stuff out there now.&lt;br /&gt;
*&#039;&#039;&#039;Darren Hill&#039;&#039;&#039; - I have built a top lit side draft gasifying stove based upon [http://www.newdawnengineering.com/website/library/Stoves/gtz7/ GTZ7 ] with great help from the designer via the [http://lists.bioenergylists.org/mailman/listinfo/stoves_lists.bioenergylists.org stoves list ] it is small and appears to require fuel to be processed accordingly (read small, still under testing).  I think a larger version could work well with bigger logs.  A restricted flue outlet, with alternative path enables heat exchanger to be brought into play aromatically as the burn establishes and volume of output gases exceeds that which the restricted outlet can flow.  A suitably sized flue will provide the required draft to provide good combustion.  I think I&#039;m right in saying that the more complete combustion achieved in a gasifier stove should drastically reduce any tar deposits on the heat exchanger.&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Modular_power_cubes&amp;diff=63995</id>
		<title>Modular power cubes</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Modular_power_cubes&amp;diff=63995"/>
		<updated>2012-05-29T14:45:17Z</updated>

		<summary type="html">&lt;p&gt;DOHill: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Concept development==&lt;br /&gt;
&lt;br /&gt;
[[File:EngineModule.png|Engine module using verticle axis drive]]&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
This work hopes to build upon existing development work on power cubes [[Tom:_Dallas_Log]] and various discussions.&lt;br /&gt;
The desire to design a [[multifuel diesel power cube]] with similar power output led to both the proposition for using engines with drive on the horizontal axis (a wider choice of engines) and the incorporation in the design for a method to allow diesel power cubes, which will be heavier than their petrol equivalents, to be man handled.&lt;br /&gt;
&lt;br /&gt;
[[File:Modular_Power_Cubes-small.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Modules===&lt;br /&gt;
A number of different modules, some which provide energy, others that convert energy from one form to another can be combined depending on application and availability.&lt;br /&gt;
&lt;br /&gt;
====Power modules====&lt;br /&gt;
*Petrol engine - rotational power&lt;br /&gt;
*Diesel engine - rotational power&lt;br /&gt;
*Steam engine - rotational power&lt;br /&gt;
*Battery bank - electrical power&lt;br /&gt;
&lt;br /&gt;
====Power conversion modules====&lt;br /&gt;
*Electric generator - rotational power to electrical power&lt;br /&gt;
*Electric motor - electrical power to rotational power&lt;br /&gt;
*Hydraulic pump - rotational power to fluid power&lt;br /&gt;
*Water pump - rotational power to move water&lt;br /&gt;
*Mechanical transmission - changing speed and torque of rotational power&lt;br /&gt;
*Electric motor/generator with straight through drive - can be used with a source of rotational power, a clutch and a battery bank to provide a &#039;hybrid-electric&#039; power source&lt;br /&gt;
&lt;br /&gt;
====Other modules====&lt;br /&gt;
*Clutch module - allows rotational power to be disengaged&lt;br /&gt;
*Quick attach adaptor plate - allows for easy handling with tractors and skid loaders (possibly this would be unnecessary as quick attach points could be included in frame design)&lt;br /&gt;
&lt;br /&gt;
===Power cube module frames===&lt;br /&gt;
&lt;br /&gt;
Designing standardised features and sizes for power cube module frames would provide maximum modularity.&lt;br /&gt;
&lt;br /&gt;
====Joining power cubes====&lt;br /&gt;
&lt;br /&gt;
A system for joining power cubes would need to be designed.  Main criteria for the design would be -&lt;br /&gt;
*Easy to join heavy power cubes by hand - using mechanical advantage cubes are pulled together.  Guides ensure that cubes are easily correctly aligned.&lt;br /&gt;
*Quick and robust coupling of rotational drive. Possibly use a suitably rated PTO quick coupling [http://www.drillspot.com/products/58359/Dayton_3YB45_Pto_Quick_Coupling]&lt;br /&gt;
&lt;br /&gt;
====Attachment points====&lt;br /&gt;
Offering a number of standardised attachment points around the frame would allow mounting, around the power cube, of various components.  The power cube frame could also be effectively used as the frame, or part of the frame, for machines - as shown in this MicroTrac concept [http://aispina.blogspot.com/2012/03/thinking-about-microtrac.html?showComment=1331190238318#c2229054314894785674]&lt;br /&gt;
=====Wheels=====&lt;br /&gt;
Could have either hydraulic, electric, mechanical or no drive.  A system that allowed a pair of wheels to be position at various positions from front to back of the cube would allow it to be balanced when attached to other cubes or other attachments.&lt;br /&gt;
In some applications it may be useful if the wheels can be attached to the cube while it sits on the ground with some mechanism allowing the wheels to then be lowered, lifting the cube from the ground.&lt;br /&gt;
=====Hydraulic control block=====&lt;br /&gt;
=====Electrical control panel=====&lt;br /&gt;
=====Handles===== &lt;br /&gt;
For manual manoeuvring of wheeled power cubes&lt;br /&gt;
&lt;br /&gt;
===Hybrid electric power===&lt;br /&gt;
&lt;br /&gt;
Using a battery bank, a motor an engine to provide a source of rotational power (steam or internal combustion engine), and a generator a hybrid electric power source could be created to provide rotational power.  The engine could be removed from the machine when a task would require no more energy than is stored in the batteries.  There are options to how this could be achieved. &lt;br /&gt;
&lt;br /&gt;
====Separate generator and motor====&lt;br /&gt;
&lt;br /&gt;
An electric motor provides the rotational power.  This is powered by battery bank, with an engine, which is coupled to a generator providing electric power when the batteries are reduced in charge.  The engine could be tuned to run extremely efficiently and electrical power produced, above that which is immediately required could be fed into the battery bank.&lt;br /&gt;
&lt;br /&gt;
====Combined motor/generator with straight through drive====&lt;br /&gt;
&lt;br /&gt;
An engine is coupled to a clutch unit and then a combined motor/generator.  Rotational power can be provided by the engine, motor or engine and motor combined.  When the engine is running, any unused rotational power can be converted to electrical power by the motor/generator and stored in the battery bank.&lt;br /&gt;
&lt;br /&gt;
===Mounting power cube modules to vehicles===&lt;br /&gt;
&lt;br /&gt;
The weight of some power cube modules or module combinations will negate the possibility for manual lifting.  Some thought needs to go into how it would be possible to mount these to vehicles.  This will require vehicle design to take into consideration these heavier power cubes.  Possible options include -&lt;br /&gt;
*Design of wheels and handle attachments on cubes allow them to be lifted up into position - in combination with a vehicle design where the power cube mounting position takes into consideration such mounting.&lt;br /&gt;
*Vehicle has a cradle that lowers to allow cubes to be mounted before they are lifted up out of harms way&lt;br /&gt;
*Vehicle has a hydraulic (or electric?) system (which could possibly also offer vehicle suspension) that allows the vehicle frame (probably only one end required) to be lowered to facilitate power cube mounting/dismounting&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Power Cube]]&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=User_talk:YK&amp;diff=62973</id>
		<title>User talk:YK</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=User_talk:YK&amp;diff=62973"/>
		<updated>2012-05-21T15:54:31Z</updated>

		<summary type="html">&lt;p&gt;DOHill: Big blue button&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hi yk. i notice that you&#039;ve been blanking some pages recently. please leave notes on the pages with your intentions for them so that others will know what you&#039;ve been trying to do. the following templates could be useful:&lt;br /&gt;
&lt;br /&gt;
*[[Template:Delete]]&lt;br /&gt;
*[[Template:Under construction]]&lt;br /&gt;
*[[Template:Tip]]&lt;br /&gt;
*[[Template:Warn]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Thanks for your work on the industrial robot. Please read through the [[Product Template]] so you can see how to organize the information on it; we&#039;re trying to organize the information on the tools in a standard way to make it easy for people to navigate. Check out [[CEB Press]] for an example of the product template in action. Cheers --[[User:Conor|Conor]] 05:47, 14 May 2011 (PDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
You should check this out - http://www.kickstarter.com/projects/tbaumg/trobot-40-a-miniature-articulated-robot &lt;br /&gt;
&lt;br /&gt;
It&#039;s an open-source six-axis industrial robot that is now going into version 4.0 --[[User:Conor|Conor]] 01:50, 18 August 2011 (CEST)&lt;br /&gt;
&lt;br /&gt;
Very nice, I see it uses mini-servo drive so parts of that design may be able to integrate into the low-payload industrial robot development, though using stepper motors should be a major consideration. [[User:YK|YK]] 02:34, 18 August 2011 (CEST)&lt;br /&gt;
----&lt;br /&gt;
I have been reverse-engineering the CEB controller code for the design description page at [[CEB_Press/Research_Development/Controller_Design |Controller Design]]. It would be great if you could check my work and fill in some of the blanks.  Thanks!  [[User:ChuckH|ChuckH]] 20:32, 29 December 2011 (CET)&lt;br /&gt;
&lt;br /&gt;
== log ==&lt;br /&gt;
&lt;br /&gt;
heyo, sounds like good progress on the cnc circuit mill, take a few pics or a video? would be nice to see. --[[User:Dorkmo|Dorkmo]] 02:50, 16 January 2012 (CET)&lt;br /&gt;
&lt;br /&gt;
== cnc circuit mill model ==&lt;br /&gt;
&lt;br /&gt;
heyo i started drawing up a model. how different do you think version 2 will be? http://sketchup.google.com/3dwarehouse/details?mid=80d82b43044f89ec47d83af0b3662c0b  --[[User:Dorkmo|Dorkmo]] 07:27, 9 February 2012 (CET)&lt;br /&gt;
&lt;br /&gt;
== Big Blue Button ==&lt;br /&gt;
&lt;br /&gt;
Hello yoonseo&lt;br /&gt;
Added a &#039;consideration&#039; section on big blue button.  Hope its usefull.&lt;br /&gt;
http://opensourceecology.org/wiki/BigBlueButton&lt;br /&gt;
Also this is worth looking at- https://groups.google.com/group/ose-europe/browse_thread/thread/820f6227e242b1a&lt;br /&gt;
--[[User:DOHill|DOHill]] 17:54, 21 May 2012 (CEST)&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=BigBlueButton&amp;diff=62741</id>
		<title>BigBlueButton</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=BigBlueButton&amp;diff=62741"/>
		<updated>2012-05-20T00:38:32Z</updated>

		<summary type="html">&lt;p&gt;DOHill: /* Consider using another platform??&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Consideration=&lt;br /&gt;
Might be worth checking if this is a good choice.  I think it is fairly resource greedy on the server and, late last summer, remember reports of servers crashing when they got a lot of people on them ( maybe 20+ ? - I can&#039;t remember )&lt;br /&gt;
With the right server guess it would probaby all be great - maybe try to talk to somebody whos been heavily involved in the development see what they think.&lt;br /&gt;
&lt;br /&gt;
Unless I&#039;m mistaken it looks to me like Jitsi [[Online conferencing]] will do a similar job without needing a server??&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installation Instructions for Ubuntu 10.04=&lt;br /&gt;
&lt;br /&gt;
[https://code.google.com/p/bigbluebutton/wiki/08InstallationUbuntu Follow this]&lt;br /&gt;
&lt;br /&gt;
To accept agreements within terminal, press tab + enter.&lt;br /&gt;
&lt;br /&gt;
Open ports with the command:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;sudo ufw allow NUMBER&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Open ports 80 (HTTP), 9123 (Desktop Sharing), 1935 (RTMP).&lt;br /&gt;
&lt;br /&gt;
In terminal, type &#039;&#039;&#039;ifconfig&#039;&#039;&#039; to display the LAN server&#039;s IP address.&lt;br /&gt;
&lt;br /&gt;
=WRT54GL Wireless Router Changes=&lt;br /&gt;
&lt;br /&gt;
Connect the router to your computer with an ethernet cable.&lt;br /&gt;
&lt;br /&gt;
Open an internet browser and go to:&lt;br /&gt;
&lt;br /&gt;
http://192.168.1.1&lt;br /&gt;
&lt;br /&gt;
Id is &#039;&#039;&#039;root&#039;&#039;&#039; and password is &#039;&#039;&#039;admin&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Setting an External Route to Your BBB Conference=&lt;br /&gt;
&lt;br /&gt;
*Set up an external route to your BBB server, this will involve DNS, for&lt;br /&gt;
example a DNS record like bbb.oshinitiative.org, which points to your&lt;br /&gt;
external IP address (This needs ideally to be static). Then set your&lt;br /&gt;
firewall to port forward all traffic for bbb.oshinitiative.org to your BBB&lt;br /&gt;
server, chat with tech at your ISP if you need help with the above&lt;br /&gt;
&lt;br /&gt;
*Next you need to configure BBB to respond to connections at the domain&lt;br /&gt;
bbb.oshinitiative.org. This is easy open a command prompt as root and type&lt;br /&gt;
&lt;br /&gt;
bbb-conf --set-ip bbb.oshinitiative.org&lt;br /&gt;
&lt;br /&gt;
That should sort it out, then tell folks to point their browser to&lt;br /&gt;
bbb.oshinitiative.org. &lt;br /&gt;
&lt;br /&gt;
[http://code.google.com/p/bigbluebutton/wiki/BBBConf  BigBlueButton Configuration]&lt;br /&gt;
&lt;br /&gt;
[http://groups.google.com/group/bigbluebutton-dev/browse_thread/thread/9f0b2a2877eb705b?hl=en Google Groups Reply]&lt;br /&gt;
&lt;br /&gt;
=Setting up a Landing Page=&lt;br /&gt;
&lt;br /&gt;
For setting up a landing page for people to login, see also&lt;br /&gt;
&lt;br /&gt;
[http://code.google.com/p/bigbluebutton/wiki/FAQ#How_do_I_setup_new_classrooms_in_BigBlueButton_? Setting up New Conferences]&lt;br /&gt;
&lt;br /&gt;
[http://groups.google.com/group/bigbluebutton-dev/browse_thread/thread/9f0b2a2877eb705b?hl=en Google Groups Reply]&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Online_conferencing&amp;diff=61803</id>
		<title>Online conferencing</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Online_conferencing&amp;diff=61803"/>
		<updated>2012-05-12T18:39:05Z</updated>

		<summary type="html">&lt;p&gt;DOHill: /* Video */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Exploring alternatives, particularly open source, for conferancing&lt;br /&gt;
&lt;br /&gt;
==Voice==&lt;br /&gt;
===Mumble===&lt;br /&gt;
mumble is open source audio conferencing - &lt;br /&gt;
*[http://mumble.sourceforge.net/ mumble website]&lt;br /&gt;
*[http://rbose.org/wiki/Mumble RBOSE mumble page]&lt;br /&gt;
&lt;br /&gt;
==Video==&lt;br /&gt;
===Big Blue Button===&lt;br /&gt;
BigBlueButton is an open source web conferencing system built on over fourteen open source components to create an integrated solution that runs on mac, unix, or PC computers&lt;br /&gt;
&lt;br /&gt;
*[http://www.bigbluebutton.org/ Bigbluebutton website]&lt;br /&gt;
&lt;br /&gt;
===Jitsi===&lt;br /&gt;
&lt;br /&gt;
Secure video calls, conferencing, chat, desktop sharing, file transfer, support for your favorite OS, and IM network. All this, and more, in Jitsi - the most complete and advanced open source communicator.&lt;br /&gt;
&lt;br /&gt;
*[http://jitsi.org/index.php/Main/HomePage Jitsi]&lt;br /&gt;
&lt;br /&gt;
=See also=&lt;br /&gt;
[[Videoconferencing]]&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Videoconferencing&amp;diff=61802</id>
		<title>Videoconferencing</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Videoconferencing&amp;diff=61802"/>
		<updated>2012-05-12T18:38:52Z</updated>

		<summary type="html">&lt;p&gt;DOHill: /* See also */ doh&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Goal=&lt;br /&gt;
*platform for 10-20 people at one time&lt;br /&gt;
*One person shares screen&lt;br /&gt;
**Good to have other people share screens, too - one at a time&lt;br /&gt;
*Video Capture of development session&lt;br /&gt;
*Clear voice&lt;br /&gt;
*Chat window&lt;br /&gt;
&lt;br /&gt;
Videoconferencing is a way to connect multiple distributed parties via global communication networks to allow for video and audio exchanges between multiple parties simultaneously. This article is to describe what cross-platform software is currently available for cheap or free and their capabilities.&lt;br /&gt;
&lt;br /&gt;
=Comparison of Web Conferencing Software=&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/wiki/Comparison_of_web_conferencing_software&lt;br /&gt;
&lt;br /&gt;
*Open-Source Software:&lt;br /&gt;
&lt;br /&gt;
OpenMeetings&lt;br /&gt;
&lt;br /&gt;
https://incubator.apache.org/openmeetings/&lt;br /&gt;
&lt;br /&gt;
Meetecho (Partially Proprietary)&lt;br /&gt;
&lt;br /&gt;
http://www.meetecho.com/&lt;br /&gt;
&lt;br /&gt;
BigBlueButton&lt;br /&gt;
&lt;br /&gt;
http://www.bigbluebutton.org/&lt;br /&gt;
&lt;br /&gt;
TokBox (Partially Proprietary)&lt;br /&gt;
&lt;br /&gt;
http://www.tokbox.com/&lt;br /&gt;
&lt;br /&gt;
Webhuddle&lt;br /&gt;
&lt;br /&gt;
https://www.webhuddle.com/&lt;br /&gt;
&lt;br /&gt;
=OpenMeetings=&lt;br /&gt;
&lt;br /&gt;
https://incubator.apache.org/openmeetings/&lt;br /&gt;
&lt;br /&gt;
*Free and Open Source&lt;br /&gt;
&lt;br /&gt;
*Audio and Video Conferencing&lt;br /&gt;
&lt;br /&gt;
*Meeting Recording and Screen Sharing&lt;br /&gt;
&lt;br /&gt;
*File Explorer and Moderating System&lt;br /&gt;
&lt;br /&gt;
*Multi-Whiteboard and Chat&lt;br /&gt;
&lt;br /&gt;
*User and Room Management&lt;br /&gt;
&lt;br /&gt;
*Private Message Centre&lt;br /&gt;
&lt;br /&gt;
*Integrated Calender&lt;br /&gt;
&lt;br /&gt;
*Polls and Votes&lt;br /&gt;
&lt;br /&gt;
*Backup&lt;br /&gt;
&lt;br /&gt;
*Available as a Hosted Service OR Download and Install as Package on Server&lt;br /&gt;
&lt;br /&gt;
*No Usage or User Limitations&lt;br /&gt;
&lt;br /&gt;
=MeetingBurner=&lt;br /&gt;
http://www.meetingburner.com/&lt;br /&gt;
*Skype integrated&lt;br /&gt;
*Meeting analytics&lt;br /&gt;
*Mac &amp;amp; PC&lt;br /&gt;
&lt;br /&gt;
=Skype=&lt;br /&gt;
http://skype.com&lt;br /&gt;
&lt;br /&gt;
Available for:&lt;br /&gt;
* Mac&lt;br /&gt;
* Windows&lt;br /&gt;
* linux&lt;br /&gt;
* Android (audio only in group video chat)&lt;br /&gt;
* iOS (audio only in group video chat)&lt;br /&gt;
&lt;br /&gt;
Pricing:&lt;br /&gt;
* One-to-one video conferencing: free&lt;br /&gt;
* Unlimited audio conferencing: free&lt;br /&gt;
* More than two simultaneous video conferencing parties: $4.95/mo&lt;br /&gt;
&lt;br /&gt;
=ooVoo=&lt;br /&gt;
http://oovoo.com&lt;br /&gt;
&lt;br /&gt;
Available for:&lt;br /&gt;
* Mac&lt;br /&gt;
* Windows&lt;br /&gt;
* Android&lt;br /&gt;
* iOS&lt;br /&gt;
* Web-based&lt;br /&gt;
&lt;br /&gt;
Pricing:&lt;br /&gt;
* Up to 6 simultanuous video conferencing parties: Free (with ads)&lt;br /&gt;
* Up to 6 simultanuous video conferencing parties: $9.95/mo (no ads)&lt;br /&gt;
* Up to 12 simultaneous video conferencing parties: $29.95/mo&lt;br /&gt;
&lt;br /&gt;
=buzzumi.com=&lt;br /&gt;
https://buzzumi.com&lt;br /&gt;
&lt;br /&gt;
Available for:&lt;br /&gt;
* Web-based&lt;br /&gt;
&lt;br /&gt;
Pricing:&lt;br /&gt;
* Up to 6 simultaneous video conferencing parties: Free&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;based on OpenTok API &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Expressway Flexchat=&lt;br /&gt;
http://videochatsoftware.ca/&lt;br /&gt;
&lt;br /&gt;
Available for:&lt;br /&gt;
* Web-based (multiple rooms)&lt;br /&gt;
&lt;br /&gt;
Pricing:&lt;br /&gt;
* Unlimited domain license: $300&lt;br /&gt;
&lt;br /&gt;
=Notes=&lt;br /&gt;
Joe Justice promotes freeconferencecall.com, a web-based audio conferencing software, as used in Scrum project management of WIKISPEED.&lt;br /&gt;
&lt;br /&gt;
=See also=&lt;br /&gt;
[[online conferencing]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Communications]]&lt;br /&gt;
[[Category:Organization]]&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Videoconferencing&amp;diff=61801</id>
		<title>Videoconferencing</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Videoconferencing&amp;diff=61801"/>
		<updated>2012-05-12T18:37:28Z</updated>

		<summary type="html">&lt;p&gt;DOHill: /* Notes */ Added &amp;#039;see also&amp;#039; with link to &amp;#039;online conferencing&amp;#039; page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Goal=&lt;br /&gt;
*platform for 10-20 people at one time&lt;br /&gt;
*One person shares screen&lt;br /&gt;
**Good to have other people share screens, too - one at a time&lt;br /&gt;
*Video Capture of development session&lt;br /&gt;
*Clear voice&lt;br /&gt;
*Chat window&lt;br /&gt;
&lt;br /&gt;
Videoconferencing is a way to connect multiple distributed parties via global communication networks to allow for video and audio exchanges between multiple parties simultaneously. This article is to describe what cross-platform software is currently available for cheap or free and their capabilities.&lt;br /&gt;
&lt;br /&gt;
=Comparison of Web Conferencing Software=&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/wiki/Comparison_of_web_conferencing_software&lt;br /&gt;
&lt;br /&gt;
*Open-Source Software:&lt;br /&gt;
&lt;br /&gt;
OpenMeetings&lt;br /&gt;
&lt;br /&gt;
https://incubator.apache.org/openmeetings/&lt;br /&gt;
&lt;br /&gt;
Meetecho (Partially Proprietary)&lt;br /&gt;
&lt;br /&gt;
http://www.meetecho.com/&lt;br /&gt;
&lt;br /&gt;
BigBlueButton&lt;br /&gt;
&lt;br /&gt;
http://www.bigbluebutton.org/&lt;br /&gt;
&lt;br /&gt;
TokBox (Partially Proprietary)&lt;br /&gt;
&lt;br /&gt;
http://www.tokbox.com/&lt;br /&gt;
&lt;br /&gt;
Webhuddle&lt;br /&gt;
&lt;br /&gt;
https://www.webhuddle.com/&lt;br /&gt;
&lt;br /&gt;
=OpenMeetings=&lt;br /&gt;
&lt;br /&gt;
https://incubator.apache.org/openmeetings/&lt;br /&gt;
&lt;br /&gt;
*Free and Open Source&lt;br /&gt;
&lt;br /&gt;
*Audio and Video Conferencing&lt;br /&gt;
&lt;br /&gt;
*Meeting Recording and Screen Sharing&lt;br /&gt;
&lt;br /&gt;
*File Explorer and Moderating System&lt;br /&gt;
&lt;br /&gt;
*Multi-Whiteboard and Chat&lt;br /&gt;
&lt;br /&gt;
*User and Room Management&lt;br /&gt;
&lt;br /&gt;
*Private Message Centre&lt;br /&gt;
&lt;br /&gt;
*Integrated Calender&lt;br /&gt;
&lt;br /&gt;
*Polls and Votes&lt;br /&gt;
&lt;br /&gt;
*Backup&lt;br /&gt;
&lt;br /&gt;
*Available as a Hosted Service OR Download and Install as Package on Server&lt;br /&gt;
&lt;br /&gt;
*No Usage or User Limitations&lt;br /&gt;
&lt;br /&gt;
=MeetingBurner=&lt;br /&gt;
http://www.meetingburner.com/&lt;br /&gt;
*Skype integrated&lt;br /&gt;
*Meeting analytics&lt;br /&gt;
*Mac &amp;amp; PC&lt;br /&gt;
&lt;br /&gt;
=Skype=&lt;br /&gt;
http://skype.com&lt;br /&gt;
&lt;br /&gt;
Available for:&lt;br /&gt;
* Mac&lt;br /&gt;
* Windows&lt;br /&gt;
* linux&lt;br /&gt;
* Android (audio only in group video chat)&lt;br /&gt;
* iOS (audio only in group video chat)&lt;br /&gt;
&lt;br /&gt;
Pricing:&lt;br /&gt;
* One-to-one video conferencing: free&lt;br /&gt;
* Unlimited audio conferencing: free&lt;br /&gt;
* More than two simultaneous video conferencing parties: $4.95/mo&lt;br /&gt;
&lt;br /&gt;
=ooVoo=&lt;br /&gt;
http://oovoo.com&lt;br /&gt;
&lt;br /&gt;
Available for:&lt;br /&gt;
* Mac&lt;br /&gt;
* Windows&lt;br /&gt;
* Android&lt;br /&gt;
* iOS&lt;br /&gt;
* Web-based&lt;br /&gt;
&lt;br /&gt;
Pricing:&lt;br /&gt;
* Up to 6 simultanuous video conferencing parties: Free (with ads)&lt;br /&gt;
* Up to 6 simultanuous video conferencing parties: $9.95/mo (no ads)&lt;br /&gt;
* Up to 12 simultaneous video conferencing parties: $29.95/mo&lt;br /&gt;
&lt;br /&gt;
=buzzumi.com=&lt;br /&gt;
https://buzzumi.com&lt;br /&gt;
&lt;br /&gt;
Available for:&lt;br /&gt;
* Web-based&lt;br /&gt;
&lt;br /&gt;
Pricing:&lt;br /&gt;
* Up to 6 simultaneous video conferencing parties: Free&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;based on OpenTok API &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Expressway Flexchat=&lt;br /&gt;
http://videochatsoftware.ca/&lt;br /&gt;
&lt;br /&gt;
Available for:&lt;br /&gt;
* Web-based (multiple rooms)&lt;br /&gt;
&lt;br /&gt;
Pricing:&lt;br /&gt;
* Unlimited domain license: $300&lt;br /&gt;
&lt;br /&gt;
=Notes=&lt;br /&gt;
Joe Justice promotes freeconferencecall.com, a web-based audio conferencing software, as used in Scrum project management of WIKISPEED.&lt;br /&gt;
&lt;br /&gt;
=See also=&lt;br /&gt;
[online conferencing]&lt;br /&gt;
&lt;br /&gt;
[[Category:Communications]]&lt;br /&gt;
[[Category:Organization]]&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Modular_power_cubes&amp;diff=61800</id>
		<title>Modular power cubes</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Modular_power_cubes&amp;diff=61800"/>
		<updated>2012-05-12T18:19:40Z</updated>

		<summary type="html">&lt;p&gt;DOHill: /* Concept development */ Added sketch of engine module&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Concept development==&lt;br /&gt;
&lt;br /&gt;
[[File:EngineModule.png|Engine module using verticle axis drive]]&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
This work hopes to build upon existing development work on power cubes [[Tom:_Dallas_Log]] and various discussions.&lt;br /&gt;
The desire to design a [[multifuel diesel power cube]] with similar power output led to both the proposition for using engines with drive on the horizontal axis (a wider choice of engines) and the incorporation in the design for a method to allow diesel power cubes, which will be heavier than their petrol equivalents, to be man handled.&lt;br /&gt;
&lt;br /&gt;
[[File:Modular_Power_Cubes-small.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Modules===&lt;br /&gt;
A number of different modules, some which provide energy, others that convert energy from one form to another can be combined depending on application and availability.&lt;br /&gt;
&lt;br /&gt;
====Power modules====&lt;br /&gt;
*Petrol engine - rotational power&lt;br /&gt;
*Diesel engine - rotational power&lt;br /&gt;
*Steam engine - rotational power&lt;br /&gt;
*Battery bank - electrical power&lt;br /&gt;
&lt;br /&gt;
====Power conversion modules====&lt;br /&gt;
*Electric generator - rotational power to electrical power&lt;br /&gt;
*Electric motor - electrical power to rotational power&lt;br /&gt;
*Hydraulic pump - rotational power to fluid power&lt;br /&gt;
*Water pump - rotational power to move water&lt;br /&gt;
*Mechanical transmission - changing speed and torque of rotational power&lt;br /&gt;
*Electric motor/generator with straight through drive - can be used with a source of rotational power, a clutch and a battery bank to provide a &#039;hybrid-electric&#039; power source&lt;br /&gt;
&lt;br /&gt;
====Other modules====&lt;br /&gt;
*Clutch module - allows rotational power to be disengaged&lt;br /&gt;
*Quick attach adaptor plate - allows for easy handling with tractors and skid loaders (possibly this would be unnecessary as quick attach points could be included in frame design)&lt;br /&gt;
&lt;br /&gt;
===Power cube module frames===&lt;br /&gt;
&lt;br /&gt;
Designing standardised features and sizes for power cube module frames would provide maximum modularity.&lt;br /&gt;
&lt;br /&gt;
====Joining power cubes====&lt;br /&gt;
&lt;br /&gt;
A system for joining power cubes would need to be designed.  Main criteria for the design would be -&lt;br /&gt;
*Easy to join heavy power cubes by hand - using mechanical advantage cubes are pulled together.  Guides ensure that cubes are easily correctly aligned.&lt;br /&gt;
*Quick and robust coupling of rotational drive. Possibly use a suitably rated PTO quick coupling [http://www.drillspot.com/products/58359/Dayton_3YB45_Pto_Quick_Coupling]&lt;br /&gt;
&lt;br /&gt;
====Attachment points====&lt;br /&gt;
Offering a number of standardised attachment points around the frame would allow mounting, around the power cube, of various components.  The power cube frame could also be effectively used as the frame, or part of the frame, for machines - as shown in this MicroTrac concept [http://aispina.blogspot.com/2012/03/thinking-about-microtrac.html?showComment=1331190238318#c2229054314894785674]&lt;br /&gt;
=====Wheels=====&lt;br /&gt;
Could have either hydraulic, electric, mechanical or no drive.  A system that allowed a pair of wheels to be position at various positions from front to back of the cube would allow it to be balanced when attached to other cubes or other attachments.&lt;br /&gt;
In some applications it may be useful if the wheels can be attached to the cube while it sits on the ground with some mechanism allowing the wheels to then be lowered, lifting the cube from the ground.&lt;br /&gt;
=====Hydraulic control block=====&lt;br /&gt;
=====Electrical control panel=====&lt;br /&gt;
=====Handles===== &lt;br /&gt;
For manual manoeuvring of wheeled power cubes&lt;br /&gt;
&lt;br /&gt;
===Hybrid electric power===&lt;br /&gt;
&lt;br /&gt;
Using a battery bank, a motor an engine to provide a source of rotational power (steam or internal combustion engine), and a generator a hybrid electric power source could be created to provide rotational power.  The engine could be removed from the machine when a task would require no more energy than is stored in the batteries.  There are options to how this could be achieved. &lt;br /&gt;
&lt;br /&gt;
====Separate generator and motor====&lt;br /&gt;
&lt;br /&gt;
An electric motor provides the rotational power.  This is powered by battery bank, with an engine, which is coupled to a generator providing electric power when the batteries are reduced in charge.  The engine could be tuned to run extremely efficiently and electrical power produced, above that which is immediately required could be fed into the battery bank.&lt;br /&gt;
&lt;br /&gt;
====Combined motor/generator with straight through drive====&lt;br /&gt;
&lt;br /&gt;
An engine is coupled to a clutch unit and then a combined motor/generator.  Rotational power can be provided by the engine, motor or engine and motor combined.  When the engine is running, any unused rotational power can be converted to electrical power by the motor/generator and stored in the battery bank.&lt;br /&gt;
&lt;br /&gt;
===Mounting power cube modules to vehicles===&lt;br /&gt;
&lt;br /&gt;
The weight of some power cube modules or module combinations will negate the possibility for manual lifting.  Some thought needs to go into how it would be possible to mount these to vehicles.  This will require vehicle design to take into consideration these heavier power cubes.  Possible options include -&lt;br /&gt;
*Design of wheels and handle attachments on cubes allow them to be lifted up into position - in combination with a vehicle design where the power cube mounting position takes into consideration such mounting.&lt;br /&gt;
*Vehicle has a cradle that lowers to allow cubes to be mounted before they are lifted up out of harms way&lt;br /&gt;
*Vehicle has a hydraulic (or electric?) system (which could possibly also offer vehicle suspension) that allows the vehicle frame (probably only one end required) to be lowered to facilitate power cube mounting/dismounting&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Multifuel_diesel_power_cube&amp;diff=61377</id>
		<title>Multifuel diesel power cube</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Multifuel_diesel_power_cube&amp;diff=61377"/>
		<updated>2012-05-09T00:16:39Z</updated>

		<summary type="html">&lt;p&gt;DOHill: Created page with &amp;quot;==Concept== A power cube module which contains a small indirect injection diesel engine.  The engine is modified to allow reliable fuelling with a range of different oils.  It do...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Concept==&lt;br /&gt;
A power cube module which contains a small indirect injection diesel engine.  The engine is modified to allow reliable fuelling with a range of different oils.  It does not need a second tank for diesel fuel to allow for reliable starting.  It can be fuelled with a range of fuel oils and/or a mixture of oils&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
Indirect injection engines, with suitable injection equipment and some modifications, have been shown to run reliably with pure plant oil fuels, diesel, biodiesel or any mixture of these fuels.  Although less common than small direct injection engines, most small (less than 1000cc) indirect injection engines have injection equipment that is suitable for reliable operation with these fuels.&lt;br /&gt;
&lt;br /&gt;
==Indirect injection==&lt;br /&gt;
The fuel oil is injected into a chamber in the engine cylinder head where heat and air turbulence initiates good combustion before the fuel is drawn into the engine cylinder.  Indirect injection engines will provide good combustion with a larger range of oil fuels, compared to direct injection engines.&lt;br /&gt;
&lt;br /&gt;
===List of small indirect injection engines===&lt;br /&gt;
Many of these engines are liquid cooled which creates greater complexity (cooling system required) but makes it easier to create a reliable multifuel engine and offeres the ability to fit a heat exchanger to provide the option of heat liquid output.  Modules could then be used as combined heat and power units.&lt;br /&gt;
*Kubota offer a range of small indirect injection engines that, with suitable modification, have proven to operate reliably when fuelled with pure plant oil fuel [http://www.kubota.co.uk/prdct.asp?PageRef=81]&lt;br /&gt;
*John Deere 755-3TNA72UJ 3cyl 878cc 14kW&lt;br /&gt;
*Some Iseki mini tractors are equipped with small indirect injection engines.&lt;br /&gt;
*Yanmar offers some small indirect injection engines eg [http://www.yanmar.nl/ship/artikel.php?list=200&amp;amp;id=130&amp;amp;cat=200]&lt;br /&gt;
*Perkins possibly offers some suitable engines.&lt;br /&gt;
&lt;br /&gt;
==Pure plant oil fuels==&lt;br /&gt;
There has been much experimentation and practical experience in the use of pure plant oils as fuel for diesel engines.  &lt;br /&gt;
[http://www.appropedia.org/Pure_plant_oils Pure plant oil fuels on Appropedia] &lt;br /&gt;
When engines with suitable modifications, operating and maintenance regimes and oils with suitable qualities [http://vegburner.co.uk/oils.htm] are used there has been shown to be little difference in engine longevity to when fuelling with diesel fuel.&lt;br /&gt;
Engines modified to run on pure plant oil fuels can still be fuelled with diesel fuel.&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Modular_power_cubes&amp;diff=61376</id>
		<title>Modular power cubes</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Modular_power_cubes&amp;diff=61376"/>
		<updated>2012-05-08T23:19:34Z</updated>

		<summary type="html">&lt;p&gt;DOHill: /* Concept development */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Concept development==&lt;br /&gt;
This work hopes to build upon existing development work on power cubes [[Tom:_Dallas_Log]] and various discussions.&lt;br /&gt;
The desire to design a [[multifuel diesel power cube]] with similar power output led to both the proposition for using engines with drive on the horizontal axis (a wider choice of engines) and the incorporation in the design for a method to allow diesel power cubes, which will be heavier than their petrol equivalents, to be man handled.&lt;br /&gt;
&lt;br /&gt;
[[File:Modular_Power_Cubes-small.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Modules===&lt;br /&gt;
A number of different modules, some which provide energy, others that convert energy from one form to another can be combined depending on application and availability.&lt;br /&gt;
&lt;br /&gt;
====Power modules====&lt;br /&gt;
*Petrol engine - rotational power&lt;br /&gt;
*Diesel engine - rotational power&lt;br /&gt;
*Steam engine - rotational power&lt;br /&gt;
*Battery bank - electrical power&lt;br /&gt;
&lt;br /&gt;
====Power conversion modules====&lt;br /&gt;
*Electric generator - rotational power to electrical power&lt;br /&gt;
*Electric motor - electrical power to rotational power&lt;br /&gt;
*Hydraulic pump - rotational power to fluid power&lt;br /&gt;
*Water pump - rotational power to move water&lt;br /&gt;
*Mechanical transmission - changing speed and torque of rotational power&lt;br /&gt;
*Electric motor/generator with straight through drive - can be used with a source of rotational power, a clutch and a battery bank to provide a &#039;hybrid-electric&#039; power source&lt;br /&gt;
&lt;br /&gt;
====Other modules====&lt;br /&gt;
*Clutch module - allows rotational power to be disengaged&lt;br /&gt;
*Quick attach adaptor plate - allows for easy handling with tractors and skid loaders (possibly this would be unnecessary as quick attach points could be included in frame design)&lt;br /&gt;
&lt;br /&gt;
===Power cube module frames===&lt;br /&gt;
&lt;br /&gt;
Designing standardised features and sizes for power cube module frames would provide maximum modularity.&lt;br /&gt;
&lt;br /&gt;
====Joining power cubes====&lt;br /&gt;
&lt;br /&gt;
A system for joining power cubes would need to be designed.  Main criteria for the design would be -&lt;br /&gt;
*Easy to join heavy power cubes by hand - using mechanical advantage cubes are pulled together.  Guides ensure that cubes are easily correctly aligned.&lt;br /&gt;
*Quick and robust coupling of rotational drive. Possibly use a suitably rated PTO quick coupling [http://www.drillspot.com/products/58359/Dayton_3YB45_Pto_Quick_Coupling]&lt;br /&gt;
&lt;br /&gt;
====Attachment points====&lt;br /&gt;
Offering a number of standardised attachment points around the frame would allow mounting, around the power cube, of various components.  The power cube frame could also be effectively used as the frame, or part of the frame, for machines - as shown in this MicroTrac concept [http://aispina.blogspot.com/2012/03/thinking-about-microtrac.html?showComment=1331190238318#c2229054314894785674]&lt;br /&gt;
=====Wheels=====&lt;br /&gt;
Could have either hydraulic, electric, mechanical or no drive.  A system that allowed a pair of wheels to be position at various positions from front to back of the cube would allow it to be balanced when attached to other cubes or other attachments.&lt;br /&gt;
In some applications it may be useful if the wheels can be attached to the cube while it sits on the ground with some mechanism allowing the wheels to then be lowered, lifting the cube from the ground.&lt;br /&gt;
=====Hydraulic control block=====&lt;br /&gt;
=====Electrical control panel=====&lt;br /&gt;
=====Handles===== &lt;br /&gt;
For manual manoeuvring of wheeled power cubes&lt;br /&gt;
&lt;br /&gt;
===Hybrid electric power===&lt;br /&gt;
&lt;br /&gt;
Using a battery bank, a motor an engine to provide a source of rotational power (steam or internal combustion engine), and a generator a hybrid electric power source could be created to provide rotational power.  The engine could be removed from the machine when a task would require no more energy than is stored in the batteries.  There are options to how this could be achieved. &lt;br /&gt;
&lt;br /&gt;
====Separate generator and motor====&lt;br /&gt;
&lt;br /&gt;
An electric motor provides the rotational power.  This is powered by battery bank, with an engine, which is coupled to a generator providing electric power when the batteries are reduced in charge.  The engine could be tuned to run extremely efficiently and electrical power produced, above that which is immediately required could be fed into the battery bank.&lt;br /&gt;
&lt;br /&gt;
====Combined motor/generator with straight through drive====&lt;br /&gt;
&lt;br /&gt;
An engine is coupled to a clutch unit and then a combined motor/generator.  Rotational power can be provided by the engine, motor or engine and motor combined.  When the engine is running, any unused rotational power can be converted to electrical power by the motor/generator and stored in the battery bank.&lt;br /&gt;
&lt;br /&gt;
===Mounting power cube modules to vehicles===&lt;br /&gt;
&lt;br /&gt;
The weight of some power cube modules or module combinations will negate the possibility for manual lifting.  Some thought needs to go into how it would be possible to mount these to vehicles.  This will require vehicle design to take into consideration these heavier power cubes.  Possible options include -&lt;br /&gt;
*Design of wheels and handle attachments on cubes allow them to be lifted up into position - in combination with a vehicle design where the power cube mounting position takes into consideration such mounting.&lt;br /&gt;
*Vehicle has a cradle that lowers to allow cubes to be mounted before they are lifted up out of harms way&lt;br /&gt;
*Vehicle has a hydraulic (or electric?) system (which could possibly also offer vehicle suspension) that allows the vehicle frame (probably only one end required) to be lowered to facilitate power cube mounting/dismounting&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Modular_power_cubes&amp;diff=61375</id>
		<title>Modular power cubes</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Modular_power_cubes&amp;diff=61375"/>
		<updated>2012-05-08T23:16:57Z</updated>

		<summary type="html">&lt;p&gt;DOHill: Created page with &amp;quot;==Concept development== This work hopes to build upon existing development work on power cubes Tom:_Dallas_Log and various discussions. The desire to design a [multifuel dies...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Concept development==&lt;br /&gt;
This work hopes to build upon existing development work on power cubes [[Tom:_Dallas_Log]] and various discussions.&lt;br /&gt;
The desire to design a [multifuel diesel power cube] with similar power output led to both the proposition for using engines with drive on the horizontal axis (a wider choice of engines) and the incorporation in the design for a method to allow diesel power cubes, which will be heavier than their petrol equivalents, to be man handled.&lt;br /&gt;
&lt;br /&gt;
[[File:Modular_Power_Cubes-small.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Modules===&lt;br /&gt;
A number of different modules, some which provide energy, others that convert energy from one form to another can be combined depending on application and availability.&lt;br /&gt;
&lt;br /&gt;
====Power modules====&lt;br /&gt;
*Petrol engine - rotational power&lt;br /&gt;
*Diesel engine - rotational power&lt;br /&gt;
*Steam engine - rotational power&lt;br /&gt;
*Battery bank - electrical power&lt;br /&gt;
&lt;br /&gt;
====Power conversion modules====&lt;br /&gt;
*Electric generator - rotational power to electrical power&lt;br /&gt;
*Electric motor - electrical power to rotational power&lt;br /&gt;
*Hydraulic pump - rotational power to fluid power&lt;br /&gt;
*Water pump - rotational power to move water&lt;br /&gt;
*Mechanical transmission - changing speed and torque of rotational power&lt;br /&gt;
*Electric motor/generator with straight through drive - can be used with a source of rotational power, a clutch and a battery bank to provide a &#039;hybrid-electric&#039; power source&lt;br /&gt;
&lt;br /&gt;
====Other modules====&lt;br /&gt;
*Clutch module - allows rotational power to be disengaged&lt;br /&gt;
*Quick attach adaptor plate - allows for easy handling with tractors and skid loaders (possibly this would be unnecessary as quick attach points could be included in frame design)&lt;br /&gt;
&lt;br /&gt;
===Power cube module frames===&lt;br /&gt;
&lt;br /&gt;
Designing standardised features and sizes for power cube module frames would provide maximum modularity.&lt;br /&gt;
&lt;br /&gt;
====Joining power cubes====&lt;br /&gt;
&lt;br /&gt;
A system for joining power cubes would need to be designed.  Main criteria for the design would be -&lt;br /&gt;
*Easy to join heavy power cubes by hand - using mechanical advantage cubes are pulled together.  Guides ensure that cubes are easily correctly aligned.&lt;br /&gt;
*Quick and robust coupling of rotational drive. Possibly use a suitably rated PTO quick coupling [http://www.drillspot.com/products/58359/Dayton_3YB45_Pto_Quick_Coupling]&lt;br /&gt;
&lt;br /&gt;
====Attachment points====&lt;br /&gt;
Offering a number of standardised attachment points around the frame would allow mounting, around the power cube, of various components.  The power cube frame could also be effectively used as the frame, or part of the frame, for machines - as shown in this MicroTrac concept [http://aispina.blogspot.com/2012/03/thinking-about-microtrac.html?showComment=1331190238318#c2229054314894785674]&lt;br /&gt;
=====Wheels=====&lt;br /&gt;
Could have either hydraulic, electric, mechanical or no drive.  A system that allowed a pair of wheels to be position at various positions from front to back of the cube would allow it to be balanced when attached to other cubes or other attachments.&lt;br /&gt;
In some applications it may be useful if the wheels can be attached to the cube while it sits on the ground with some mechanism allowing the wheels to then be lowered, lifting the cube from the ground.&lt;br /&gt;
=====Hydraulic control block=====&lt;br /&gt;
=====Electrical control panel=====&lt;br /&gt;
=====Handles===== &lt;br /&gt;
For manual manoeuvring of wheeled power cubes&lt;br /&gt;
&lt;br /&gt;
===Hybrid electric power===&lt;br /&gt;
&lt;br /&gt;
Using a battery bank, a motor an engine to provide a source of rotational power (steam or internal combustion engine), and a generator a hybrid electric power source could be created to provide rotational power.  The engine could be removed from the machine when a task would require no more energy than is stored in the batteries.  There are options to how this could be achieved. &lt;br /&gt;
&lt;br /&gt;
====Separate generator and motor====&lt;br /&gt;
&lt;br /&gt;
An electric motor provides the rotational power.  This is powered by battery bank, with an engine, which is coupled to a generator providing electric power when the batteries are reduced in charge.  The engine could be tuned to run extremely efficiently and electrical power produced, above that which is immediately required could be fed into the battery bank.&lt;br /&gt;
&lt;br /&gt;
====Combined motor/generator with straight through drive====&lt;br /&gt;
&lt;br /&gt;
An engine is coupled to a clutch unit and then a combined motor/generator.  Rotational power can be provided by the engine, motor or engine and motor combined.  When the engine is running, any unused rotational power can be converted to electrical power by the motor/generator and stored in the battery bank.&lt;br /&gt;
&lt;br /&gt;
===Mounting power cube modules to vehicles===&lt;br /&gt;
&lt;br /&gt;
The weight of some power cube modules or module combinations will negate the possibility for manual lifting.  Some thought needs to go into how it would be possible to mount these to vehicles.  This will require vehicle design to take into consideration these heavier power cubes.  Possible options include -&lt;br /&gt;
*Design of wheels and handle attachments on cubes allow them to be lifted up into position - in combination with a vehicle design where the power cube mounting position takes into consideration such mounting.&lt;br /&gt;
*Vehicle has a cradle that lowers to allow cubes to be mounted before they are lifted up out of harms way&lt;br /&gt;
*Vehicle has a hydraulic (or electric?) system (which could possibly also offer vehicle suspension) that allows the vehicle frame (probably only one end required) to be lowered to facilitate power cube mounting/dismounting&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Power_Cube/Research_Development&amp;diff=61374</id>
		<title>Power Cube/Research Development</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Power_Cube/Research_Development&amp;diff=61374"/>
		<updated>2012-05-08T22:53:51Z</updated>

		<summary type="html">&lt;p&gt;DOHill: /* Development */ Updated with link to modular power cubes page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{GVCS Header}}&lt;br /&gt;
&lt;br /&gt;
=Overview=&lt;br /&gt;
The powercube has undergone a number of revisions and modifications. With each prototype, different aspects of the design were refined and improved in pursuit of meeting [[OSE Specifications]].&lt;br /&gt;
&lt;br /&gt;
=Prototypes=&lt;br /&gt;
==Power Cube I==&lt;br /&gt;
[[Image:Microtrac engineback1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
==Power Cube II==&lt;br /&gt;
[[File:Powercube-ii-front.jpg|400px]]&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;iframe src=&amp;quot;https://player.vimeo.com/video/15892882?title=0&amp;amp;amp;byline=0&amp;amp;amp;portrait=0&amp;quot; width=&amp;quot;400&amp;quot; height=&amp;quot;300&amp;quot; frameborder=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;p&amp;gt;&amp;lt;a href=&amp;quot;http://vimeo.com/15892882&amp;quot;&amp;gt;How to build an OSE Power Cube (full length)&amp;lt;/a&amp;gt; from &amp;lt;a href=&amp;quot;http://vimeo.com/user3935797&amp;quot;&amp;gt;Will OSE&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;
==Power Cube III==&lt;br /&gt;
&lt;br /&gt;
==Power Cube IV==&lt;br /&gt;
&lt;br /&gt;
This is the latest Power Cube, as of September 2011.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Please visit the links at the top of this page for the latest Bill Of Materials (BOM) and Manufacturing Instructions.&lt;br /&gt;
&lt;br /&gt;
==Power Cube (n)==&lt;br /&gt;
A visual indicator of fluid level would be helpful. Perhaps 90* fittings could be inserted into the vertical frame-tank members and a clear tube could be run between them. The gauges could be put on one of the inside surfaces and protected with some plate steel on each side like how the fill-caps are protected.&lt;br /&gt;
&lt;br /&gt;
=Industry Standards=&lt;br /&gt;
&lt;br /&gt;
=Research=&lt;br /&gt;
&lt;br /&gt;
[[ Hydraulic Hose Sizing ]]&lt;br /&gt;
&lt;br /&gt;
[[ Hydraulic Connectors ]]&lt;br /&gt;
&lt;br /&gt;
[[ Cooling and Heating ]]&lt;br /&gt;
&lt;br /&gt;
[[ Fuel Tank ]]&lt;br /&gt;
&lt;br /&gt;
[[ Shaft Coupling ]]&lt;br /&gt;
&lt;br /&gt;
[[Power Cube/Controller]]&lt;br /&gt;
&lt;br /&gt;
=Development=&lt;br /&gt;
&lt;br /&gt;
[[Modular power cubes]] concept development&lt;br /&gt;
&lt;br /&gt;
{{GVCS Footer}}&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=User_talk:Tom_Griffing&amp;diff=61295</id>
		<title>User talk:Tom Griffing</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=User_talk:Tom_Griffing&amp;diff=61295"/>
		<updated>2012-05-07T01:29:41Z</updated>

		<summary type="html">&lt;p&gt;DOHill: Modular power cubes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Power Cube as a stressed member==&lt;br /&gt;
Howdy Tom, I couldn&#039;t figure out any other way to send you a message.&lt;br /&gt;
What do you think about the idea of beefing up the Power Cube and working out a set of standardized mounting points (lugs?) so that it could become a stressed member of the vehicles it&#039;s incorporated into? Not necessarily integral to the vehicle frame holding together, but at least stressed enough that it replaces some metal in the frame. It&#039;s not like the vehicle&#039;s going anywhere without a power cube anyway.&lt;br /&gt;
&lt;br /&gt;
Hmmm ... strange way to communicate. My E-Mail address is: Tom.Griffing@gmail.com if you prefer a more direct means.&lt;br /&gt;
Power Cube as a &amp;quot;stressed member&amp;quot;?  I assume you mean when used with the LifeTrac?  (keep in mind that it is used for many other machines in the OSE lineup)&lt;br /&gt;
&lt;br /&gt;
For motorcycles, the engine case is used to bear some of the structural load.  In comparison, the case of the engine in the Power Cube is the strongest part.  The frame is probably next, but I don&#039;t know how it would be connected to the LifeTrac so it would provide structural support, yet being easily mounted and dismounted for other applications.  If you have thoughts on this, please share.&lt;br /&gt;
&lt;br /&gt;
In addition, I have considered splitting the Power Cube into two parts: An engine component and a powered component (ie: hydraulic pump, electric generator, water pump, etc).  This would add new capabilities for the power output while adding the ability to switch power sources, but it also poses a challenge for connecting the components.&lt;br /&gt;
&lt;br /&gt;
== Suction Hose Sizing ==&lt;br /&gt;
did u mention that there were some changes made to the lines going to the pump on the power cube? i was thinking that it might be good to change the hydraulic tank design so that the output is on the other side? last time i saw the hose looped around from one side to the other, i wasnt sure if thats what you had tweeked but just throwing the idea into the mix --[[User:Dorkmo|Dorkmo]] 23:50, 30 August 2011 (CEST)&lt;br /&gt;
&lt;br /&gt;
Sorry for the delayed reply - I&#039;m just now figuring how to use User Talk.  Yes, I&#039;m changing the line going to the pump - increasing it to 1&amp;quot; diameter.  The calculations for the hose size is on the following page:&lt;br /&gt;
&lt;br /&gt;
[http://opensourceecology.org/wiki/Hydraulic_Hose_Sizing| Hose Sizing Guide]&lt;br /&gt;
&lt;br /&gt;
== Power Cube Tools ==&lt;br /&gt;
Can you tell me what tools are required to build a power cube?  I don&#039;t mean the parts for the cube itself, but the tools used to build one.  I am working on setting up a shop in my garage --[[User:RootBeer|RootBeer]] 00:17, 26 November 2011 (CST)&lt;br /&gt;
&lt;br /&gt;
Here&#039;s my list from memory - I will probably add to it in time.  Craigslist and Ebay are handy for finding used tools.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Cutting torch&#039;&#039;&#039; - capable of cutting 1/2&amp;quot; steel.  If you plan on building a LifeTrac, get one that can cut 1&amp;quot; steel.  I bought mine at Home Depot.&lt;br /&gt;
*&#039;&#039;&#039;Vise Grip Pliers&#039;&#039;&#039; - Two or three pair&lt;br /&gt;
*&#039;&#039;&#039;6&amp;quot; C Clamps&#039;&#039;&#039; - Two should be sufficient&lt;br /&gt;
*&#039;&#039;&#039;Metal Saw&#039;&#039;&#039; - I bought a DeWalt DW872, but anything that can cut 2&amp;quot; x 2&amp;quot; angle iron&lt;br /&gt;
*&#039;&#039;&#039;Drill and bits&#039;&#039;&#039; - 9/16&amp;quot; bit and a regular assortment of smaller bits&lt;br /&gt;
*&#039;&#039;&#039;Angle Grinder&#039;&#039;&#039; - I bought a 4&amp;quot; and a 7&amp;quot; and use them both&lt;br /&gt;
*&#039;&#039;&#039;Welder&#039;&#039;&#039; - You may have a preference, but after using the MillerMatic 200 MIG at FeF and now a small TIG, I prefer the more expensive Millermatic&lt;br /&gt;
*&#039;&#039;&#039;Welding Table&#039;&#039;&#039; - A steel table is helpful, but not necessary&lt;br /&gt;
*&#039;&#039;&#039;Chalk Marker&#039;&#039;&#039; - Important for marking steel to cut with torch&lt;br /&gt;
*&#039;&#039;&#039;Safety Equipment&#039;&#039;&#039; - Welding helmet, ear protection, safety glasses, steel toe boots, gloves, long sleeve shirt for welding&lt;br /&gt;
*&#039;&#039;&#039;Wrenches&#039;&#039;&#039; - Several sizes, including 3/4&amp;quot;&lt;br /&gt;
*&#039;&#039;&#039;Hex Keys&#039;&#039;&#039; - For the coupling set screws&lt;br /&gt;
*&#039;&#039;&#039;Tape Measure&#039;&#039;&#039; - Two, as one is always misplaced&lt;br /&gt;
*&#039;&#039;&#039;Paint Sprayer / Air Compressor&#039;&#039;&#039; - FeF used a gravity fed sprayer&lt;br /&gt;
&lt;br /&gt;
== Power Cube Drawings ==&lt;br /&gt;
&lt;br /&gt;
Tom,&lt;br /&gt;
&lt;br /&gt;
I don&#039;t know if this is the right place to contact you, but I couldn&#039;t find an email anywhere.&lt;br /&gt;
&lt;br /&gt;
The Power Cube page says that Solidworks drawings of the power cube would be helpful. If that is still the case pleas contact me. I am able to produce drawings with a student version of SW.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Frederick&lt;br /&gt;
&lt;br /&gt;
frederickose at gmx dot com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Frederick;  &lt;br /&gt;
&lt;br /&gt;
This will work as a forum, just fine.  Thanks for your help using SolidWorks for rendering proper layout diagrams and such for the new Power Cube.  I also appreciate your suggestion on the mitered joints for the Power Cube.  This is a tremendous help.  I hope to begin cutting steel soon.&lt;br /&gt;
&lt;br /&gt;
- Tom&lt;br /&gt;
&lt;br /&gt;
==Modular power cubes==&lt;br /&gt;
&lt;br /&gt;
I drew on your idea for a modular power cube and discussion on the OSE-Europe list &lt;br /&gt;
https://groups.google.com/group/ose-europe/browse_thread/thread/3b89d4ffedb4b718&lt;br /&gt;
&lt;br /&gt;
to put together a concept sheet for a modular power cube design.&lt;br /&gt;
&lt;br /&gt;
http://opensourceecology.org/wiki/File:Modular_Power_Cubes-small.jpg&lt;br /&gt;
&lt;br /&gt;
interested in your thoughts.  Especially about how you envision the coupling between engine and driven module working.&lt;br /&gt;
--[[User:DOHill|DOHill]] 03:29, 7 May 2012 (CEST)&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=XM_CAD_Flash_Mob_Strategy&amp;diff=60558</id>
		<title>XM CAD Flash Mob Strategy</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=XM_CAD_Flash_Mob_Strategy&amp;diff=60558"/>
		<updated>2012-04-27T11:46:02Z</updated>

		<summary type="html">&lt;p&gt;DOHill: /* Optimal Scenario: CAD Flash Mobs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
&lt;br /&gt;
In general, the key strategy of OSE is Breakdown as in the [[SEBD]] (including Interface Design between components). This strategy allows us to create effective and rapid CAD generation.&lt;br /&gt;
&lt;br /&gt;
CAD generation occurs in 3 scenarios: first, for things that haven&#039;t been built; second, in the case where 2D design is available, but 3D files are missing; and third, for things that are built already and for which 3D CAD is not yet available. We will focus on the last one - since that is the most prevalent case to date with OSE work. This happens because design changes are usually made during product builds - or iterative builds take off from a last prototype without new CAD being generated.&lt;br /&gt;
&lt;br /&gt;
=Optimal Scenario: CAD Flash Mobs=&lt;br /&gt;
&lt;br /&gt;
In the optimal scenario - a virtual meeting may be held and this meeting could result in complete CAD generation in a 2 hours work session. This is possible when measurements for a complete device are available - as taken via 3D scanning (see [[XM_3D Scanning Strategy]]), physical measurement, or [[CMM]].&lt;br /&gt;
&lt;br /&gt;
The process would be (for a remote session):&lt;br /&gt;
#CAD Flash Mob is recruited for a virtual social event (Virtual Flash Mob)&lt;br /&gt;
#Everyone joins a voice chat (with headphones to eliminate background noise) platform &lt;br /&gt;
#Platform shows the existing documentation &lt;br /&gt;
#Platform also shows the 3D CAD that is being created&lt;br /&gt;
#While the above is typically done through a professional collaborative cloud 3D CAD package, similar functionality may be hacked readily from existing software.&lt;br /&gt;
&lt;br /&gt;
Creative solutions could produce excellent results in the absence of a professional cloud cad package. Here is one suggestion:&lt;br /&gt;
&lt;br /&gt;
#A [[Project Page]] for a given product shows a video of measurements walkthrough, back-of-envelope sktetches, 3D scans (dimensioned correctly)&lt;br /&gt;
#The Flash Mob uses [[Online conferencing]] - people can coordinate on progress and division of labor.&lt;br /&gt;
#Each person draws up a separate part by any means possible (Sketchup, FreeCAD, or other). &lt;br /&gt;
#Completed files are uploaded to session CAD Master on an ongoing basis.&lt;br /&gt;
#CAD Master imports and assembles all parts in a professional CAD package&lt;br /&gt;
#A separate screen share site displays the CAD Master&#039;s creation in real time.&lt;br /&gt;
&lt;br /&gt;
[[Category:XM]]&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=XM_Flash_Mob_Strategy&amp;diff=60557</id>
		<title>XM Flash Mob Strategy</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=XM_Flash_Mob_Strategy&amp;diff=60557"/>
		<updated>2012-04-27T11:42:03Z</updated>

		<summary type="html">&lt;p&gt;DOHill: Added link to online conferencing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Abstract:&#039;&#039;&#039; Flash mobs are on-demand, real-time, virtual work groups where a number of people come together for rapid development sessions. This may involve design, CAD, strategic development, video editing, or other sessions.&lt;br /&gt;
&lt;br /&gt;
This technique involves:&lt;br /&gt;
#Gathering a group of people and organizing them by subject matter areas of expertise&lt;br /&gt;
#Calling a flash mob together for a work session.&lt;br /&gt;
#Expected commitment is 1-2 hours per week via a working teleconference.&lt;br /&gt;
#The platform for doing this should include voice communication, central shared screen, and file sharing for collaboration- in absence of a dedicated platform.&lt;br /&gt;
#A dedicated platform should be created to accommodate the team development needs.&lt;br /&gt;
#The work session requires:&lt;br /&gt;
##Organizer to call out and run a session - organizer presents a working problem&lt;br /&gt;
##People prepare beforehand - by understanding what the work session will be about&lt;br /&gt;
##Preparation of a clear problem statement and preparatory materials&lt;br /&gt;
##Specific procedure for collaboration, material sharing, and upload&lt;br /&gt;
##Skilled participants to get work done&lt;br /&gt;
&lt;br /&gt;
==See==&lt;br /&gt;
&lt;br /&gt;
[[Online conferencing]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:XM]]&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Power_Cube/Research_Development&amp;diff=60515</id>
		<title>Power Cube/Research Development</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Power_Cube/Research_Development&amp;diff=60515"/>
		<updated>2012-04-27T05:04:38Z</updated>

		<summary type="html">&lt;p&gt;DOHill: /* Research */ Added concept development&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{GVCS Header}}&lt;br /&gt;
&lt;br /&gt;
=Overview=&lt;br /&gt;
The powercube has undergone a number of revisions and modifications. With each prototype, different aspects of the design were refined and improved in pursuit of meeting [[OSE Specifications]].&lt;br /&gt;
&lt;br /&gt;
=Prototypes=&lt;br /&gt;
==Power Cube I==&lt;br /&gt;
[[Image:Microtrac engineback1.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
==Power Cube II==&lt;br /&gt;
[[File:Powercube-ii-front.jpg|400px]]&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;iframe src=&amp;quot;https://player.vimeo.com/video/15892882?title=0&amp;amp;amp;byline=0&amp;amp;amp;portrait=0&amp;quot; width=&amp;quot;400&amp;quot; height=&amp;quot;300&amp;quot; frameborder=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;p&amp;gt;&amp;lt;a href=&amp;quot;http://vimeo.com/15892882&amp;quot;&amp;gt;How to build an OSE Power Cube (full length)&amp;lt;/a&amp;gt; from &amp;lt;a href=&amp;quot;http://vimeo.com/user3935797&amp;quot;&amp;gt;Will OSE&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;
==Power Cube III==&lt;br /&gt;
&lt;br /&gt;
==Power Cube IV==&lt;br /&gt;
&lt;br /&gt;
This is the latest Power Cube, as of September 2011.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Please visit the links at the top of this page for the latest Bill Of Materials (BOM) and Manufacturing Instructions.&lt;br /&gt;
&lt;br /&gt;
==Power Cube (n)==&lt;br /&gt;
A visual indicator of fluid level would be helpful. Perhaps 90* fittings could be inserted into the vertical frame-tank members and a clear tube could be run between them. The gauges could be put on one of the inside surfaces and protected with some plate steel on each side like how the fill-caps are protected.&lt;br /&gt;
&lt;br /&gt;
=Industry Standards=&lt;br /&gt;
&lt;br /&gt;
=Research=&lt;br /&gt;
&lt;br /&gt;
[[ Hydraulic Hose Sizing ]]&lt;br /&gt;
&lt;br /&gt;
[[ Hydraulic Connectors ]]&lt;br /&gt;
&lt;br /&gt;
[[ Cooling and Heating ]]&lt;br /&gt;
&lt;br /&gt;
[[ Fuel Tank ]]&lt;br /&gt;
&lt;br /&gt;
[[ Shaft Coupling ]]&lt;br /&gt;
&lt;br /&gt;
[[Power Cube/Controller]]&lt;br /&gt;
&lt;br /&gt;
=Development=&lt;br /&gt;
&lt;br /&gt;
[http://opensourceecology.org/wiki/File:Modular_Power_Cubes-small.jpg Modular power cubes concept sheet]&lt;br /&gt;
&lt;br /&gt;
{{GVCS Footer}}&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=File:Modular_Power_Cubes-small.jpg&amp;diff=60514</id>
		<title>File:Modular Power Cubes-small.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=File:Modular_Power_Cubes-small.jpg&amp;diff=60514"/>
		<updated>2012-04-27T05:01:21Z</updated>

		<summary type="html">&lt;p&gt;DOHill: uploaded a new version of &amp;amp;quot;File:Modular Power Cubes-small.jpg&amp;amp;quot;: Modular power cubes concept sheet.
uploading xcf made in Gimp soon....&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Modular power cubes concept leaflet.&lt;br /&gt;
xcf file made with Gimp will be uploaded and linked... (hopefully)&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=File:Modular_Power_Cubes-small.jpg&amp;diff=60509</id>
		<title>File:Modular Power Cubes-small.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=File:Modular_Power_Cubes-small.jpg&amp;diff=60509"/>
		<updated>2012-04-27T04:17:10Z</updated>

		<summary type="html">&lt;p&gt;DOHill: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Modular power cubes concept leaflet.&lt;br /&gt;
xcf file made with Gimp will be uploaded and linked... (hopefully)&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=File:Modular_Power_Cubes-small.jpg&amp;diff=60507</id>
		<title>File:Modular Power Cubes-small.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=File:Modular_Power_Cubes-small.jpg&amp;diff=60507"/>
		<updated>2012-04-27T04:12:41Z</updated>

		<summary type="html">&lt;p&gt;DOHill: Modular power cubes concept leaflet.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Modular power cubes concept leaflet.&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Open_source_software_for_permaculture&amp;diff=59401</id>
		<title>Open source software for permaculture</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Open_source_software_for_permaculture&amp;diff=59401"/>
		<updated>2012-04-11T04:23:56Z</updated>

		<summary type="html">&lt;p&gt;DOHill: /* Similar Proposals */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Category=Permaculture}}&lt;br /&gt;
{{Category=Software}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Proposal&#039;&#039;&#039;: I would like to see a piece of open-source software that helps with permaculture design. It would be an expert system doing the work of a permaculture designer, for free.&lt;br /&gt;
&lt;br /&gt;
Maybe something like this already exists and I don&#039;t know about it. If you know of such software, please add a link to this page.&lt;br /&gt;
&lt;br /&gt;
A fairly simple, but very helpful, algorithm would go something like this:&lt;br /&gt;
#You input things you want to grow. This could be specific plants (e.g. &#039;Little Gem lettuce&#039;), or broad categories (e.g. hard timber, grains)&lt;br /&gt;
#You input climate information. Or better yet, you input your location and the software finds climate information online.&lt;br /&gt;
#The software accesses a database of organisms (possibly derived from [http://www.pfaf.org/user/default.aspx Plants For A Future]). It knows the [[Inputs and outputs in permaculture|inputs and outputs]] of each organism and matches them up; where one element can work in synergy with another, it points that out to the user and suggests they be planted near each other. (e.g. Fruit trees need rotting matter, strawberries produce that when they die, so plant your strawberries near your fruit trees.) Where none of the elements you listed cover the needs (e.g. you want fish, but have no food source for them), it suggests an element that could fill the need and is  appropriate to your climate.&lt;br /&gt;
#It should also be able to access a database of pests and weeds and suggest ways of dealing with them. (e.g. If you grow cabbages, it would suggest chickens to eat the slugs. If you grow vegetables, it would suggest spearmint to repel insects.) There are databases online that could be mined for this information (like [http://attra.ncat.org/attra-pub/biorationals/ Biorationals]); see the links at [[biological pest control]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Additions&#039;&#039;&#039;: I think the above is a good start, but to get a really accurate modeling of a permaculture patch one has perhaps to do some more magic. So the Software should additionally&lt;br /&gt;
#be able to cope with micro climate measurement to find suitable niches for plants on the area (the overall climate is of course important, but the affections of micro climate are often overwhelming). The micro climate could be collected through something like an micro climate measure stick, getting information on wind, radiation, moisture, soil moisture, soil temperature as well as temperatures in different heights. &lt;br /&gt;
# have access to a database of predefined permaculture patterns (like a potato-tower with a squash upon it and surrounded by some legumes growing up the tower but with the plants outside the tower so that the potatoes and legumes do not interfere) and characteristics for the zone in which it grows good, animal impact an plant impact for the whole pattern. In the above example you would get an error when you want to put potatoes also on the ground next to this pattern, as legumes and potatoes don&#039;t grow good next to each other etc. This database should be open with an good interface t collect best practice approaches. To have patterns simplifies also the computational effort of checking if the plants match to each other. Especially as there are so many parameters, that PFAF won&#039;t cover all of them&lt;br /&gt;
#take the temporal evolution of the system in account. e.g. to suppose planting different herbs under trees in the first years and make suggestions for the development of the patch when the trees, shrubs etc. get mature.&lt;br /&gt;
&lt;br /&gt;
Edit We could look at the USGS data collection standard operating procedure for a good how-to guide on this. Also data may already exist for some locales in GIS format.&lt;br /&gt;
&lt;br /&gt;
==Similar Proposals==&lt;br /&gt;
&lt;br /&gt;
http://www.foodandtechconnect.com/site/2011/04/20/polyculturetech-part-i-the-permaculture-information-web-growing-guilds/&lt;br /&gt;
&lt;br /&gt;
https://groups.google.com/forum/#!topic/global-survival/VNwvEKJTyzc&lt;br /&gt;
&lt;br /&gt;
http://www.appropedia.org/Permaculture_wiki is the idea and http://www.appropedia.org/Chickens is an example of adding subpages to a wiki element, so that there are inputs, outputs and used-in elements. A database of the elements present at FeF might be a good example with which to test this, and might atract appropedians. [[User:LucasG|LucasG]] 13:56, 25 March 2012 (CEST) &lt;br /&gt;
:Note that [[Appropedia:|Appropedia]] now has Semantic MediaWiki, so we can build an interesting database of permaculture elements inputs, outputs, functions etc. The [http://www.freebase.com/view/base/permaculture Freebase example] looks good, and could serve as a good target for a set of templates on Appropedia.&lt;br /&gt;
:Who knows Semantic MediaWiki enough to help us get this going? (We&#039;re looking for interns, so that might be our answer - if we can find one with Semantic experience, that could be magic.) --[[User:Chriswaterguy|Chriswaterguy]] 09:06, 27 March 2012 (CEST)&lt;br /&gt;
&lt;br /&gt;
http://www.freebase.com/view/base/permaculture - a prototype built on Freebase, well fleshed out.&lt;br /&gt;
&lt;br /&gt;
http://open-food.org/&lt;br /&gt;
&lt;br /&gt;
http://www.resilientcommunities.com/software-can-make-it-easier-to-run-a-micro-farm/&lt;br /&gt;
&lt;br /&gt;
https://github.com/Permageeks/Polyculture-Design-Tool&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Permaculture Wiki]]&lt;br /&gt;
* [[Open Source Permaculture]]&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=OSE_Europe/UK&amp;diff=57898</id>
		<title>OSE Europe/UK</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=OSE_Europe/UK&amp;diff=57898"/>
		<updated>2012-03-27T07:23:34Z</updated>

		<summary type="html">&lt;p&gt;DOHill: /* First OSE community in the UK */ Added me to list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OSE Europe}}&lt;br /&gt;
We are in the process of forming UK OSE Community. Please contact Eugene at: oseuk (dot) coop (at) gmail (dot) com&lt;br /&gt;
&lt;br /&gt;
=First OSE community in the UK=&lt;br /&gt;
If you are interested in creating the first Open Source Ecology community in the UK, please add your name and contacts to the list. Please write &amp;quot;farmer&amp;quot; if you are a farmer interested in hosting OSE trial period, use of tools, in a need of help or &amp;quot;enthusiast&amp;quot; who is willing to commit yourself to working at OSE project or &amp;quot;supporter&amp;quot; who will be interested to come and help with whatever skills you have or difine yourself. We are aiming to unite a diverse group of people working towards common goal:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ First OSE community in UK&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | User page&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; width=&amp;quot;100&amp;quot; | Email&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Chat/IM&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Your involvement&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Where are you based at the moment&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; | Comments&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; | Vision&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; | Time available: h/week&lt;br /&gt;
|-&lt;br /&gt;
| [[Eugene Kazlou]] || eugene __aat_ ostech-electronics.co.uk || skype: li-eugene || enthusiast || Gloucestershire, UK || || ||||&lt;br /&gt;
|-&lt;br /&gt;
| [[Will Cleaver]] || willcleaver __aat_ gmail.com || skype: williamcleaver || enthusiast || London &amp;amp; Durham UK || Forestry Commission contacts || ||||&lt;br /&gt;
|-&lt;br /&gt;
| [[Daniel Connell]] || solarflower.org __aat_ gmail.com || skype: sugarandfat || enthusiast || Various ||  ||||&lt;br /&gt;
|-&lt;br /&gt;
| [[Jamie Clarke]] || jamieclarke333@googlemail.com || zSkype || entusiast || Essex UK || Stawbale building, geodesic domes and more||||Z-months a year &amp;amp; z-h/week &lt;br /&gt;
|-&lt;br /&gt;
| [[Mark Norton]] || markjnorton __aat_ earthlink.net || skype: nolaria|| supporter|| New York, USA|| I can&#039;t directly participate in building a UK OSE community, but I&#039;m happy provide comments and constructive criticism.||||&lt;br /&gt;
|-&lt;br /&gt;
| [[Alvaro F Boirac]] || alphydan __aat_ gmail _dot_ com || skype: alvaro.feito || enthusiast|| Isle of Wight, UK|| Expertise in Wind Energy, Programming, appropriate technology &lt;br /&gt;
 ||||currently 2-4h/week. 2012: full sporadic weeks&lt;br /&gt;
|-&lt;br /&gt;
| [[Mark van Harmelen]] || markvanharmelen atsign gmail.com || skype: markvanharmelen|| supporter / enthusiast|| Manchester/London||Computer/web, basic fabrication, building, research skills||adoption in africa ||1+hrs/week||&lt;br /&gt;
|-&lt;br /&gt;
| [[Christopher Fraser]] || chrisf at goop dot org || || enthusiast|| London || Electronics and fabrication || Low energy building || Various ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Adam Messer]] || messerad ___atsymbol____ gmail ___dotsymbol___ com || || enthusiast || London || Currently starting to build a powercube at the London hackspace. || Build a house. || ||&lt;br /&gt;
|-&lt;br /&gt;
-&lt;br /&gt;
| [[Josef Davies-Coates]] || josef ___atsymbol____ uniteddiversity ___dotsymbol___ com || || enthusiast || London || Member of EcologicalLand.coop and exploring cohousing possibilities etc in London. Got land in Spain too but don&#039;t want to live there myself. || I&#039;m re-starting The Open Co-op http://open.coop (content out of date) part of which will likely be creating TechShop.ws type spaces in London || ||&lt;br /&gt;
|-&lt;br /&gt;
-&lt;br /&gt;
| [[User:DOHill|Darren Hill]] || mail ___atsymbol____ vegburner ___dotsymbol___ co___dotsym___uk|| || enthusiast || London || Fabricator and grower - worked extenively modifying diesel engines to run plant oils || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:OSE Europe]]&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Online_conferencing&amp;diff=57879</id>
		<title>Online conferencing</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Online_conferencing&amp;diff=57879"/>
		<updated>2012-03-27T03:25:25Z</updated>

		<summary type="html">&lt;p&gt;DOHill: /* Video */ added Jitsi - OS Secure video calls, conferencing, chat etc.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Exploring alternatives, particularly open source, for conferancing&lt;br /&gt;
&lt;br /&gt;
==Voice==&lt;br /&gt;
===Mumble===&lt;br /&gt;
mumble is open source audio conferencing - &lt;br /&gt;
*[http://mumble.sourceforge.net/ mumble website]&lt;br /&gt;
*[http://rbose.org/wiki/Mumble RBOSE mumble page]&lt;br /&gt;
&lt;br /&gt;
==Video==&lt;br /&gt;
===Big Blue Button===&lt;br /&gt;
BigBlueButton is an open source web conferencing system built on over fourteen open source components to create an integrated solution that runs on mac, unix, or PC computers&lt;br /&gt;
&lt;br /&gt;
*[http://www.bigbluebutton.org/ Bigbluebutton website]&lt;br /&gt;
&lt;br /&gt;
===Jitsi===&lt;br /&gt;
&lt;br /&gt;
Secure video calls, conferencing, chat, desktop sharing, file transfer, support for your favorite OS, and IM network. All this, and more, in Jitsi - the most complete and advanced open source communicator.&lt;br /&gt;
&lt;br /&gt;
*[http://jitsi.org/index.php/Main/HomePage Jitsi]&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Online_conferencing&amp;diff=57434</id>
		<title>Online conferencing</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Online_conferencing&amp;diff=57434"/>
		<updated>2012-03-24T06:53:52Z</updated>

		<summary type="html">&lt;p&gt;DOHill: Created page with &amp;quot;Exploring alternatives, particularly open source, for conferancing  ==Voice== ===Mumble=== mumble is open source audio conferencing -  *[http://mumble.sourceforge.net/ mumble web...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Exploring alternatives, particularly open source, for conferancing&lt;br /&gt;
&lt;br /&gt;
==Voice==&lt;br /&gt;
===Mumble===&lt;br /&gt;
mumble is open source audio conferencing - &lt;br /&gt;
*[http://mumble.sourceforge.net/ mumble website]&lt;br /&gt;
*[http://rbose.org/wiki/Mumble RBOSE mumble page]&lt;br /&gt;
&lt;br /&gt;
==Video==&lt;br /&gt;
===Big Blue Button===&lt;br /&gt;
BigBlueButton is an open source web conferencing system built on over fourteen open source components to create an integrated solution that runs on mac, unix, or PC computers&lt;br /&gt;
&lt;br /&gt;
*[http://www.bigbluebutton.org/ Bigbluebutton website]&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Video_conferencing&amp;diff=57433</id>
		<title>Video conferencing</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Video_conferencing&amp;diff=57433"/>
		<updated>2012-03-24T06:53:18Z</updated>

		<summary type="html">&lt;p&gt;DOHill: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Video_conferencing&amp;diff=57432</id>
		<title>Video conferencing</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Video_conferencing&amp;diff=57432"/>
		<updated>2012-03-24T06:52:30Z</updated>

		<summary type="html">&lt;p&gt;DOHill: Created page with &amp;quot;Exploring alternatives, particularly open source, for conferancing  ==Voice== ===Mumble=== mumble is open source audio conferencing -  *[http://mumble.sourceforge.net/ mumble web...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Exploring alternatives, particularly open source, for conferancing&lt;br /&gt;
&lt;br /&gt;
==Voice==&lt;br /&gt;
===Mumble===&lt;br /&gt;
mumble is open source audio conferencing - &lt;br /&gt;
*[http://mumble.sourceforge.net/ mumble website]&lt;br /&gt;
*[http://rbose.org/wiki/Mumble RBOSE mumble page]&lt;br /&gt;
&lt;br /&gt;
==Video==&lt;br /&gt;
===Big Blue Button===&lt;br /&gt;
BigBlueButton is an open source web conferencing system built on over fourteen open source components to create an integrated solution that runs on mac, unix, or PC computers&lt;br /&gt;
&lt;br /&gt;
*[http://www.bigbluebutton.org/ Bigbluebutton website]&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Talk:Open_Source_Ecology&amp;diff=55873</id>
		<title>Talk:Open Source Ecology</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Talk:Open_Source_Ecology&amp;diff=55873"/>
		<updated>2012-03-04T21:39:41Z</updated>

		<summary type="html">&lt;p&gt;DOHill: /* Supply */attempting to answer question&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I have a site that sells stainless steel carts and cabinets. I use these on my 6.5 acre organic farm. If interested, see www.safewaysite.com&lt;br /&gt;
&amp;lt;small&amp;gt;-- Preceding unsigned comment added by [[User:Tlynde1084|Tlynde1084]] at 10 December 2009.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Supply ==&lt;br /&gt;
Will OSE supply only machines or it will also supply parts for the clients?&lt;br /&gt;
If a client can&#039;t find the parts they need elsewhere, then I believe they should be able to buy it from OSE.&lt;br /&gt;
I am asking this because I found some fuzzy and contradictory comments [http://forum.opensourceecology.org/discussion/686/from-scratch-or-from-the-market on the web forum] stating that OSE can&#039;t supply parts because &amp;quot;it&#039;s not a charity&amp;quot; and because &amp;quot;it&#039;s not for-profit organization&amp;quot;.&lt;br /&gt;
Well in this case, if OSE can&#039;t supply parts, then how can it supply machines (that include parts)?&lt;br /&gt;
If OSE can supply machines, then it&#039;s obvious that it can supply parts too. &lt;br /&gt;
How can you make the people to be interested to buy the GVCS machines (which are cheaper to repair) if they don&#039;t have the certainty that they can buy parts to fix them?&lt;br /&gt;
A farmer won&#039;t have money and time and won&#039;t be interested to buy an entire workshop with GVCS tools only for producing one small part for his tractor!&lt;br /&gt;
[[User:Gonzo|Gonzo]] ([[User talk:Gonzo|talk]]) 05:09, 4 March 2012 (CET)&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure that I&#039;m entirely qualified to answer this question but from what I know/see I would say that parts for GVCS machines would be available from anywhere that had the necessary tooling to produce from the open source drawings.  It may be a local machine shop that could work to the drawings, possibly with old manually operated machines.  It may well be the case that workshops set up specifically with the intention to produce and supply GVCS parts.--[[User:DOHill|DOHill]] 22:39, 4 March 2012 (CET)&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=User:DOHill&amp;diff=55683</id>
		<title>User:DOHill</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=User:DOHill&amp;diff=55683"/>
		<updated>2012-03-01T15:26:31Z</updated>

		<summary type="html">&lt;p&gt;DOHill: added Biofuel category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some [http://oseeurope.org/forum/viewtopic.php?f=4&amp;amp;t=61 information] about me relative to OSE.&lt;br /&gt;
&lt;br /&gt;
Some of my research work on [http://www.vegburner.co.uk/report.htm biofuels]&lt;br /&gt;
&lt;br /&gt;
I later started Open Biofuel Engine Development which included a wiki - now discontinued but the content was moved to [http://www.appropedia.org/Biofuel Appropedia]&lt;br /&gt;
&lt;br /&gt;
I use social bookmarking a lot for my research, currently [http://www.diigo.com/user/dazinism Diigo]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Biofuel]]&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=User:DOHill&amp;diff=55682</id>
		<title>User:DOHill</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=User:DOHill&amp;diff=55682"/>
		<updated>2012-03-01T15:15:07Z</updated>

		<summary type="html">&lt;p&gt;DOHill: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some [http://oseeurope.org/forum/viewtopic.php?f=4&amp;amp;t=61 information] about me relative to OSE.&lt;br /&gt;
&lt;br /&gt;
Some of my research work on [http://www.vegburner.co.uk/report.htm biofuels]&lt;br /&gt;
&lt;br /&gt;
I later started Open Biofuel Engine Development which included a wiki - now discontinued but the content was moved to [http://www.appropedia.org/Biofuel Appropedia]&lt;br /&gt;
&lt;br /&gt;
I use social bookmarking a lot for my research, currently [http://www.diigo.com/user/dazinism Diigo]&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=User:DOHill&amp;diff=55681</id>
		<title>User:DOHill</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=User:DOHill&amp;diff=55681"/>
		<updated>2012-03-01T15:14:24Z</updated>

		<summary type="html">&lt;p&gt;DOHill: Created page with &amp;quot;Some [http://oseeurope.org/forum/viewtopic.php?f=4&amp;amp;t=61 information] about me relative to OSE Some of my research work on [http://www.vegburner.co.uk/report.htm biofuels] I later...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some [http://oseeurope.org/forum/viewtopic.php?f=4&amp;amp;t=61 information] about me relative to OSE&lt;br /&gt;
Some of my research work on [http://www.vegburner.co.uk/report.htm biofuels]&lt;br /&gt;
I later started Open Biofuel Engine Development which included a wiki - now discontinued but the content was moved to [http://www.appropedia.org/Biofuel Appropedia]&lt;br /&gt;
I use social bookmarking a lot for my research, currently [http://www.diigo.com/user/dazinism Diigo]&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Biodiesel&amp;diff=55680</id>
		<title>Biodiesel</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Biodiesel&amp;diff=55680"/>
		<updated>2012-03-01T14:43:27Z</updated>

		<summary type="html">&lt;p&gt;DOHill: /* No Conversion: using straight vegetable oil */ corrected misleading info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Category=Biofuel}}&lt;br /&gt;
&lt;br /&gt;
Biodiesel is made from fat or oil. This involves chemically modifying the oil as to give it properties more closely resembling diesel fuel. It can be used in nearly any diesel engine, with little or no modification. However, biodiesel is a stronger solvent than regular diesel, which can impact rubber components. Biodiesel produces less particulates than petrodiesel and is thus better for air quality. &#039;&#039;(Note: this page was largely transwikified from [http://www.appropedia.org/Biodiesel Appropedia] but we have given them &#039;&#039;&#039;so&#039;&#039;&#039; many pages it&#039;s about time we got something in return, yathink ?).&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
== Vegetable oil extraction and conversion ==&lt;br /&gt;
The process of oil extraction is carried out the same way as for extraction of edible oil from plants. There are many crops grown in rural areas of the developing world which are suitable for oil production – sunflower, coconut, cotton seed, palm, rapeseed, soy bean, peanut, hemp and more. Sunflower oil, for example, has an energy content about 85% that of diesel fuel.&lt;br /&gt;
&lt;br /&gt;
There are two well-established technologies for oil extraction:&lt;br /&gt;
*The simple screw press, which is a device for physically extracting the oil from the plant - this technology is well suited to small-scale production of oil as fuel or as foodstuff in rural areas. The press can be motorised or hand-operated.&lt;br /&gt;
*Solvent extraction is a chemical process which requires large, sophisticated equipment. This method is more efficient - that is, it extracts a greater percentage of the oil from the plant - but is less suited to rural applications.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;See also: [[Vegetable_Oil_Production |Vegetable Oil Production]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Biodiesel Reaction.jpg|thumb|400px|right|The Biodiesel Reaction]]&lt;br /&gt;
&lt;br /&gt;
==Conversion: the Biodiesel Process==&lt;br /&gt;
Biodiesel production is not complex and can be done on a small scale. Please see our blog post: [http://openfarmtech.org/weblog/2009/07/open-source-biodiesel-tutorial/ Open Source Biodiesel Tutorial] for more details. In a nutshell, the vegetable oil is converted to a useable fuel by adding ethanol or methanol alcohol along with a catalyst to improve the reaction. Small amounts of potassium hydroxide or sodium hydroxide (commonly called [[lye]] or caustic soda, which is used in soapmaking) are as the catalyst material. Abundant [[Glycerol]] separates out as the reaction takes place and sinks to the bottom of the container. This &amp;quot;waste&amp;quot; product has many uses, so not a problem. The glycerine can be used as a degreasing soap or refined to make other products. This removes the component that gums up the engine so that a standard diesel engine can be used. &lt;br /&gt;
&lt;br /&gt;
== No Conversion: using straight vegetable oil ==&lt;br /&gt;
While straight vegetable oil can be used as fuel (new, or waste frying oil), it can have a negative effect on the engine after prolonged use. &lt;br /&gt;
To avoid this fuel qualities, engine type and tune and operating cycles need to be considered.&lt;br /&gt;
&lt;br /&gt;
more info at [http://www.appropedia.org/Biofuel Appropedia]&lt;br /&gt;
&lt;br /&gt;
== Sources ==&lt;br /&gt;
Biodiesel can be made from many fats or oils, such as: &lt;br /&gt;
*vegetable oils, which are now often cheaper than regular fuel, if bought in bulk, and we consider that premium cooking oils are not needed.&lt;br /&gt;
*used deep frying fat or oil (which would normally be discarded, at economic and environmental cost) - take-away food shops typically have a regular output of this waste.&lt;br /&gt;
*Pyrolysis oil or &amp;quot;bio-oil&amp;quot; can indeed be a feedstock for biodiesel production. However, it contains aqueous components as well as acidic oily components that have to be separated out. Please see the wiki pages on [[Biochemicals_from_Pyrolysis|biochemicals from pyrolysis]] and [[Pyrolysis_Oil|bio-oil]] for more details.&lt;br /&gt;
&lt;br /&gt;
==Mixing Biodiesel and Bio-Oil==&lt;br /&gt;
Pyrolysis oil can be mixed with biodiesel for a low-cost, diesel-like fuel. More details [[Bio-Oil_/_Diesel_Mixture_Fuels| here]]. &lt;br /&gt;
&lt;br /&gt;
== Suggested projects ==&lt;br /&gt;
*Search for literature discussing the health impacts of vehicle pollution, and different aspects of the pollution such as particulates vs other pollutants. &lt;br /&gt;
*Design a relatively simple, reliable way of converting vegetable oil (waste and/or new) into biodiesel, to minimize the technical expertise and resources needed, perhaps making it more practical for production in small or medium-sized remote towns.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
*&amp;quot;Make your own biodiesel&amp;quot; from [http://journeytoforever.org/biodiesel_make.html Journey to Forever]&lt;br /&gt;
*[http://www.biodieselblog.com/ Biodiesel Blog]&lt;br /&gt;
*[http://www.make-biodiesel.org/The-Appleseed-Biodiesel-Processor/ The Appleseed Biodiesel Processor] (open source) &lt;br /&gt;
*[http://www.footprintrecycling.com/ Footprint Recycling], providing biodiesel in Humboldt County, California&lt;br /&gt;
*[http://www.nrel.gov/docs/fy04osti/36244.pdf NREL Biodiesel] - This is an excellent PDF going into some of the technical details of the chemistry and processes behind biodiesel production.&lt;br /&gt;
*[http://www.self-sufficiency-guide.com/Biodiesel.html Guide to Biodiesel] on Self-Sufficiency-Guide.com&lt;br /&gt;
*[http://www.builditsolar.com/Projects/BioFuel/biofuels.htm Biodiesel page] on Build It Solar (DIY site)&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Biofuel]]&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=OSE_Europe/People&amp;diff=46581</id>
		<title>OSE Europe/People</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=OSE_Europe/People&amp;diff=46581"/>
		<updated>2011-11-18T01:13:36Z</updated>

		<summary type="html">&lt;p&gt;DOHill: added link in my entry&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OSE Europe}}&lt;br /&gt;
&lt;br /&gt;
We are engaged in the goals and mission of OSE Europe:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ OSE Europe People&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;nowiki&amp;gt;&amp;lt;nowiki&amp;gt;Insert non-formatted text here&amp;lt;/nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;scope=&amp;quot;col&amp;quot; | User page&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; width=&amp;quot;100&amp;quot; | Email&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Skype&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Origin (country)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Living in (country)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; | Comments&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; | Vision&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; | Time available: h/week&lt;br /&gt;
|-&lt;br /&gt;
| [[Nikolay Georgiev]] || nikolay (at) opensourceecology.org || nikolay.h.georgiev || Bulgaria || Germany || x || [[OSE_Europe/Nikolay_Georgiev|My Vision]] || 8-10h/day, since 13. July&lt;br /&gt;
|-&lt;br /&gt;
| [[Stefan Raabe]] || raabe.stefan (at) googlemail.com ||  || Germany || Germany || http://kombinatg.org|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sasha Mrkailo]] || mrkflux (at) gmail.com ||  || Serbia || Serbia || Love to see this materialise in Europe! http://www.sashamrkailo.com/blog|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Alvaro Bahls]] || alvarobahls (at) googlemail.com ||  || Brazil || Czech Republic || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Andreas Gmeiner]] || GmeinerAndreas (at) gmx.de ||  || Germany || Germany || [http://www.uharc.net/wiki/planraum:ose planraum-&amp;gt;ose] || [[OSE_Europe/Andreas_Gmeiner|My Vision]]||  &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.youtube.com/user/Willcleaver?feature=mhee Will Cleaver] || willcleaver (at) gmail.com || williamcleaver || UK, England || UK, England || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Alex Ford]] || alex665321 (at) hotmail.com ||  || UK || Bulgaria || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Robin Bäckman]] || robinbackman (at) gmail.com ||  || Finland || Finland || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Robert Anteau]] || anteau (at) hushmail (dot) com ||  || Netherlands || Netherlands || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Alvaro F Boirac]] || alphydan (at) gmail (dot) com ||  ||  Europe || UK || x|| [[Open_Source_Ecology_Europe/AlvaroFBoirac|test]]||2-3 h/week. More after Dec. 11&lt;br /&gt;
|-&lt;br /&gt;
| [[Ino D. Fleischmann]] || ino.fleischmann (at) gmail (dot) com ||  || Germany || Germany, Berlin || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Miquel Torres]] || tobami (at) gmail (dot) com ||  || Spain || Germany || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Alexander F. Lieders]] || cicnos (at) gmail.com ||  ||  Brazil  || Czech Republic || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Evgeni Pandurski]] || epandurski (at) gmail (dot) com ||  || Bulgaria || Bulgaria || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Eerik Wissenz]] || wissenz (at) gmail (dot) com ||  || Finland || Finland || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Angel Imaz]] || angel (at) hiruki (dot) eu || angel.imaz || Spain || Spain || True Fan, OSE Evangelist|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[User:javipk|Javier Rivera]]  || javipk (at) gmail (dot) com ||   || Spain || Spain || already true fan|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.jeremyblum.com Jeremy Blum] || jeremy (at) jeremyblum (dot) com ||  || USA || USA ||  happy to provide advice remotely!|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Johan van der Hoek]] || jvanderhoek (at) gmail (dot) com  ||  || Netherlands || Netherlands || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Arthur Kulik]] || arthur (dot) kulik (at) gmail (dot) com || arthur_kulik || Ukraine || Ukraine || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Denis Mongin]] || denis (dot) mongin (at) gmail (dot) com ||  || France || France || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Nicol Andre Berdelle]] || info (at) prototype-creation (dot) de ||  || Germany || Germany || http://www.prototype-creation.de || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Joe Hudson]] || joe (dot) hudson (at) gmail (dot) com ||  || UK || UK || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Denis Durmishi]] || zdenman (at) gmail (dot) com || denis.durmisi  || Macedonia || Germany || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Florin Birgu]] || florin.birgu (at) cyburg (dot) eu || cyburg.eu || Romania || Romania || http://www.cyburg.eu|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Edward Hines]] || Edward (at) tmafrance (dot) com|| edwardhai || England|| France|| http://www.tmafrance.com|| ||&lt;br /&gt;
|-&lt;br /&gt;
| Andres G. Aragoneses || knocte [at] gmail [dot] com || knocte || Spain || UK || Awesome idea!!!|| ||&lt;br /&gt;
|-&lt;br /&gt;
| Claudia Bosch || claudiabosch [at] daad-alumni [dot] de || claudia.bosch || Germany || UK || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Samuel Rodrigues || samuel (dot) gros (at) gmail (dot) com || samuel.gros.rodrigues || Portugal || Portugal || http://www.sitiocoop.com/|| ||&lt;br /&gt;
|-&lt;br /&gt;
| Eduardo Riesco || eduardo (dot) riesco (at)gmail (dot) com || eduardo.riesco || Spain || Spain || eduardoriesco.org|| ||&lt;br /&gt;
|-&lt;br /&gt;
| Tomaž Žlender || tomaz (dot) zlender (at) gmail.com || tomazzlender || Slovenia || Slovenia || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| Josef Davies-Coates || josef (at) uniteddiversity.com || jdaviescoates || UK, London || UK, London || I&#039;ve got 5 acres of land in Spain to contribute to this project! See http://buildingman.org|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Matt | Matthieu Laneuville]] || mlaneuville _at_ gmail _dot _ com || mlaneuville || France || France || -|| ||&lt;br /&gt;
|-&lt;br /&gt;
| Ivan Garcia || capiscuas _at_ gmail _dot _ com || ivangarcia1982 || Spain || VietNam || already true fan|| ||&lt;br /&gt;
|-&lt;br /&gt;
| Pedro Correia || pcorreia at development-association dot org ||  || Portugal || Germany || OSE Evangelist and Biz Developer|| ||&lt;br /&gt;
|-&lt;br /&gt;
| Jose Bravo || monoverso (at) hotmail (dot) com ||  || Spain || France || metal worker and welder || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Luke Devlin]] || mail (at) lukedevl.in || luke-devlin || Scotland || Scotland || http://lukedevl.in Human Ecologist|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Mike Lowther]] || mlowther11 _at_ gmail _dot_ com || spannamike || UK || UK || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Juris Kudiņš]] || juris_dott_kudins __aat_ gmail _doot_ com ||   || Latvia || Latvia || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Dirk Janssen]] || Dirk (dot) janssen1980 (at) gmail (dot) com ||   || Netherlands || Netherlands || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Mark J Norton]] || markjnorton (at) earthlink (dot) net || nolaria || Northeast USA || Upstate New York|| Figured I was already involved, so why not commit fully?|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Anu M]] || anu (at) fabfolk (dot) com ||  || Finland || Netherlands || Been following OSEcology for a while with interest &amp;amp; currently working with Fablabs || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Yoonseo Kang]] || msn149 (at) hotmail (dot) com || yoonseo (dot) kang1 || South Korea || Canada || Interested in continuing OSE development with full commitment|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Branislav Misovic(Branko) ]] || braniti (at) gmail.com || branko_nl || Croatia ||  Netherlands || OSE Live long and prosperous  _\\//  ||||  4h/week (From Sept.2011)&lt;br /&gt;
|-&lt;br /&gt;
| Eugene Kazlou || eugene __aat_ ostech-electronics.co.uk || li-eugene || Belarus || UK || || [[OSE_Europe/Eugene_Kazlou|My Vision]]  ||||&lt;br /&gt;
|-&lt;br /&gt;
| Franz Nahrada || f.nahrada (at) reflex.at || globalvillagesinfo || Austria || Austria || networking||||not yet cklear&lt;br /&gt;
|-&lt;br /&gt;
| [[Jalil Wahdatehagh]] || j.wahdatehagh (at) googlemail.com || j.wahdatehagh || Germany || Austria || studying information design ||  || 5-10h/week; 2-3weeks/year&lt;br /&gt;
|-&lt;br /&gt;
| Christopher Fraser || chrisf (at) goop dot org ||  || Australia || UK || |||| Up to 20h/w? &lt;br /&gt;
|-&lt;br /&gt;
| Oscar Calvo || natheshi (at) gmail dot com || Natheshi  || Spain || Spain || |||| Completly &lt;br /&gt;
|-&lt;br /&gt;
| Jan Skoda || jenda.skoda (at) seznam.cz || x || Czech Republic || Czech Republic || x |||| at beggining 10 h/week, later more &lt;br /&gt;
|-&lt;br /&gt;
| dode || gpeattie (at) gmail.com || georgepeattie || UK || Hungary ||  |||| Around 8 h/week &lt;br /&gt;
|-&lt;br /&gt;
|- Jamie Clarke || jamieclarke333 (at) gmail.com || pseudo judo || UK || UK || 10h/wk &lt;br /&gt;
|-&lt;br /&gt;
| Joakim Saxin || my surname at unithorpe dot org || N/A || Sweden || Sweden || Electronics, automation||||Unspecified &lt;br /&gt;
|-&lt;br /&gt;
| Casper Hornstrup || casper.hornstrup (at) gmail.com || casper.hornstrup || Denmark || Denmark || True Fan. Strategy, Process optimization, Software development|| [[OSE_Europe/Casper_Hornstrup|My Vision]] ||5h/week &lt;br /&gt;
|-&lt;br /&gt;
| David Cuenca || dacuetu (at) gmail.com || dacuetu || Spain || Spain || Electronics, automation, electricity. Interested in developing the OS electric motor/generator. ||||10h/wk &lt;br /&gt;
|-&lt;br /&gt;
| Daniel Connell || solarflower.org(at) gmail.com || sugarandfat || New Zealand || Germany (for now) || http://solarflower.org ||||&lt;br /&gt;
|-&lt;br /&gt;
| Jamie Clarke|| jamieclarke333(at)googlemail.com || pseudo judo || England || England ||http://www.youtube.com/user/jamieclarke321?feature=mhee||||40hours/month&lt;br /&gt;
|-&lt;br /&gt;
| Darren Hill|| mail(at)vegburner.co.uk || dazer1234 || England || England ||biofuels, governance, economics - http://s.coop/7nij||||variable (but some) hours/week&lt;br /&gt;
|-&lt;br /&gt;
| zAdd yourself as a copy of this entry || zWith your email || zSkype || zOrigin || zLiving || zComments (leave &amp;quot;z&amp;quot; for nicer sorted display)||||Z-months a year &amp;amp; z-h/week &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:People]]&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=OSE_Europe/People&amp;diff=46580</id>
		<title>OSE Europe/People</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=OSE_Europe/People&amp;diff=46580"/>
		<updated>2011-11-18T00:20:09Z</updated>

		<summary type="html">&lt;p&gt;DOHill: added my details&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OSE Europe}}&lt;br /&gt;
&lt;br /&gt;
We are engaged in the goals and mission of OSE Europe:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ OSE Europe People&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;nowiki&amp;gt;&amp;lt;nowiki&amp;gt;Insert non-formatted text here&amp;lt;/nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;scope=&amp;quot;col&amp;quot; | User page&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; width=&amp;quot;100&amp;quot; | Email&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Skype&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Origin (country)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Living in (country)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; | Comments&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; | Vision&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; | Time available: h/week&lt;br /&gt;
|-&lt;br /&gt;
| [[Nikolay Georgiev]] || nikolay (at) opensourceecology.org || nikolay.h.georgiev || Bulgaria || Germany || x || [[OSE_Europe/Nikolay_Georgiev|My Vision]] || 8-10h/day, since 13. July&lt;br /&gt;
|-&lt;br /&gt;
| [[Stefan Raabe]] || raabe.stefan (at) googlemail.com ||  || Germany || Germany || http://kombinatg.org|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sasha Mrkailo]] || mrkflux (at) gmail.com ||  || Serbia || Serbia || Love to see this materialise in Europe! http://www.sashamrkailo.com/blog|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Alvaro Bahls]] || alvarobahls (at) googlemail.com ||  || Brazil || Czech Republic || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Andreas Gmeiner]] || GmeinerAndreas (at) gmx.de ||  || Germany || Germany || [http://www.uharc.net/wiki/planraum:ose planraum-&amp;gt;ose] || [[OSE_Europe/Andreas_Gmeiner|My Vision]]||  &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.youtube.com/user/Willcleaver?feature=mhee Will Cleaver] || willcleaver (at) gmail.com || williamcleaver || UK, England || UK, England || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Alex Ford]] || alex665321 (at) hotmail.com ||  || UK || Bulgaria || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Robin Bäckman]] || robinbackman (at) gmail.com ||  || Finland || Finland || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Robert Anteau]] || anteau (at) hushmail (dot) com ||  || Netherlands || Netherlands || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Alvaro F Boirac]] || alphydan (at) gmail (dot) com ||  ||  Europe || UK || x|| [[Open_Source_Ecology_Europe/AlvaroFBoirac|test]]||2-3 h/week. More after Dec. 11&lt;br /&gt;
|-&lt;br /&gt;
| [[Ino D. Fleischmann]] || ino.fleischmann (at) gmail (dot) com ||  || Germany || Germany, Berlin || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Miquel Torres]] || tobami (at) gmail (dot) com ||  || Spain || Germany || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Alexander F. Lieders]] || cicnos (at) gmail.com ||  ||  Brazil  || Czech Republic || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Evgeni Pandurski]] || epandurski (at) gmail (dot) com ||  || Bulgaria || Bulgaria || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Eerik Wissenz]] || wissenz (at) gmail (dot) com ||  || Finland || Finland || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Angel Imaz]] || angel (at) hiruki (dot) eu || angel.imaz || Spain || Spain || True Fan, OSE Evangelist|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[User:javipk|Javier Rivera]]  || javipk (at) gmail (dot) com ||   || Spain || Spain || already true fan|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.jeremyblum.com Jeremy Blum] || jeremy (at) jeremyblum (dot) com ||  || USA || USA ||  happy to provide advice remotely!|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Johan van der Hoek]] || jvanderhoek (at) gmail (dot) com  ||  || Netherlands || Netherlands || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Arthur Kulik]] || arthur (dot) kulik (at) gmail (dot) com || arthur_kulik || Ukraine || Ukraine || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Denis Mongin]] || denis (dot) mongin (at) gmail (dot) com ||  || France || France || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Nicol Andre Berdelle]] || info (at) prototype-creation (dot) de ||  || Germany || Germany || http://www.prototype-creation.de || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Joe Hudson]] || joe (dot) hudson (at) gmail (dot) com ||  || UK || UK || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Denis Durmishi]] || zdenman (at) gmail (dot) com || denis.durmisi  || Macedonia || Germany || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Florin Birgu]] || florin.birgu (at) cyburg (dot) eu || cyburg.eu || Romania || Romania || http://www.cyburg.eu|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Edward Hines]] || Edward (at) tmafrance (dot) com|| edwardhai || England|| France|| http://www.tmafrance.com|| ||&lt;br /&gt;
|-&lt;br /&gt;
| Andres G. Aragoneses || knocte [at] gmail [dot] com || knocte || Spain || UK || Awesome idea!!!|| ||&lt;br /&gt;
|-&lt;br /&gt;
| Claudia Bosch || claudiabosch [at] daad-alumni [dot] de || claudia.bosch || Germany || UK || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Samuel Rodrigues || samuel (dot) gros (at) gmail (dot) com || samuel.gros.rodrigues || Portugal || Portugal || http://www.sitiocoop.com/|| ||&lt;br /&gt;
|-&lt;br /&gt;
| Eduardo Riesco || eduardo (dot) riesco (at)gmail (dot) com || eduardo.riesco || Spain || Spain || eduardoriesco.org|| ||&lt;br /&gt;
|-&lt;br /&gt;
| Tomaž Žlender || tomaz (dot) zlender (at) gmail.com || tomazzlender || Slovenia || Slovenia || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| Josef Davies-Coates || josef (at) uniteddiversity.com || jdaviescoates || UK, London || UK, London || I&#039;ve got 5 acres of land in Spain to contribute to this project! See http://buildingman.org|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Matt | Matthieu Laneuville]] || mlaneuville _at_ gmail _dot _ com || mlaneuville || France || France || -|| ||&lt;br /&gt;
|-&lt;br /&gt;
| Ivan Garcia || capiscuas _at_ gmail _dot _ com || ivangarcia1982 || Spain || VietNam || already true fan|| ||&lt;br /&gt;
|-&lt;br /&gt;
| Pedro Correia || pcorreia at development-association dot org ||  || Portugal || Germany || OSE Evangelist and Biz Developer|| ||&lt;br /&gt;
|-&lt;br /&gt;
| Jose Bravo || monoverso (at) hotmail (dot) com ||  || Spain || France || metal worker and welder || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Luke Devlin]] || mail (at) lukedevl.in || luke-devlin || Scotland || Scotland || http://lukedevl.in Human Ecologist|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Mike Lowther]] || mlowther11 _at_ gmail _dot_ com || spannamike || UK || UK || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Juris Kudiņš]] || juris_dott_kudins __aat_ gmail _doot_ com ||   || Latvia || Latvia || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Dirk Janssen]] || Dirk (dot) janssen1980 (at) gmail (dot) com ||   || Netherlands || Netherlands || x|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Mark J Norton]] || markjnorton (at) earthlink (dot) net || nolaria || Northeast USA || Upstate New York|| Figured I was already involved, so why not commit fully?|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Anu M]] || anu (at) fabfolk (dot) com ||  || Finland || Netherlands || Been following OSEcology for a while with interest &amp;amp; currently working with Fablabs || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Yoonseo Kang]] || msn149 (at) hotmail (dot) com || yoonseo (dot) kang1 || South Korea || Canada || Interested in continuing OSE development with full commitment|| ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Branislav Misovic(Branko) ]] || braniti (at) gmail.com || branko_nl || Croatia ||  Netherlands || OSE Live long and prosperous  _\\//  ||||  4h/week (From Sept.2011)&lt;br /&gt;
|-&lt;br /&gt;
| Eugene Kazlou || eugene __aat_ ostech-electronics.co.uk || li-eugene || Belarus || UK || || [[OSE_Europe/Eugene_Kazlou|My Vision]]  ||||&lt;br /&gt;
|-&lt;br /&gt;
| Franz Nahrada || f.nahrada (at) reflex.at || globalvillagesinfo || Austria || Austria || networking||||not yet cklear&lt;br /&gt;
|-&lt;br /&gt;
| [[Jalil Wahdatehagh]] || j.wahdatehagh (at) googlemail.com || j.wahdatehagh || Germany || Austria || studying information design ||  || 5-10h/week; 2-3weeks/year&lt;br /&gt;
|-&lt;br /&gt;
| Christopher Fraser || chrisf (at) goop dot org ||  || Australia || UK || |||| Up to 20h/w? &lt;br /&gt;
|-&lt;br /&gt;
| Oscar Calvo || natheshi (at) gmail dot com || Natheshi  || Spain || Spain || |||| Completly &lt;br /&gt;
|-&lt;br /&gt;
| Jan Skoda || jenda.skoda (at) seznam.cz || x || Czech Republic || Czech Republic || x |||| at beggining 10 h/week, later more &lt;br /&gt;
|-&lt;br /&gt;
| dode || gpeattie (at) gmail.com || georgepeattie || UK || Hungary ||  |||| Around 8 h/week &lt;br /&gt;
|-&lt;br /&gt;
|- Jamie Clarke || jamieclarke333 (at) gmail.com || pseudo judo || UK || UK || 10h/wk &lt;br /&gt;
|-&lt;br /&gt;
| Joakim Saxin || my surname at unithorpe dot org || N/A || Sweden || Sweden || Electronics, automation||||Unspecified &lt;br /&gt;
|-&lt;br /&gt;
| Casper Hornstrup || casper.hornstrup (at) gmail.com || casper.hornstrup || Denmark || Denmark || True Fan. Strategy, Process optimization, Software development|| [[OSE_Europe/Casper_Hornstrup|My Vision]] ||5h/week &lt;br /&gt;
|-&lt;br /&gt;
| David Cuenca || dacuetu (at) gmail.com || dacuetu || Spain || Spain || Electronics, automation, electricity. Interested in developing the OS electric motor/generator. ||||10h/wk &lt;br /&gt;
|-&lt;br /&gt;
| Daniel Connell || solarflower.org(at) gmail.com || sugarandfat || New Zealand || Germany (for now) || http://solarflower.org ||||&lt;br /&gt;
|-&lt;br /&gt;
| Jamie Clarke|| jamieclarke333(at)googlemail.com || pseudo judo || England || England ||http://www.youtube.com/user/jamieclarke321?feature=mhee||||40hours/month&lt;br /&gt;
|-&lt;br /&gt;
| Darren Hill|| mail(at)vegburner.co.uk || dazer1234 || England || England ||biofuels, governance, economics||||variable (but some) hours/week&lt;br /&gt;
|-&lt;br /&gt;
| zAdd yourself as a copy of this entry || zWith your email || zSkype || zOrigin || zLiving || zComments (leave &amp;quot;z&amp;quot; for nicer sorted display)||||Z-months a year &amp;amp; z-h/week &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:People]]&lt;/div&gt;</summary>
		<author><name>DOHill</name></author>
	</entry>
</feed>