Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/delibero.git

Clarified explanation for reputation and tags. Added more figures.

AuthorDave Jarvis <email>
Date2014-08-07 23:34:39 GMT-0700
Commit1f4501fa6025abb059d5d2713a439f22f7154ab9
Parent9833ea3
xml/tex/ch-page-account.tex
\stopsection
+ \startsection[title={Interests}]
+ An account can subscribe to multiple tags, which identifies the
+ areas of interest for a particular user. The subscriptions filter
+ the proposals that are shown on the home page (see figure
+ \in[fig:page-home] on page \at[fig:page-home]).
+ \stopsection
\stopchapter
xml/tex/ch-reputation.tex
\startsection[title={\WPintro{}}]
- Reputation, which is a tally of the positive and negative
- contributions associated with an account, is the first
- safeguard against system abuse. Certain features are only
- available when an account's reputation exceeds a particular
- threshold.
-
- \startsubsection[title={Tags}]
- Reputation is tied to tags.
- \stopsubsection
-
+ Reputation is a tally of the positive and negative contributions
+ associated with an account. \WPxref{reputation} how an account's
+ total reputation is separated by tag.
+
+ \placefigure[force][fig:reputation]{Reputation}{%
+ \externalfigure[reputation.svg]
+ }
+ \stopsection
+
+ \startsection[title={Trust}]
+ Certain features are only available when an account's reputation
+ exceeds a particular threshold. This helps to safeguard against
+ system abuse.
\stopsection
xml/tex/ch-source-css.tex
\stopchapter
-
xml/tex/ch-tags.tex
\startsection[title={\WPintro{}}]
- Tags categorise proposals. An account can subscribe to
- multiple tags. Subscriptions filter the proposals that are
- shown on the home page, as illustrated in figure
- \in[fig:page-home] on page \at[fig:page-home].
- \stopsection
+ Tags are words organized into a hierarchical category structure.
+ Every proposal is assigned multiple tags.
+ \WPxref{categories} an example hierarchy.
+ \placefigure[force][fig:categories]{Tag Categories}{%
+ \externalfigure[categories.svg]
+ }
+ \stopsection
\stopchapter
xml/tex/constants.tex
\define[1]\WPxref{%
- \in{Figure}[fig:#1] illustrates
+ \in{Figure}[fig:#1] illustrates%
}
xml/tex/graphs/.gitignore
--rw-rw-r-- 1 jarvisd jarvisd 7765 Aug 7 21:02 m_k_i_v_navigation-account.svg.pdf
--rw-rw-r-- 1 jarvisd jarvisd 8440 Aug 7 21:02 m_k_i_v_navigation-home.svg.pdf
+m_k_i_v_categories.svg.pdf
+m_k_i_v_navigation-account.svg.pdf
+m_k_i_v_navigation-home.svg.pdf
+m_k_i_v_reputation.svg.pdf
xml/tex/graphs/categories.dot
+digraph {
+ // IMPORT
+
+ rankdir="TB";
+
+ Proposal -> {Environment Copyright};
+ Environment -> {Pipeline Fracking};
+
+ Copyright -> {Music Film Writing};
+}
+
xml/tex/graphs/categories.svg
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.36.0 (20140111.2315)
+ -->
+<!-- Title: %3 Pages: 1 -->
+<svg width="600pt" height="386pt"
+ viewBox="0.00 0.00 600.00 386.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 382)">
+<title>%3</title>
+<polygon fill="white" stroke="none" points="-4,4 -4,-382 596,-382 596,4 -4,4"/>
+<!-- Proposal -->
+<g id="node1" class="node"><title>Proposal</title>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="235" cy="-333" rx="52" ry="45"/>
+<text text-anchor="middle" x="235" y="-328.6" font-family="Archivo Narrow" font-size="18.00">Proposal</text>
+</g>
+<!-- Environment -->
+<g id="node2" class="node"><title>Environment</title>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="174" cy="-189" rx="52.1272" ry="45"/>
+<text text-anchor="middle" x="174" y="-184.6" font-family="Archivo Narrow" font-size="18.00">Environment</text>
+</g>
+<!-- Proposal&#45;&gt;Environment -->
+<g id="edge1" class="edge"><title>Proposal&#45;&gt;Environment</title>
+<path fill="none" stroke="#a1c436" d="M217.192,-290.546C210.549,-275.081 202.927,-257.339 195.954,-241.106"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="191.935,-231.751 200.017,-239.163 193.909,-236.345 195.883,-240.939 195.883,-240.939 195.883,-240.939 193.909,-236.345 191.748,-242.716 191.935,-231.751 191.935,-231.751"/>
+</g>
+<!-- Copyright -->
+<g id="node3" class="node"><title>Copyright</title>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="357" cy="-189" rx="52" ry="45"/>
+<text text-anchor="middle" x="357" y="-184.6" font-family="Archivo Narrow" font-size="18.00">Copyright</text>
+</g>
+<!-- Proposal&#45;&gt;Copyright -->
+<g id="edge2" class="edge"><title>Proposal&#45;&gt;Copyright</title>
+<path fill="none" stroke="#a1c436" d="M265.471,-296.534C281.92,-277.388 302.359,-253.598 319.748,-233.359"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="326.495,-225.506 323.391,-236.024 323.236,-229.299 319.978,-233.091 319.978,-233.091 319.978,-233.091 323.236,-229.299 316.565,-230.159 326.495,-225.506 326.495,-225.506"/>
+</g>
+<!-- Pipeline -->
+<g id="node4" class="node"><title>Pipeline</title>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="52" cy="-45" rx="52" ry="45"/>
+<text text-anchor="middle" x="52" y="-40.6" font-family="Archivo Narrow" font-size="18.00">Pipeline</text>
+</g>
+<!-- Environment&#45;&gt;Pipeline -->
+<g id="edge3" class="edge"><title>Environment&#45;&gt;Pipeline</title>
+<path fill="none" stroke="#a1c436" d="M143.214,-152.167C126.887,-133.164 106.697,-109.663 89.4655,-89.6074"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="82.7759,-81.8211 92.7059,-86.4736 86.0343,-85.6137 89.2926,-89.4062 89.2926,-89.4062 89.2926,-89.4062 86.0343,-85.6137 85.8794,-92.3387 82.7759,-81.8211 82.7759,-81.8211"/>
+</g>
+<!-- Fracking -->
+<g id="node5" class="node"><title>Fracking</title>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="174" cy="-45" rx="52" ry="45"/>
+<text text-anchor="middle" x="174" y="-40.6" font-family="Archivo Narrow" font-size="18.00">Fracking</text>
+</g>
+<!-- Environment&#45;&gt;Fracking -->
+<g id="edge4" class="edge"><title>Environment&#45;&gt;Fracking</title>
+<path fill="none" stroke="#a1c436" d="M174,-143.849C174,-130.091 174,-114.756 174,-100.383"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="174,-90.124 178.5,-100.124 174,-95.124 174,-100.124 174,-100.124 174,-100.124 174,-95.124 169.5,-100.124 174,-90.124 174,-90.124"/>
+</g>
+<!-- Music -->
+<g id="node6" class="node"><title>Music</title>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="296" cy="-45" rx="52" ry="45"/>
+<text text-anchor="middle" x="296" y="-40.6" font-family="Archivo Narrow" font-size="18.00">Music</text>
+</g>
+<!-- Copyright&#45;&gt;Music -->
+<g id="edge5" class="edge"><title>Copyright&#45;&gt;Music</title>
+<path fill="none" stroke="#a1c436" d="M339.192,-146.546C332.549,-131.081 324.927,-113.339 317.954,-97.1059"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="313.935,-87.7514 322.017,-95.1633 315.909,-92.3454 317.883,-96.9395 317.883,-96.9395 317.883,-96.9395 315.909,-92.3454 313.748,-98.7157 313.935,-87.7514 313.935,-87.7514"/>
+</g>
+<!-- Film -->
+<g id="node7" class="node"><title>Film</title>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="418" cy="-45" rx="52" ry="45"/>
+<text text-anchor="middle" x="418" y="-40.6" font-family="Archivo Narrow" font-size="18.00">Film</text>
+</g>
+<!-- Copyright&#45;&gt;Film -->
+<g id="edge6" class="edge"><title>Copyright&#45;&gt;Film</title>
+<path fill="none" stroke="#a1c436" d="M374.808,-146.546C381.451,-131.081 389.073,-113.339 396.046,-97.1059"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="400.065,-87.7514 400.252,-98.7157 398.091,-92.3454 396.117,-96.9395 396.117,-96.9395 396.117,-96.9395 398.091,-92.3454 391.983,-95.1633 400.065,-87.7514 400.065,-87.7514"/>
+</g>
+<!-- Writing -->
+<g id="node8" class="node"><title>Writing</title>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="540" cy="-45" rx="52" ry="45"/>
+<text text-anchor="middle" x="540" y="-40.6" font-family="Archivo Narrow" font-size="18.00">Writing</text>
+</g>
+<!-- Copyright&#45;&gt;Writing -->
+<g id="edge7" class="edge"><title>Copyright&#45;&gt;Writing</title>
+<path fill="none" stroke="#a1c436" d="M395.363,-158.232C424.033,-135.985 463.356,-105.473 493.763,-81.8776"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="501.688,-75.7287 496.546,-85.4144 497.737,-78.7939 493.787,-81.8591 493.787,-81.8591 493.787,-81.8591 497.737,-78.7939 491.028,-78.3039 501.688,-75.7287 501.688,-75.7287"/>
+</g>
+</g>
+</svg>
xml/tex/graphs/navigation-account.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.36.0 (20140111.2315)
-->
-
<!-- Title: CL Pages: 1 -->
-
-<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"
- width="788.75"
- height="316.25"
- viewBox="0 0 631 253"
- id="svg11485"
- version="1.1"
- inkscape:version="0.48.4 r9939"
- sodipodi:docname="navigation-account.svg">
- <metadata
- id="metadata11587">
- <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></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <defs
- id="defs11585" />
- <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="namedview11583"
- showgrid="false"
- inkscape:zoom="0.59184953"
- inkscape:cx="412.27831"
- inkscape:cy="203.21647"
- inkscape:window-x="0"
- inkscape:window-y="0"
- inkscape:window-maximized="0"
- inkscape:current-layer="svg11485"
- fit-margin-top="0"
- fit-margin-left="0"
- fit-margin-right="0"
- fit-margin-bottom="0" />
- <g
- id="g11687"
- transform="translate(-3.5,-3.5)">
- <g
- transform="translate(4,256)"
- id="node1"
- class="node">
- <title
- id="title11493">Account</title>
- <ellipse
- cx="315"
- cy="-207"
- rx="45"
- ry="45"
- id="ellipse11495"
- d="m 360,-207 c 0,24.85281 -20.14719,45 -45,45 -24.85281,0 -45,-20.14719 -45,-45 0,-24.85281 20.14719,-45 45,-45 24.85281,0 45,20.14719 45,45 z"
- sodipodi:cx="315"
- sodipodi:cy="-207"
- sodipodi:rx="45"
- sodipodi:ry="45"
- style="fill:#eeeeee;stroke:#46a5e5" />
- <text
- x="315"
- y="-202.60001"
- font-size="18.00"
- id="text11497"
- style="font-size:18px;text-anchor:middle;font-family:Archivo Narrow">Account</text>
- </g>
- <g
- transform="translate(4,256)"
- id="node2"
- class="node">
- <title
- id="title11500">Comments</title>
- <ellipse
- cx="45"
- cy="-45"
- rx="45"
- ry="45"
- id="ellipse11502"
- d="M 90,-45 C 90,-20.147186 69.852814,0 45,0 20.147186,0 0,-20.147186 0,-45 c 0,-24.852814 20.147186,-45 45,-45 24.852814,0 45,20.147186 45,45 z"
- sodipodi:cx="45"
- sodipodi:cy="-45"
- sodipodi:rx="45"
- sodipodi:ry="45"
- style="fill:#eeeeee;stroke:#46a5e5" />
- <text
- x="45"
- y="-40.599998"
- font-size="18.00"
- id="text11504"
- style="font-size:18px;text-anchor:middle;font-family:Archivo Narrow">Comments</text>
- </g>
- <g
- transform="translate(4,256)"
- id="edge1"
- class="edge">
- <title
- id="title11507">Account-&gt;Comments</title>
- <path
- d="M 274.268,-187.028 C 229.827,-165.673 157.25,-128.856 99,-90 c -4.0021,2.6696 -8.0644,5.5721 -12.0714,8.5705"
- id="path11509"
- inkscape:connector-curvature="0"
- style="fill:none;stroke:#a1c436" />
- <polygon
- points="86.741,-81.2851 82.7795,-78.2345 83.9955,-84.8505 78.8179,-75.1839 78.8179,-75.1839 78.8179,-75.1839 89.4866,-77.7197 82.7795,-78.2345 86.741,-81.2851 86.741,-81.2851 "
- id="polygon11511"
- style="fill:#a1c436;stroke:#a1c436" />
- </g>
- <g
- transform="translate(4,256)"
- id="node3"
- class="node">
- <title
- id="title11514">Interests</title>
- <ellipse
- cx="153"
- cy="-45"
- rx="45"
- ry="45"
- id="ellipse11516"
- d="m 198,-45 c 0,24.852814 -20.14719,45 -45,45 -24.85281,0 -45,-20.147186 -45,-45 0,-24.852814 20.14719,-45 45,-45 24.85281,0 45,20.147186 45,45 z"
- sodipodi:cx="153"
- sodipodi:cy="-45"
- sodipodi:rx="45"
- sodipodi:ry="45"
- style="fill:#eeeeee;stroke:#46a5e5" />
- <text
- x="153"
- y="-40.599998"
- font-size="18.00"
- id="text11518"
- style="font-size:18px;text-anchor:middle;font-family:Archivo Narrow">Interests</text>
- </g>
- <g
- transform="translate(4,256)"
- id="edge2"
- class="edge">
- <title
- id="title11521">Account-&gt;Interests</title>
- <path
- d="m 283.38,-174.771 c -26.203,25.88 -63.555,62.771 -91.568,90.4385"
- id="path11523"
- inkscape:connector-curvature="0"
- style="fill:none;stroke:#a1c436" />
- <polygon
- points="191.655,-84.1777 188.097,-80.6642 188.493,-87.3794 184.54,-77.1507 184.54,-77.1507 184.54,-77.1507 194.817,-80.976 188.097,-80.6642 191.655,-84.1777 191.655,-84.1777 "
- id="polygon11525"
- style="fill:#a1c436;stroke:#a1c436" />
- </g>
- <g
- transform="translate(4,256)"
- id="node4"
- class="node">
- <title
- id="title11528">Edits</title>
- <ellipse
- cx="261"
- cy="-45"
- rx="45"
- ry="45"
- id="ellipse11530"
- d="m 306,-45 c 0,24.852814 -20.14719,45 -45,45 -24.85281,0 -45,-20.147186 -45,-45 0,-24.852814 20.14719,-45 45,-45 24.85281,0 45,20.147186 45,45 z"
- sodipodi:cx="261"
- sodipodi:cy="-45"
- sodipodi:rx="45"
- sodipodi:ry="45"
- style="fill:#eeeeee;stroke:#46a5e5" />
- <text
- x="261"
- y="-40.599998"
- font-size="18.00"
- id="text11532"
- style="font-size:18px;text-anchor:middle;font-family:Archivo Narrow">Edits</text>
- </g>
- <g
- transform="translate(4,256)"
- id="edge3"
- class="edge">
- <title
- id="title11535">Account-&gt;Edits</title>
- <path
- d="m 300.812,-163.962 c -6.883,20.394 -15.212,45.073 -22.469,66.5755"
- id="path11537"
- inkscape:connector-curvature="0"
- style="fill:none;stroke:#a1c436" />
- <polygon
- points="278.291,-97.2323 276.692,-92.4948 274.027,-98.6713 275.093,-87.7574 275.093,-87.7574 275.093,-87.7574 282.555,-95.7932 276.692,-92.4948 278.291,-97.2323 278.291,-97.2323 "
- id="polygon11539"
- style="fill:#a1c436;stroke:#a1c436" />
- </g>
- <g
- transform="translate(4,256)"
- id="node5"
- class="node">
- <title
- id="title11542">Policies</title>
- <ellipse
- cx="369"
- cy="-45"
- rx="45"
- ry="45"
- id="ellipse11544"
- d="m 414,-45 c 0,24.852814 -20.14719,45 -45,45 -24.85281,0 -45,-20.147186 -45,-45 0,-24.852814 20.14719,-45 45,-45 24.85281,0 45,20.147186 45,45 z"
- sodipodi:cx="369"
- sodipodi:cy="-45"
- sodipodi:rx="45"
- sodipodi:ry="45"
- style="fill:#eeeeee;stroke:#46a5e5" />
- <text
- x="369"
- y="-40.599998"
- font-size="18.00"
- id="text11546"
- style="font-size:18px;text-anchor:middle;font-family:Archivo Narrow">Policies</text>
- </g>
- <g
- transform="translate(4,256)"
- id="edge4"
- class="edge">
- <title
- id="title11549">Account-&gt;Policies</title>
- <path
- d="m 329.188,-163.962 c 6.883,20.394 15.212,45.073 22.469,66.5755"
- id="path11551"
- inkscape:connector-curvature="0"
- style="fill:none;stroke:#a1c436" />
- <polygon
- points="351.709,-97.2323 353.308,-92.4948 347.445,-95.7932 354.907,-87.7574 354.907,-87.7574 354.907,-87.7574 355.973,-98.6713 353.308,-92.4948 351.709,-97.2323 351.709,-97.2323 "
- id="polygon11553"
- style="fill:#a1c436;stroke:#a1c436" />
- </g>
- <g
- transform="translate(4,256)"
- id="node6"
- class="node">
- <title
- id="title11556">Votes</title>
- <ellipse
- cx="477"
- cy="-45"
- rx="45"
- ry="45"
- id="ellipse11558"
- d="m 522,-45 c 0,24.852814 -20.14719,45 -45,45 -24.85281,0 -45,-20.147186 -45,-45 0,-24.852814 20.14719,-45 45,-45 24.85281,0 45,20.147186 45,45 z"
- sodipodi:cx="477"
- sodipodi:cy="-45"
- sodipodi:rx="45"
- sodipodi:ry="45"
- style="fill:#eeeeee;stroke:#46a5e5" />
- <text
- x="477"
- y="-40.599998"
- font-size="18.00"
- id="text11560"
- style="font-size:18px;text-anchor:middle;font-family:Archivo Narrow">Votes</text>
- </g>
- <g
- transform="translate(4,256)"
- id="edge5"
- class="edge">
- <title
- id="title11563">Account-&gt;Votes</title>
- <path
- d="m 346.62,-174.771 c 26.203,25.88 63.555,62.771 91.568,90.4385"
- id="path11565"
- inkscape:connector-curvature="0"
- style="fill:none;stroke:#a1c436" />
- <polygon
- points="438.345,-84.1777 441.903,-80.6642 435.183,-80.976 445.46,-77.1507 445.46,-77.1507 445.46,-77.1507 441.507,-87.3794 441.903,-80.6642 438.345,-84.1777 438.345,-84.1777 "
- id="polygon11567"
- style="fill:#a1c436;stroke:#a1c436" />
- </g>
- <g
- transform="translate(4,256)"
- id="node7"
- class="node">
- <title
- id="title11570">Views</title>
- <ellipse
- cx="585"
- cy="-45"
- rx="45"
- ry="45"
- id="ellipse11572"
- d="m 630,-45 c 0,24.852814 -20.14719,45 -45,45 -24.85281,0 -45,-20.147186 -45,-45 0,-24.852814 20.14719,-45 45,-45 24.85281,0 45,20.147186 45,45 z"
- sodipodi:cx="585"
- sodipodi:cy="-45"
- sodipodi:rx="45"
- sodipodi:ry="45"
- style="fill:#eeeeee;stroke:#46a5e5" />
- <text
- x="585"
- y="-40.599998"
- font-size="18.00"
- id="text11574"
- style="font-size:18px;text-anchor:middle;font-family:Archivo Narrow">Views</text>
- </g>
- <g
- transform="translate(4,256)"
- id="edge6"
- class="edge">
- <title
- id="title11577">Account-&gt;Views</title>
- <path
- d="M 355.732,-187.028 C 400.173,-165.673 472.75,-128.856 531,-90 c 4.002,2.6696 8.064,5.5721 12.071,8.5705"
- id="path11579"
- inkscape:connector-curvature="0"
- style="fill:none;stroke:#a1c436" />
- <polygon
- points="543.259,-81.2851 547.221,-78.2345 540.513,-77.7197 551.182,-75.1839 551.182,-75.1839 551.182,-75.1839 546.005,-84.8505 547.221,-78.2345 543.259,-81.2851 543.259,-81.2851 "
- id="polygon11581"
- style="fill:#a1c436;stroke:#a1c436" />
- </g>
- </g>
+<svg width="722pt" height="242pt"
+ viewBox="0.00 0.00 722.00 242.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 238)">
+<title>CL</title>
+<polygon fill="white" stroke="none" points="-4,4 -4,-238 718,-238 718,4 -4,4"/>
+<!-- Account -->
+<g id="node1" class="node"><title>Account</title>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="357" cy="-189" rx="52" ry="45"/>
+<text text-anchor="middle" x="357" y="-184.6" font-family="Archivo Narrow" font-size="18.00">Account</text>
+</g>
+<!-- Comments -->
+<g id="node2" class="node"><title>Comments</title>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="52" cy="-45" rx="52" ry="45"/>
+<text text-anchor="middle" x="52" y="-40.6" font-family="Archivo Narrow" font-size="18.00">Comments</text>
+</g>
+<!-- Account&#45;&gt;Comments -->
+<g id="edge1" class="edge"><title>Account&#45;&gt;Comments</title>
+<path fill="none" stroke="#a1c436" d="M308.201,-172.336C257.786,-155.26 177.579,-125.566 113,-90 108.21,-87.3622 103.355,-84.4101 98.5849,-81.317"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="90.1211,-75.6348 100.932,-77.4727 94.2724,-78.4218 98.4236,-81.2088 98.4236,-81.2088 98.4236,-81.2088 94.2724,-78.4218 95.9153,-84.9449 90.1211,-75.6348 90.1211,-75.6348"/>
+</g>
+<!-- Interests -->
+<g id="node3" class="node"><title>Interests</title>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="174" cy="-45" rx="52" ry="45"/>
+<text text-anchor="middle" x="174" y="-40.6" font-family="Archivo Narrow" font-size="18.00">Interests</text>
+</g>
+<!-- Account&#45;&gt;Interests -->
+<g id="edge2" class="edge"><title>Account&#45;&gt;Interests</title>
+<path fill="none" stroke="#a1c436" d="M318.637,-158.232C289.967,-135.985 250.644,-105.473 220.237,-81.8776"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="212.312,-75.7287 222.972,-78.3039 216.263,-78.7939 220.213,-81.8591 220.213,-81.8591 220.213,-81.8591 216.263,-78.7939 217.454,-85.4144 212.312,-75.7287 212.312,-75.7287"/>
+</g>
+<!-- Edits -->
+<g id="node4" class="node"><title>Edits</title>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="296" cy="-45" rx="52" ry="45"/>
+<text text-anchor="middle" x="296" y="-40.6" font-family="Archivo Narrow" font-size="18.00">Edits</text>
+</g>
+<!-- Account&#45;&gt;Edits -->
+<g id="edge3" class="edge"><title>Account&#45;&gt;Edits</title>
+<path fill="none" stroke="#a1c436" d="M339.192,-146.546C332.549,-131.081 324.927,-113.339 317.954,-97.1059"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="313.935,-87.7514 322.017,-95.1633 315.909,-92.3454 317.883,-96.9395 317.883,-96.9395 317.883,-96.9395 315.909,-92.3454 313.748,-98.7157 313.935,-87.7514 313.935,-87.7514"/>
+</g>
+<!-- Policies -->
+<g id="node5" class="node"><title>Policies</title>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="418" cy="-45" rx="52" ry="45"/>
+<text text-anchor="middle" x="418" y="-40.6" font-family="Archivo Narrow" font-size="18.00">Policies</text>
+</g>
+<!-- Account&#45;&gt;Policies -->
+<g id="edge4" class="edge"><title>Account&#45;&gt;Policies</title>
+<path fill="none" stroke="#a1c436" d="M374.808,-146.546C381.451,-131.081 389.073,-113.339 396.046,-97.1059"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="400.065,-87.7514 400.252,-98.7157 398.091,-92.3454 396.117,-96.9395 396.117,-96.9395 396.117,-96.9395 398.091,-92.3454 391.983,-95.1633 400.065,-87.7514 400.065,-87.7514"/>
+</g>
+<!-- Votes -->
+<g id="node6" class="node"><title>Votes</title>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="540" cy="-45" rx="52" ry="45"/>
+<text text-anchor="middle" x="540" y="-40.6" font-family="Archivo Narrow" font-size="18.00">Votes</text>
+</g>
+<!-- Account&#45;&gt;Votes -->
+<g id="edge5" class="edge"><title>Account&#45;&gt;Votes</title>
+<path fill="none" stroke="#a1c436" d="M395.363,-158.232C424.033,-135.985 463.356,-105.473 493.763,-81.8776"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="501.688,-75.7287 496.546,-85.4144 497.737,-78.7939 493.787,-81.8591 493.787,-81.8591 493.787,-81.8591 497.737,-78.7939 491.028,-78.3039 501.688,-75.7287 501.688,-75.7287"/>
+</g>
+<!-- Views -->
+<g id="node7" class="node"><title>Views</title>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="662" cy="-45" rx="52" ry="45"/>
+<text text-anchor="middle" x="662" y="-40.6" font-family="Archivo Narrow" font-size="18.00">Views</text>
+</g>
+<!-- Account&#45;&gt;Views -->
+<g id="edge6" class="edge"><title>Account&#45;&gt;Views</title>
+<path fill="none" stroke="#a1c436" d="M405.799,-172.336C456.214,-155.26 536.421,-125.566 601,-90 605.79,-87.3622 610.645,-84.4101 615.415,-81.317"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="623.879,-75.6348 618.085,-84.9449 619.728,-78.4218 615.576,-81.2088 615.576,-81.2088 615.576,-81.2088 619.728,-78.4218 613.068,-77.4727 623.879,-75.6348 623.879,-75.6348"/>
+</g>
+</g>
</svg>
xml/tex/graphs/navigation-home.svg
-->
<!-- Title: CL Pages: 1 -->
-<svg width="584pt" height="422pt"
- viewBox="0.00 0.00 584.00 422.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<svg width="586pt" height="422pt"
+ viewBox="0.00 0.00 586.00 422.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 418)">
<title>CL</title>
-<polygon fill="white" stroke="none" points="-4,4 -4,-418 580,-418 580,4 -4,4"/>
+<polygon fill="white" stroke="none" points="-4,4 -4,-418 582,-418 582,4 -4,4"/>
<!-- Home -->
<g id="node1" class="node"><title>Home</title>
-<ellipse fill="#eeeeee" stroke="#46a5e5" cx="45" cy="-153" rx="45" ry="45"/>
-<text text-anchor="middle" x="45" y="-148.6" font-family="Archivo Narrow" font-size="18.00">Home</text>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="52" cy="-153" rx="52" ry="45"/>
+<text text-anchor="middle" x="52" y="-148.6" font-family="Archivo Narrow" font-size="18.00">Home</text>
</g>
<!-- Summary -->
<g id="node2" class="node"><title>Summary</title>
-<ellipse fill="#eeeeee" stroke="#46a5e5" cx="207" cy="-207" rx="45" ry="45"/>
-<text text-anchor="middle" x="207" y="-202.6" font-family="Archivo Narrow" font-size="18.00">Summary</text>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="210" cy="-207" rx="52" ry="45"/>
+<text text-anchor="middle" x="210" y="-202.6" font-family="Archivo Narrow" font-size="18.00">Summary</text>
</g>
<!-- Home&#45;&gt;Summary -->
<g id="edge1" class="edge"><title>Home&#45;&gt;Summary</title>
-<path fill="none" stroke="#a1c436" d="M88.0381,-167.188C108.432,-174.071 133.111,-182.4 154.613,-189.657"/>
-<polygon fill="#a1c436" stroke="#a1c436" points="164.243,-192.907 153.329,-193.973 159.505,-191.308 154.768,-189.709 154.768,-189.709 154.768,-189.709 159.505,-191.308 156.207,-185.445 164.243,-192.907 164.243,-192.907"/>
+<path fill="none" stroke="#a1c436" d="M100.653,-169.495C116.757,-175.07 134.906,-181.352 151.679,-187.158"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="161.37,-190.513 150.449,-191.494 156.645,-188.877 151.921,-187.242 151.921,-187.242 151.921,-187.242 156.645,-188.877 153.393,-182.989 161.37,-190.513 161.37,-190.513"/>
</g>
<!-- Account -->
<g id="node3" class="node"><title>Account</title>
-<ellipse fill="#eeeeee" stroke="#46a5e5" cx="207" cy="-99" rx="45" ry="45"/>
-<text text-anchor="middle" x="207" y="-94.6" font-family="Archivo Narrow" font-size="18.00">Account</text>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="210" cy="-99" rx="52" ry="45"/>
+<text text-anchor="middle" x="210" y="-94.6" font-family="Archivo Narrow" font-size="18.00">Account</text>
</g>
<!-- Home&#45;&gt;Account -->
<g id="edge2" class="edge"><title>Home&#45;&gt;Account</title>
-<path fill="none" stroke="#a1c436" d="M88.0381,-138.812C108.432,-131.929 133.111,-123.6 154.613,-116.343"/>
-<polygon fill="#a1c436" stroke="#a1c436" points="164.243,-113.093 156.207,-120.555 159.505,-114.692 154.768,-116.291 154.768,-116.291 154.768,-116.291 159.505,-114.692 153.329,-112.027 164.243,-113.093 164.243,-113.093"/>
+<path fill="none" stroke="#a1c436" d="M100.653,-136.505C116.757,-130.93 134.906,-124.648 151.679,-118.842"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="161.37,-115.487 153.393,-123.011 156.645,-117.123 151.921,-118.758 151.921,-118.758 151.921,-118.758 156.645,-117.123 150.449,-114.506 161.37,-115.487 161.37,-115.487"/>
</g>
<!-- Proposal -->
<g id="node4" class="node"><title>Proposal</title>
-<ellipse fill="#eeeeee" stroke="#46a5e5" cx="369" cy="-369" rx="45" ry="45"/>
-<text text-anchor="middle" x="369" y="-364.6" font-family="Archivo Narrow" font-size="18.00">Proposal</text>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="368" cy="-369" rx="52" ry="45"/>
+<text text-anchor="middle" x="368" y="-364.6" font-family="Archivo Narrow" font-size="18.00">Proposal</text>
</g>
<!-- Summary&#45;&gt;Proposal -->
<g id="edge3" class="edge"><title>Summary&#45;&gt;Proposal</title>
-<path fill="none" stroke="#a1c436" d="M239.229,-238.62C265.109,-264.823 302,-302.175 329.668,-330.188"/>
-<polygon fill="#a1c436" stroke="#a1c436" points="336.849,-337.46 326.621,-333.507 333.336,-333.903 329.822,-330.345 329.822,-330.345 329.822,-330.345 333.336,-333.903 333.024,-327.183 336.849,-337.46 336.849,-337.46"/>
+<path fill="none" stroke="#a1c436" d="M244.084,-241.356C268.282,-266.485 301.23,-300.701 326.923,-327.382"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="333.964,-334.693 323.786,-330.612 330.496,-331.092 327.028,-327.49 327.028,-327.49 327.028,-327.49 330.496,-331.092 330.269,-324.369 333.964,-334.693 333.964,-334.693"/>
</g>
<!-- Resources -->
<g id="node5" class="node"><title>Resources</title>
-<ellipse fill="#eeeeee" stroke="#46a5e5" cx="369" cy="-261" rx="45" ry="45"/>
-<text text-anchor="middle" x="369" y="-256.6" font-family="Archivo Narrow" font-size="18.00">Resources</text>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="368" cy="-261" rx="52" ry="45"/>
+<text text-anchor="middle" x="368" y="-256.6" font-family="Archivo Narrow" font-size="18.00">Resources</text>
</g>
<!-- Summary&#45;&gt;Resources -->
<g id="edge4" class="edge"><title>Summary&#45;&gt;Resources</title>
-<path fill="none" stroke="#a1c436" d="M250.038,-221.188C270.432,-228.071 295.111,-236.4 316.613,-243.657"/>
-<polygon fill="#a1c436" stroke="#a1c436" points="326.243,-246.907 315.329,-247.973 321.505,-245.308 316.768,-243.709 316.768,-243.709 316.768,-243.709 321.505,-245.308 318.207,-239.445 326.243,-246.907 326.243,-246.907"/>
+<path fill="none" stroke="#a1c436" d="M258.653,-223.495C274.757,-229.07 292.906,-235.352 309.679,-241.158"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="319.37,-244.513 308.449,-245.494 314.645,-242.877 309.921,-241.242 309.921,-241.242 309.921,-241.242 314.645,-242.877 311.393,-236.989 319.37,-244.513 319.37,-244.513"/>
</g>
<!-- Hypothesis -->
<g id="node6" class="node"><title>Hypothesis</title>
-<ellipse fill="#eeeeee" stroke="#46a5e5" cx="369" cy="-153" rx="45" ry="45"/>
-<text text-anchor="middle" x="369" y="-148.6" font-family="Archivo Narrow" font-size="18.00">Hypothesis</text>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="368" cy="-153" rx="52" ry="45"/>
+<text text-anchor="middle" x="368" y="-148.6" font-family="Archivo Narrow" font-size="18.00">Hypothesis</text>
</g>
<!-- Summary&#45;&gt;Hypothesis -->
<g id="edge5" class="edge"><title>Summary&#45;&gt;Hypothesis</title>
-<path fill="none" stroke="#a1c436" d="M250.038,-192.812C270.432,-185.929 295.111,-177.6 316.613,-170.343"/>
-<polygon fill="#a1c436" stroke="#a1c436" points="326.243,-167.093 318.207,-174.555 321.505,-168.692 316.768,-170.291 316.768,-170.291 316.768,-170.291 321.505,-168.692 315.329,-166.027 326.243,-167.093 326.243,-167.093"/>
+<path fill="none" stroke="#a1c436" d="M258.653,-190.505C274.757,-184.93 292.906,-178.648 309.679,-172.842"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="319.37,-169.487 311.393,-177.011 314.645,-171.123 309.921,-172.758 309.921,-172.758 309.921,-172.758 314.645,-171.123 308.449,-168.506 319.37,-169.487 319.37,-169.487"/>
</g>
<!-- Discuss -->
<g id="node7" class="node"><title>Discuss</title>
-<ellipse fill="#eeeeee" stroke="#46a5e5" cx="369" cy="-45" rx="45" ry="45"/>
-<text text-anchor="middle" x="369" y="-40.6" font-family="Archivo Narrow" font-size="18.00">Discuss</text>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="368" cy="-45" rx="52" ry="45"/>
+<text text-anchor="middle" x="368" y="-40.6" font-family="Archivo Narrow" font-size="18.00">Discuss</text>
</g>
<!-- Summary&#45;&gt;Discuss -->
<g id="edge6" class="edge"><title>Summary&#45;&gt;Discuss</title>
-<path fill="none" stroke="#a1c436" d="M239.229,-175.38C265.109,-149.177 302,-111.825 329.668,-83.8116"/>
-<polygon fill="#a1c436" stroke="#a1c436" points="336.849,-76.5401 333.024,-86.8171 333.336,-80.0975 329.822,-83.6549 329.822,-83.6549 329.822,-83.6549 333.336,-80.0975 326.621,-80.4928 336.849,-76.5401 336.849,-76.5401"/>
+<path fill="none" stroke="#a1c436" d="M244.084,-172.644C268.282,-147.515 301.23,-113.299 326.923,-86.6183"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="333.964,-79.3065 330.269,-89.6311 330.496,-82.9081 327.028,-86.5097 327.028,-86.5097 327.028,-86.5097 330.496,-82.9081 323.786,-83.3883 333.964,-79.3065 333.964,-79.3065"/>
</g>
<!-- Support -->
<g id="node8" class="node"><title>Support</title>
-<ellipse fill="#eeeeee" stroke="#46a5e5" cx="531" cy="-45" rx="45" ry="45"/>
-<text text-anchor="middle" x="531" y="-40.6" font-family="Archivo Narrow" font-size="18.00">Support</text>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="526" cy="-45" rx="52" ry="45"/>
+<text text-anchor="middle" x="526" y="-40.6" font-family="Archivo Narrow" font-size="18.00">Support</text>
</g>
<!-- Discuss&#45;&gt;Support -->
<g id="edge7" class="edge"><title>Discuss&#45;&gt;Support</title>
-<path fill="none" stroke="#a1c436" d="M414.144,-45C433.206,-45 455.692,-45 475.758,-45"/>
-<polygon fill="#a1c436" stroke="#a1c436" points="486,-45 476,-49.5001 481,-45 476,-45.0001 476,-45.0001 476,-45.0001 481,-45 476,-40.5001 486,-45 486,-45"/>
+<path fill="none" stroke="#a1c436" d="M420.08,-45C433.952,-45 449.119,-45 463.501,-45"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="473.805,-45 463.805,-49.5001 468.805,-45 463.805,-45.0001 463.805,-45.0001 463.805,-45.0001 468.805,-45 463.805,-40.5001 473.805,-45 473.805,-45"/>
</g>
</g>
xml/tex/graphs/reputation.dot
+digraph CL {
+ // IMPORT
+
+ rankdir="LR";
+
+ 1 [label="Reputation\n5,310"];
+ 2 [label="Reputation\n1,125"];
+ 3 [label="Reputation\n6,040"];
+ 4 [label="Reputation\n2,772"];
+
+ Environment [label="Tag:\nEnvironment"];
+ Education [label="Tag:\nEducation"];
+ Policy [label="Tag:\nPolicy"];
+ Copyright [label="Tag:\nCopyright"];
+
+ Account [label="Account\n#904763"];
+
+ Account -> Environment -> 1;
+ Account -> Education -> 2;
+ Account -> Policy -> 3;
+ Account -> Copyright -> 4;
+}
+
xml/tex/graphs/reputation.svg
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.36.0 (20140111.2315)
+ -->
+<!-- Title: CL Pages: 1 -->
+<svg width="459pt" height="377pt"
+ viewBox="0.00 0.00 459.00 377.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 373)">
+<title>CL</title>
+<polygon fill="white" stroke="none" points="-4,4 -4,-373 455,-373 455,4 -4,4"/>
+<!-- 1 -->
+<g id="node1" class="node"><title>1</title>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="396" cy="-330" rx="54.5387" ry="39.5"/>
+<text text-anchor="middle" x="396" y="-335.6" font-family="Archivo Narrow" font-size="18.00">Reputation</text>
+<text text-anchor="middle" x="396" y="-315.6" font-family="Archivo Narrow" font-size="18.00">5,310</text>
+</g>
+<!-- 2 -->
+<g id="node2" class="node"><title>2</title>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="396" cy="-233" rx="54.5387" ry="39.5"/>
+<text text-anchor="middle" x="396" y="-238.6" font-family="Archivo Narrow" font-size="18.00">Reputation</text>
+<text text-anchor="middle" x="396" y="-218.6" font-family="Archivo Narrow" font-size="18.00">1,125</text>
+</g>
+<!-- 3 -->
+<g id="node3" class="node"><title>3</title>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="396" cy="-136" rx="54.5387" ry="39.5"/>
+<text text-anchor="middle" x="396" y="-141.6" font-family="Archivo Narrow" font-size="18.00">Reputation</text>
+<text text-anchor="middle" x="396" y="-121.6" font-family="Archivo Narrow" font-size="18.00">6,040</text>
+</g>
+<!-- 4 -->
+<g id="node4" class="node"><title>4</title>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="396" cy="-39" rx="54.5387" ry="39.5"/>
+<text text-anchor="middle" x="396" y="-44.6" font-family="Archivo Narrow" font-size="18.00">Reputation</text>
+<text text-anchor="middle" x="396" y="-24.6" font-family="Archivo Narrow" font-size="18.00">2,772</text>
+</g>
+<!-- Environment -->
+<g id="node5" class="node"><title>Environment</title>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="224" cy="-330" rx="62.1469" ry="39.5"/>
+<text text-anchor="middle" x="224" y="-335.6" font-family="Archivo Narrow" font-size="18.00">Tag:</text>
+<text text-anchor="middle" x="224" y="-315.6" font-family="Archivo Narrow" font-size="18.00">Environment</text>
+</g>
+<!-- Environment&#45;&gt;1 -->
+<g id="edge2" class="edge"><title>Environment&#45;&gt;1</title>
+<path fill="none" stroke="#a1c436" d="M286.374,-330C300.762,-330 316.131,-330 330.645,-330"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="341.036,-330 331.036,-334.5 336.036,-330 331.036,-330 331.036,-330 331.036,-330 336.036,-330 331.036,-325.5 341.036,-330 341.036,-330"/>
+</g>
+<!-- Education -->
+<g id="node6" class="node"><title>Education</title>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="224" cy="-233" rx="52" ry="39.5"/>
+<text text-anchor="middle" x="224" y="-238.6" font-family="Archivo Narrow" font-size="18.00">Tag:</text>
+<text text-anchor="middle" x="224" y="-218.6" font-family="Archivo Narrow" font-size="18.00">Education</text>
+</g>
+<!-- Education&#45;&gt;2 -->
+<g id="edge4" class="edge"><title>Education&#45;&gt;2</title>
+<path fill="none" stroke="#a1c436" d="M276.006,-233C293.255,-233 312.74,-233 330.874,-233"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="341.076,-233 331.076,-237.5 336.076,-233 331.076,-233 331.076,-233 331.076,-233 336.076,-233 331.076,-228.5 341.076,-233 341.076,-233"/>
+</g>
+<!-- Policy -->
+<g id="node7" class="node"><title>Policy</title>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="224" cy="-136" rx="52" ry="39.5"/>
+<text text-anchor="middle" x="224" y="-141.6" font-family="Archivo Narrow" font-size="18.00">Tag:</text>
+<text text-anchor="middle" x="224" y="-121.6" font-family="Archivo Narrow" font-size="18.00">Policy</text>
+</g>
+<!-- Policy&#45;&gt;3 -->
+<g id="edge6" class="edge"><title>Policy&#45;&gt;3</title>
+<path fill="none" stroke="#a1c436" d="M276.006,-136C293.255,-136 312.74,-136 330.874,-136"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="341.076,-136 331.076,-140.5 336.076,-136 331.076,-136 331.076,-136 331.076,-136 336.076,-136 331.076,-131.5 341.076,-136 341.076,-136"/>
+</g>
+<!-- Copyright -->
+<g id="node8" class="node"><title>Copyright</title>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="224" cy="-39" rx="52" ry="39.5"/>
+<text text-anchor="middle" x="224" y="-44.6" font-family="Archivo Narrow" font-size="18.00">Tag:</text>
+<text text-anchor="middle" x="224" y="-24.6" font-family="Archivo Narrow" font-size="18.00">Copyright</text>
+</g>
+<!-- Copyright&#45;&gt;4 -->
+<g id="edge8" class="edge"><title>Copyright&#45;&gt;4</title>
+<path fill="none" stroke="#a1c436" d="M276.006,-39C293.255,-39 312.74,-39 330.874,-39"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="341.076,-39 331.076,-43.5001 336.076,-39 331.076,-39.0001 331.076,-39.0001 331.076,-39.0001 336.076,-39 331.076,-34.5001 341.076,-39 341.076,-39"/>
+</g>
+<!-- Account -->
+<g id="node9" class="node"><title>Account</title>
+<ellipse fill="#eeeeee" stroke="#46a5e5" cx="52" cy="-184" rx="52" ry="39.5"/>
+<text text-anchor="middle" x="52" y="-189.6" font-family="Archivo Narrow" font-size="18.00">Account</text>
+<text text-anchor="middle" x="52" y="-169.6" font-family="Archivo Narrow" font-size="18.00">#904763</text>
+</g>
+<!-- Account&#45;&gt;Environment -->
+<g id="edge1" class="edge"><title>Account&#45;&gt;Environment</title>
+<path fill="none" stroke="#a1c436" d="M85.6118,-214.264C106.797,-233.68 135.177,-259.236 161,-281 165.819,-285.062 170.905,-289.243 176.007,-293.371"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="184.002,-299.789 173.386,-297.038 180.102,-296.659 176.203,-293.529 176.203,-293.529 176.203,-293.529 180.102,-296.659 179.02,-290.02 184.002,-299.789 184.002,-299.789"/>
+</g>
+<!-- Account&#45;&gt;Education -->
+<g id="edge3" class="edge"><title>Account&#45;&gt;Education</title>
+<path fill="none" stroke="#a1c436" d="M100.807,-197.78C120.9,-203.571 144.446,-210.358 165.478,-216.42"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="175.258,-219.239 164.403,-220.793 170.453,-217.854 165.649,-216.469 165.649,-216.469 165.649,-216.469 170.453,-217.854 166.895,-212.145 175.258,-219.239 175.258,-219.239"/>
+</g>
+<!-- Account&#45;&gt;Policy -->
+<g id="edge5" class="edge"><title>Account&#45;&gt;Policy</title>
+<path fill="none" stroke="#a1c436" d="M101.26,-170.374C121.175,-164.751 144.421,-158.187 165.232,-152.311"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="174.913,-149.577 166.512,-156.625 170.101,-150.936 165.29,-152.295 165.29,-152.295 165.29,-152.295 170.101,-150.936 164.067,-147.964 174.913,-149.577 174.913,-149.577"/>
+</g>
+<!-- Account&#45;&gt;Copyright -->
+<g id="edge7" class="edge"><title>Account&#45;&gt;Copyright</title>
+<path fill="none" stroke="#a1c436" d="M85.5378,-153.648C106.693,-134.197 135.068,-108.634 161,-87 166.605,-82.3236 172.583,-77.5002 178.53,-72.7966"/>
+<polygon fill="#a1c436" stroke="#a1c436" points="186.585,-66.4818 181.492,-76.1931 182.65,-69.5668 178.715,-72.6518 178.715,-72.6518 178.715,-72.6518 182.65,-69.5668 175.939,-69.1104 186.585,-66.4818 186.585,-66.4818"/>
+</g>
+</g>
+</svg>
xml/tex/graphs/style.dot
graph[
fontname="Archivo Narrow",
- ranksep = "1.0 equally",
+ ranksep = "0.75 equally",
];
node[
fontname="Archivo Narrow",
fontsize=18,
- shape=circle,
- fixedsize=true,
- width=1.25,
+ shape=ellipse,
+ width=1.45,
+ height=1.1,
color="#46A5E5",
style="filled",
xml/tex/manual.pdf
Binary files differ
xml/tex/style/lists.tex
+\setupitemize[1][packed,intro][
+ after={\blank[small]},
+ margin=yes,
+]
Delta374 lines added, 386 lines removed, 12-line decrease