[chronojump] Added encoder project on website



commit f410432bb522487926b1b7b58b65a6dd6524ff8f
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Apr 12 22:26:20 2012 +0200

    Added encoder project on website

 web/encoder-chronojump-project.conf |  193 +++++++
 web/encoder-chronojump-project.csv  |   69 +++
 web/encoder-chronojump-project.png  |  Bin 0 -> 123155 bytes
 web/encoder-chronojump-project.svg  |  968 +++++++++++++++++++++++++++++++++++
 web/encoder-chronojump-project.txt  |    7 +
 5 files changed, 1237 insertions(+), 0 deletions(-)
---
diff --git a/web/encoder-chronojump-project.conf b/web/encoder-chronojump-project.conf
new file mode 100644
index 0000000..2e9ca36
--- /dev/null
+++ b/web/encoder-chronojump-project.conf
@@ -0,0 +1,193 @@
+# gnuclad config file
+
+# This configuration file has been generated by gnuclad 0.2.4
+
+# If you comment or delete an option,
+# gnuclad will use the built-in defaults.
+# Allowed syntax is:
+#   option=value
+#   option = value
+#   option= 'value'
+#   option ="value"
+#   option = three word value
+#   option = "three word value"
+#   ...
+
+
+# Show debug information when running gnuclad. (0 = off, 1 = on)
+debug = 0
+
+# Modify the appearance of your info box
+# To disable the box:
+# Set both font size parameters to 0, set the width and height to 0
+infoBoxTitle = Chronojump encoder
+infoBoxTitleSize = 18
+infoBoxText = http://chronojump.org
+infoBoxText = GREEN: Done
+infoBoxText = ORANGE: Doing
+infoBoxText = RED: Later
+infoBoxText = 2012-Apr-12
+infoBoxTextSize = 12
+infoBoxFont = Liberation Sans, Arial, Helvetica
+infoBoxFontColor = #000
+infoBoxColor1 = #51b1f1
+infoBoxColor2 = #3181f1
+infoBoxX = 20
+infoBoxY = 620
+infoBoxWidth = 195
+infoBoxHeight = 100
+
+# Slice one node name with children, ignore the rest.
+slice = 
+
+# Correction factor for font pixel width/height.
+# It is normalised for Liberation Sans (= Arial) and will
+# affect the alignment of all text in your output. Since this
+# one option affects all text instances, it's recommended
+# to use 'similarly spaced' fonts throughout your settings.
+fontCorrectionFactor = 1
+
+# Orientation of the timeline
+# 0 = left to right, 1 = top to bottom
+# 2 = right to left, 3 = bottom to top
+orientation = 0
+
+# The layout of the tree
+# 0 = branch to both sides
+# 1 = branch only on lower side
+# 2 = branch only on lower side, inverse (good for CSV output)
+treeMode = 2
+
+# Chose: 0 = don't presort, 1 = by name, 2 = by date
+sortKey = 0
+
+# Set optimisation between 0 and 99. See manual for details.
+# First digit: isolated nodes. Second digit: trees.
+#optimise = 99
+optimise = 00
+
+# This guesses if optimisation should overlap in some rare cases
+# 1 = forbid overlaps, 0 = allow overlaps (better optimisation)
+strictOverlaps = 1
+
+# How much space (in offsets) to add before/after trees
+treeSpacing = 1
+
+# How big (total children) a tree has to be before it gets spaced
+treeSpacingBiggerThan = 5
+
+# Background color in hexadecimal RGB (#abc or #abcdef)
+mainBackground = #fff
+
+# Customise the background lines separating the years and months
+rulerWidth = 2
+rulerColor = #ddd
+rulerMonthWidth = 1
+rulerMonthColor = #eee
+
+# Width of all node lines
+lineWidth = 1
+
+# Number of pixels between node lines (== 1 offset)
+offsetPX = 20
+
+# Set to 0 if you want 'dying' lines to stop abruptly
+stopFadeOutPX = 0
+
+# When optimising, gnuclad will inline nodes if possible. This sets
+# the minimum time distance between the stop of one node and the
+# start of another which will allow the latter to get appended.
+# Format: 'y.m.d' or 'y.m' or 'y' (year, month, day)
+stopSpacing = 0.2
+
+# How many pixels one year should have
+yearPX = 450
+
+# Customise the node labels
+labelFont = Liberation Sans, Arial, Helvetica
+labelFontSize = 16
+labelFontColor = #000
+
+# An experimental feature you might want to use with derivType > 1
+# Opacity takes values between 0 (transparent) and 100 (opaque).
+# It DOES NOT work flawlessly with SVG 1.1 output.
+# (hoping for v1.2 or CSS3 ...)
+labelBGOpacity = 0
+
+# This sets the heuristic used for determining label background width
+# 0 = standard, will sometimes generate suboptimal width values
+# 1 = improved, but only if the majority of your characters fall into
+#               the ASCII charset and you use a fairly standard font
+#               playing around with fontCorrectionFactor might help
+asciiStrings = 0
+
+# Useful if you want to use the renames only as version bumps.
+# 0 = rename above the dot to the right, like the first name
+# 1 = rename centered within the dot
+nameChangeType = 0
+
+# Set the way the lines should derive from the parent.
+# 0 = orthogonal, 1 = from parent's starting point
+# 2 = diagonal (45 degrees)
+# 3 = curved (1 year wide curves), 4 = curved (quadratic scaling)
+# 5 = curved (from parent's starting point)
+derivType = 4
+
+# The size of the node dots
+dotRadius = 8
+smallDotRadius = 5
+
+# Determines how the dots look.
+# 0 = full dots, 1 = circles
+# Circles might be useful together with nameChangeType = 1
+dotType = 0
+
+# Specifies the amount a node's line thickness should increase
+# relative to the count of it's children. (recommended 0.0 - 1.0)
+bigParent = 0
+
+# Adds small half-circles to connector starting points
+connectorDots = 1
+
+# 1 = connectors have a dashed stroke
+# 0 = connectors are full lines
+connectorsDashed = 1
+
+# Customise the year line encompassing the cladogram.
+yearLinePX = 30
+yearLineColor1 = #037
+yearLineColor2 = #37d
+yearLineFont = Liberation Sans, Arial, Helvetica
+yearLineFontSize = 28
+yearLineFontColor = #fff
+
+# How many (empty) years to append at the end
+appendYears = 0
+
+# How many (empty) years to prepend at the beginning
+prependYears = -18
+
+# Remember to adjust your input data after changing these averages.
+daysInMonth = 30
+monthsInYear = 12
+
+# Not setting endOfTime will use the current date.
+endOfTime = 2012.7
+
+# How the description field should be used.
+# 0 = ignore
+# 1 = weblink URL
+descriptionType = 0
+
+# When parsing direcories, show dot (hidden) files (0 = off, 1 = on)
+dir_showDotFiles = 0
+
+# Color of files, directories and links
+dir_colorFile = #0ff
+dir_colorDir = #00f
+dir_colorLink = #0f0
+
+# Directories with greater than specified size will get a domain of
+# the given intensity (0-100). Set size = 0 to turn off.
+dir_domainSize = 0
+dir_domainIntensity = 3
diff --git a/web/encoder-chronojump-project.csv b/web/encoder-chronojump-project.csv
new file mode 100644
index 0000000..5757d6d
--- /dev/null
+++ b/web/encoder-chronojump-project.csv
@@ -0,0 +1,69 @@
+,,,,,,,,,,,,,,
+"//","Open/save this file as a standard CSV  <=>  comma (,) separated and double quotes ("") as text delimiter.",,,,,,,,,,,,,
+"//","You can safely insert commas or double quotes into data fields.",,,,,,,,,,,,,
+"//","EXCEPTION: Don't insert a comma right after a double quote, since this terminates the field.",,,,,,,,,,,,,
+"//","When editing with OO.org Calc, use the single quote (') for three-number-dates to circumvent automatic conversion.",,,,,,,,,,,,,
+"//",,,,,,,,,,,,,,
+"//",,,,,,,,,,,,,,
+"//!","gnuclad parses this correctly no matter in what order the nodes are. You can swap any lines.",,,,,,,,,,,,,
+"//!",,,,,,,,,,,,,,
+"//!","Empty lines get ignored, the first column controls the rest of the line:",,,,,,,,,,,,,
+"//!","# = comment, N = node, C = connector, D = domain",,,,,,,,,,,,,
+"//!","SVG = SVG image to include, PNG = PNG image to include",,,,,,,,,,,,,
+"//!",,,,,,,,,,,,,,
+,,,,,,,,,,,,,,
+"#","Nodes",,,,,,,,,,,,,
+"#"#00FF00",verd, fet
+"#"#FF8000",taronja, fent
+"#"#FF0000",vermell, pendent
+
+"#","Name","Color","Parent","Start","Stop","Icon","Description","[Namechange","When","Description","[Namechange","When","Description",". . . ]]"
+"N","- PROJECT","#FF8000",,"2010.12.10","2012.7",,,,,,,,,
+"N","Interviews with trainers","#00ff00","- PROJECT","2011.12","2012.4",,,,,,,,,
+"N","Decide final price","#ff0000","- PROJECT","2012.5","2012.5",,,,,,,,,
+"N","Start reservation process","#ff0000","- PROJECT","2012.5.15","2012.5.30",,,,,,,,,
+"N","Buy n encoder units","#ff0000","- PROJECT","2012.6.1","2012.6.15",,,,,,,,,
+"N","Ship encoders to costumers","#ff0000","- PROJECT","2012.6.15","2012.6.30",,,,,,,,,
+"N","- HARDWARE","#FF8000",,"2010.12.10","2012.5.15",,,,,,,,,
+"N","Find encoder 2.5m","#00ff00","- HARDWARE","2011.6","2011.9",,,,,,,,,
+"N","Adjust Chronopics","#ff8000","- HARDWARE","2011.7","2012.5",,,,,,,,,
+"N","Adjust 1 Chronopic","#00ff00","Adjust Chronopics","2011.8","2011.8",,,,,,,,,
+"N","Write firmware","#00ff00","Adjust Chronopics","2011.8","2011.8",,,,,,,,,
+"N","Test firmware","#00ff00","Adjust Chronopics","2011.8","2011.10",,,,,,,,,
+"N","Adjust 12 Chronopics","#00ff00","Adjust Chronopics","2012.4","2012.4",,,,,,,,,
+"N","Document adjusting of Chronopic","#ff8000","Adjust Chronopics","2012.4.20","2012.5",,,,,,,,,
+"N","Estimate Chronopic adjusting price","#ff0000","Adjust Chronopics","2012.4.20","2012.5",,,,,,,,,
+"N","Fix encoder and Chronopic in box","#ff8000","- HARDWARE","2012.4.20","2012.5.15",,,,,,,,,
+"N","- SOFTWARE","#FF8000",,"2010.12.10","2012.6.15",,,,,,,,,
+"N","Write software to read data from Chronopic","#00ff00","- SOFTWARE","2011.8","2012.3.15",,,,,,,,,
+"N","Integrate encoder in Chronojump","#ff8000","- SOFTWARE","2012.3.15","2012.5.15",,,,,,,,,
+"N","Graph data (basic)","#00ff00","Integrate encoder in Chronojump","2012.4","2012.4",,,,,,,,,
+"N","Recalculate data","#00ff00","Integrate encoder in Chronojump","2012.4","2012.4",,,,,,,,,
+"N","Add threads","#00ff00","Integrate encoder in Chronojump","2012.4","2012.4",,,,,,,,,
+"N","Add feedback (audio and visual)","#00ff00","Integrate encoder in Chronojump","2012.4","2012.5",,,,,,,,,
+"N","Create GUI","#ff8000","Integrate encoder in Chronojump","2012.4","2012.5",,,,,,,,,
+"N","Create SQL methods","#ff8000","Integrate encoder in Chronojump","2012.4","2012.5",,,,,,,,,
+"N","Save data","#ff8000","Integrate encoder in Chronojump","2012.4","2012.5",,,,,,,,,
+"N","Store selected curves","#ff0000","Save data","2012.4.25","2012.5.15",,,,,,,,,
+"N","Define tests","#ff0000","Integrate encoder in Chronojump","2012.4.25","2012.5.15",,,,,,,,,
+"N","Graphs crossing user variables","#ff0000","Integrate encoder in Chronojump","2012.4.25","2012.5.15",,,,,,,,,
+"N","Graphs comparing users","#ff0000","Integrate encoder in Chronojump","2012.4.25","2012.5.15",,,,,,,,,
+"N","Export and Report","#ff0000","Integrate encoder in Chronojump","2012.4.25","2012.5.15",,,,,,,,,
+"N","Fix bugs and add other features","#ff0000","Integrate encoder in Chronojump","2012.5.15","2012.6.15",,,,,,,,,
+
+,,,,,,,,,,,,,,
+,,,,,,,,,,,,,,
+,,,,,,,,,,,,,,
+"#","Connectors",,,,,,,,,,,,,
+"#","Leaving 'To When' empty will result in using 'From When' as this value",,,,,,,,,,,,,
+"#","From When","From","To When","To","Thickness","Color",,,,,,,,
+
+,,,,,,,,,,,,,,
+"#","Domains",,,,,,,,,,,,,
+"#","Node","Color","Intensity",,,,,,,,,,,
+"#","D","- HARDWARE","#faa",50,,,,,,,,,,,
+"#","D","- SOFTWARE","#faa",50,,,,,,,,,,,
+"#","D","- Others","#faa",50,,,,,,,,,,,
+,,,,,,,,,,,,,,
+"#","Path","x Position","y Position",,,,,,,,,,,
+"#","SVG","leyenda.svg",10,880,,,,,,,,,,,
diff --git a/web/encoder-chronojump-project.png b/web/encoder-chronojump-project.png
new file mode 100644
index 0000000..a7c89c3
Binary files /dev/null and b/web/encoder-chronojump-project.png differ
diff --git a/web/encoder-chronojump-project.svg b/web/encoder-chronojump-project.svg
new file mode 100644
index 0000000..6d3958f
--- /dev/null
+++ b/web/encoder-chronojump-project.svg
@@ -0,0 +1,968 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with gnuclad 0.2.4 -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   version="1.1"
+   width="920"
+   height="738"
+   id="svg2"
+   inkscape:version="0.48.0 r9654"
+   sodipodi:docname="encoder-chronojump-project.svg"
+   inkscape:export-filename="/home/xavier/informatica/progs_meus/chronojump/chronojump/web/encoder-chronojump-project.png"
+   inkscape:export-xdpi="72"
+   inkscape:export-ydpi="72">
+  <metadata
+     id="metadata262">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title>Chronojump encoder</dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="640"
+     inkscape:window-height="480"
+     id="namedview260"
+     showgrid="false"
+     inkscape:zoom="0.39566396"
+     inkscape:cx="460"
+     inkscape:cy="369"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="layer_included_svg" />
+  <title
+     id="title4">Chronojump encoder</title>
+  <defs
+     id="defs6">
+    <linearGradient
+       id="__yearline"
+       x1="0"
+       y1="0"
+       x2="1"
+       y2="0">
+      <stop
+         stop-color="#037"
+         offset="0"
+         stop-opacity="1"
+         id="stop9" />
+      <stop
+         stop-color="#37d"
+         offset="1"
+         stop-opacity="1"
+         id="stop11" />
+    </linearGradient>
+    <linearGradient
+       id="__infobox_fill"
+       x1="0"
+       y1="0"
+       x2="0"
+       y2="1">
+      <stop
+         stop-color="#51b1f1"
+         offset="0"
+         stop-opacity="1"
+         id="stop14" />
+      <stop
+         stop-color="#3181f1"
+         offset="1"
+         stop-opacity="1"
+         id="stop16" />
+    </linearGradient>
+    <linearGradient
+       id="__infobox_stroke"
+       x1="0"
+       y1="0"
+       x2="0"
+       y2="1">
+      <stop
+         stop-color="#3181f1"
+         offset="0"
+         stop-opacity="1"
+         id="stop19" />
+      <stop
+         stop-color="#51b1f1"
+         offset="1"
+         stop-opacity="1"
+         id="stop21" />
+    </linearGradient>
+    <filter
+       id="__infobox_shadow"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         stdDeviation="5"
+         id="feGaussianBlur24" />
+    </filter>
+    <circle
+       id="__connectors_start"
+       cx="0"
+       cy="0"
+       r="6"
+       stroke="none" />
+    <rect
+       id="__fadeout"
+       height="1"
+       width="0"
+       y="-0.5"
+       x="0" />
+    <!-- BEGIN additional SVG images - definitions -->
+    <!-- END additional SVG images - definitions -->
+  </defs>
+  <g
+     inkscape:label="Background"
+     inkscape:groupmode="layer"
+     id="layer_background">
+    <rect
+       x="0"
+       y="0"
+       width="920"
+       height="738"
+       rx="10"
+       ry="10"
+       fill="#fff"
+       id="rect29" />
+  </g>
+  <g
+     inkscape:label="Year Rulers"
+     inkscape:groupmode="layer"
+     id="layer_yearrulers"
+     stroke-width="1"
+     stroke="#eee">
+    <line
+       x1="10"
+       y1="0"
+       x2="10"
+       y2="738"
+       stroke-width="2"
+       stroke="#ddd"
+       id="line32" />
+    <line
+       x1="47"
+       y1="0"
+       x2="47"
+       y2="738"
+       id="line34" />
+    <line
+       x1="85"
+       y1="0"
+       x2="85"
+       y2="738"
+       id="line36" />
+    <line
+       x1="122"
+       y1="0"
+       x2="122"
+       y2="738"
+       id="line38" />
+    <line
+       x1="160"
+       y1="0"
+       x2="160"
+       y2="738"
+       id="line40" />
+    <line
+       x1="197"
+       y1="0"
+       x2="197"
+       y2="738"
+       id="line42" />
+    <line
+       x1="235"
+       y1="0"
+       x2="235"
+       y2="738"
+       id="line44" />
+    <line
+       x1="272"
+       y1="0"
+       x2="272"
+       y2="738"
+       id="line46" />
+    <line
+       x1="310"
+       y1="0"
+       x2="310"
+       y2="738"
+       id="line48" />
+    <line
+       x1="347"
+       y1="0"
+       x2="347"
+       y2="738"
+       id="line50" />
+    <line
+       x1="385"
+       y1="0"
+       x2="385"
+       y2="738"
+       id="line52" />
+    <line
+       x1="422"
+       y1="0"
+       x2="422"
+       y2="738"
+       id="line54" />
+    <line
+       x1="460"
+       y1="0"
+       x2="460"
+       y2="738"
+       stroke-width="2"
+       stroke="#ddd"
+       id="line56" />
+    <line
+       x1="497"
+       y1="0"
+       x2="497"
+       y2="738"
+       id="line58" />
+    <line
+       x1="535"
+       y1="0"
+       x2="535"
+       y2="738"
+       id="line60" />
+    <line
+       x1="572"
+       y1="0"
+       x2="572"
+       y2="738"
+       id="line62" />
+    <line
+       x1="610"
+       y1="0"
+       x2="610"
+       y2="738"
+       id="line64" />
+    <line
+       x1="647"
+       y1="0"
+       x2="647"
+       y2="738"
+       id="line66" />
+    <line
+       x1="685"
+       y1="0"
+       x2="685"
+       y2="738"
+       id="line68" />
+    <line
+       x1="722"
+       y1="0"
+       x2="722"
+       y2="738"
+       id="line70" />
+    <line
+       x1="760"
+       y1="0"
+       x2="760"
+       y2="738"
+       id="line72" />
+    <line
+       x1="797"
+       y1="0"
+       x2="797"
+       y2="738"
+       id="line74" />
+    <line
+       x1="835"
+       y1="0"
+       x2="835"
+       y2="738"
+       id="line76" />
+    <line
+       x1="872"
+       y1="0"
+       x2="872"
+       y2="738"
+       id="line78" />
+    <line
+       x1="910"
+       y1="0"
+       x2="910"
+       y2="738"
+       stroke-width="2"
+       stroke="#ddd"
+       id="line80" />
+  </g>
+  <g
+     inkscape:label="Domains"
+     inkscape:groupmode="layer"
+     id="layer_domains" />
+  <g
+     inkscape:label="Connectors"
+     inkscape:groupmode="layer"
+     id="layer_connectors"
+     style="opacity:0.6;" />
+  <g
+     inkscape:label="Lines"
+     inkscape:groupmode="layer"
+     id="layer_lines"
+     style="fill:none;stroke-width:1;">
+    <path
+       id="__line_Ship__encoders__to__costumers"
+       d="M 427 60 C 604.75,60 486.25,160 664,160 L 664 160 L 683 160"
+       stroke="#ff0000"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Interviews__with__trainers"
+       d="M 316 60 C 395.5,60 342.5,80 422,80 L 422 80 L 572 80"
+       stroke="#00ff00"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Decide__final__price"
+       d="M 460 60 C 572.5,60 497.5,100 610,100 L 610 100 L 610 100"
+       stroke="#ff0000"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Start__reservation__process"
+       d="M 444 60 C 581.25,60 489.75,120 627,120 L 627 120 L 646 120"
+       stroke="#ff0000"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Buy__n__encoder__units"
+       d="M 435 60 C 594,60 488,140 647,140 L 647 140 L 664 140"
+       stroke="#ff0000"
+       style="stroke-width:1;" />
+    <path
+       id="__line_-__PROJECT"
+       d="M -17 60 L 685 60"
+       stroke="#FF8000"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Fix__encoder__and__Chronopic__in__box"
+       d="M 277 200 C 515.5,200 356.5,380 595,380 L 595 380 L 627 380"
+       stroke="#ff8000"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Find__encoder__2.5m"
+       d="M 91 200 C 170.5,200 117.5,220 197,220 L 197 220 L 310 220"
+       stroke="#00ff00"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Estimate__Chronopic__adjusting__price"
+       d="M 336 240 C 530.25,240 400.75,360 595,360 L 595 360 L 610 360"
+       stroke="#ff0000"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Adjust__1__Chronopic"
+       d="M 235 240 C 262.75,240 244.25,260 272,260 L 272 260 L 272 260"
+       stroke="#00ff00"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Write__firmware"
+       d="M 235 240 C 262.75,240 244.25,280 272,280 L 272 280 L 272 280"
+       stroke="#00ff00"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Test__firmware"
+       d="M 235 240 C 262.75,240 244.25,300 272,300 L 272 300 L 347 300"
+       stroke="#00ff00"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Adjust__12__Chronopics"
+       d="M 360 240 C 519,240 413,320 572,320 L 572 320 L 572 320"
+       stroke="#00ff00"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Document__adjusting__of__Chronopic"
+       d="M 358 240 C 535.75,240 417.25,340 595,340 L 595 340 L 610 340"
+       stroke="#ff8000"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Adjust__Chronopics"
+       d="M 85 200 C 197.5,200 122.5,240 235,240 L 235 240 L 610 240"
+       stroke="#ff8000"
+       style="stroke-width:1;" />
+    <path
+       id="__line_-__HARDWARE"
+       d="M -17 200 L 627 200"
+       stroke="#FF8000"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Export__and__Report"
+       d="M 552 460 C 589.5,460 564.5,700 602,700 L 602 700 L 627 700"
+       stroke="#ff0000"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Write__software__to__read__data__from__Chronopic"
+       d="M 166 420 C 245.5,420 192.5,440 272,440 L 272 440 L 552 440"
+       stroke="#00ff00"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Fix__bugs__and__add__other__features"
+       d="M 552 460 C 608.25,460 570.75,720 627,720 L 627 720 L 664 720"
+       stroke="#ff0000"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Graph__data__(basic)"
+       d="M 552 460 C 567,460 557,480 572,480 L 572 480 L 572 480"
+       stroke="#00ff00"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Recalculate__data"
+       d="M 552 460 C 567,460 557,500 572,500 L 572 500 L 572 500"
+       stroke="#00ff00"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Add__threads"
+       d="M 552 460 C 567,460 557,520 572,520 L 572 520 L 572 520"
+       stroke="#00ff00"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Add__feedback__(audio__and__visual)"
+       d="M 552 460 C 567,460 557,540 572,540 L 572 540 L 610 540"
+       stroke="#00ff00"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Create__GUI"
+       d="M 552 460 C 567,460 557,560 572,560 L 572 560 L 610 560"
+       stroke="#ff8000"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Create__SQL__methods"
+       d="M 552 460 C 567,460 557,580 572,580 L 572 580 L 610 580"
+       stroke="#ff8000"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Store__selected__curves"
+       d="M 572 600 C 594.5,600 579.5,620 602,620 L 602 620 L 627 620"
+       stroke="#ff0000"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Save__data"
+       d="M 552 460 C 567,460 557,600 572,600 L 572 600 L 610 600"
+       stroke="#ff8000"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Define__tests"
+       d="M 552 460 C 589.5,460 564.5,640 602,640 L 602 640 L 627 640"
+       stroke="#ff0000"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Graphs__crossing__user__variables"
+       d="M 552 460 C 589.5,460 564.5,660 602,660 L 602 660 L 627 660"
+       stroke="#ff0000"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Graphs__comparing__users"
+       d="M 552 460 C 589.5,460 564.5,680 602,680 L 602 680 L 627 680"
+       stroke="#ff0000"
+       style="stroke-width:1;" />
+    <path
+       id="__line_Integrate__encoder__in__Chronojump"
+       d="M 402 420 C 514.5,420 439.5,460 552,460 L 552 460 L 627 460"
+       stroke="#ff8000"
+       style="stroke-width:1;" />
+    <path
+       id="__line_-__SOFTWARE"
+       d="M -17 420 L 664 420"
+       stroke="#FF8000"
+       style="stroke-width:1;" />
+  </g>
+  <g
+     inkscape:label="Dots"
+     inkscape:groupmode="layer"
+     id="layer_dots"
+     style="stroke:none;">
+    <circle
+       id="__dot_Ship__encoders__to__costumers"
+       cx="664"
+       cy="160"
+       r="8"
+       fill="#ff0000"
+       stroke="none" />
+    <circle
+       id="__dot_Interviews__with__trainers"
+       cx="422"
+       cy="80"
+       r="8"
+       fill="#00ff00"
+       stroke="none" />
+    <circle
+       id="__dot_Decide__final__price"
+       cx="610"
+       cy="100"
+       r="8"
+       fill="#ff0000"
+       stroke="none" />
+    <circle
+       id="__dot_Start__reservation__process"
+       cx="627"
+       cy="120"
+       r="8"
+       fill="#ff0000"
+       stroke="none" />
+    <circle
+       id="__dot_Buy__n__encoder__units"
+       cx="647"
+       cy="140"
+       r="8"
+       fill="#ff0000"
+       stroke="none" />
+    <circle
+       id="__dot_-__PROJECT"
+       cx="-17"
+       cy="60"
+       r="8"
+       fill="#FF8000"
+       stroke="none" />
+    <circle
+       id="__dot_Fix__encoder__and__Chronopic__in__box"
+       cx="595"
+       cy="380"
+       r="8"
+       fill="#ff8000"
+       stroke="none" />
+    <circle
+       id="__dot_Find__encoder__2.5m"
+       cx="197"
+       cy="220"
+       r="8"
+       fill="#00ff00"
+       stroke="none" />
+    <circle
+       id="__dot_Estimate__Chronopic__adjusting__price"
+       cx="595"
+       cy="360"
+       r="8"
+       fill="#ff0000"
+       stroke="none" />
+    <circle
+       id="__dot_Adjust__1__Chronopic"
+       cx="272"
+       cy="260"
+       r="8"
+       fill="#00ff00"
+       stroke="none" />
+    <circle
+       id="__dot_Write__firmware"
+       cx="272"
+       cy="280"
+       r="8"
+       fill="#00ff00"
+       stroke="none" />
+    <circle
+       id="__dot_Test__firmware"
+       cx="272"
+       cy="300"
+       r="8"
+       fill="#00ff00"
+       stroke="none" />
+    <circle
+       id="__dot_Adjust__12__Chronopics"
+       cx="572"
+       cy="320"
+       r="8"
+       fill="#00ff00"
+       stroke="none" />
+    <circle
+       id="__dot_Document__adjusting__of__Chronopic"
+       cx="595"
+       cy="340"
+       r="8"
+       fill="#ff8000"
+       stroke="none" />
+    <circle
+       id="__dot_Adjust__Chronopics"
+       cx="235"
+       cy="240"
+       r="8"
+       fill="#ff8000"
+       stroke="none" />
+    <circle
+       id="__dot_-__HARDWARE"
+       cx="-17"
+       cy="200"
+       r="8"
+       fill="#FF8000"
+       stroke="none" />
+    <circle
+       id="__dot_Export__and__Report"
+       cx="602"
+       cy="700"
+       r="8"
+       fill="#ff0000"
+       stroke="none" />
+    <circle
+       id="__dot_Write__software__to__read__data__from__Chronopic"
+       cx="272"
+       cy="440"
+       r="8"
+       fill="#00ff00"
+       stroke="none" />
+    <circle
+       id="__dot_Fix__bugs__and__add__other__features"
+       cx="627"
+       cy="720"
+       r="8"
+       fill="#ff0000"
+       stroke="none" />
+    <circle
+       id="__dot_Graph__data__(basic)"
+       cx="572"
+       cy="480"
+       r="8"
+       fill="#00ff00"
+       stroke="none" />
+    <circle
+       id="__dot_Recalculate__data"
+       cx="572"
+       cy="500"
+       r="8"
+       fill="#00ff00"
+       stroke="none" />
+    <circle
+       id="__dot_Add__threads"
+       cx="572"
+       cy="520"
+       r="8"
+       fill="#00ff00"
+       stroke="none" />
+    <circle
+       id="__dot_Add__feedback__(audio__and__visual)"
+       cx="572"
+       cy="540"
+       r="8"
+       fill="#00ff00"
+       stroke="none" />
+    <circle
+       id="__dot_Create__GUI"
+       cx="572"
+       cy="560"
+       r="8"
+       fill="#ff8000"
+       stroke="none" />
+    <circle
+       id="__dot_Create__SQL__methods"
+       cx="572"
+       cy="580"
+       r="8"
+       fill="#ff8000"
+       stroke="none" />
+    <circle
+       id="__dot_Store__selected__curves"
+       cx="602"
+       cy="620"
+       r="8"
+       fill="#ff0000"
+       stroke="none" />
+    <circle
+       id="__dot_Save__data"
+       cx="572"
+       cy="600"
+       r="8"
+       fill="#ff8000"
+       stroke="none" />
+    <circle
+       id="__dot_Define__tests"
+       cx="602"
+       cy="640"
+       r="8"
+       fill="#ff0000"
+       stroke="none" />
+    <circle
+       id="__dot_Graphs__crossing__user__variables"
+       cx="602"
+       cy="660"
+       r="8"
+       fill="#ff0000"
+       stroke="none" />
+    <circle
+       id="__dot_Graphs__comparing__users"
+       cx="602"
+       cy="680"
+       r="8"
+       fill="#ff0000"
+       stroke="none" />
+    <circle
+       id="__dot_Integrate__encoder__in__Chronojump"
+       cx="552"
+       cy="460"
+       r="8"
+       fill="#ff8000"
+       stroke="none" />
+    <circle
+       id="__dot_-__SOFTWARE"
+       cx="-17"
+       cy="420"
+       r="8"
+       fill="#FF8000"
+       stroke="none" />
+  </g>
+  <g
+     inkscape:label="Icons"
+     inkscape:groupmode="layer"
+     id="layer_icons" />
+  <g
+     inkscape:label="Labels"
+     inkscape:groupmode="layer"
+     id="layer_labels"
+     style="font-size:16px;stroke:none;fill:#000;font-family:Liberation Sans, Arial, Helvetica;-inkscape-font-specification:Liberation Sans, Arial, Helvetica;">
+    <text
+       x="672"
+       y="155"
+       id="text152">Ship encoders to costumers</text>
+    <text
+       x="430"
+       y="75"
+       id="text154">Interviews with trainers</text>
+    <text
+       x="618"
+       y="95"
+       id="text156">Decide final price</text>
+    <text
+       x="635"
+       y="115"
+       id="text158">Start reservation process</text>
+    <text
+       x="655"
+       y="135"
+       id="text160">Buy n encoder units</text>
+    <text
+       x="-9"
+       y="55"
+       id="text162">- PROJECT</text>
+    <text
+       x="603"
+       y="375"
+       id="text164">Fix encoder and Chronopic in box</text>
+    <text
+       x="205"
+       y="215"
+       id="text166">Find encoder 2.5m</text>
+    <text
+       x="603"
+       y="355"
+       id="text168">Estimate Chronopic adjusting price</text>
+    <text
+       x="280"
+       y="255"
+       id="text170">Adjust 1 Chronopic</text>
+    <text
+       x="280"
+       y="275"
+       id="text172">Write firmware</text>
+    <text
+       x="280"
+       y="295"
+       id="text174">Test firmware</text>
+    <text
+       x="580"
+       y="315"
+       id="text176">Adjust 12 Chronopics</text>
+    <text
+       x="603"
+       y="335"
+       id="text178">Document adjusting of Chronopic</text>
+    <text
+       x="243"
+       y="235"
+       id="text180">Adjust Chronopics</text>
+    <text
+       x="-9"
+       y="195"
+       id="text182">- HARDWARE</text>
+    <text
+       x="610"
+       y="695"
+       id="text184">Export and Report</text>
+    <text
+       x="280"
+       y="435"
+       id="text186">Write software to read data from Chronopic</text>
+    <text
+       x="635"
+       y="715"
+       id="text188">Fix bugs and add other features</text>
+    <text
+       x="580"
+       y="475"
+       id="text190">Graph data (basic)</text>
+    <text
+       x="580"
+       y="495"
+       id="text192">Recalculate data</text>
+    <text
+       x="580"
+       y="515"
+       id="text194">Add threads</text>
+    <text
+       x="580"
+       y="535"
+       id="text196">Add feedback (audio and visual)</text>
+    <text
+       x="580"
+       y="555"
+       id="text198">Create GUI</text>
+    <text
+       x="580"
+       y="575"
+       id="text200">Create SQL methods</text>
+    <text
+       x="610"
+       y="615"
+       id="text202">Store selected curves</text>
+    <text
+       x="580"
+       y="595"
+       id="text204">Save data</text>
+    <text
+       x="610"
+       y="635"
+       id="text206">Define tests</text>
+    <text
+       x="610"
+       y="655"
+       id="text208">Graphs crossing user variables</text>
+    <text
+       x="610"
+       y="675"
+       id="text210">Graphs comparing users</text>
+    <text
+       x="560"
+       y="455"
+       id="text212">Integrate encoder in Chronojump</text>
+    <text
+       x="-9"
+       y="415"
+       id="text214">- SOFTWARE</text>
+  </g>
+  <g
+     inkscape:label="Yearlines"
+     inkscape:groupmode="layer"
+     id="layer_yearlines"
+     style="stroke:none;fill:url(#__yearline);">
+    <rect
+       x="0"
+       y="0"
+       rx="5"
+       ry="5"
+       width="920"
+       height="30"
+       id="rect217" />
+    <g
+       style="font-size:28px;stroke:none;fill:#fff;font-family:Liberation Sans, Arial, Helvetica;-inkscape-font-specification:Liberation Sans, Arial, Helvetica;text-anchor:middle;"
+       id="g219">
+      <text
+         x="235"
+         y="25"
+         id="text221">
+        <tspan
+           id="tspan223">2011</tspan>
+      </text>
+      <text
+         x="685"
+         y="25"
+         id="text225">
+        <tspan
+           id="tspan227">2012</tspan>
+      </text>
+    </g>
+  </g>
+  <g
+     inkscape:label="Infobox"
+     inkscape:groupmode="layer"
+     id="layer_infobox"
+     style="stroke:none;fill:#000;font-family:Liberation Sans, Arial, Helvetica;-inkscape-font-specification:Liberation Sans, Arial, Helvetica;">
+    <rect
+       x="20"
+       y="620"
+       width="195"
+       height="100"
+       rx="10"
+       ry="10"
+       fill="#000"
+       filter="url(#__infobox_shadow)"
+       opacity="0.6"
+       id="rect230" />
+    <rect
+       x="20"
+       y="620"
+       width="195"
+       height="100"
+       rx="10"
+       ry="10"
+       fill="url(#__infobox_fill)"
+       stroke="url(#__infobox_stroke)"
+       stroke-width="2"
+       id="rect232" />
+    <text
+       x="26"
+       y="641"
+       id="text234">
+      <tspan
+         style="font-size:18px;font-weight:bold;"
+         id="tspan236">Chronojump encoder</tspan>
+    </text>
+    <text
+       x="26"
+       y="654"
+       id="text238">
+      <tspan
+         style="font-size:12px;"
+         id="tspan240">http://chronojump.org</tspan>
+    </text>
+    <text
+       x="26"
+       y="669"
+       id="text242">
+      <tspan
+         style="font-size:12px;"
+         id="tspan244">GREEN: Done</tspan>
+    </text>
+    <text
+       x="26"
+       y="684"
+       id="text246">
+      <tspan
+         style="font-size:12px;"
+         id="tspan248">ORANGE: Doing</tspan>
+    </text>
+    <text
+       x="26"
+       y="699"
+       id="text250">
+      <tspan
+         style="font-size:12px;"
+         id="tspan252">RED: Later</tspan>
+    </text>
+    <text
+       x="26"
+       y="714"
+       id="text254">
+      <tspan
+         style="font-size:12px;"
+         id="tspan256">2012-Apr-12</tspan>
+    </text>
+  </g>
+  <!-- BEGIN additional images -->
+  <g
+     inkscape:label="Included PNG Images"
+     inkscape:groupmode="layer"
+     id="layer_included_png" />
+  <g
+     inkscape:label="Included SVG Images"
+     inkscape:groupmode="layer"
+     id="layer_included_svg" />
+  <!-- END additional images -->
+</svg>
diff --git a/web/encoder-chronojump-project.txt b/web/encoder-chronojump-project.txt
new file mode 100644
index 0000000..6df8143
--- /dev/null
+++ b/web/encoder-chronojump-project.txt
@@ -0,0 +1,7 @@
+update date on .conf
+gnuclad encoder-chronojump-project.csv SVG encoder-chronojump-project.conf
+inskcape guardar com a png (72ppp), pq com a pdf no es veu igual
+
+OLD:
+DesprÃs obrir des d'inkscape i guardar com a pdf (aixà es fa pq latex mostra les imatges fora de la pagina a l'esquerra (inicis de tenis de mesa i programacion), al fer el pdf nomes s'agafa el que cau dins la pagina. aixà latex no mostrara aquella part esquerra)
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]