mirror of
https://github.com/How-To-Build-a-Commons/HowToBuildACommonsWorkbooks.git
synced 2026-04-20 01:01:12 +00:00
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:
commit
01ec0b0ad0
4 changed files with 100 additions and 20 deletions
|
|
@ -2,26 +2,91 @@
|
||||||
\usepackage{geometry}
|
\usepackage{geometry}
|
||||||
\geometry{
|
\geometry{
|
||||||
paperwidth=2.75in,
|
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}
|
\usepackage{tikz}
|
||||||
\usetikzlibrary{shapes.geometric, arrows.meta, positioning}
|
\usetikzlibrary{shapes.geometric, arrows.meta, positioning}
|
||||||
\usepackage{adjustbox}
|
|
||||||
\input{src/how-to-consensus-zine/flow-chart-only.tex}%
|
\input{src/how-to-consensus-zine/flow-chart-only.tex}%
|
||||||
\parskip1em
|
|
||||||
\usepackage{fancyhdr}
|
|
||||||
\fancyfoot{} % clear all footer fields
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\centering
|
\begin{center}
|
||||||
\consensusflowchart{0.5}{\footnotesize} \newpage% Smaller version
|
\consensusflowchart{0.6}{\footnotesize}
|
||||||
Page\par \#2\newpage
|
\end{center}
|
||||||
Page\par \#3\newpage
|
\newpage% Smaller version
|
||||||
Page\par \#4\newpage
|
|
||||||
Page\par \#5\newpage
|
\section{Consensus Process}
|
||||||
Page\par \#6\newpage
|
|
||||||
Back\par Cover \thispagestyle{empty} \newpage
|
\textbf{Discuss}: The item is discussed with the goal of identifying opinions and information on the topic at hand.
|
||||||
Front\par Cover \thispagestyle{empty} \newpage
|
|
||||||
|
\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}
|
\end{document}
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,11 @@
|
||||||
% Set the value
|
% Set the value
|
||||||
\newlength{\mylen}
|
\newlength{\mylen}
|
||||||
\setlength{\mylen}{0.25in}
|
\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 ---
|
% --- Add corner image depending on odd/even page ---
|
||||||
\newcommand{\AddCornerImage}{%
|
\newcommand{\AddCornerImage}{%
|
||||||
\AddToShipoutPictureBG{%
|
\AddToShipoutPictureBG{%
|
||||||
|
|
@ -78,7 +83,7 @@
|
||||||
|
|
||||||
\newcommand{\linedpagetwo}{%
|
\newcommand{\linedpagetwo}{%
|
||||||
\noindent
|
\noindent
|
||||||
\foreach \n in {1,...,30}{%
|
\foreach \n in {1,...,15}{%
|
||||||
\rule{\textwidth}{0.4pt}\\[\baselineskip]
|
\rule{\textwidth}{0.4pt}\\[\baselineskip]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -240,6 +245,9 @@ A consensus meeting needs some structure to function. When running a meeting the
|
||||||
\pagebreak
|
\pagebreak
|
||||||
|
|
||||||
|
|
||||||
|
\begin{center}
|
||||||
|
\consensusflowchart{0.9}{\large}
|
||||||
|
\end{center}
|
||||||
|
|
||||||
\linedpagetwo
|
\linedpagetwo
|
||||||
|
|
||||||
|
|
@ -263,6 +271,7 @@ From the Yana Ludwig reading:
|
||||||
\pagebreak
|
\pagebreak
|
||||||
|
|
||||||
|
|
||||||
|
\linedpagetwo
|
||||||
|
|
||||||
\linedpagetwo
|
\linedpagetwo
|
||||||
|
|
||||||
|
|
@ -385,6 +394,7 @@ Within a Commons, once the external entity has been assigned Private Property ri
|
||||||
|
|
||||||
\linedpagetwo
|
\linedpagetwo
|
||||||
|
|
||||||
|
\linedpagetwo
|
||||||
|
|
||||||
\pagebreak
|
\pagebreak
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,14 +34,15 @@
|
||||||
\draw [arrow] (test) -- (no);
|
\draw [arrow] (test) -- (no);
|
||||||
\draw [arrow] (yes) -- (consensusAchieved);
|
\draw [arrow] (yes) -- (consensusAchieved);
|
||||||
\draw [arrow] (no) -- (concerns);
|
\draw [arrow] (no) -- (concerns);
|
||||||
\draw [arrow] (modification) -- (standAside);
|
\draw [arrow] (concerns) -- (modification);
|
||||||
\draw [arrow] (concerns) -- (blockNode);
|
\draw [arrow] (concerns) -- (blockNode);
|
||||||
\draw [arrow] (consensusAchieved) -- (actionPoints);
|
\draw [arrow] (consensusAchieved) -- (actionPoints);
|
||||||
\draw [arrow] (concerns) -- (standAside);
|
\draw [arrow] (concerns) -- (standAside);
|
||||||
\draw [arrow] (standAside) -- (consensusAchieved);
|
\draw [arrow] (standAside) -- (consensusAchieved);
|
||||||
|
|
||||||
% Curved arrows
|
% Curved arrows
|
||||||
\draw [arrow] (no) to[out=120, in=180] (discussion);
|
\draw [arrow, overlay] (no) to[out=120, in=180] (discussion);
|
||||||
\draw [arrow] (modification) to[out=90, in=0] (test);
|
\draw [arrow, overlay] (modification) to[out=90, in=-90] (test);
|
||||||
|
\draw [arrow, overlay] (blockNode) to[out=150, in=180] (discussion);
|
||||||
\end{tikzpicture}%
|
\end{tikzpicture}%
|
||||||
}
|
}
|
||||||
|
|
@ -2,7 +2,11 @@
|
||||||
\usepackage{geometry}
|
\usepackage{geometry}
|
||||||
\geometry{
|
\geometry{
|
||||||
paperwidth=2.75in,
|
paperwidth=2.75in,
|
||||||
paperheight=4.25in
|
paperheight=4.25in,
|
||||||
|
top=0.25in,
|
||||||
|
bottom=0.5in,
|
||||||
|
left=0.25in,
|
||||||
|
right=0.2in
|
||||||
}
|
}
|
||||||
\usepackage{tikz}
|
\usepackage{tikz}
|
||||||
\usetikzlibrary{shapes.geometric, arrows.meta, positioning}
|
\usetikzlibrary{shapes.geometric, arrows.meta, positioning}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue