Merge pull request #32 from How-To-Build-a-Commons/kh/add-graph-to-workbook

Kh/add graph to workbook
This commit is contained in:
Kevin Harrington 2025-10-30 13:32:27 -04:00 committed by GitHub
commit 01ec0b0ad0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 100 additions and 20 deletions

View file

@ -2,26 +2,91 @@
\usepackage{geometry}
\geometry{
paperwidth=2.75in,
paperheight=4.25in
paperheight=4.25in,
top=0.2in,
bottom=0.5in,
left=0.2in,
right=0.2in
}
\usepackage{lmodern}
\usepackage{tikz}
\usetikzlibrary{shapes.geometric, arrows.meta, positioning}
\usepackage{adjustbox}
\input{src/how-to-consensus-zine/flow-chart-only.tex}%
\parskip1em
\usepackage{fancyhdr}
\fancyfoot{} % clear all footer fields
\begin{document}
\centering
\consensusflowchart{0.5}{\footnotesize} \newpage% Smaller version
Page\par \#2\newpage
Page\par \#3\newpage
Page\par \#4\newpage
Page\par \#5\newpage
Page\par \#6\newpage
Back\par Cover \thispagestyle{empty} \newpage
Front\par Cover \thispagestyle{empty} \newpage
\begin{center}
\consensusflowchart{0.6}{\footnotesize}
\end{center}
\newpage% Smaller version
\section{Consensus Process}
\textbf{Discuss}: The item is discussed with the goal of identifying opinions and information on the topic at hand.
\textbf{Proposal}: Based on the discussion a decision proposal is presented
\textbf{Consensus Test}: The facilitator calls for consensus on the proposal. Each member must actively state whether they agree/consent, stand aside, or object,
\textbf{Stand Aside}: Member does not support a proposal, but does not block
\textbf{Block}: Member blocks on moral or ethical grounds and the proposal fails
\newpage
Page\par \#3
\newpage
\section{Roles}
Roles: Essential for Efficiency
Essential Roles:
Facilitator: Keep the group on topic on time and within the rules
Timekeeper: Make sure no one rambles and keep on schedule
Note Taker: Takes Notes
DLC Roles:
Empath: keep the emotional climate rational diffuse potential emotional conflicts
Devils Advocate: you know this one Greeter: greet newcomers, inform them of what's happened
\newpage
\section{Things go right when...}
\begin{enumerate}
\item meeting more frequently
\item use direct action tactics- paid staff are avoided- networked with other consensus-based groups
\item members monitor their own/others domineering behavior
\item members reflected collectively on the distribution of power
\item as many decisions as possible are left up to each person
\item all decisions are treated as provisional
\end{enumerate}
\newpage
\section{Things Go Wrong When...}
\begin{enumerate}
\item one voice is heard more than others
\item complacency in a few leading decisions
\end{enumerate}
\newpage
Back\par Cover
\thispagestyle{empty}
\newpage
{\centering \huge \textbf{Intro to Achieving Consensus}\par}
Consensus Decision Making (CDM)
Intro and Reference
"The commons are those things that we all own together, that are neither privately owned,nor managed by the government"
\thispagestyle{empty}
\end{document}

View file

@ -35,6 +35,11 @@
% Set the value
\newlength{\mylen}
\setlength{\mylen}{0.25in}
\usepackage{lmodern}
\usepackage{tikz}
\usetikzlibrary{shapes.geometric, arrows.meta, positioning}
\input{src/how-to-consensus-zine/flow-chart-only.tex}%
% --- Add corner image depending on odd/even page ---
\newcommand{\AddCornerImage}{%
\AddToShipoutPictureBG{%
@ -78,7 +83,7 @@
\newcommand{\linedpagetwo}{%
\noindent
\foreach \n in {1,...,30}{%
\foreach \n in {1,...,15}{%
\rule{\textwidth}{0.4pt}\\[\baselineskip]
}
}
@ -240,6 +245,9 @@ A consensus meeting needs some structure to function. When running a meeting the
\pagebreak
\begin{center}
\consensusflowchart{0.9}{\large}
\end{center}
\linedpagetwo
@ -263,6 +271,7 @@ From the Yana Ludwig reading:
\pagebreak
\linedpagetwo
\linedpagetwo
@ -385,6 +394,7 @@ Within a Commons, once the external entity has been assigned Private Property ri
\linedpagetwo
\linedpagetwo
\pagebreak

View file

@ -34,14 +34,15 @@
\draw [arrow] (test) -- (no);
\draw [arrow] (yes) -- (consensusAchieved);
\draw [arrow] (no) -- (concerns);
\draw [arrow] (modification) -- (standAside);
\draw [arrow] (concerns) -- (modification);
\draw [arrow] (concerns) -- (blockNode);
\draw [arrow] (consensusAchieved) -- (actionPoints);
\draw [arrow] (concerns) -- (standAside);
\draw [arrow] (standAside) -- (consensusAchieved);
% Curved arrows
\draw [arrow] (no) to[out=120, in=180] (discussion);
\draw [arrow] (modification) to[out=90, in=0] (test);
\draw [arrow, overlay] (no) to[out=120, in=180] (discussion);
\draw [arrow, overlay] (modification) to[out=90, in=-90] (test);
\draw [arrow, overlay] (blockNode) to[out=150, in=180] (discussion);
\end{tikzpicture}%
}

View file

@ -2,7 +2,11 @@
\usepackage{geometry}
\geometry{
paperwidth=2.75in,
paperheight=4.25in
paperheight=4.25in,
top=0.25in,
bottom=0.5in,
left=0.25in,
right=0.2in
}
\usepackage{tikz}
\usetikzlibrary{shapes.geometric, arrows.meta, positioning}