Edited using VSCode with the Twee3 Language Tools extension and the SugarCube code format:
[[VSCode|https://code.visualstudio.com/download]]
[[Twee3 Language Tools|https://marketplace.visualstudio.com/items?itemName=cyrusfirheir.twee3-language-tools]]
[[SugarCube 2.36.1 code|https://github.com/tmedwards/sugarcube-2]]
[[SugarCube documentation|http://www.motoslave.net/sugarcube/2/]]
The decompiling of the Adviser html file into working twee files and the compilation of the adviser twee files into an output html file is undertaken using:
[[Tweego 2.1.1 (code)|https://github.com/tmedwards/tweego]]
[[Tweego documentation|https://www.motoslave.net/tweego/docs/]]
The Climate Rescue Adviser html output file can also be edited using the very user-friendly Twine 2:
[[Twine 2 installers and help material|https://twinery.org]]
[[Twine2 source code|https://github.com/klembot/twinejs]]<<fav>> | <<return>>
----
!!Contact the Adviser team
<<include [[Contacting the Adviser project manager (2include) DB]]>>
<<include [[Philip Sutton_email phone (2include)]]>><<fav>> | <<return>>
----
!!Contact the Climate Rescue team
<<include [[Contacting the CR Catalyst Group manager (2include) DB]]>>
<<include [[Philip Sutton_email phone (2include)]]>>To print dates:
$thisYear
<<= $CurDate.toLocaleString("en-UK", { day: "numeric", month: "long", year: "numeric"} )>>/* <<fav>> widget v1 - Begin.... */
/* Code created by Joeyrsp, tweaked and packaged as a widget by Philip Sutton */
<<widget "fav">>
<span id="fave"><<include [[Favourite template]]>></span>
<</widget>>
/* <<fav>> widget - End *//* Favourite template v1 - Begin.... */
/* Code created by Joeyrsp, tweaked by Philip Sutton */
<<nobr>>
<<run _star = $favourites.includes(passage()) ? "<font color=orange><big>★</big></font>" : "<big>☆</big>">>
<<link _star>>
<<if $favourites.includes(passage())>>
<<run $favourites.delete(passage())>>
<<else>>
<<run $favourites = [...new Set([...($favourites), passage()])]>>
<</if>>
<<replace "#fave">>
<<include [[Favourite template]]>>
<</replace>>
<</link>>
<</nobr>>
/* Favourite template - End */<<return>>
----
!!Favourites
User-defined favourites should show up between the lines below. Click on the star to cancel a favourites listing. (You can also cancel a favourites listing in the favourited page itself by clicking on the blue star.)
For further advice on using the favourites system go to: [[Help]]
----
<<nobr>>
/% Copy this code below into a passage to establish the ability to register it with the favourites passage: Change the variable name to match the page the code is pasted into:
≪fav≫
%/
<</nobr>><<for _index, _fave range $favourites>>
<<nobr>>
<<capture _index, _fave>>
<<link _fave _fave>><</link>>
<<link "★">>
<<run $favourites.splice(_index, 1)>>
<<goto [[Favourites]]>>
<</link>>
<</capture>>
<</nobr>>
<</for>>
----
!!! <<link "Clear all listed favourites">>
<<run $favourites = []>>
<<goto [[Favourites]]>>
<</link>> !!!
<<return>><<return>>
----
!!Other material
[[Contact the Adviser team]] <small>(<<link [[add to main menu|Other material]]>><<set $contactShowInMenu to 1>><</link>>) (<<link [[remove|Other material]]>><<set $contactShowInMenu to 0>><</link>>)</small>
[[An invitation to reset your climate goals]] <small>(<<link [[add to main menu|Other material]]>><<set $invitationToResetYourClimateGoalsShowInMenu to 1>><</link>>) (<<link [[remove|Other material]]>><<set $invitationToResetYourClimateGoalsShowInMenu to 0>><</link>>)</small>
[[Global Scenarios]] <small>(<<link [[add to main menu|Other material]]>><<set $contactShowInMenu to 1>><</link>>) (<<link [[remove|Other material]]>><<set $contactShowInMenu to 0>><</link>>)</small>
[[Building a support system|Building a support system for 'whole system package' action]] <small>(<<link [[add to main menu|Other material]]>><<set $buildingSupportSystemShowInMenu to 1>><</link>>) (<<link [[remove|Other material]]>><<set $buildingSupportSystemShowInMenu to 0>><</link>>)</small>
[[Starting with projects]] <small>(<<link [[add to main menu|Other material]]>><<set $startingWithProjectsShowInMenu to 1>><</link>>) (<<link [[remove|Other material]]>><<set $startingWithProjectsShowInMenu to 0>><</link>>)</small>
[[Climate Rescue Campaign Strategy|CR Strategy]] <small>(<<link [[add to main menu|Other material]]>><<set $crCampaignStrategybackgroundShowInMenu to 1>><</link>>) (<<link [[remove|Other material]]>><<set $crCampaignStrategybackgroundShowInMenu to 0>><</link>>)</small>
[[Background|Background (get)]] <small>(<<link [[add to main menu|Other material]]>><<set $backgroundShowInMenu to 1>><</link>>) (<<link [[remove|Other material]]>><<set $backgroundShowInMenu to 0>><</link>>)</small>
[[Definitions, acronyms, concepts|Definitions, acronyms, concepts (gather)]] <small>(<<link [[add to main menu|Other material]]>><<set $defEtcShowInMenu to 1>><</link>>) (<<link [[remove|Other material]]>><<set $defEtcShowInMenu to 0>><</link>>)</small>
[[Index]] <small>(<<link [[add to main menu|Other material]]>><<set $indexShowInMenu to 1>><</link>>) (<<link [[remove|Other material]]>><<set $indexShowInMenu to 0>><</link>>)</small>/%
[[Favourites]] <small>(<<link [[add to main menu|Other material]]>><<set $favouritesShowInMenu to 1>><</link>>) (<<link [[remove|Other material]]>><<set $favouritesShowInMenu to 0>><</link>>)</small>%/
[[Dev stuff]] <small>(<<link [[add to main menu|Other material]]>><<set $devStuffShowInMenu to 1>><</link>>) (<<link [[remove|Other material]]>><<set $devStuffShowInMenu to 0>><</link>>)</small>
!!Further 'levels' of the Adviser that will be revealed as the Adviser modules are developed:
*Whole System Package Plan
*Adapting the 'whole system package' plan
*Linked projects
*Output reports
For developers and specialist users:
<<textboxPlus "" "$displayAllCode" `{placeholder: "Enter your display code", spellcheck: false, autofocus: true, autocomplete: "off"}`>><<button [[Save|Other material]]>>
<<if $displayAllCode is "showa">>
<<set $wholeSystemPackagePlanShowInMenu to 1>>
<<set $globalScenariosShowInMenu to 1>>
<<set $buildingSupportSystemShowInMenu to 1>>
<<set $adaptingTheWholeSystemPackagePlanShowInMenu to 1>>
<<set $linkedProjectsShowInMenu to 1>>
<<set $startingWithProjectsShowInMenu to 1>>
<<set $outputReportsShowInMenu to 1>>
<<elseif $displayAllCode is "hidea">>
<<set $wholeSystemPackagePlanShowInMenu to 0>>
<<set $globalScenariosShowInMenu to 0>>
<<set $buildingSupportSystemShowInMenu to 0>>
<<set $adaptingTheWholeSystemPackagePlanShowInMenu to 0>>
<<set $linkedProjectsShowInMenu to 0>>
<<set $startingWithProjectsShowInMenu to 0>>
<<set $outputReportsShowInMenu to 0>>
<<set $developingFastCoolingProgramShowInStartingWithProjects to 0>>
<<set $protectingForestsShowInStartingWithProjects to 0>>
<<set $shapingPolicyOnUseOfOffsetsShowInStartingWithProjects to 0>>
<<elseif $displayAllCode is "sw">><<set $wholeSystemPackagePlanShowInMenu to 1>>
<<elseif $displayAllCode is "sg">><<set $globalScenariosShowInMenu to 1>>
<<elseif $displayAllCode is "sb">><<set $buildingSupportSystemShowInMenu to 1>>
<<elseif $displayAllCode is "sa">><<set $adaptingTheWholeSystemPackagePlanShowInMenu to 1>>
<<elseif $displayAllCode is "sl">><<set $linkedProjectsShowInMenu to 1>>
<<elseif $displayAllCode is "ss">><<set $startingWithProjectsShowInMenu to 1>>
<<elseif $displayAllCode is "so">><<set $outputReportsShowInMenu to 1>>
<<elseif $displayAllCode is "scpcv">><<set $startingWithProjectsShowInMenu to 1>><<set $campaigningProtectClimateVulnerableShowInStartingWithProjects to 1>>
<<elseif $displayAllCode is "ssrm">><<set $startingWithProjectsShowInMenu to 1>><<set $developingFastCoolingProgramShowInStartingWithProjects to 1>>
<<elseif $displayAllCode is "spf">><<set $startingWithProjectsShowInMenu to 1>><<set $protectingForestsShowInStartingWithProjects to 1>>
<<elseif $displayAllCode is "srpcv">><<set $startingWithProjectsShowInMenu to 1>><<set $researchingNeedsOfClimateVulnerableShowInStartingWithProjects to 1>>
<<elseif $displayAllCode is "soff">><<set $startingWithProjectsShowInMenu to 1>><<set $shapingPolicyOnUseOfOffsetsShowInStartingWithProjects to 1>>
<<elseif $displayAllCode is "smonica">><<set $startingWithProjectsShowInMenu to 1>><<set $wwfDrawdownProjectShowInStartingWithProjects to 1>>
<<elseif $displayAllCode is "svic">><<set $startingWithProjectsShowInMenu to 1>><<set $howBroadBasedStateTerritoryEnvGroupsPursueClimateRescueShowInStartingWithProjects to 1>>
<<elseif $displayAllCode is "sbt">><<set $startingWithProjectsShowInMenu to 1>><<set $breakthroughMobilisationPlanShowInStartingWithProjects to 1>>
<<elseif $displayAllCode is "scrstrat">><<set $crCampaignStrategybackgroundShowInMenu to 1>>
<<elseif $displayAllCode is "hw">><<set $wholeSystemPackagePlanShowInMenu to 0>>
<<elseif $displayAllCode is "hg">><<set $globalScenariosShowInMenu to 0>>
<<elseif $displayAllCode is "hb">><<set $buildingSupportSystemShowInMenu to 0>>
<<elseif $displayAllCode is "ha">><<set $adaptingTheWholeSystemPackagePlanShowInMenu to 0>>
<<elseif $displayAllCode is "hl">><<set $linkedProjectsShowInMenu to 0>>
<<elseif $displayAllCode is "ho">><<set $outputReportsShowInMenu to 0>>
<<elseif $displayAllCode is "hs">><<set $startingWithProjectsShowInMenu to 0>>
<<elseif $displayAllCode is "ho">><<set $outputReportsShowInMenu to 0>>
<<elseif $displayAllCode is "hcpcv">><<set $campaigningProtectClimateVulnerableShowInStartingWithProjects to 0>>
<<elseif $displayAllCode is "hsrm">><<set $developingFastCoolingProgramShowInStartingWithProjects to 0>>
<<elseif $displayAllCode is "hpf">><<set $protectingForestsShowInStartingWithProjects to 0>>
<<elseif $displayAllCode is "hrpcv">><<set $researchingNeedsOfClimateVulnerableShowInStartingWithProjects to 0>>
<<elseif $displayAllCode is "hoff">><<set $shapingPolicyOnUseOfOffsetsShowInStartingWithProjects to 0>>
<<elseif $displayAllCode is "hmonica">><<set $wwfDrawdownProjectShowInStartingWithProjects to 0>>
<<elseif $displayAllCode is "hvic">><<set $howBroadBasedStateTerritoryEnvGroupsPursueClimateRescueShowInStartingWithProjects to 0>>
<<elseif $displayAllCode is "hbt">><<set $breakthroughMobilisationPlanShowInStartingWithProjects to 0>>
<<elseif $displayAllCode is "hcrstrat">><<set $crCampaignStrategybackgroundShowInMenu to 0>>
<</if>><</button>><<fav>> | <<return>>
----
!!Heading/% Set date variables %/
<<set $thisYear to new Date().getFullYear()>>
<<set $CurDate = new Date(Date.now())>>
/% If there is any passage listed as a favourite show the favourites page in the main menu %/
/% <<if $favourites.length > 0>><<set $favouritesShowInMenu to 1>><<elseif>><<set $favouritesShowInMenu to 0>><</if>> %/Philip.Sutton@green-innovations.asn.au
Tel: +61 3 9078 9746 / (03) 9078 9746<<return>> | <<fav>>
----
!Adviser developer's 'Sandbox' for running testsClimate Rescue Adviser[[Getting started]]
<<nobr>>
<<if $invitationToResetYourClimateGoalsShowInMenu == 1>>
[[Resetting climate goals?|An invitation to reset your climate goals]]
<</if>>
<<if $wholeSystemPackagePlanShowInMenu == 1>>
[[Whole System Package|'Whole System Package' Plan]]
<</if>>
<<if $globalScenariosShowInMenu == 1>>
[[Global Scenarios]]
<</if>>
<<if $buildingSupportSystemShowInMenu == 1>>
[[Building a support system|Building a support system for 'whole system package' action]]
<</if>>
<<if $adaptingTheWholeSystemPackagePlanShowInMenu == 1>>
[[Adapting the 'whole system package' plan]]
<</if>>
<<if $linkedProjectsShowInMenu == 1>>
[[Linked projects]]
<</if>>
<<if $startingWithProjectsShowInMenu == 1>>
[[Starting with projects]]
<</if>>
<<if $outputReportsShowInMenu == 1>>
[[Output reports]]
<</if>>
<<if $crCampaignStrategybackgroundShowInMenu == 1>>
[[Climate Rescue Campaign Strategy|CR Strategy]]
<</if>>
<<if $backgroundShowInMenu == 1>>
[[Background|Background (get)]]
<</if>>
<<if $defEtcShowInMenu == 1>>
[[Definitions, acronyms|Definitions, acronyms, concepts (gather)]]
<</if>>
<<if $indexShowInMenu == 1>>
[[Index]]
<</if>>
<<if $devStuffShowInMenu == 1>>
[[Dev stuff]]
<</if>>
<<if $contactShowInMenu == 1>>
[[Contact team|Contact the Adviser team]]
<</if>>
<<if $favourites?.length > 0>>
[[Favourites]]
<</if>>
<</nobr>>
[[Other material]]/* <<textboxPlus>> widget v1.3 - Start */
/* Created by HiEv*/
/* https://qjzhvmqlzvoo5lqnrvuhmg-on.drv.tw/UInv/Sample_Code.html#TextboxPlus%20widget */
/* Usage:
<<textboxPlus "Label: " "$variableName" `{
default: "Default value",
passage: "Passage name",
placeholder: "Placeholder text",
maxlength: 10,
spellcheck: false,
autofocus: true,
autocomplete: "off",
password: true,
readonly: true,
disabled: true,
onchange: "<<run alert('Text was changed.')>>",
oninput: "<<run alert('Input event triggered.')>>",
onreturn: "<<run alert('User hit RETURN.')>>"
}`>>
NOTE: If you put a space as the last character for the label then, instead
of the textbox appearing to the right of the label, the textbox will
appear on the line BELOW the label. Also, all of the options shown
within the third parameter above (after "$variableName") are optional.
For a list of all "autocomplete" options see:
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete
*/
<<widget "textboxPlus">>
<<if ($args[1][0] !== "$") && ($args[1][0] !== "_")>>
/* Show error message for bad variable name. */
<span class="errmsg" data-msg="<<textboxPlus>> - Invalid variable name." @data-src="$args[1]"></span>
<<run $(document).one(":passagerender",
function (ev) {
$(ev.content).find(".errmsg").each(function (idx) {
throwError($(this), $(this).data("msg"), $(this).data("src"));
});
}
)>>
<<else>>
/* Create textboxPlus input box. */
<<if $args[1][0] === "$">>
<<set _textboxPlusName = "textbox-" + $args[1].substr(1).toLowerCase()>>
<<else>>
<<set _textboxPlusName = "textbox--" + $args[1].substr(1).toLowerCase()>>
<</if>>
<<if ndef $args[2]>>
<<set _textboxPlusOptions = {}>>
<<else>>
<<set _textboxPlusOptions = $args[2]>>
<</if>>
<<if ndef _textboxPlusOptions.placeholder>>
<<set _textboxPlusOptions.placeholder = "">>
<</if>>
<<if ndef _textboxPlusOptions.maxlength>>
<<set _textboxPlusOptions.maxlength = "">>
<</if>>
<<if ndef _textboxPlusOptions.spellcheck>>
<<set _textboxPlusOptions.spellcheck = true>>
<</if>>
<<if ndef _textboxPlusOptions.autocomplete>>
<<set _textboxPlusOptions.autocomplete = "">>
<</if>>
<<if ndef _textboxPlusOptions.password>>
<<set _textboxPlusOptions.password = "">>
<</if>>
<<if ndef _textboxPlusOptions.readonly>>
<<set _textboxPlusOptions.readonly = "">>
<</if>>
<<if ndef _textboxPlusOptions.disabled>>
<<set _textboxPlusOptions.disabled = "">>
<</if>>
<<if ndef _textboxPlusOptions.onchange>>
<<set _textboxPlusOptions.onchange = "">>
<</if>>
<<if ndef _textboxPlusOptions.oninput>>
<<set _textboxPlusOptions.oninput = "">>
<</if>>
<<if ndef _textboxPlusOptions.onreturn>>
<<set _textboxPlusOptions.onreturn = "">>
<</if>>
<span class="textboxplus" @data-variable="$args[1]" @data-placeholder="_textboxPlusOptions.placeholder" @data-maxlength="_textboxPlusOptions.maxlength" @data-spellcheck="_textboxPlusOptions.spellcheck" @data-autocomplete="_textboxPlusOptions.autocomplete" @data-password="_textboxPlusOptions.password" @data-readonly="_textboxPlusOptions.readonly" @data-disabled="_textboxPlusOptions.disabled" @data-onchange="_textboxPlusOptions.onchange" @data-oninput="_textboxPlusOptions.oninput" @data-onreturn="_textboxPlusOptions.onreturn">
<label @for="_textboxPlusName">$args[0]</label>
<<if $args[0][$args[0].length - 1] === " ">>
<br>
<</if>>
<<if ndef _textboxPlusOptions.default>>
<<set _textboxPlusOptions.default = "">>
<</if>>
<<if ndef _textboxPlusOptions.passage>>
<<if _textboxPlusOptions.autofocus>>
<<textbox $args[1] _textboxPlusOptions.default autofocus>>
<<else>>
<<textbox $args[1] _textboxPlusOptions.default>>
<</if>>
<<else>>
<<if _textboxPlusOptions.autofocus>>
<<textbox $args[1] _textboxPlusOptions.default _textboxPlusOptions.passage autofocus>>
<<else>>
<<textbox $args[1] _textboxPlusOptions.default _textboxPlusOptions.passage>>
<</if>>
<</if>>
</span>
<</if>>
<</widget>>
<<script>>
$(document).on(":passagerender", function (event) {
/* Update textboxPlus input boxes. */
$(event.content).find(".textboxplus").each(function () {
var options = {}, props = {};
var data = $(this).data("placeholder");
if (data) {
options.placeholder = data;
}
data = $(this).data("maxlength");
if (data) {
options.maxlength = data;
}
data = $(this).data("spellcheck");
if (data.toString().toLowerCase() === "false") {
options.spellcheck = "false";
}
data = $(this).data("autocomplete");
if (data) {
options.autocomplete = data;
}
data = $(this).data("password");
if (data) {
props.type = "password";
}
data = $(this).data("readonly");
if (data) {
props.readonly = data;
}
data = $(this).data("disabled");
if (data) {
props.disabled = data;
}
$(this).find("input").each(function () {
if (props.type) {
$(this).removeProp("type").attr(options).prop(props);
} else {
$(this).attr(options).prop(props);
}
});
var changeCode = $(this).data("onchange");
if (changeCode) {
$(this).find("input").on("change", function (event) {
$.wiki(changeCode);
});
}
var inputCode = $(this).data("oninput"), parent = this;
if (inputCode) {
$(this).find("input").on("input", function (event) {
State.setVar($(parent).data("variable"), $(this).val());
$.wiki(inputCode);
});
}
var returnCode = $(this).data("onreturn");
if (returnCode) {
$(this).on("keyup", function (event) {
if (event.key === "Enter") {
$.wiki(returnCode);
}
});
}
});
});
<</script>>
/* <<textboxPlus>> widget - End */<nobr>Adviser revised 13 June 2022. <small>(Begun 19 December 2021)</small></nobr><<return>>
----
!!!Building on and unwinding choices that you make in the Adviser
The Adviser remembers many of the choices you make as you work through it. Options will also be built in to allow you to unwind past choices and to make new ones. There is also a 'nuclear' option to completely clear the Advisor memory - [[Memory wipe for users]]<<include [[Start]]>><<fav>><<return>>
----
!!More about the Adviser
!!!The Adviser will be improved with use
The Adviser will be revised and expanded as we learn from the reactions of its users and from better understanding of the issues and maximum protection strategies.
!!!Assisting with the development of the Adviser
This project is looking for people to assist with the development of the content of the Adviser and the IT platform it is built on. See [[Work program for the Adviser]] for a list of current projects. If you are interested in any of these projects please [[contact Philip Sutton|Contact the Adviser team]].
!!!The Adviser version
<<include [[Version input (2include)]]>>(• The Adviser is updated daily, often multiple times, so it is recommended that you refresh the Adviser in your browser at the start of each session)
(• Use 'SETTINGS' in the main menu on the left to set the display to 'Light' mode or to return it to 'Dark' mode.)
(• Click on the star at the top of pages to register them in Favourites, then return later to the page via the Favourites menu option that will appear in the main menu.)
----
!!Getting started
This Adviser [[(*)|More about the Adviser]] is being built by RSTI's Climate Rescue Catalytic Group and is in a very early stage of development, so please bear with us over the coming months as it is built up.
Two of the key purposes of the Climate Rescue Adviser is to help people to (a) prepare their own climate action plan or (b) shape specific projects based on an integrated commitment to:
*maximum protection[[|http://bit.ly/DeliveringMaximumProtection]] for the climate vulnerable[[(*)|The climate vulnerable_PrinEtc]], tied together by a duty of care and a chain of responsibility[[(*)|Chain of Responsibility_PrinEtc]]
*safe climate restoration[[(*)|Safe climate restoration_brief (2include) DB]]
*taking action in support of and in the context of a 'whole system package' plan[[(*)|Whole system package_brief (2include) DB]]
*emergency mode of action[[(*)|Emergency mode of action_brief (2include) DB]].
A third critical purpose of the Adviser is to guide RSTI's own work on the development of the Climate Rescue campaign.
The Adviser has been designed to be responsive to the choices that you, the users, make as you work through it[[(*)|Building on and unwinding choices]].
The first public Adviser projects that have been activated are:
[[An invitation to think about resetting your climate goals|An invitation to reset your climate goals]]
[[The Climate Rescue Campaign Strategy|CR Strategy]]
[[Assessing parties and candidates]]
/% You can begin using the Adviser by choosing one of these options:
"Preparing a comprehensive climate action plan" //(This option is not yet ready to use.)//
[[Tackling a specific climate project|Starting with projects]] %/<<fav>> | <<return>><<set $invitationToResetYourClimateGoalsShowInMenu to 1>>
----
!!An invitation to think about resetting your climate goals
We often say "//we know what to do, we have all the needed solutions, we just need to get on with it, get on with reducing emissions//".
This would have been close to being true in say 1970, two decades before the UN Framework Convention on Climate Change was activated, but now, 3 decades after the UNFCCC came into operation, this is not true if we want to successfully protect the climate vulnerable.
<<include [[Additional domains of action for earth system restoration (include) DB]]>>
After we create a zero emissions economy these additional problems will be unwound by natural processes – but only //''over thousands of years''//. In the meantime the impact on the climate vulnerable will be devastating. With action made up of only emissions elimination, the global temperature will keep //''rising''// for the next 20 years passing through +1.5°C in about 2030.
The poor do not have enough money to protect themselves by adaptation. The rich will spend more on adaptation for themselves as climate impacts increase but they are unlikely to devote enough money to protect the poor around the world and adaptation cannot provide adequate protection to non-human living things in almost any part of the world.
If we want to protect the climate vulnerable we will have to do more than:
*put a net zero emissions economy in place, and
*adapt to the impacts of climate.
We will need to take immediate action on the six additional problems listed above, at sufficient scale and speed, if this can be done safely enough.
But the bulk of the climate movement around the world is not currently developing or advocating for goals and strategies to protect the climate vulnerable from the additional 6 problems identified above.
If we do care about delivering timely and adequate protection for the climate vulnerable then maybe it’s time to consider resetting our goals?
How can this happen? The first step is probably to begin a discussion about what the protection needs of the climate vulnerable are and therefore what our action goals should be, given where earth system conditions have got to by $thisYear and where conditions will go, by when, under effective and ineffective action scenarios.
Would you or your group be interested in engaging in such an action-focussed discussion?
If you are, please contact the [[Climate Rescue team|Contact the Climate Rescue team]].
And if you have the time, you can also explore the [[The Climate Rescue Campaign Strategy|CR Strategy]].
----
<<fav>> | <<return>>!!Developing a maximum protection, 'whole system package' plan<nobr><<set $wholeSystemPackagePlanShowInMenu to 1>><<set $genericWholePackagePlanArray to [0,0,0,0,0,0,0,0,0,0,0,0]>>
</nobr>
By answering these questions below, it should be possible to create a climate plan based on four key principles:
*maximum protection[[|http://bit.ly/DeliveringMaximumProtection]] for the climate vulnerable, tied together by a chain of responsibility
*safe climate restoration
*taking action in support of and in the context of a 'whole system package' plan
*emergency mode of action
that can later be adapted for use by individuals, organisations and governments etc.
[[Q1. Who/what should be protected?|Q1. Who-what to protect?]]
[[Q2. What threats need to be dealt with?|Q2. What threats need to be dealt with?]]
[[Q3. What degree of protection do you want to achieve?|Q3. How much protection?]]
[[Q4. What conditions are needed by when to provide that protection with certainty?|Q4. What protection conditions needed?]]
[[Q5. What actions are needed at what scale to deliver the protection by when it’s needed?|Q5. What protection actions needed?]]
[[Q6. What is the geographical scope of the package? |Q6. Geographical scope?]]
[[Q7. What mode of action is needed given the scale and urgency of action?|Q7. Mode of action?]]
[[Q8. How can the protection be delivered?|Q8. Delivering protection]]
[[Q9. What alliances are needed to deliver the protection?|Q9. What alliances needed?]]
[[Q10. What actions are needed to build and activate the alliances?|Q10. What actions needed to activate alliances?]]
[[11. Challenges for the 'whole system package' plan]]
[[Q12. How does the approach emerging from answering the questions above differ from the (currently) usual approach?|Q12. How does action package differ from conventional?]]
[[Q13. What are the action implications of these differences?|Q13. Significance of differences?]]
----
[[Output Report: 'Whole System Package' Plan|Output Report_'Whole System Package' Plan]]
----
<<return>> | [[«previous|Getting started]] | [[next»|Q1. Who-what to protect?]]<<return>> | [[Navigation» 'Whole System Package'|NAV_'Whole System Package' Plan]] | <<fav>>
----
!!Q10. What actions are needed to build and activate the alliances?
!!!How to answer the question
//(add advisory material)//
!!!Writing up your conclusions (user input)
<<textarea "$activatingAlliancesConclusions" "">>
!!!Questions & ideas to discuss with the Climate Rescue Catalytic Group (user input)
<<textarea "$activatingAlliancesQuestionsIdeas" "">>
----
Are you reasonably sure that you have finished working on this page? You can change you mind later if you like.
(yes) (not yet) add buttons
<<set $genericWholePackagePlanArray to [0,0,0,0,0,0,0,0,0,0,0,0]>>
The work on this page is/is not complete)
----
!The report material related to this question
(As the user works through this page, report material related to the page will collect here. It will also be repeated on the Output Report page.)
----
<<return>> | [[«previous|Q9. What alliances needed?]] | [[next»|11. Challenges for the 'whole system package' plan]]<<return>> | [[Navigation» 'Whole System Package' Plan|NAV_'Whole System Package' Plan]] | <<fav>>
----
!!11. Challenges that the 'whole system package' plan needs to deal with (identified in response to questions 1-10)
!!!How to answer the question
//(add advisory material)//
!!!Writing up your conclusions (user input)
<<textarea "$challengesConclusions" "">>
!!!Questions & ideas to discuss with the Climate Rescue Catalytic Group (user input)
<<textarea "$challengesQuestionsIdeas" "">>
----
Are you reasonably sure that you have finished working on this page? You can change you mind later if you like.
(yes) (not yet) add buttons
<<set $genericWholePackagePlanArray to [0,0,0,0,0,0,0,0,0,0,0,0]>>
The work on this page is/is not complete)
----
!The report material related to this question
(As the user works through this page, report material related to the page will collect here. It will also be repeated on the Output Report page.)
----
<<return>> | [[«previous|Q10. What actions needed to activate alliances?]] | [[next»|Q12. How does action package differ from conventional?]]<<fav>> | <<return>> | [[Navigation» 'Whole System Package' Plan|NAV_'Whole System Package' Plan]]
----
!!Authoritarianism<<fav>> | <<return>> | [[Navigation» 'Whole System Package' Plan|NAV_'Whole System Package' Plan]]
----
!!Criminality<<fav>> | <<return>> | [[Navigation» 'Whole System Package' Plan|NAV_'Whole System Package' Plan]]
----
!!<<fav>> | <<return>> | [[Navigation» 'Whole System Package' Plan|NAV_'Whole System Package' Plan]]
----
!!Malnutrition<<fav>> | <<return>> | [[Navigation» 'Whole System Package' Plan|NAV_'Whole System Package' Plan]]
----
!!Proliferating illness<<fav>> | <<return>> | [[Navigation» 'Whole System Package' Plan|NAV_'Whole System Package' Plan]]
----
!!Resurgent imperialism<<fav>> | <<return>> | [[Navigation» 'Whole System Package' Plan|NAV_'Whole System Package' Plan]]
----
!!Unsustainability<<return>> | [[Navigation» 'Whole System Package'|NAV_'Whole System Package' Plan]] | <<fav>>
----
!!Q12. How does the approach emerging from answering the earlier questions differ from the (currently) usual approach?
!!!How to answer the question
//(add advisory material)//
!!!Writing up your conclusions (user input)
<<textarea "$packageDifferenceConclusions" "">>
!!!Questions & ideas to discuss with the Climate Rescue Catalytic Group (user input)
<<textarea "$packageDifferenceQuestionsIdeas" "">>
----
Are you reasonably sure that you have finished working on this page? You can change you mind later if you like.
(yes) (not yet) add buttons
<<set $genericWholePackagePlanArray to [0,0,0,0,0,0,0,0,0,0,0,0]>>
The work on this page is/is not complete)
----
!The report material related to this question
(As the user works through this page, report material related to the page will collect here. It will also be repeated on the Output Report page.)
----
<<return>> | [[«previous|11. Challenges for the 'whole system package' plan]] | [[next»|Q13. Significance of differences?]]<<return>> | [[Navigation» 'Whole System Package'|NAV_'Whole System Package' Plan]] | <<fav>>
----
!!Q13. What are the implications of these differences (identified in response to question 12) for action?
!!!How to answer the question
//(add advisory material)//
!!!Writing up your conclusions (user input)
<<textarea "$differenceSignificanceConclusions" "">>
!!!Questions & ideas to discuss with the Climate Rescue Catalytic Group (user input)
<<textarea "$differenceSignificanceQuestionsIdeas" "">>
----
Are you reasonably sure that you have finished working on this page? You can change you mind later if you like.
(yes) (not yet) add buttons
<<set $genericWholePackagePlanArray to [0,0,0,0,0,0,0,0,0,0,0,0]>>
The work on this page is/is not complete)
----
!The report material related to this question
(As the user works through this page, report material related to the page will collect here. It will also be repeated on the Output Report page.)
----
<<return>> | [[«previous|Q12. How does action package differ from conventional?]] | [[next» (the "building a support system" series)|Building a support system for 'whole system package' action]][[Navigation» 'Whole System Package'|NAV_'Whole System Package' Plan]] | <<fav>>
----
!!Q1. Who or what should be protected?
!!!How to answer the question
//(add advisory material)//
!!!Writing up your conclusions (user input)
<<textarea "$protectWhoWhatConclusions" "">>
!!!Questions & ideas to discuss with the Climate Rescue Catalytic Group (user input)
<<textarea "$protectWhoWhatQuestionsIdeas" "">>
----
Are you reasonably sure that you have finished working on this page? You can change you mind later if you like.
(yes) (not yet) add buttons
<<set $genericWholePackagePlanArray to [0,0,0,0,0,0,0,0,0,0,0,0]>>
The work on this page is/is not complete)
----
!The report material related to this question
(As the user works through this page, report material related to the page will collect here. It will also be repeated on the Output Report page.)
----
<<return>> | [[«previous|'Whole System Package' Plan]] | [[next»|Q2. What threats need to be dealt with?]]<<return>> | [[Navigation» 'Whole System Package'|NAV_'Whole System Package' Plan]] | <<fav>>
----
!!Q2. What threats need to be dealt with?
!!!How to answer the question
//(add advisory material)//
!!!Writing up your conclusions (user input)
<<textarea "$threatsConclusions" "">>
!!!Questions & ideas to discuss with the Climate Rescue Catalytic Group (user input)
<<textarea "$threatsQuestionsIdeas" "">>
----
Are you reasonably sure that you have finished working on this page? You can change you mind later if you like.
(yes) (not yet) add buttons
<<set $genericWholePackagePlanArray to [0,0,0,0,0,0,0,0,0,0,0,0]>>
The work on this page is/is not complete)
----
!The report material related to this question
(As the user works through this page, report material related to the page will collect here. It will also be repeated on the Output Report page.)
----
<<return>> | [[«previous|Q1. Who-what to protect?]] | [[next»|Q3. How much protection?]]<<return>> | [[Navigation» 'Whole System Package'|NAV_'Whole System Package' Plan]] | <<fav>>
----
!!Q3. What degree of protection do you want to achieve?
!!!How to answer the question
//(add advisory material)//
!!!Writing up your conclusions (user input)
<<textarea "$degreeProtectionConclusions" "">>
!!!Questions & ideas to discuss with the Climate Rescue Catalytic Group (user input)
<<textarea "$degreeProtectionQuestionsIdeas" "">>
----
Are you reasonably sure that you have finished working on this page? You can change you mind later if you like.
(yes) (not yet) add buttons
<<set $genericWholePackagePlanArray to [0,0,0,0,0,0,0,0,0,0,0,0]>>
The work on this page is/is not complete)
----
!The report material related to this question
(As the user works through this page, report material related to the page will collect here. It will also be repeated on the Output Report page.)
----
<<return>> | [[«previous|Q2. What threats need to be dealt with?]] | [[next»|Q4. What protection conditions needed?]]<<return>> | [[Navigation» 'Whole System Package'|NAV_'Whole System Package' Plan]] | <<fav>>
----
!!Q4. What conditions are needed by when to provide that protection with certainty?
!!!How to answer the question
//(add advisory material)//
!!!Writing up your conclusions (user input)
<<textarea "$protectionConditionsConclusions" "">>
!!!Questions & ideas to discuss with the Climate Rescue Catalytic Group (user input)
<<textarea "$protectionConditionsQuestionsIdeas" "">>
----
Are you reasonably sure that you have finished working on this page? You can change you mind later if you like.
(yes) (not yet) add buttons
<<set $genericWholePackagePlanArray to [0,0,0,0,0,0,0,0,0,0,0,0]>>
The work on this page is/is not complete)
----
!The report material related to this question
(As the user works through this page, report material related to the page will collect here. It will also be repeated on the Output Report page.)
----
<<return>> | [[«previous|Q3. How much protection?]] | [[next»|Q5. What protection actions needed?]]<<return>> | [[Navigation» 'Whole System Package'|NAV_'Whole System Package' Plan]] | <<fav>>
----
!!Q5. What actions are needed at what scale to deliver the protection by when it’s needed?
!!!How to answer the question
//(add advisory material)//
(at the earth system level and with adaptation and coping responses in support)
!!!Writing up your conclusions (user input)
<<textarea "$protectionActionsConclusions" "">>
!!!Questions & ideas to discuss with the Climate Rescue Catalytic Group (user input)
<<textarea "$protectionActionsQuestionsIdeas" "">>
----
Are you reasonably sure that you have finished working on this page? You can change you mind later if you like.
(yes) (not yet) add buttons
<<set $genericWholePackagePlanArray to [0,0,0,0,0,0,0,0,0,0,0,0]>>
The work on this page is/is not complete)
----
!The report material related to this question
(As the user works through this page, report material related to the page will collect here. It will also be repeated on the Output Report page.)
----
<<return>> | [[«previous|Q4. What protection conditions needed?]] | [[next»|Q6. Geographical scope?]]<<return>> | [[Navigation» 'Whole System Package'|NAV_'Whole System Package' Plan]] | <<fav>>
----
!!Q6. What is the geographical scope of the package?
!!!How to answer the question
//(add advisory material)//
(because of who or what is to be protected, or the character of the threats or the solutions action needed)
!!!Writing up your conclusions (user input)
<<textarea "$geographyConclusions" "">>
!!!Questions & ideas to discuss with the Climate Rescue Catalytic Group (user input)
<<textarea "$geographyQuestionsIdeas" "">>
----
Are you reasonably sure that you have finished working on this page? You can change you mind later if you like.
(yes) (not yet) add buttons
<<set $genericWholePackagePlanArray to [0,0,0,0,0,0,0,0,0,0,0,0]>>
The work on this page is/is not complete)
----
!The report material related to this question
(As the user works through this page, report material related to the page will collect here. It will also be repeated on the Output Report page.)
----
<<return>> | [[«previous|Q5. What protection actions needed?]] | [[next»|Q7. Mode of action?]]<<return>> | [[Navigation» 'Whole System Package'|NAV_'Whole System Package' Plan]] | <<fav>>
----
!!Q7. What mode of action is needed given the scale and urgency of action?
!!!How to answer the question
//(add advisory material)//
- business-as-usual
- reform-as-usual
- emergency mode action
!!!Writing up your conclusions (user input)
<<textarea "$actionModeConclusions" "">>
!!!Questions & ideas to discuss with the Climate Rescue Catalytic Group (user input)
<<textarea "$actionModeQuestionsIdeas" "">>
----
Are you reasonably sure that you have finished working on this page? You can change you mind later if you like.
(yes) (not yet) add buttons
<<set $genericWholePackagePlanArray to [0,0,0,0,0,0,0,0,0,0,0,0]>>
The work on this page is/is not complete)
----
!The report material related to this question
(As the user works through this page, report material related to the page will collect here. It will also be repeated on the Output Report page.)
----
<<return>> | [[«previous|Q6. Geographical scope?]] | [[next»|Q8. Delivering protection]]
----
----
<<return>>
----
Old text
!!About this Adviser
Over 2000 governments globally have declared a climate emergency [[(see the global list)|https://www.cedamia.org/global/]]. These declarations will be hollow unless these governments transition urgently into [[emergency action mode|Emergency action mode on climate_Def (2include)]] aimed to deliver [[maximum protection|http://bit.ly/DeliveringMaximumProtection]].
This Adviser is being developed to assist Councillors, Members of Parliament, political party activists, Council staff, public servants, professionals and community activists to get their governments and communities into emergency action mode on the climate.
At this moment in time, the Adviser is in the very earliest stage of development. It is intended that eventually the Adviser will help in three key areas (a) //''preparatory action''// for going into emergency mode, (b) //''switching''// into emergency mode, and (c) //''operating''// in emergency mode.
Despite about 2000 governments declaring a climate emergency, no government that we know of is yet operating in emergency mode. So the work on this Adviser will focus in the first instance on the task of mapping out desirable //''preparatory action''// for going into [[emergency mode|Emergency action mode on climate_Def (2include)]].
In $thisYear at this early stage of the climate emergency action mobilisation in Australia and globally, it will be impossible for municipalities, state/province and national governments to get into emergency mode unless they take sufficient preparatory action.
A practical first step for each stage of engagement with climate emergency action is to create an action checklist. This Adviser is being developed to assist you with this task.<<return>> | [[Navigation» 'Whole System Package'|NAV_'Whole System Package' Plan]] | <<fav>>
----
!!Q8. Delivering protection
!!!How to answer the question
//(add advisory material)//
!!!Writing up your conclusions (user input)
<<textarea "$deliveringProtectionConclusions" "">>
!!!Questions & ideas to discuss with the Climate Rescue Catalytic Group (user input)
<<textarea "$deliveringProtectionQuestionsIdeas" "">>
----
Are you reasonably sure that you have finished working on this page? You can change you mind later if you like.
(yes) (not yet) add buttons
<<set $genericWholePackagePlanArray to [0,0,0,0,0,0,0,0,0,0,0,0]>>
The work on this page is/is not complete)
----
!The report material related to this question
(As the user works through this page, report material related to the page will collect here. It will also be repeated on the Output Report page.)
----
<<return>> | [[«previous|Q7. Mode of action?]] | [[next»|Q9. What alliances needed?]]<<return>> | [[Navigation» 'Whole System Package'|NAV_'Whole System Package' Plan]] | <<fav>>
----
!!Q9. What alliances are needed to deliver the protection?
!!!How to answer the question
//(add advisory material)//
!!!Writing up your conclusions (user input)
<<textarea "$alliancesConclusions" "">>
!!!Questions & ideas to discuss with the Climate Rescue Catalytic Group (user input)
<<textarea "$alliancesQuestionsIdeas" "">>
----
Are you reasonably sure that you have finished working on this page? You can change you mind later if you like.
(yes) (not yet) add buttons
<<set $genericWholePackagePlanArray to [0,0,0,0,0,0,0,0,0,0,0,0]>>
The work on this page is/is not complete)
----
!The report material related to this question
(As the user works through this page, report material related to the page will collect here. It will also be repeated on the Output Report page.)
----
<<return>> | [[«previous|Q8. Delivering protection]] | [[next»|Q10. What actions needed to activate alliances?]]<IMG SRC="http://www.green-innovations.asn.au/graphics/Question-sign_3_25pc.png"><nobr>
<<if previous() is "'Whole System Package' Plan" and $startupWarning is 1>><<goto [[Start]]>><<elseif $startupWarning is 1>><<goto [['Whole System Package' Plan]]>><</if>><<set $startupWarning to 1>></nobr>
!!Is the maximum protection approach used in this Adviser really for you?
Is your approach to climate based on one or more of these assumptions?
* The climate outcome that should be aimed for will be less dangerous than what you fear is possible, but not less dangerous than it is now.
* A suitable climate action plan will be based on doing what society "already knows" needs doing.
* Climate action will inevitably fall well short of what's needed and will be slow and incremental.
If it is, then perhaps this adviser is not what you want?
But if you are still curious about the alternative approach that will be explored through this adviser, then let's move on to the first 'level' of developing a [['Whole System Package' Plan]] premised on the maximum protection approach.<nobr></nobr>[[Q1. Who-what to protect?|Q1. Who-what to protect?]]
[[Q2. What threats need to be dealt with?]]
[[Q3. How much protection?]]
[[Q4. What protection conditions needed?]]
[[Q5. What protection actions needed?]]
[[Q6. Geographical scope?]]
[[Q7. Mode of action?]]
[[Q8. Delivery of protection?|Q8. Delivering protection]]
[[Q9. What alliances needed?|Q9. What alliances needed?]]
[[Q10. What actions needed to activate alliances?]]
[[11. Challenges for the 'whole system package' plan]]
[[Q12. How does action package differ from conventional?]]
[[Q13. Significance of differences?|Q13. Significance of differences?]]
[[Output Report: 'Whole System Package' Plan|Output Report_'Whole System Package' Plan]]
<<return>><<fav>> | <<return>>
----
!!Global scenarios
!!!Political/cultural scenarios
[[Dhubai-ification, an artificial world to protect the powerful|Dhubai-ification, an artificial world to protect the powerful_GScenario]]
[[Descent into warring|Descent into warring_GScenario]]
[[Maximum protection world|Maximum protection world_GScenario]]
!!!Earth system outcome scenarios
[[Stabilised climate, but hotter than now|Stabilised climate, but hotter than now_GScenario]]
[[Hothouse earth|Hothouse earth_GScenario]]
[[Maximum protection world|Maximum protection world_GScenario]]
!!!Fast cooling scenarios
[[20 years of research, decide, then 50% cooling, maybe|20 years of research, decide, then 50% cooling, maybe_GScenario]]
[[Maintain the taboo, no field research, no deployment|Maintain the taboo, no field research, no deployment_GScenario]]
[[Early, full deployment if can be made safe|Early, full deployment if can be made safe_GScenario]]
[[With SRM there is less need to cut emissions & do CO2 drawdown|With SRM-less need to cut emissions-do drawdown_GScenario]]
[[Build global regulation first, then decide|Build global regulation first, then decide_GScenario]]
[[Just do it|Just do it_GScenario]]
[[The 'break glass' scenario|The 'break glass' scenario_GScenario]]<<fav>> | <<return>> | [[Global Scenarios]]
----
!!Hothouse earth
Described in:
<<include [[Hothouse Earth paper_Ref (2include) DB]]>>
https://www.pnas.org/doi/10.1073/pnas.1810141115
''Trajectories of the Earth System in the Anthropocene''
Will Steffen, Johan Rockström, Katherine Richardson, Timothy M. Lenton, Carl Folke, Diana Liverman, Colin P. Summerhayes, Anthony D. Barnosky, Sarah E. Cornell, Michel Crucifix, Jonathan F. Donges, Ingo Fetzer, Steven J. Lade, Marten Scheffer, Ricarda Winkelmann, and Hans Joachim Schellnhuber
!!!Abstract
Abstract
"We explore the risk that self-reinforcing feedbacks could push the Earth System toward a planetary threshold that, if crossed, could prevent stabilization of the climate at intermediate temperature rises and cause continued warming on a ''“Hothouse Earth”'' pathway even as human emissions are reduced. Crossing the threshold would lead to a much higher global average temperature than any interglacial in the past 1.2 million years and to sea levels significantly higher than at any time in the Holocene. We examine the evidence that such a threshold might exist and where it might be. If the threshold is crossed, the resulting trajectory would likely cause serious disruptions to ecosystems, society, and economies. Collective human action is required to steer the Earth System away from a potential threshold and stabilize it in a habitable interglacial-like state. Such action entails stewardship of the entire Earth System—biosphere, climate, and societies—and could include decarbonization of the global economy, enhancement of biosphere carbon sinks, behavioral changes, technological innovations, new governance arrangements, and transformed social values."<<fav>> | <<return>> | [[Global Scenarios]]
----
!!Maximum protection world<<fav>> | <<return>> | [[Global Scenarios]]
---
!!Stabilised climate, but hotter than now<<fav>> | <<return>> | [[Global Scenarios]]
---
!!20 years of research, decide, then 50% cooling
David Keith and some other climate researchers with an interest in fast cooling have published arguments that:
*it might be necessary to do further research on solar reflection methods and other methods such as cirrus cloud thinning and then make a deploy/not deploy decision;
*at the point of deployment fast cooling methods might only be used to offset half the warming potential of greenhouse gases and other warming factors.<<fav>> | <<return>> | [[Global Scenarios]]
---
!!Build global regulation first, then decide
For many the right approach to solar reflection and related cooling methods is to first create a global governance regime to cover research, development and deployment and then decide what is to be permitted or not.<<fav>> | <<return>> | [[Global Scenarios]]
----
!!Early, full deployment if it can be made safe
RSTI has been developing a scenario in which fast cooling methods, if they can be made safe, would be deployed as soon as possible in conjunction with vigorous programs to eliminate emissions and draw down the excess CO2 in the air. This scenario draws on the approach that competent governments applie to the development of vaccines and treatments during the covid pandemic - promote and regulate concurrently.<<fav>> | <<return>> | [[Global Scenarios]]
---
!!Just do it
Some think that going for global regulation first means that action on research, development and deployment will be slowed down massively, so it is better if someone (a government or a corporation or a billionaire) just jumps in and does it, and then all the governance details can be figured out and negotiated afterwards.<<fav>> | <<return>> | [[Global Scenarios]]
----
!!Maintain the taboo, no field research, no deployment
A number of organisations (eg. ETC, Heinrich Boell Foundation, Geoengineering Monitor, Hands Off Mother Earth, Solar Geoengineering Non-Use Agreement) are campaigning against field research on fast cooling (solar geoengineering) and against deployment. These organisations have been leaders in creating a strong taboo against any serious consideration of fast cooling.
It is likely that the demand that no field research is based on not only a fear of creating a slippery slope to deployment, but also because in the absence of any research data based on field research it will always be rational to say that deployment should not be contemplated because we know too little about how the earth would actually respond.<<fav>> | <<return>> | [[Global Scenarios]]
---
!!The 'break glass' scenario
At last the move to shift the economy to zero emissions is gathering pace, but despite this we are about to surge past the Paris +1.5°C 'goal' (by about 2030). With more effort on zero emissions and a large amount of CO<sub>2</sub> drawdown the global temperature might peak between +2°C and +3°C. The environmental conditions at such temperatures will be unbearable, and there is also a very serious risk that the earth system might be tripped into a new stable much higher temperature - a [["hothouse earth"|Hothouse earth_GScenario]] state. So, as the climate conditions deteriorate, at some stage some powerful forces might decide that it is time to "break the glass" and add fast cooling methods[[(*)|Fast cooling methods_Def (get)]] to the climate action tool kit. At that point it would be wise to have a strong science research base and knowledge of deployment technology so that seriously ignorant decisions are not made.<<fav>> | <<return>> | [[Global Scenarios]]
----
!!With SRM there is less need to cut emissions & do CO<sub>2</sub> drawdown
It has been a long running fear of people working on climate action that emissions intensive industries and other cost sensitive interests would want to promote fast cooling instead of tackling the causes of climate problems eg. emissions elimination and drawing down the excess CO<sub>2</sub> from the air - because solar reflection methods etc. are very cheap to deploy and very fast.<<fav>> | <<return>> | [[Global Scenarios]]
---
!!Descent into warring<<fav>> | <<return>> | [[Global Scenarios]]
----
!!Dhubai-ification, an artificial world to protect the powerful<<fav>> | <<return>><<set $buildingSupportSystemShowInMenu to 1>>
----
!!Building a support system for 'whole system package' action
This section of the Adviser deals with building a support system, starting through RSTI, for the Climate Rescue campaign.
(more to come)
----
[[«previous|'Whole System Package' Plan]] | [[next» (the "adapting the plan" series)|Adapting the 'whole system package' plan]]<<fav>> | <<return>>
!!Adapting the maximum protection, 'Whole System Package' Plan to different contexts
Most people will be approaching climate action from a particular perspective - so they will need to adapt the generic 'Whole System Package' climate actiopn plan.
Select one of the options below to start this customisation process. You might want to come back later to explore one or more other approaches to help you see the customisation process from other perspectives
[[Individuals]]
[[Climate action groups]]
[[Governments]]
[[Businesses]]
[[International institutions]]<<return>> | [[Navigation» Adapting the Plan|NAV_Adapting the plan]] | <<fav>>
----
!Businesses
!!!Registering a review project
!!!Setting the profile for this review project
//(add profile material)//
!!!How to answer the question
//(add advisory material)//
!!!Writing up your conclusions (user input)
<<textarea "$smallBusinessConclusions" "">>
!!!Questions & ideas to discuss with the Climate Rescue Catalytic Group (user input)
<<textarea "$smallBusinessQuestionsIdeas" "">>
----
!The report material related to this question
(As the user works through this page, report material related to the page will collect here. It will also be repeated on the Output Report page.)
----
[[Output Report_Businesses]] (link or use ≪include≫?)
----
<<return>> | [[Navigation» Adapting the Plan|NAV_Adapting the plan]]<<return>> | [[Navigation» Adapting the Plan|NAV_Adapting the plan]] | <<fav>>
----
!Climate action groups
!!!Registering a review project
!!!Setting the profile for this review project
//(add profile material)//
!!!How to answer the question
//(add advisory material)//
!!!Writing up your conclusions (user input)
<<textarea "$localActionConclusions" "">>
!!!Questions & ideas to discuss with the Climate Rescue Catalytic Group (user input)
<<textarea "$localActionQuestionsIdeas" "">>
----
!The report material related to this question
(As the user works through this page, report material related to the page will collect here. It will also be repeated on the Output Report page.)
----
[[Output Report_Climate action groups]] (link or use ≪include≫?)
----
<<return>> | [[Navigation» Adapting the Plan|NAV_Adapting the plan]]<<return>> | [[Navigation» Adapting the Plan|NAV_Adapting the plan]] | <<fav>>
----
!Governments
!!!Registering a review project
!!!Setting the profile for this review project
//(add profile material)//
!!!How to answer the question
//(add advisory material)//
!!!Writing up your conclusions (user input)
<<textarea "$localGovtConclusions" "">>
!!!Questions & ideas to discuss with the Climate Rescue Catalytic Group (user input)
<<textarea "$localGovtQuestionsIdeas" "">>
----
!The report material related to this question
(As the user works through this page, report material related to the page will collect here. It will also be repeated on the Output Report page.)
----
[[Output Report_Governments]] (link or use ≪include≫?)
----
<<return>> | [[Navigation» Adapting the Plan|NAV_Adapting the plan]]<<return>> | [[Navigation» Adapting the Plan|NAV_Adapting the plan]] | <<fav>>
----
!Individual action
!!!Registering a review project
!!!Setting the profile for this review project
//(add profile material)//
*Lifestyle
*Citizen action
*Workplace action
!!!How to answer the question
//(add advisory material)//
- overall campaign building
- locality focused
!!!Writing up your conclusions (user input)
<<textarea "$citizenConclusions" "">>
!!!Questions & ideas to discuss with the Climate Rescue Catalytic Group (user input)
<<textarea "$citizenQuestionsIdeas" "">>
----
!The report material related to this question
(As the user works through this page, report material related to the page will collect here. It will also be repeated on the Output Report page.)
----
[[Output Report_Individuals]] (link or use ≪include≫?)
----
<<return>> | [[Navigation» Adapting the Plan|NAV_Adapting the plan]]<<return>> | [[Navigation» Adapting the Plan|NAV_Adapting the plan]] | <<fav>>
----
!International institutions
!!!Registering a review project
!!!Setting the profile for this review project
//(add profile material)//
!!!How to answer the question
//(add advisory material)//
!!!Writing up your conclusions (user input)
<<textarea "$nationalGovtConclusions" "">>
!!!Questions & ideas to discuss with the Climate Rescue Catalytic Group (user input)
<<textarea "$nationalGovtQuestionsIdeas" "">>
----
!The report material related to this question
(As the user works through this page, report material related to the page will collect here. It will also be repeated on the Output Report page.)
----
[[Output Report_International institutions]] (link or use ≪include≫?)
----
<<return>> | [[Navigation» Adapting the Plan|NAV_Adapting the plan]][[Individuals]]
[[Climate action groups]]
[[Governments]]
[[Businesses]]
[[International institutions]]
<<return>><<fav>> | <<return>> | [[Navigation» Adapting the Plan|NAV_Linked projects]] |
<<return>> | [[Navigation» Adapting the Plan|NAV_Linked projects]]!!Identifying linked projects
//(This is the topic that most activists or potential activists are interested in. Most people want to dive into the detail before they get a handle on the big picture. The Adviser is structured to try to encourage people to go through the whole system package plan development first and then think about how to adapt the whole system package plan for particular contexts and then finally to get to the issue of specific projects.)//
[[Development ideas for this section of the Adviser|Linked projects_TEMP_development ideas]]
[[CRCG priority projects]]
<<return>><<return>> | [[Navigation» Adapting the Plan|NAV_Linked projects]] | <<fav>>
----
!!TEMP - development ideas for the linked projects section of the Adviser
*Criteria for individuals to select or create a project/role:
**What meets a significant need or needs for the Climate Rescue campaign
**What am I passionate about?
**What project or role taps talents that I would like to develop?
----
!!The report material related to this question
(As the user works through this page, report material related to the page will collect here. It will also be repeated on the Output Report page.)
----
<<return>> | [[Navigation» Linked projects|NAV_Linked projects]]*[[Development ideas for this section of the Adviser|Linked projects_TEMP_development ideas]]
----
!!! Temp
[[Linked projects_TEMP_development ideas]]
!!!Permanent
[[CRCG priority projects]]
<<return>><<fav>> | <<return>> | [[Starting with projects]] | [[Assessing parties and candidates]] | here | [[2. An analysis checklist|An analysis checklist]] | [[3. Preferred_Maximum protection assessment framework|Preferred_Maximum protection assessment framework]] | [[4. Case studies|Case studies]]<<set $assessingPartiesCandidatesShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
----
!!Scoping of potential assessment frameworks
What are the ''//purposes//'' of assessing candidates and parties in the lead up to an election?
*To help electors choose the best (least worst?) candidate/party
*To foster education of the community and political players (candidates, parties, the media, academia, etc.) This education could include a better understanding of:
**the climate issue and solutions, and
**how to approach the politics of policy delivery.
There are (at least?) two //''assessment modes''//:
*Assessing the relative strength of party or candidate policy suites ie. compared to each other
*Assessing how adequate the policy suites are by comparison to a standard of ‘good’ or ‘ideal’ policy.
''//Assessment reference points://'' To determine whether policies or actions are ‘good’ or not one needs to have a point of comparison and ideally that reference point should be acknowledged in any public assessments.
*One common reference point is emissions reduction - where a bigger reduction and faster is better.
*Another common reference point is the Paris goals - with two variants:
**Fully meeting the strongest goal - ie. not //''exceeding''// a +1.5°C cap
**Overshooting a +1.5°C cap but returning to that level<br>Both variants of the Paris goal are connected to the idea of achieving “net zero emissions by 2050”.
*An alternative reference point is the idea of aiming for ‘maximum protection’ for the climate vulnerable. [[(1)|http://bit.ly/DeliveringMaximumProtection]] [[(2)|https://www.breakthroughonline.org.au]] This is the comparison reference point that the Climate Rescue campaign uses.
----
[[Next» An analysis checklist|An analysis checklist]]<<fav>> | <<return>> | [[Starting with projects]] | [[Assessing parties and candidates]] | [[1. Scoping of potential assessment frameworks|Scoping of potential assessment frameworks]] | here | [[3. Preferred_Maximum protection assessment framework|Preferred_Maximum protection assessment framework]] | [[4. Case studies|Case studies]]<<set $assessingPartiesCandidatesShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
----
!!A checklist for analysing candidate/party policies
//''Policy analysis''//
*Does the climate policy make it clear who or what (locally and globally) is to be protected from climate impacts by the policy?
*Are the details of the climate policy clearly structured to meet identified needs of the climate vulnerable?
*Could the policy, if implementented, deliver the intended protective outcomes effectively? Is there a clear and practical implementation pathway?
*Does the policy include measures to propagate effective action globally (fast enough and at the needed scale)?
*Is the policy comprehensive? Does it cover the scope of the table below? Does it cover the whole economy/society?
<<include [[Whole system package table (2include) DB]]>>
*If the party’s or candidate’s policy is ahead of the average community position do they engage in educative activity to build understanding and support in the community?
*Where does climate action stand in the party’s or candidate’s priorities?
*Does the party or candidate support integrity policies that would prevent corruption or selling out for gain that might undermine the value or reality of their climate policies?
//''Preferencing''//
*What are the climate credentials of the parties and candidates preferenced by the party or candidate being assessed? Do climate policies of the preferenced candidates fit with the climate policy of the party or candidate that is being assessed?
//''Performance in the community and (when relevant) in government''//
*Are the party’s or candidate’s actions before and between elections consistent with their policy position? Are the actions better or worse than the policy, and what might the discrepancy mean?
*If the party or candidate has been elected previously what is their voting record and other parliamentary or governmental contributions on climate?
----
[[Next» Maximum Protection assessment framework|Preferred_Maximum protection assessment framework]]<<fav>> | <<return>> | [[Starting with projects]] | [[Assessing parties and candidates]] | [[1. Scoping of potential assessment frameworks|Scoping of potential assessment frameworks]] | [[2. An analysis checklist|An analysis checklist]] | here | [[3a. Generating a maximum protection assessment checklist|Generating a maximum protection assessment checklist]] | [[4. Case studies|Case studies]]<<set $assessingPartiesCandidatesShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
-----
!!Preferred assessment framework based on maximum protection - plus assessment checklist
!!!Generating an assessment checklist
The 'maximum protection' approach is built on a commitment to action that will deliver actual protection to identified targets.
Given the unacceptable severity of current climate impacts, the purpose of maximum protection action is not to stabilise the climate at a higher temperature. Instead it is to restore conditions that are safe for the climate vulnerable ie. a pre-warming temperature.
The consequence of adopting this approach is that there is a need for hugely urgent economy wide transformation. So, to be effective, climate policy will need to be a whole system package delivered via an emergency action mode.
The climate issue is global, so local action will need to both deliver locally and also contribute to effective change globally.
The checklist questions below have been developed to flush out how well a party or candidate's policy meets the maximum protection requirements. The derivation of the checklist-questions is explained in the linked page:
[[Generating a maximum protection assessment checklist]]
!!!The high-level 'maximum protection' assessment checklist
<table>
<tr>
<td class="borderless" style="width: 115px;">High level Q1:</td>
<td class="borderless">Does the policy identify ''who or what is be protected'' from the impacts of climate change?</td>
</tr>
<tr>
<td class="borderless">High level Q2:</td>
<td class="borderless">Does the policy identify what the ''needs'' of the climate vulnerable are that need to be met, and by when?</td>
</tr>
<tr>
<td class="borderless">High level Q3:</td>
<td class="borderless">Does the policy spell out ''what has to be done by when'' to meet the needs of the climate vulnerable?</td>
</tr>
<tr>
<td class="borderless">High level Q4:</td>
<td class="borderless">Does the policy indicate how the government/community will ''foster effective global action''?</td>
</tr>
<tr>
<td class="borderless">High level Q5:</td>
<td class="borderless">Does the policy indicate how ''understanding'' of the climate issue will be developed throughout the community and ''how the whole community will be mobilised'' to take action that will be effective?</td>
</tr>
</table>
!!!The detailed 'maximum protection' assessment checklist
<table>
<tr>
<td class="borderless">Q1:</td>
<td class="borderless">Has the election policy been framed to protect any clearly identified climate vulnerable[[(*)|The climate vulnerable_brief (2include) DB]]?</td>
</tr>
<tr>
<td class="borderless">Q2:</td>
<td class="borderless">Does the policy indicate what protection, at the earth system and local levels, needs to be delivered for the climate vulnerable and when these protection conditions are required by? (the ''needs of the climate vulnerable'')</td>
</tr>
<tr>
<td class="borderless">Q3:</td>
<td class="borderless">Are the protection-conditions and the deadlines clear and scientifically valid?</td>
</tr>
<tr>
<td class="borderless">Q4:</td>
<td class="borderless">What other unrelated climate goal(s) are driving the policy (that are not linked in a clear way to identified needs of the climate vulnerable)?</td>
</tr>
<tr>
<td class="borderless">Q5:</td>
<td class="borderless">What types of climate goals is the policy presenting[[(*)|Types of goals_PrinEtc]]?</td>
</tr>
<tr>
<td class="borderless">Q6:</td>
<td class="borderless">Are current climate impacts (locally and globally):
(a) presented symbolically to indicate the warming trend?
(b) seen as creating a current emergency situation/problem?
(c) seen as dangerous but something to be stabilised and adapted to (not reversed)?
(d) seen as dangerous, unacceptable and something to be reversed?</td>
</tr>
<tr>
<td class="borderless">Q7:</td>
<td class="borderless">Is there any commitment in the policy to restoring a defined safe climate? (ie. safe for whom or what and needed by when?) </td>
</tr>
<tr>
<td class="borderless">Q8:</td>
<td class="borderless">Does the party or candidate have quantitative targets and deadlines for:
(a) emissions elimination?
(b) CO<sub>2</sub> drawdown from the air to restore a safe atmospheric level?
(c) fast cooling (eg. solar reflection methods or cirrus cloud thinning) (to be achieved in years, not decades) if this can be done with clear net environmental and social benefit globally?
(d) any other type of protective action at the earth system level? (ie. controlling ice loss to the ocean, neutralisation of excess ocean acidification, etc.) if this can be done with clear net environmental and social benefit globally.</td>
</tr>
<tr>
<td class="borderless">Q9:</td>
<td class="borderless">Does the party or candidate have targets and deadlines to deliver benefit for the climate vulnerable at the local level?</td>
</tr>
<tr>
<td class="borderless">Q10:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of protective actions, for example, related to:
(a) rapidly converting ''all sectors'' of the economy and society to //''zero emissions''//
(b) rapidly building capacity (and lowering the unit cost) of //''drawing down''// all the excess CO<sub>2</sub> from the air (ie. not just as an offset for current emissions)
(c) rapidly researching //''fast cooling''// methods and if it can be done with clear net global benefit deploying fast cooling
(d) rapidly researching and if it can be done with clear net global benefit deploying other earth system level actions to tackle issues such as excess loss of ice from Greenland, Antarctica, the Himalayas, and the acidification of the ocean.</td>
</tr>
<tr>
<td class="borderless">Q11:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of supportive actions, for example, related to:
(a) Planning a comprehensive program to protect the climate vulnerable that fully taps the potential of the jurisdiction and its community
(b) Deploying an emergency-mode response
(c) Planning the rapid conversion of Australian exports to zero emissions (even if overseas demand persists for emission intensive products)
(d) Climate impacts and earth systems research
(e) Community education (issues/policy)
(f) Participatory democracy
(g) Research & development/innovation
(h) Ensuring that climate solutions are sustainable
(i) Developing renewable resources
(j) Skills development/training etc.
(k) Driving the early/accelerated retirement of all emissions sources
(l) Enabling access to the market for new, necessary technologies to drive learning-by-doing cost reductions per unit of production
(m) Enabling access to capital
(n) Providing public funding for necessary technology that is not able to be self-financing (eg. some forms of CO<sub>2</sub> drawdown)
(o) Provision of infrastructure
(p) Legal and price regulation/prohibition of emissions sources and supply chain activities including production, extraction and exploration
(q) Fair transition processes for workforces and communities currently dependent on obsolete forms of employment
(r) Effective global action
(s) International leadership
(t) International aid
(u) Dealing with policy uncertainty in the face of urgency</td>
</tr>
<tr>
<td class="borderless">Q12:</td>
<td class="borderless">Does the policy have mechanisms to ensure that targets, deadlines and actions are updated and implemented to ensure the full delivery of protection of the climate vulnerable?</td>
</tr>
<tr>
<td class="borderless">Q13:</td>
<td class="borderless">Is there anything useful that maximum protection activists can learn from the policies developed by the party or candidate?</td>
</tr>
</table>
!!!Major climate policy challenges:
See: [[Challenges & issues]]
----
[[Next» Victorian Senate electorate case study|Case studies]]<<fav>> | <<return>> | [[Starting with projects]] | [[Assessing parties and candidates]] | [[1. Scoping of potential assessment frameworks|Scoping of potential assessment frameworks]] | [[2. An analysis checklist|An analysis checklist]] | [[3. Preferred_Maximum protection assessment framework|Preferred_Maximum protection assessment framework]] | here | [[4. Case studies|Case studies]]<<set $assessingPartiesCandidatesShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
----
!!Generating a maximum protection assessment checklist
A set of key issues is explored and assessment questions identified to add to the checklist[[(*)|Preferred_Maximum protection assessment framework]]
!!!1. Identifying the climate vulnerable and the conditions they need in order to be protected, including by when
The climate vulnerable[[(*)|The climate vulnerable_brief (2include) DB]] might be people and other living things that electors care about for ethical reasons. Or they might include cultural or productive assets or life support systems or critical earth system elements.
It is impossible to work out what climate action is needed for a maximum protection strategy, and by when, unless the climate vulnerable //''and their protection needs''// have been identified. For example, see the Pacific atoll islands case study[[|https://docs.google.com/document/d/1Nxe9uoP0Gle6qjjSyzUoNTWoZwqEMfYCtZuTwOld3J8/edit?usp=sharing]]
*Q1: Has the election policy been framed to protect any clearly identified climate vulnerable[[(*)|The climate vulnerable_brief (2include) DB]]?
*Q2: Does the policy indicate what protection, at the earth system and local levels, needs to be delivered for the climate vulnerable and when these protection conditions are required by? (the ''needs of the climate vulnerable'')
*Q3: Are the protection-conditions and the deadlines clear and scientifically valid?
!!!2. Any other goal(s) to drive the policy
Are there any other stated drivers for their policies? (ie. other climate goals?). At this point in time, it will be rare for parties or candidates to have maximum protection policies. Even if a party or candidate does have a maximum protection intention, have they latched onto unrelated or insufficient climate goals?
*Q4: What other unrelated climate goal(s) are driving the policy (that are not linked in a clear way to identified needs of the climate vulnerable)?
*Q5: What types of climate goals is the policy presenting[[(*)|Types of goals_PrinEtc]]?
!!!3. Current climate impacts and trajectories
How does the party or candidate regard the current climate impacts (locally and globally)? Are they presented symbolically to indicate the warming trend? Or are they seen as dangerous but something to be adapted to? Or are they seen as dangerous, unacceptable and something to be reversed? Is there any commitment to restoring a defined safe climate? (ie. safe for whom?)
Note: <<include [[The implications of emission-only climate action (2include) DB]]>>
*Q6: Are current climate impacts (locally and globally):
**presented symbolically to indicate the warming trend?
**seen as creating a current emergency situation/problem?
**seen as dangerous but something to be stabilised and adapted to (not reversed)?
**seen as dangerous, unacceptable and something to be reversed?
*Q7: Is there any commitment in the policy to restoring a defined safe climate? (ie. safe for whom or what and needed by when?)
!!!4. Action at the earth system level
Does the party or candidate intend to contribute effectively to the restoration of earth systems conditions that would provide protection for the climate vulnerable?
*Q8: Does the party or candidate have quantitative targets and deadlines for:
**emissions elimination?
**CO<sub>2</sub> drawdown from the air to restore a safe atmospheric level?
**fast cooling (eg. solar reflection methods or cirrus cloud thinning) (to be achieved in years, not decades) if this can be done with clear net environmental and social benefit globally?
**any other type of protective action at the earth system level? (ie. controlling ice loss to the ocean, neutralisation of excess ocean acidification, etc.) if this can be done with clear net environmental and social benefit globally.
!!!5. Action for benefit at the local level (adaptation etc)
*Q9: Does the party or candidate have targets and deadlines to deliver benefit for the climate vulnerable at the local level?
!!!6. A comprehensive suite of protective actions
*Q10: What policies are there to provide a comprehensive suite of protective actions, for example, related to:
**rapidly converting ''all sectors'' of the economy and society to //''zero emissions''//
**rapidly building capacity (and lowering the unit cost) of //''drawing down''// all the excess CO<sub>2</sub> from the air (ie. not just as an offset for current emissions)
**rapidly researching //''fast cooling''// methods and if it can be done with clear net global benefit deploying fast cooling
**rapidly researching and if it can be done with clear net global benefit deploying other earth system level actions to tackle issues such as excess loss of ice from Greenland, Antarctica, the Himalayas, and the acidification of the ocean.
!!!7. A comprehensive suite of supportive actions
*Q11: What policies are there to provide a comprehensive suite of supportive actions, for example, related to:
**Planning a comprehensive program to protect the climate vulnerable that fully taps the potential of the jurisdiction and its community
**Deploying an emergency-mode response
**Planning the rapid conversion of Australian exports to zero emissions (even if overseas demand persists for emission intensive products)
**Climate impacts and earth systems research
**Community education (issues/policy)
**Participatory democracy
**Research & development/innovation
**Ensuring that climate solutions are sustainable
**Developing renewable resources
**Skills development/training etc.
**Driving the early/accelerated retirement of all emissions sources
**Enabling access to the market for new, necessary technologies to drive learning-by-doing cost reductions per unit of production
**Enabling access to capital
**Providing public funding for necessary technology that is not able to be self-financing (eg. some forms of CO<sub>2</sub> drawdown)
**Provision of infrastructure
**Legal and price regulation/prohibition of emissions sources and supply chain activities including production, extraction and exploration
**Fair transition processes for workforces and communities currently dependent on obsolete forms of employment
**Effective global action
**International leadership
**International aid
**Dealing with policy uncertainty in the face of urgency
!!!8. A chain of responsibility
*Q12: Does the policy have mechanisms to ensure that targets, deadlines and actions are updated and implemented to ensure the full delivery of protection of the climate vulnerable?
!!!9. Learning from those being assessed!
*Q13: Is there anything useful that maximum protection activists can learn from the policies developed by the party or candidate?
!!!10. Major climate policy challenges:
See: [[Challenges & issues]]
----
[[Next» Preferred_Maximum protection assessment framework|Preferred_Maximum protection assessment framework]]<<fav>> | <<return>> | [[Starting with projects]] | [[Assessing parties and candidates]] | [[1. Scoping of potential assessment frameworks|Scoping of potential assessment frameworks]] | [[2. An analysis checklist|An analysis checklist]] | [[3. Preferred_Maximum protection assessment framework|Preferred_Maximum protection assessment framework]] | here | [[4a_Victorian Senate_parties-candidates-policies]] | [[4b_Victorian Senate_Assessment]] | [[4c_Other parties & independants standing outside Victoria with strong interest in climate|Other parties-independants standing outside Victoria with interest in climate]]<<set $assessingPartiesCandidatesShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
----
!!Case studies (Australian federal election 2022)
[[Policies of parties & candidates - Victorian Senate|4a_Victorian Senate_parties-candidates-policies]]
[[Victorian Senate 'maximum protection' assessment of parties and condidates|4b_Victorian Senate_Assessment]]
[[Other parties-independants standing outside Victoria with interest in climate]]<<fav>> | <<return>> | [[Starting with projects]] | [[Assessing parties and candidates]] | [[1. Scoping of potential assessment frameworks|Scoping of potential assessment frameworks]] | [[2. An analysis checklist|An analysis checklist]] | [[3. Preferred_Maximum protection assessment framework|Preferred_Maximum protection assessment framework]] | [[4. Case studies|Case studies]] | here | [[4b_Victorian Senate_Assessment]] | [[4c_Other parties & independants standing outside Victoria with strong interest in climate|Other parties-independants standing outside Victoria with interest in climate]]<<set $assessingPartiesCandidatesShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
----
!!Information sources on who is standing in the 2022 Federal Election
After 22 April the Australian Electoral Commission will have the definitive list of candidates and parties/groups running in the election:
https://www.aec.gov.au/election
Wikipedia has a national list of candidates/parties here:
https://en.wikipedia.org/wiki/Candidates_of_the_2022_Australian_federal_election#Victoria
A candidates list is also maintained by The Tally Room:
https://www.tallyroom.com.au
[[Google doc|https://docs.google.com/spreadsheets/d/1l84ohT7slDVID3LBqoP8mp3lf8w0U9s9zLvgGuqUxZ0/edit#gid=0]]
!!Senate - Victorian division - parties/groups, candidates and links to relevant policies
<<nobr>><style>
table {
width: 95%;
}
</style>
<table>
<tr style="font-weight:bold">
<td class="grayed" style="width: 115px;">"Group"/Party<br>(if any)</td>
<td class="grayed" style="width: 180px;">Senate candidate(s)</td>
<td class="grayed">Policy sources</td>
</tr>
<tr>
<td>A. Reason</td>
<td>Yolanda Vega<br>Harry Millward</td>
<td><a href="https://www.reason.org.au/policy_suite" target="_blank">www.reason.org.au/policy_suite</a><br>
<a href="https://www.reason.org.au/key_issues" target="_blank">www.reason.org.au/key_issues</a><br>
<a href="https://www.reason.org.au/climate_emergency" target="_blank">www.reason.org.au/climate_emergency</a><br>
<a href="https://www.reason.org.au/ipcc_report_statement" target="_blank">www.reason.org.au/ipcc_report_statement</a>
</td>
</tr>
<tr>
<td>B. (grouped, no name)</td>
<td>Damien Richardson<br>John McBride</td>
<td>[[Anti-vax Neighbours star Damien Richardson running as a Senate candidate_Daily Mail Online|https://www.dailymail.co.uk/tvshowbiz/article-10713757/Anti-vax-Neighbours-star-Damien-Richardson-running-Senate-candidate.html]]</td>
</tr>
<tr>
<td>C. Australian Democrats</td>
<td>Leonie Green<br>Stephen Peter Jagoe</td>
<td><a href="https://www.democrats.org.au/a-decade-of-climate-action" target="_blank">www.democrats.org.au/a-decade-of-climate-action</a><br>
<a href="https://www.democrats.org.au/adapting-to-climate-change-data" target="_blank">www.democrats.org.au/adapting-to-climate-change-data</a><br>
<a href="https://www.democrats.org.au/transport-for-the-future" target="_blank">www.democrats.org.au/transport-for-the-future</a>
</td>
</tr>
<tr>
<td>D. Liberal/National</td>
<td>Sarah Henderson (L)<br>Bridget McKenzie (N)<br>Greg Mirabella (L)<br>Chrestyna Kmetj (L)<br>Mick Harrington (N)<br>David Burgess (L)</td>
<td><a href="https://www.liberal.org.au/our-plan" target="_blank">www.liberal.org.au/our-plan</a><br>
<a href="https://www.liberal.org.au/our-plan/energy" target="_blank">www.liberal.org.au/our-plan/energy</a><br>
<a href="https://www.liberal.org.au/our-plan/environment" target="_blank">www.liberal.org.au/our-plan/environment</a><br><a href="https://nationals.org.au/wp-content/uploads/2022/04/The-Nationals_Our-Plan-for-More-Australian-Jobs.pdf" target="_blank">Nationals: Our plan for more Australian Jobs</a><br>
<a href="https://nationals.org.au/wp-content/uploads/2022/04/The-Nationals_Our-Plan-for-Australian-Forestry.pdf" target="_blank">Nationals: Our Plan for Australian Forestry</a>
</td>
</tr>
<tr>
<td>E. Legalise Cannabis Australia</td>
<td>Elissa Smith<br>Wayne Taylor</td>
<td>[[https://legalisecannabis.org.au/party-policy/]]<br>(no climate policy)</td>
</tr>
<tr>
<td>F. Sustainable Australia Party</td>
<td>Madeleine Wearne<br>Robert Long</td>
<td>[[https://www.sustainableaustralia.org.au/policies]]<br>[[https://www.sustainableaustralia.org.au/environment]]<br>[[https://www.sustainableaustralia.org.au/energy]]<br>[[Finite & non-renewable resources policy|https://www.sustainableaustralia.org.au/finite_and_non_renewable_resources]]</td>
</tr>
<tr>
<td>G. Australian Values Party</td>
<td>Chris Burson<br>Samantha Asser</td>
<td>[[https://australianvalues.org.au/climate-and-environment]][[https://australianvalues.org.au/energy]]</td>
</tr>
<tr>
<td>H. Derryn Hinch's Justice Party</td>
<td>Derryn Hinch<br>Ruth Stanfield</td>
<td>[[https://www.justiceparty.com.au/our-policies]]<br>(no climate policy)</td>
</tr>
<tr>
<td>I. Animal Justice Party (AJP)</td>
<td>Bronwyn Currie<br>
Chris Delforce
</td>
<td><a href="https://www.animaljusticeparty.org/our_policies" target="_blank">www.animaljusticeparty.org/our_policies</a><br>
<a href="https://www.animaljusticeparty.org/climate_change" target="_blank">www.animaljusticeparty.org/climate_change</a><br>
<a href="https://www.animaljusticeparty.org/energy" target="_blank">www.animaljusticeparty.org/energy</a><br>
<a href="https://www.animaljusticeparty.org/natural_gas" target="_blank">www.animaljusticeparty.org/natural_gas</a><br>
<a href="https://www.animaljusticeparty.org/tags/planet_policy" target="_blank">www.animaljusticeparty.org/tags/planet_policy</a>
</td>
</tr>
<tr>
<td>J. Australian Progressives</td>
<td>Antoinette Pitt<br>David Knight</td>
<td>[[https://www.progressives.org.au/policies]]<br>[[https://www.progressives.org.au/environment]]</td>
</tr>
<tr>
<td>K. ALP</td>
<td>Linda White<br>Jana Stewart<br>Casey Nunn<br>Megan Bridger-Darling<br>Josh McFarlane</td>
<td>[[https://www.alp.org.au/policies]]<br>[[https://www.alp.org.au/policies/powering-australia]]</td>
</tr>
<tr>
<td>L. UAP</td>
<td>Ralph Babet<br>Kelly Moran<br>Ken Grimmond</td>
<td><a href="https://www.unitedaustraliaparty.org.au/cp-vision-for-australia/" target="_blank">www.unitedaustraliaparty.org.au/cp-vision-for-australia</a><br>
<a href="https://www.unitedaustraliaparty.org.au/national_policy/" target="_blank">www.unitedaustraliaparty.org.au/national_policy</a>
</td>
</tr>
<tr>
<td>M. Socialist Alliance</td>
<td>Felix Dance<br>
Angela Carr</td>
<td><a href="https://socialist-alliance.org/policy#climate" target="_blank">socialist-alliance.org/policy#climate</a>
</td>
</tr>
<tr>
<td>N. Australian Federation Party</td>
<td>Vern Hughes<br>Karen Kim<br>Cheryl Lacey<br>Chris Mara<br>Neerja Sewak<br>Mark O'Connell</td>
<td>[[https://www.fedparty.org.au/home-1]]<br>(they have no policies on anything - instead they have a page of values and principles)[[https://www.fedparty.org.au/values_and_principles]]<br>[[https://www.facebook.com/AusFedParty]]<br>Part of the CADCO multi-party cooperative:<br>[[https://ausfedparty.com.au/cadco]]</td>
</tr>
<tr>
<td>O. Shooters, Fishers and Farmers Party</td>
<td>Ethan Constantinou<br>Nicole Bourman</td>
<td>[[https://www.shootersfishersandfarmers.org.au/federal_policies-new]]<br>[[Federal_Climate Change (pdf)|https://d3n8a8pro7vhmx.cloudfront.net/sfp2015/pages/488/attachments/original/1623991640/POLICY_Federal_Climate_Change.pdf]]<br>[[Federal_Mining and Energy (pdf)|https://d3n8a8pro7vhmx.cloudfront.net/sfp2015/pages/488/attachments/original/1623991647/POLICY_Federal_Mining_and_Energy.pdf]]<br>[[Federal_Protecting our environment (pdf)|https://d3n8a8pro7vhmx.cloudfront.net/sfp2015/pages/488/attachments/original/1623991648/POLICY_Federal_Protecting_our_environment.pdf]]</td>
</tr>
<tr>
<td>P. Pauline Hanson's One Nation</td>
<td>Warren Pickering<br>Stuart Huxham</td>
<td>[[https://www.onenation.org.au/climate]]<br>[[https://www.onenation.org.au/energy]]</td>
</tr>
<tr>
<td>Q. Citizens Party</td>
<td>Craig Isherwood<BR>
Robert Barwick
</td>
<td><a href="https://citizensparty.org.au/policies" target="_blank">citizensparty.org.au/policies</a>
</td>
</tr>
<tr>
<td>R. (grouped, no name)</td>
<td>Morgan C Jonas<br>Monica Smit</td>
<td>[[https://morgancjonas.com/positions]]<br>[[Monica Smit announces candidacy for federal election_Reignite Democracy Australia|https://www.reignitedemocracyaustralia.com.au/candidacy/]]</td>
</tr>
<tr>
<td>S. Fusion</td>
<td>Kammy Cordner Hunt<br>Tahlia Farrant</td>
<td><<include [[Fusion_policies (2include)]]>></td>
</tr>
<tr>
<td>T. (grouped, no name)</td>
<td>Susan Benedyka<br>Christine Richards</td>
<td>[[https://susanbenedyka.com/my-policies]]</td>
</tr>
<tr>
<td>U. Greens</td>
<td>Lidia Thorpe<br>Adam Frogley<br>Sissy Austin<br>Zeb Payne</td>
<td><<include [[Greens_policies (2include)]]>></td>
</tr>
<tr>
<td>V. The Great Australian Party</td>
<td>Darryl O'Brien<br>Geoff Whitehead</td>
<td><a href="https://www.greataustralianparty.com.au/gap-policies" target="_blank">www.greataustralianparty.com.au/gap-policies</a><br>
<a href="https://www.greataustralianparty.com.au/energy-policy" target="_blank">www.greataustralianparty.com.au/energy-policy</a><br>
<a href="https://www.greataustralianparty.com.au/environment-policy" target="_blank">www.greataustralianparty.com.au/environment-policy</a>
</td>
</tr>
<tr>
<td>W. Liberal Democratics</td>
<td>David Limbrick<br>
Krystle Mitchell<br>
Caroline White
</td>
<td><a href="https://www.ldp.org.au/freedom" target="_blank">www.ldp.org.au/freedom</a>
</td>
</tr>
<tr>
<td>X. Informed Medical Options Party</td>
<td>Nick Clonaridis<br>Robyn Curnow</td>
<td>[[https://imoparty.com/Policies]]<br>Part of the CADCO multi-party cooperative:<br>[[https://imoparty.com/CADCO]]</td>
</tr>
<tr>
<td>Y. (grouped, no name)</td>
<td>Peter Byrne<br>Jason Wardle</td>
<td>[[A socialist program of action for the working class to oppose war and fight COVID-19 and austerity|https://www.wsws.org/en/articles/2022/04/13/aust-a13.html]]</td>
</tr>
<tr>
<td>Z. Victorian Socialists (VS)</td>
<td>Aran Mylvaganam<br>Laura Riccardi</td>
<td><a href="https://www.victoriansocialists.org.au/our_platform#Climate" target="_blank">www.victoriansocialists.org.au/our_platform#Climate</a>
</td>
</tr>
<tr>
<td>Independent</td>
<td>Glenn Floyd</td>
<td>[[http://www.vaxrisk.org]]</td>
</tr>
<tr>
<td>Independent</td>
<td>Allen Ridgeway</td>
<td>(can’t find web link)</td>
</tr>
<tr>
<td>Independent</td>
<td>James Bond</td>
<td>[[James Bond's mission to DESTROY the Australian senate!!!|https://www.youtube.com/watch?v=nV5yI2_HJi0]]<br>(joke candidate)</td>
</tr>
<tr>
<td>Independent</td>
<td>Neal Smith</td>
<td>[[https://m.facebook.com/ns4s.auspol]]<br>(a non serious candidate)</td>
</tr>
<tr>
<td>Independent</td>
<td>Max Dicks</td>
<td>?? only link I could find:<br>[[https://m.facebook.com/vote1maxdicks]]</td>
</tr>
<tr>
<td>Independent</td>
<td>Bernardine Atkinson</td>
<td>(can’t find web link)</td>
</tr>
<tr>
<td>Independent</td>
<td>Paul Ross</td>
<td>[[CDO Founder Paul Ross to Stand for the Australian Senate_The Citizen's Dividend Organisation|https://citizens-dividend.org/the-coopetitionist-3-4-notice-of-intention-cdo-founder-paul-ross-to-stand-for-the-australian-senate/]]</td>
</tr>
<tr>
<td>Independent</td>
<td>Nat De Francesco</td>
<td>(can’t find web link)</td>
</tr>
<tr>
<td>Independent</td>
<td>Joseph Toscano</td>
<td>[[https://pibci.net/assets/files/PIBCI%20Policy%20-%20Human%20Caused%20Environmental%20Crisis.pdf]]<br>(anarchist)</td>
</tr>
<tr>
<td>Independent</td>
<td>Tara Tran</td>
<td>[[Senate Candidate for Victoria - Federal Election 2022. My name: Tara Tran, I am a Vietnamese-born Australian....|https://www.facebook.com/100776784926457/posts/senate-candidate-for-victoria-federal-election-2022-my-name-tara-tran-i-am-a-vie/464156258588506/]]<br>[[https://www.youtube.com/watch?v=24uKNVh3ue8]]</td>
</tr>
<tr>
<td>Independent</td>
<td>David John Dillon</td>
<td>(can’t find web link)</td>
</tr>
<tr>
<td>Independent</td>
<td>Geraldine Marie Antoinette Gonsalvez</td>
<td>(can’t find web link)</td>
</tr>
</table><</nobr>>
!!A list of parties and independents outside Victoria that have an interest in climate
[[Other parties-independants standing outside Victoria with interest in climate]]
----
[[Next» The Victorian Senate Assessment|4b_Victorian Senate_Assessment]]<<fav>> | <<return>> | [[Starting with projects]] | [[Assessing parties and candidates]] | [[1. Scoping of potential assessment frameworks|Scoping of potential assessment frameworks]] | [[2. An analysis checklist|An analysis checklist]] | [[3. Preferred_Maximum protection assessment framework|Preferred_Maximum protection assessment framework]] | [[4. Case studies|Case studies]] | [[4a_Victorian Senate_parties-candidates-policies]] | here | [[4c_Other parties & independants standing outside Victoria with strong interest in climate|Other parties-independants standing outside Victoria with interest in climate]]<<set $assessingPartiesCandidatesShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
----
!!The Victorian Senate Assessment
!!!Parties and candidates that have been assessed so far
*[[Fusion|Fusion_assessment]]
!!!Parties and candidates yet to be assessed
*Reason/%[[Reason|Reason_assessment]]%/<br>
*Australian Democrats/%[[Australian Democrats|Australian Democrats_assessment]]%/<br>
*Lib-Nat/%[[Lib-Nat|Lib-Nat_assessment]]%/<br>
*Sustainable Australia Party/%[[Sustainable Australia Party|Sustainable Australia Party_assessment]]%/<br>
*Animal Justice Party/%[[Animal Justice Party|Animal Justice Party_assessment]]%/<br>
*Australian Progressives/%[[Australian Progressives|Australian Progressives_assessment]]%/<br>
*ALP/%[[ALP|ALP_assessment]]%/<br>
*Socialist Alliance/%[[Socialist Alliance|Socialist Alliance_assessment]]%/<br>/%*[[Fusion|Fusion_assessment]]%/
*Susan Benedyka/%[[Susan Benedyka|Susan Benedyka_assessment]]%/<br>
*Greens/%[[Greens|Greens_assessment]]%/<br>
*Byrne Wardle (Socialists)/%[[Byrne Wardle (Socialists)|Byrne Wardle (Socialists)_assessment]]%/<br>
*Victorian Socialists/%[[Victorian Socialists|Victorian Socialists_assessment]]%/<br>
*Joseph Toscano/%[[Joseph Toscano|Joseph Toscano_assessment]]%/
!!!Party policies that may not warrant examination in more detail from a climate perspective
<<nobr>><style>
table {
width: 95%;
}
</style>
<table>
<tr style="font-weight:bold">
<td style=width:26% class="grayed">Parties</td>
<td style=width:64% class="grayed">Comments</td>
</tr>
<tr>
<td>Australian Federation Party</td>
<td>They have no policies on ''anything''. Instead they have a page of values and principles.</td>
</tr>
<tr>
<td>Australian Values Party</td>
<td>The policies are written in high sounding language but have no content/commitments that seem to mean anything. Probably a party that is aiming to draw progessive voters with no time to assess their policies. It will be important to look carefully at where their preferences go. </td>
</tr>
<tr>
<td>Citizens Party</td>
<td>Essentially anti-environmental </td>
</tr>
<tr>
<td>Derryn Hinch's Justice Party</td>
<td>No climate policy</td>
</tr>
<tr>
<td>Great Australia</td>
<td>Insanely random mix of bad and good policies (could be amusing if they weren’t actually asking people to vote for them)</td>
</tr>
<tr>
<td>Legalise Cannabis Australia</td>
<td>No climate policy</td>
</tr>
<tr>
<td>Liberal Democratic Party (LDP)</td>
<td>Essentially anti-environmental </td>
</tr>
<tr>
<td>One Nation</td>
<td>Amazingly open and direct: Opposes action on climate and investment in renewables, supports fossil fuels, especially coal.</td>
</tr>
<tr>
<td>UAP</td>
<td>Essentially anti-environmental </td>
</tr>
</table><</nobr>>
----
(The end of the Victorian Senate 2022 case study)<<fav>> | <<return>> | [[Starting with projects]] | [[Assessing parties and candidates]] | [[1. Scoping of potential assessment frameworks|Scoping of potential assessment frameworks]] | [[2. An analysis checklist|An analysis checklist]] | [[3. Preferred_Maximum protection assessment framework|Preferred_Maximum protection assessment framework]] | [[4. Case studies|Case studies]] | [[4a_Victorian Senate_parties-candidates-policies]] | [[4b_Victorian Senate_Assessment]] | [[4c_Other parties & independants standing outside Victoria with strong interest in climate|Other parties-independants standing outside Victoria with interest in climate]]
----
!!Parties-independants standing outside Victoria with an active interest in climate
This list has only just started development.
<<nobr>><style>
table {
width: 95%;
}
</style>
<table>
<tr style="font-weight:bold">
<td class="grayed" style="width: 115px;">"Group"/Party<br>(if any)</td>
<td class="grayed" style="width: 180px;">Senate candidate(s)</td>
<td class="grayed">Policy sources</td>
</tr>
<tr>
<td>The New Liberals</td>
<td>Jonathon Momsen</td>
<td><a href="https://tnl.net.au/policies" target="_blank">tnl.net.au/policies</a><br>
<a href="https://tnl.net.au/wp-content/uploads/policies/TNL_CC_policy-Final_Version.pdf" target="_blank">TNL_Climate Change Policy_net zero by 2030</a><br>
<a href="https://www.thenewliberals.net.au/wp-content/uploads/policies/TNL_CC_policy_Detailed_Rationale-Final_Version.pdf" target="_blank">Detailed Rationale</a><br>
<a href="https://www.thenewliberals.net.au/wp-content/uploads/policies/Appendix_1-The_dependence_of_the_economy_on_energy-Final_Version.pdf" target="_blank">Appendix 1</a><br>
<a href="https://www.thenewliberals.net.au/wp-content/uploads/policies/Appendix_2-The_Lake_Eyre_Basin-Final_Version.pdf" target="_blank">Appendix 2</a><br>
<a href="https://www.thenewliberals.net.au/wp-content/uploads/policies/Appendix_3-The_Appallingly_Bad_Neo-Classical_Economics_of_Climate_Change-Final_Version.pdf" target="_blank">Appendix 3</a>
</td>
</tr>
</table><</nobr>><<fav>> | <<return>>
----
!!Engaging parties-independents-candidates<<fav>> | <<return>> | [[Starting with projects]] | [[Assessing parties and candidates]]<<set $assessingPartiesCandidatesShowInStartingWithProjects to 1>>
----
!!How to assess parties and candidates
!!!Project elements
[[1. Scoping potential assessment frameworks|Scoping of potential assessment frameworks]]
[[2. A checklist for analysing candidate/party policies|An analysis checklist]]
[[3. Preferred assessment framework based on maximum protection - plus assessment checklist|Preferred_Maximum protection assessment framework]]
[[4. Victorian Senate case study (Australian federal election 2022)|Case studies]]
[[5. Parties-independants standing outside Victoria with an interest in climate|Other parties-independants standing outside Victoria with interest in climate]]<<fav>> | <<return>> | [[Starting with projects]] | [[Assessing parties and candidates]] | [[1. Scoping of potential assessment frameworks|Scoping of potential assessment frameworks]] | [[2. An analysis checklist|An analysis checklist]] | [[3. Preferred_Maximum protection assessment framework|Preferred_Maximum protection assessment framework]] | [[4. Case studies|Case studies]] | [[4a_Victorian Senate_parties-candidates-policies]] | [[4b_Victorian Senate_Assessment]] | here | [[4c_Other parties & independants standing outside Victoria with strong interest in climate|Other parties-independants standing outside Victoria with interest in climate]]<<set $assessingPartiesCandidatesShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
----
!!ALP assessment
!!!Overview
<font color=blue>(to come)</font>
!!!Response to the checklist questions
<table>
<tr>
<td class="borderless">Q1:</td>
<td class="borderless">Has the election policy been framed to protect any clearly identified climate vulnerable[[(*)|The climate vulnerable_brief (2include) DB]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q2:</td>
<td class="borderless">Does the policy indicate what protection, at the earth system and local levels, needs to be delivered for the climate vulnerable and when these protection conditions are required by? (the ''needs of the climate vulnerable'')</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q3:</td>
<td class="borderless">Are the protection-conditions and the deadlines clear and scientifically valid?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q4:</td>
<td class="borderless">What other unrelated climate goal(s) are driving the policy (that are not linked in a clear way to identified needs of the climate vulnerable)?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q5:</td>
<td class="borderless">What types of climate goals is the policy presenting[[(*)|Types of goals_PrinEtc]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q6:</td>
<td class="borderless">Are current climate impacts (locally and globally):
(a) presented symbolically to indicate the warming trend?
<font color=blue>Xxxxxxx</font>
(b) seen as creating a current emergency situation/problem?
<font color=blue>Xxxxxxx</font>
(c) seen as dangerous but something to be stabilised and adapted to (not reversed)?
<font color=blue>Xxxxxxx</font>
(d) seen as dangerous, unacceptable and something to be reversed?
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q7:</td>
<td class="borderless">Is there any commitment in the policy to restoring a defined safe climate? (ie. safe for whom or what and needed by when?) </td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q8:</td>
<td class="borderless">Does the party or candidate have quantitative targets and deadlines for:
(a) emissions elimination?
<font color=blue>Xxxxxxx</font>
(b) CO<sub>2</sub> drawdown from the air to restore a safe atmospheric level?
<font color=blue>Xxxxxxx</font>
(c) fast cooling (eg. solar reflection methods or cirrus cloud thinning) (to be achieved in years, not decades) if this can be done with clear net environmental and social benefit globally?
<font color=blue>Xxxxxxx</font>
(d) any other type of protective action at the earth system level? (ie. controlling ice loss to the ocean, neutralisation of excess ocean acidification, etc.) if this can be done with clear net environmental and social benefit globally.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q9:</td>
<td class="borderless">Does the party or candidate have targets and deadlines to deliver benefit for the climate vulnerable at the local level?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q10:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of protective actions, for example, related to:
(a) rapidly converting ''all sectors'' of the economy and society to //''zero emissions''//
<font color=blue>Xxxxxxx</font>
(b) rapidly building capacity (and lowering the unit cost) of //''drawing down''// all the excess CO<sub>2</sub> from the air (ie. not just as an offset for current emissions)
<font color=blue>Xxxxxxx</font>
(c) rapidly researching //''fast cooling''// methods and if it can be done with clear net global benefit deploying fast cooling
<font color=blue>Xxxxxxx</font>
(d) rapidly researching and if it can be done with clear net global benefit deploying other earth system level actions to tackle issues such as excess loss of ice from Greenland, Antarctica, the Himalayas, and the acidification of the ocean.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q11:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of supportive actions, for example, related to:
(a) Planning a comprehensive program to protect the climate vulnerable that fully taps the potential of the jurisdiction and its community
<font color=blue>Xxxxxxx</font>
(b) Deploying an emergency-mode response
<font color=blue>Xxxxxxx</font>
(c) Planning the rapid conversion of Australian exports to zero emissions (even if overseas demand persists for emission intensive products)
<font color=blue>Xxxxxxx</font>
(d) Climate impacts and earth systems research
<font color=blue>Xxxxxxx</font>
(e) Community education (issues/policy)
<font color=blue>Xxxxxxx</font>
(f) Participatory democracy
<font color=blue>Xxxxxxx</font>
(g) Research & development/innovation
<font color=blue>Xxxxxxx</font>
(h) Ensuring that climate solutions are sustainable
<font color=blue>Xxxxxxx</font>
(i) Developing renewable resources
<font color=blue>Xxxxxxx</font>
(j) Skills development/training etc.
<font color=blue>Xxxxxxx</font>
(k) Driving the early/accelerated retirement of all emissions sources
<font color=blue>Xxxxxxx</font>
(l) Enabling access to the market for new, necessary technologies to drive learning-by-doing cost reductions per unit of production
<font color=blue>Xxxxxxx</font>
(m) Enabling access to capital
<font color=blue>Xxxxxxx</font>
(n) Providing public funding for necessary technology that is not able to be self-financing (eg. some forms of CO<sub>2</sub> drawdown)
<font color=blue>Xxxxxxx</font>
(o) Provision of infrastructure
<font color=blue>Xxxxxxx</font>
(p) Legal and price regulation/prohibition of emissions sources and supply chain activities including production, extraction and exploration
<font color=blue>Xxxxxxx</font>
(q) Fair transition processes for workforces and communities currently dependent on obsolete forms of employment
<font color=blue>Xxxxxxx</font>
(r) Effective global action
<font color=blue>Xxxxxxx</font>
(s) International leadership
<font color=blue>Xxxxxxx</font>
(t) International aid
<font color=blue>This topic is not covered in the policy.</font>
(u) Dealing with policy uncertainty in the face of urgency
<font color=blue>This topic is not covered in the policy.</font></td>
</tr>
<tr>
<td class="borderless">Q12:</td>
<td class="borderless">Does the policy have mechanisms to ensure that targets, deadlines and actions are updated and implemented to ensure the full delivery of protection of the climate vulnerable?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q13:</td>
<td class="borderless">Is there anything useful that maximum protection activists can learn from the policies developed by the party or candidate?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
</table><<fav>> | <<return>> | [[Starting with projects]] | [[Assessing parties and candidates]] | [[1. Scoping of potential assessment frameworks|Scoping of potential assessment frameworks]] | [[2. An analysis checklist|An analysis checklist]] | [[3. Preferred_Maximum protection assessment framework|Preferred_Maximum protection assessment framework]] | [[4. Case studies|Case studies]] | [[4a_Victorian Senate_parties-candidates-policies]] | [[4b_Victorian Senate_Assessment]] | here | [[4c_Other parties & independants standing outside Victoria with strong interest in climate|Other parties-independants standing outside Victoria with interest in climate]]<<set $assessingPartiesCandidatesShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
----
!!Animal Justice Party assessment
!!!Overview
<font color=blue>(to come)</font>
!!!Response to the checklist questions
<table>
<tr>
<td class="borderless">Q1:</td>
<td class="borderless">Has the election policy been framed to protect any clearly identified climate vulnerable[[(*)|The climate vulnerable_brief (2include) DB]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q2:</td>
<td class="borderless">Does the policy indicate what protection, at the earth system and local levels, needs to be delivered for the climate vulnerable and when these protection conditions are required by? (the ''needs of the climate vulnerable'')</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q3:</td>
<td class="borderless">Are the protection-conditions and the deadlines clear and scientifically valid?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q4:</td>
<td class="borderless">What other unrelated climate goal(s) are driving the policy (that are not linked in a clear way to identified needs of the climate vulnerable)?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q5:</td>
<td class="borderless">What types of climate goals is the policy presenting[[(*)|Types of goals_PrinEtc]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q6:</td>
<td class="borderless">Are current climate impacts (locally and globally):
(a) presented symbolically to indicate the warming trend?
<font color=blue>Xxxxxxx</font>
(b) seen as creating a current emergency situation/problem?
<font color=blue>Xxxxxxx</font>
(c) seen as dangerous but something to be stabilised and adapted to (not reversed)?
<font color=blue>Xxxxxxx</font>
(d) seen as dangerous, unacceptable and something to be reversed?
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q7:</td>
<td class="borderless">Is there any commitment in the policy to restoring a defined safe climate? (ie. safe for whom or what and needed by when?) </td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q8:</td>
<td class="borderless">Does the party or candidate have quantitative targets and deadlines for:
(a) emissions elimination?
<font color=blue>Xxxxxxx</font>
(b) CO<sub>2</sub> drawdown from the air to restore a safe atmospheric level?
<font color=blue>Xxxxxxx</font>
(c) fast cooling (eg. solar reflection methods or cirrus cloud thinning) (to be achieved in years, not decades) if this can be done with clear net environmental and social benefit globally?
<font color=blue>Xxxxxxx</font>
(d) any other type of protective action at the earth system level? (ie. controlling ice loss to the ocean, neutralisation of excess ocean acidification, etc.) if this can be done with clear net environmental and social benefit globally.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q9:</td>
<td class="borderless">Does the party or candidate have targets and deadlines to deliver benefit for the climate vulnerable at the local level?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q10:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of protective actions, for example, related to:
(a) rapidly converting ''all sectors'' of the economy and society to //''zero emissions''//
<font color=blue>Xxxxxxx</font>
(b) rapidly building capacity (and lowering the unit cost) of //''drawing down''// all the excess CO<sub>2</sub> from the air (ie. not just as an offset for current emissions)
<font color=blue>Xxxxxxx</font>
(c) rapidly researching //''fast cooling''// methods and if it can be done with clear net global benefit deploying fast cooling
<font color=blue>Xxxxxxx</font>
(d) rapidly researching and if it can be done with clear net global benefit deploying other earth system level actions to tackle issues such as excess loss of ice from Greenland, Antarctica, the Himalayas, and the acidification of the ocean.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q11:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of supportive actions, for example, related to:
(a) Planning a comprehensive program to protect the climate vulnerable that fully taps the potential of the jurisdiction and its community
<font color=blue>Xxxxxxx</font>
(b) Deploying an emergency-mode response
<font color=blue>Xxxxxxx</font>
(c) Planning the rapid conversion of Australian exports to zero emissions (even if overseas demand persists for emission intensive products)
<font color=blue>Xxxxxxx</font>
(d) Climate impacts and earth systems research
<font color=blue>Xxxxxxx</font>
(e) Community education (issues/policy)
<font color=blue>Xxxxxxx</font>
(f) Participatory democracy
<font color=blue>Xxxxxxx</font>
(g) Research & development/innovation
<font color=blue>Xxxxxxx</font>
(h) Ensuring that climate solutions are sustainable
<font color=blue>Xxxxxxx</font>
(i) Developing renewable resources
<font color=blue>Xxxxxxx</font>
(j) Skills development/training etc.
<font color=blue>Xxxxxxx</font>
(k) Driving the early/accelerated retirement of all emissions sources
<font color=blue>Xxxxxxx</font>
(l) Enabling access to the market for new, necessary technologies to drive learning-by-doing cost reductions per unit of production
<font color=blue>Xxxxxxx</font>
(m) Enabling access to capital
<font color=blue>Xxxxxxx</font>
(n) Providing public funding for necessary technology that is not able to be self-financing (eg. some forms of CO<sub>2</sub> drawdown)
<font color=blue>Xxxxxxx</font>
(o) Provision of infrastructure
<font color=blue>Xxxxxxx</font>
(p) Legal and price regulation/prohibition of emissions sources and supply chain activities including production, extraction and exploration
<font color=blue>Xxxxxxx</font>
(q) Fair transition processes for workforces and communities currently dependent on obsolete forms of employment
<font color=blue>Xxxxxxx</font>
(r) Effective global action
<font color=blue>Xxxxxxx</font>
(s) International leadership
<font color=blue>Xxxxxxx</font>
(t) International aid
<font color=blue>This topic is not covered in the policy.</font>
(u) Dealing with policy uncertainty in the face of urgency
<font color=blue>This topic is not covered in the policy.</font></td>
</tr>
<tr>
<td class="borderless">Q12:</td>
<td class="borderless">Does the policy have mechanisms to ensure that targets, deadlines and actions are updated and implemented to ensure the full delivery of protection of the climate vulnerable?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q13:</td>
<td class="borderless">Is there anything useful that maximum protection activists can learn from the policies developed by the party or candidate?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
</table><<fav>> | <<return>> | [[Starting with projects]] | [[Assessing parties and candidates]] | [[1. Scoping of potential assessment frameworks|Scoping of potential assessment frameworks]] | [[2. An analysis checklist|An analysis checklist]] | [[3. Preferred_Maximum protection assessment framework|Preferred_Maximum protection assessment framework]] | [[4. Case studies|Case studies]] | [[4a_Victorian Senate_parties-candidates-policies]] | [[4b_Victorian Senate_Assessment]] | here | [[4c_Other parties & independants standing outside Victoria with strong interest in climate|Other parties-independants standing outside Victoria with interest in climate]]<<set $assessingPartiesCandidatesShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
----
!!Australian Democrats assessment
!!!Overview
<font color=blue>(to come)</font>
!!!Response to the checklist questions
<table>
<tr>
<td class="borderless">Q1:</td>
<td class="borderless">Has the election policy been framed to protect any clearly identified climate vulnerable[[(*)|The climate vulnerable_brief (2include) DB]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q2:</td>
<td class="borderless">Does the policy indicate what protection, at the earth system and local levels, needs to be delivered for the climate vulnerable and when these protection conditions are required by? (the ''needs of the climate vulnerable'')</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q3:</td>
<td class="borderless">Are the protection-conditions and the deadlines clear and scientifically valid?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q4:</td>
<td class="borderless">What other unrelated climate goal(s) are driving the policy (that are not linked in a clear way to identified needs of the climate vulnerable)?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q5:</td>
<td class="borderless">What types of climate goals is the policy presenting[[(*)|Types of goals_PrinEtc]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q6:</td>
<td class="borderless">Are current climate impacts (locally and globally):
(a) presented symbolically to indicate the warming trend?
<font color=blue>Xxxxxxx</font>
(b) seen as creating a current emergency situation/problem?
<font color=blue>Xxxxxxx</font>
(c) seen as dangerous but something to be stabilised and adapted to (not reversed)?
<font color=blue>Xxxxxxx</font>
(d) seen as dangerous, unacceptable and something to be reversed?
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q7:</td>
<td class="borderless">Is there any commitment in the policy to restoring a defined safe climate? (ie. safe for whom or what and needed by when?) </td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q8:</td>
<td class="borderless">Does the party or candidate have quantitative targets and deadlines for:
(a) emissions elimination?
<font color=blue>Xxxxxxx</font>
(b) CO<sub>2</sub> drawdown from the air to restore a safe atmospheric level?
<font color=blue>Xxxxxxx</font>
(c) fast cooling (eg. solar reflection methods or cirrus cloud thinning) (to be achieved in years, not decades) if this can be done with clear net environmental and social benefit globally?
<font color=blue>Xxxxxxx</font>
(d) any other type of protective action at the earth system level? (ie. controlling ice loss to the ocean, neutralisation of excess ocean acidification, etc.) if this can be done with clear net environmental and social benefit globally.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q9:</td>
<td class="borderless">Does the party or candidate have targets and deadlines to deliver benefit for the climate vulnerable at the local level?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q10:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of protective actions, for example, related to:
(a) rapidly converting ''all sectors'' of the economy and society to //''zero emissions''//
<font color=blue>Xxxxxxx</font>
(b) rapidly building capacity (and lowering the unit cost) of //''drawing down''// all the excess CO<sub>2</sub> from the air (ie. not just as an offset for current emissions)
<font color=blue>Xxxxxxx</font>
(c) rapidly researching //''fast cooling''// methods and if it can be done with clear net global benefit deploying fast cooling
<font color=blue>Xxxxxxx</font>
(d) rapidly researching and if it can be done with clear net global benefit deploying other earth system level actions to tackle issues such as excess loss of ice from Greenland, Antarctica, the Himalayas, and the acidification of the ocean.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q11:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of supportive actions, for example, related to:
(a) Planning a comprehensive program to protect the climate vulnerable that fully taps the potential of the jurisdiction and its community
<font color=blue>Xxxxxxx</font>
(b) Deploying an emergency-mode response
<font color=blue>Xxxxxxx</font>
(c) Planning the rapid conversion of Australian exports to zero emissions (even if overseas demand persists for emission intensive products)
<font color=blue>Xxxxxxx</font>
(d) Climate impacts and earth systems research
<font color=blue>Xxxxxxx</font>
(e) Community education (issues/policy)
<font color=blue>Xxxxxxx</font>
(f) Participatory democracy
<font color=blue>Xxxxxxx</font>
(g) Research & development/innovation
<font color=blue>Xxxxxxx</font>
(h) Ensuring that climate solutions are sustainable
<font color=blue>Xxxxxxx</font>
(i) Developing renewable resources
<font color=blue>Xxxxxxx</font>
(j) Skills development/training etc.
<font color=blue>Xxxxxxx</font>
(k) Driving the early/accelerated retirement of all emissions sources
<font color=blue>Xxxxxxx</font>
(l) Enabling access to the market for new, necessary technologies to drive learning-by-doing cost reductions per unit of production
<font color=blue>Xxxxxxx</font>
(m) Enabling access to capital
<font color=blue>Xxxxxxx</font>
(n) Providing public funding for necessary technology that is not able to be self-financing (eg. some forms of CO<sub>2</sub> drawdown)
<font color=blue>Xxxxxxx</font>
(o) Provision of infrastructure
<font color=blue>Xxxxxxx</font>
(p) Legal and price regulation/prohibition of emissions sources and supply chain activities including production, extraction and exploration
<font color=blue>Xxxxxxx</font>
(q) Fair transition processes for workforces and communities currently dependent on obsolete forms of employment
<font color=blue>Xxxxxxx</font>
(r) Effective global action
<font color=blue>Xxxxxxx</font>
(s) International leadership
<font color=blue>Xxxxxxx</font>
(t) International aid
<font color=blue>This topic is not covered in the policy.</font>
(u) Dealing with policy uncertainty in the face of urgency
<font color=blue>This topic is not covered in the policy.</font></td>
</tr>
<tr>
<td class="borderless">Q12:</td>
<td class="borderless">Does the policy have mechanisms to ensure that targets, deadlines and actions are updated and implemented to ensure the full delivery of protection of the climate vulnerable?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q13:</td>
<td class="borderless">Is there anything useful that maximum protection activists can learn from the policies developed by the party or candidate?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
</table><<fav>> | <<return>> | [[Starting with projects]] | [[Assessing parties and candidates]] | [[1. Scoping of potential assessment frameworks|Scoping of potential assessment frameworks]] | [[2. An analysis checklist|An analysis checklist]] | [[3. Preferred_Maximum protection assessment framework|Preferred_Maximum protection assessment framework]] | [[4. Case studies|Case studies]] | [[4a_Victorian Senate_parties-candidates-policies]] | [[4b_Victorian Senate_Assessment]] | here | [[4c_Other parties & independants standing outside Victoria with strong interest in climate|Other parties-independants standing outside Victoria with interest in climate]]<<set $assessingPartiesCandidatesShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
----
!!Australian Progressives assessment
!!!Overview
<font color=blue>(to come)</font>
!!!Response to the checklist questions
<table>
<tr>
<td class="borderless">Q1:</td>
<td class="borderless">Has the election policy been framed to protect any clearly identified climate vulnerable[[(*)|The climate vulnerable_brief (2include) DB]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q2:</td>
<td class="borderless">Does the policy indicate what protection, at the earth system and local levels, needs to be delivered for the climate vulnerable and when these protection conditions are required by? (the ''needs of the climate vulnerable'')</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q3:</td>
<td class="borderless">Are the protection-conditions and the deadlines clear and scientifically valid?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q4:</td>
<td class="borderless">What other unrelated climate goal(s) are driving the policy (that are not linked in a clear way to identified needs of the climate vulnerable)?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q5:</td>
<td class="borderless">What types of climate goals is the policy presenting[[(*)|Types of goals_PrinEtc]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q6:</td>
<td class="borderless">Are current climate impacts (locally and globally):
(a) presented symbolically to indicate the warming trend?
<font color=blue>Xxxxxxx</font>
(b) seen as creating a current emergency situation/problem?
<font color=blue>Xxxxxxx</font>
(c) seen as dangerous but something to be stabilised and adapted to (not reversed)?
<font color=blue>Xxxxxxx</font>
(d) seen as dangerous, unacceptable and something to be reversed?
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q7:</td>
<td class="borderless">Is there any commitment in the policy to restoring a defined safe climate? (ie. safe for whom or what and needed by when?) </td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q8:</td>
<td class="borderless">Does the party or candidate have quantitative targets and deadlines for:
(a) emissions elimination?
<font color=blue>Xxxxxxx</font>
(b) CO<sub>2</sub> drawdown from the air to restore a safe atmospheric level?
<font color=blue>Xxxxxxx</font>
(c) fast cooling (eg. solar reflection methods or cirrus cloud thinning) (to be achieved in years, not decades) if this can be done with clear net environmental and social benefit globally?
<font color=blue>Xxxxxxx</font>
(d) any other type of protective action at the earth system level? (ie. controlling ice loss to the ocean, neutralisation of excess ocean acidification, etc.) if this can be done with clear net environmental and social benefit globally.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q9:</td>
<td class="borderless">Does the party or candidate have targets and deadlines to deliver benefit for the climate vulnerable at the local level?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q10:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of protective actions, for example, related to:
(a) rapidly converting ''all sectors'' of the economy and society to //''zero emissions''//
<font color=blue>Xxxxxxx</font>
(b) rapidly building capacity (and lowering the unit cost) of //''drawing down''// all the excess CO<sub>2</sub> from the air (ie. not just as an offset for current emissions)
<font color=blue>Xxxxxxx</font>
(c) rapidly researching //''fast cooling''// methods and if it can be done with clear net global benefit deploying fast cooling
<font color=blue>Xxxxxxx</font>
(d) rapidly researching and if it can be done with clear net global benefit deploying other earth system level actions to tackle issues such as excess loss of ice from Greenland, Antarctica, the Himalayas, and the acidification of the ocean.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q11:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of supportive actions, for example, related to:
(a) Planning a comprehensive program to protect the climate vulnerable that fully taps the potential of the jurisdiction and its community
<font color=blue>Xxxxxxx</font>
(b) Deploying an emergency-mode response
<font color=blue>Xxxxxxx</font>
(c) Planning the rapid conversion of Australian exports to zero emissions (even if overseas demand persists for emission intensive products)
<font color=blue>Xxxxxxx</font>
(d) Climate impacts and earth systems research
<font color=blue>Xxxxxxx</font>
(e) Community education (issues/policy)
<font color=blue>Xxxxxxx</font>
(f) Participatory democracy
<font color=blue>Xxxxxxx</font>
(g) Research & development/innovation
<font color=blue>Xxxxxxx</font>
(h) Ensuring that climate solutions are sustainable
<font color=blue>Xxxxxxx</font>
(i) Developing renewable resources
<font color=blue>Xxxxxxx</font>
(j) Skills development/training etc.
<font color=blue>Xxxxxxx</font>
(k) Driving the early/accelerated retirement of all emissions sources
<font color=blue>Xxxxxxx</font>
(l) Enabling access to the market for new, necessary technologies to drive learning-by-doing cost reductions per unit of production
<font color=blue>Xxxxxxx</font>
(m) Enabling access to capital
<font color=blue>Xxxxxxx</font>
(n) Providing public funding for necessary technology that is not able to be self-financing (eg. some forms of CO<sub>2</sub> drawdown)
<font color=blue>Xxxxxxx</font>
(o) Provision of infrastructure
<font color=blue>Xxxxxxx</font>
(p) Legal and price regulation/prohibition of emissions sources and supply chain activities including production, extraction and exploration
<font color=blue>Xxxxxxx</font>
(q) Fair transition processes for workforces and communities currently dependent on obsolete forms of employment
<font color=blue>Xxxxxxx</font>
(r) Effective global action
<font color=blue>Xxxxxxx</font>
(s) International leadership
<font color=blue>Xxxxxxx</font>
(t) International aid
<font color=blue>This topic is not covered in the policy.</font>
(u) Dealing with policy uncertainty in the face of urgency
<font color=blue>This topic is not covered in the policy.</font></td>
</tr>
<tr>
<td class="borderless">Q12:</td>
<td class="borderless">Does the policy have mechanisms to ensure that targets, deadlines and actions are updated and implemented to ensure the full delivery of protection of the climate vulnerable?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q13:</td>
<td class="borderless">Is there anything useful that maximum protection activists can learn from the policies developed by the party or candidate?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
</table><<fav>> | <<return>> | [[Starting with projects]] | [[Assessing parties and candidates]] | [[1. Scoping of potential assessment frameworks|Scoping of potential assessment frameworks]] | [[2. An analysis checklist|An analysis checklist]] | [[3. Preferred_Maximum protection assessment framework|Preferred_Maximum protection assessment framework]] | [[4. Case studies|Case studies]] | [[4a_Victorian Senate_parties-candidates-policies]] | [[4b_Victorian Senate_Assessment]] | here | [[4c_Other parties & independants standing outside Victoria with strong interest in climate|Other parties-independants standing outside Victoria with interest in climate]]<<set $assessingPartiesCandidatesShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
----
!!Byrne Wardle (Socialists) assessment
!!!Overview
<font color=blue>(to come)</font>
!!!Response to the checklist questions
<table>
<tr>
<td class="borderless">Q1:</td>
<td class="borderless">Has the election policy been framed to protect any clearly identified climate vulnerable[[(*)|The climate vulnerable_brief (2include) DB]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q2:</td>
<td class="borderless">Does the policy indicate what protection, at the earth system and local levels, needs to be delivered for the climate vulnerable and when these protection conditions are required by? (the ''needs of the climate vulnerable'')</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q3:</td>
<td class="borderless">Are the protection-conditions and the deadlines clear and scientifically valid?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q4:</td>
<td class="borderless">What other unrelated climate goal(s) are driving the policy (that are not linked in a clear way to identified needs of the climate vulnerable)?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q5:</td>
<td class="borderless">What types of climate goals is the policy presenting[[(*)|Types of goals_PrinEtc]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q6:</td>
<td class="borderless">Are current climate impacts (locally and globally):
(a) presented symbolically to indicate the warming trend?
<font color=blue>Xxxxxxx</font>
(b) seen as creating a current emergency situation/problem?
<font color=blue>Xxxxxxx</font>
(c) seen as dangerous but something to be stabilised and adapted to (not reversed)?
<font color=blue>Xxxxxxx</font>
(d) seen as dangerous, unacceptable and something to be reversed?
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q7:</td>
<td class="borderless">Is there any commitment in the policy to restoring a defined safe climate? (ie. safe for whom or what and needed by when?) </td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q8:</td>
<td class="borderless">Does the party or candidate have quantitative targets and deadlines for:
(a) emissions elimination?
<font color=blue>Xxxxxxx</font>
(b) CO<sub>2</sub> drawdown from the air to restore a safe atmospheric level?
<font color=blue>Xxxxxxx</font>
(c) fast cooling (eg. solar reflection methods or cirrus cloud thinning) (to be achieved in years, not decades) if this can be done with clear net environmental and social benefit globally?
<font color=blue>Xxxxxxx</font>
(d) any other type of protective action at the earth system level? (ie. controlling ice loss to the ocean, neutralisation of excess ocean acidification, etc.) if this can be done with clear net environmental and social benefit globally.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q9:</td>
<td class="borderless">Does the party or candidate have targets and deadlines to deliver benefit for the climate vulnerable at the local level?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q10:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of protective actions, for example, related to:
(a) rapidly converting ''all sectors'' of the economy and society to //''zero emissions''//
<font color=blue>Xxxxxxx</font>
(b) rapidly building capacity (and lowering the unit cost) of //''drawing down''// all the excess CO<sub>2</sub> from the air (ie. not just as an offset for current emissions)
<font color=blue>Xxxxxxx</font>
(c) rapidly researching //''fast cooling''// methods and if it can be done with clear net global benefit deploying fast cooling
<font color=blue>Xxxxxxx</font>
(d) rapidly researching and if it can be done with clear net global benefit deploying other earth system level actions to tackle issues such as excess loss of ice from Greenland, Antarctica, the Himalayas, and the acidification of the ocean.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q11:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of supportive actions, for example, related to:
(a) Planning a comprehensive program to protect the climate vulnerable that fully taps the potential of the jurisdiction and its community
<font color=blue>Xxxxxxx</font>
(b) Deploying an emergency-mode response
<font color=blue>Xxxxxxx</font>
(c) Planning the rapid conversion of Australian exports to zero emissions (even if overseas demand persists for emission intensive products)
<font color=blue>Xxxxxxx</font>
(d) Climate impacts and earth systems research
<font color=blue>Xxxxxxx</font>
(e) Community education (issues/policy)
<font color=blue>Xxxxxxx</font>
(f) Participatory democracy
<font color=blue>Xxxxxxx</font>
(g) Research & development/innovation
<font color=blue>Xxxxxxx</font>
(h) Ensuring that climate solutions are sustainable
<font color=blue>Xxxxxxx</font>
(i) Developing renewable resources
<font color=blue>Xxxxxxx</font>
(j) Skills development/training etc.
<font color=blue>Xxxxxxx</font>
(k) Driving the early/accelerated retirement of all emissions sources
<font color=blue>Xxxxxxx</font>
(l) Enabling access to the market for new, necessary technologies to drive learning-by-doing cost reductions per unit of production
<font color=blue>Xxxxxxx</font>
(m) Enabling access to capital
<font color=blue>Xxxxxxx</font>
(n) Providing public funding for necessary technology that is not able to be self-financing (eg. some forms of CO<sub>2</sub> drawdown)
<font color=blue>Xxxxxxx</font>
(o) Provision of infrastructure
<font color=blue>Xxxxxxx</font>
(p) Legal and price regulation/prohibition of emissions sources and supply chain activities including production, extraction and exploration
<font color=blue>Xxxxxxx</font>
(q) Fair transition processes for workforces and communities currently dependent on obsolete forms of employment
<font color=blue>Xxxxxxx</font>
(r) Effective global action
<font color=blue>Xxxxxxx</font>
(s) International leadership
<font color=blue>Xxxxxxx</font>
(t) International aid
<font color=blue>This topic is not covered in the policy.</font>
(u) Dealing with policy uncertainty in the face of urgency
<font color=blue>This topic is not covered in the policy.</font></td>
</tr>
<tr>
<td class="borderless">Q12:</td>
<td class="borderless">Does the policy have mechanisms to ensure that targets, deadlines and actions are updated and implemented to ensure the full delivery of protection of the climate vulnerable?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q13:</td>
<td class="borderless">Is there anything useful that maximum protection activists can learn from the policies developed by the party or candidate?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
</table><<fav>> | <<return>> | [[Starting with projects]] | [[Assessing parties and candidates]] | [[1. Scoping of potential assessment frameworks|Scoping of potential assessment frameworks]] | [[2. An analysis checklist|An analysis checklist]] | [[3. Preferred_Maximum protection assessment framework|Preferred_Maximum protection assessment framework]] | [[4. Case studies|Case studies]] | [[4a_Victorian Senate_parties-candidates-policies]] | [[4b_Victorian Senate_Assessment]] | here | [[4c_Other parties & independants standing outside Victoria with strong interest in climate|Other parties-independants standing outside Victoria with interest in climate]]<<set $assessingPartiesCandidatesShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
----
!!Fusion assessment
!!!Policies
<<include [[Fusion_policies (2include)]]>>
!!!Overview
<font color=blue>The strengths of the Fusion policy are:
*the recognition that the climate is unacceptably dangerous already (so the Paris goals are not suitable or strong enough).
*safe climate conditions need to be restored.
*the short timeline to net zero emissions (to be achieved in 10 years ie. by 2032)
*climate action needs to go further than emissions elimination (eg. additional measures are needed like the drawdown of CO<sub>2</sub> from the air/ocean to get the concentration in the environment back to a safe level).
*climate action needs to be undertaken in emergency mode, where resources and capabilities are mobilised intensely so that action can occur at the necessary scale and speed.
The gaps in the Fusion policy are:
*the lack of a clear anchor on protecting specific classes of the climate vulnerable (humans, other living things,) leaving the policy without clear conditions to be restored in time.
*the policy holes arising because the needed end state and timing has not been clarified.
These two extracts from the Fusion policy are not correct:</font>
"Transitioning to negative emissions only requires demonstration that the technology is available, economical, and reliable."
><font color=blue>Negative emissions technologies that are "available, economical, and reliable" cannot be scaled up as far as necessary without conflicting seriously with biodiversity protection and food production and may be very vulnerable to rising temperatures. Some of the drawdown technologies that might be needed are very immature and may never be fully self-funding.</font>
"Beginning the path to zero emissions in 10 years will ensure that we are well-placed to minimise global warming"
><font color=blue>[[Breakthrough research|http://www.breakthroughonline.org.au]] - especially the paper Climate Reality Check 2021 show that zero emissions alone will not stop the upward trajectory of the global temerature for about 20 years.</font>
!!!Response to the checklist questions
<table>
<tr>
<td class="borderless">Q1:</td>
<td class="borderless">Has the election policy been framed to protect any clearly identified climate vulnerable[[(*)|The climate vulnerable_brief (2include) DB]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>The policy hints at this somewhat vaguely saying that climate poses a "threat to our survival". It's not clear whose survival is at stake. Humans? Australians? People across the globe?</font></td>
</tr>
<tr>
<td class="borderless">Q2:</td>
<td class="borderless">Does the policy indicate what protection, at the earth system and local levels, needs to be delivered for the climate vulnerable and when these protection conditions are required by? (the ''needs of the climate vulnerable'')</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>No, this is not included in the policy.</font></td>
</tr>
<tr>
<td class="borderless">Q3:</td>
<td class="borderless">Are the protection-conditions and the deadlines clear and scientifically valid?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>(Not applicable, in the light of the answer to the previous question.)</font></td>
</tr>
<tr>
<td class="borderless">Q4:</td>
<td class="borderless">What other unrelated climate goal(s) are driving the policy (that are not linked in a clear way to identified needs of the climate vulnerable)?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>The policy doesn't reference the Paris goals, which is appropriate given that the Fusion policy asserts that the climate is already unacceptably dangerous well before the lowest Paris temperature goal (+1.5°C ).</font></td>
</tr>
<tr>
<td class="borderless">Q5:</td>
<td class="borderless">What types of climate goals is the policy presenting[[(*)|Types of goals_PrinEtc]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>It is not clear what types of goals Fusion is pursuing (eg. a literal goal or a stretch goal) because Fusion hasn't identified clearly who or what it is trying to protect and what conditions need to be delivered by when to provide that protection.</font></td>
</tr>
<tr>
<td class="borderless">Q6:</td>
<td class="borderless">Are current climate impacts (locally and globally):
(a) presented symbolically to indicate the warming trend?
<font color=blue>No</font>
(b) seen as creating a current emergency situation/problem?
<font color=blue>The present state of the climate is recognised as being not safe and as creating an emergency problem</font>
(c) seen as dangerous but something to be stabilised and adapted to (not reversed)?
<font color=blue>No</font>
(d) seen as dangerous, unacceptable and something to be reversed?
<font color=blue>Yes - the policy says that emissions levels in the air need to be taken below the current level.</font></td>
</tr>
<tr>
<td class="borderless">Q7:</td>
<td class="borderless">Is there any commitment in the policy to restoring a defined safe climate? (ie. safe for whom or what and needed by when?) </td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>The policy commits to restoring a safe climate. But what constitutes 'safe' for whom, and by when is not identified.</font></td>
</tr>
<tr>
<td class="borderless">Q8:</td>
<td class="borderless">Does the party or candidate have quantitative targets and deadlines for:
(a) emissions elimination?
<font color=blue>The policy argues for getting to net zero in 10 years (2032) - and then going further (but doesn't say how much further for what reason and by when).</font>
(b) CO<sub>2</sub> drawdown from the air to restore a safe atmospheric level?
<font color=blue>The policy argues for negative emissions (reducing atmospheric greenhouse gas levels) after reaching zero emissions in 10 years.</font>
(c) fast cooling (eg. solar reflection methods or cirrus cloud thinning) (to be achieved in years, not decades) if this can be done with clear net environmental and social benefit globally?
<font color=blue>Fast cooling is not mentioned in the policy.</font>
(d) any other type of protective action at the earth system level? (ie. controlling ice loss to the ocean, neutralisation of excess ocean acidification, etc.) if this can be done with clear net environmental and social benefit globally.
<font color=blue>Other protection methods are not mentioned in the policy.</font></td>
</tr>
<tr>
<td class="borderless">Q9:</td>
<td class="borderless">Does the party or candidate have targets and deadlines to deliver benefit for the climate vulnerable at the local level?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>No</font></td>
</tr>
<tr>
<td class="borderless">Q10:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of protective actions, for example, related to:
(a) rapidly converting ''all sectors'' of the economy and society to //''zero emissions''//
<font color=blue>Commitments are made to:
• go to zero emissions in 10 years (2032) (followed by negative emissions). The policy refers people to zero emissions solutions research by [[BZE|https://bze.org.au]].
• replace all government transoprt fleets with electric vehicles.
• continue to invest in green hydrogen and other zero emissions liquid fuels as a potential future zero emissions heavy vehicle and flight fuel.</font>
(b) rapidly building capacity (and lowering the unit cost) of //''drawing down''// all the excess CO<sub>2</sub> from the air (ie. not just as an offset for current emissions)
<font color=blue>Elaborating policies of this sort are not included in the policy.</font>
(c) rapidly researching //''fast cooling''// methods and if it can be done with clear net global benefit deploying fast cooling
<font color=blue>Elaborating policies on fast cooling are not included in the policy.</font>
(d) rapidly researching and if it can be done with clear net global benefit deploying other earth system level actions to tackle issues such as excess loss of ice from Greenland, Antarctica, the Himalayas, and the acidification of the ocean.
<font color=blue>No policies of this sort are included in the policy.</font></td>
</tr>
<tr>
<td class="borderless">Q11:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of supportive actions, for example, related to:
(a) Planning a comprehensive program to protect the climate vulnerable that fully taps the potential of the jurisdiction and its community
<font color=blue>The policy calls for ensuring that climate effects are considered in all other policy actions.</font>
(b) Deploying an emergency-mode response
<font color=blue>The policy says that "the world has left it too long for a gradual path to net zero to restore a safe climate". We need "to take a war-footing against a threat to our survival". A climate emergency needs to be declared and mobilised against via a Climate Emergency and Mobilisation Act.</font>
(c) Planning the rapid conversion of Australian exports to zero emissions (even if overseas demand persists for emission intensive products)
<font color=blue>This topic is not covered in the policy.</font>
(d) Climate impacts and earth systems research
<font color=blue>This topic is not covered in the policy.</font>
(e) Community education (issues/policy)
<font color=blue>This topic is not covered in the policy.</font>
(f) Participatory democracy
<font color=blue>This topic is not covered in the policy.</font>
(g) Research & development/innovation
<font color=blue>The policy calls for investment in R+D, to accelerate the transition away from fossil fuels, and make Australia the global leader in clean technology.</font>
(h) Ensuring that climate solutions are sustainable
<font color=blue>This topic is not covered in the policy.</font>
(i) Developing renewable resources
<font color=blue>The policy calls for 800% renewables - to meet domestic and export needs.</font>
(j) Skills development/training etc.
<font color=blue>This topic is not covered in the policy.</font>
(k) Driving the early/accelerated retirement of all emissions sources
<font color=blue>This topic is not discussed overtly in the policy, but the policy commitment to putting a price on greenhouse gas emissions ('carbon' price) no doubt is intended to accelerate the retirement of all emissions sources.</font>
(l) Enabling access to the market for new, necessary technologies to drive learning-by-doing cost reductions per unit of production
<font color=blue>This topic is not covered in the policy.</font>
(m) Enabling access to capital
<font color=blue>This topic is not covered overtly in the policy, but the policy items listed under Q11(p) probably relate to this issue to some degree.</font>
(n) Providing public funding for necessary technology that is not able to be self-financing (eg. some forms of CO<sub>2</sub> drawdown)
<font color=blue>This topic is not covered in the policy.</font>
(o) Provision of infrastructure
<font color=blue>The policy calls for:
• the establishment of a national grid to distribute renewable energy
• use electric vehicle batteries to stabilise the grid during peak demand
• construct a nationally coordinated electric vehicle charging network
• build a high speed rail from Melbourne to Brisbane</font>
(p) Legal and price regulation/prohibition of emissions sources and supply chain activities including production, extraction and exploration
<font color=blue>The policy calls for:
• a carbon price (with no further details)
• the removal of all subsidies from greenhouse intensive practices and vehicles
• the "incentivisation (subsidisation?) of clean energy export markets and carbon-drawdown measures such as regenerative agriculture
• the disincentivisation of greenhouse-intensive imports and products
• the removal of the luxury tax from electric vehicles
• facilitation of financing for the purchase of electric vehicles, based on savings accrued.
Action to disincentivise the export of emissions intensive products is not discussed.</font>
(q) Fair transition processes for workforces and communities currently dependent on obsolete forms of employment
<font color=blue>This topic is not covered in the policy.</font>
(r) Effective global action
<font color=blue>The policy asserts that action will be needed across all sectors of the world’s economies.</font>
(s) International leadership
<font color=blue>The policy says that Australia should lead and collaborate internationally to make it possible to reduceemissions concentrations and to restore a safe climate.</font>
(t) International aid
<font color=blue>This topic is not covered in the policy.</font>
(u) Dealing with policy uncertainty in the face of urgency
<font color=blue>This topic is not covered in the policy.</font></td>
</tr>
<tr>
<td class="borderless">Q12:</td>
<td class="borderless">Does the policy have mechanisms to ensure that targets, deadlines and actions are updated and implemented to ensure the full delivery of protection of the climate vulnerable?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>No</font></td>
</tr>
<tr>
<td class="borderless">Q13:</td>
<td class="borderless">Is there anything useful that maximum protection activists can learn from the policies developed by the party or candidate?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>The assessment checklist needed some revisions so that it could handle the scope of the Fusion policy.</font></td>
</tr>
</table><<fav>> | <<return>> | [[Starting with projects]] | [[Assessing parties and candidates]] | [[1. Scoping of potential assessment frameworks|Scoping of potential assessment frameworks]] | [[2. An analysis checklist|An analysis checklist]] | [[3. Preferred_Maximum protection assessment framework|Preferred_Maximum protection assessment framework]] | [[4. Case studies|Case studies]] | [[4a_Victorian Senate_parties-candidates-policies]] | [[4b_Victorian Senate_Assessment]] | here | [[4c_Other parties & independants standing outside Victoria with strong interest in climate|Other parties-independants standing outside Victoria with interest in climate]]<<set $assessingPartiesCandidatesShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
----
!!Greens assessment
!!!Policies
<<include [[Greens_policies (2include)]]>>
!!!Overview
<font color=blue>(to come)</font>
!!!Response to the checklist questions
<table>
<tr>
<td class="borderless">Q1:</td>
<td class="borderless">Has the election policy been framed to protect any clearly identified climate vulnerable[[(*)|The climate vulnerable_brief (2include) DB]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q2:</td>
<td class="borderless">Does the policy indicate what protection, at the earth system and local levels, needs to be delivered for the climate vulnerable and when these protection conditions are required by? (the ''needs of the climate vulnerable'')</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q3:</td>
<td class="borderless">Are the protection-conditions and the deadlines clear and scientifically valid?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q4:</td>
<td class="borderless">What other unrelated climate goal(s) are driving the policy (that are not linked in a clear way to identified needs of the climate vulnerable)?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q5:</td>
<td class="borderless">What types of climate goals is the policy presenting[[(*)|Types of goals_PrinEtc]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q6:</td>
<td class="borderless">Are current climate impacts (locally and globally):
(a) presented symbolically to indicate the warming trend?
<font color=blue>Xxxxxxx</font>
(b) seen as creating a current emergency situation/problem?
<font color=blue>Xxxxxxx</font>
(c) seen as dangerous but something to be stabilised and adapted to (not reversed)?
<font color=blue>Xxxxxxx</font>
(d) seen as dangerous, unacceptable and something to be reversed?
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q7:</td>
<td class="borderless">Is there any commitment in the policy to restoring a defined safe climate? (ie. safe for whom or what and needed by when?) </td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q8:</td>
<td class="borderless">Does the party or candidate have quantitative targets and deadlines for:
(a) emissions elimination?
<font color=blue>Xxxxxxx</font>
(b) CO<sub>2</sub> drawdown from the air to restore a safe atmospheric level?
<font color=blue>Xxxxxxx</font>
(c) fast cooling (eg. solar reflection methods or cirrus cloud thinning) (to be achieved in years, not decades) if this can be done with clear net environmental and social benefit globally?
<font color=blue>Xxxxxxx</font>
(d) any other type of protective action at the earth system level? (ie. controlling ice loss to the ocean, neutralisation of excess ocean acidification, etc.) if this can be done with clear net environmental and social benefit globally.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q9:</td>
<td class="borderless">Does the party or candidate have targets and deadlines to deliver benefit for the climate vulnerable at the local level?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q10:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of protective actions, for example, related to:
(a) rapidly converting ''all sectors'' of the economy and society to //''zero emissions''//
<font color=blue>Xxxxxxx</font>
(b) rapidly building capacity (and lowering the unit cost) of //''drawing down''// all the excess CO<sub>2</sub> from the air (ie. not just as an offset for current emissions)
<font color=blue>Xxxxxxx</font>
(c) rapidly researching //''fast cooling''// methods and if it can be done with clear net global benefit deploying fast cooling
<font color=blue>Xxxxxxx</font>
(d) rapidly researching and if it can be done with clear net global benefit deploying other earth system level actions to tackle issues such as excess loss of ice from Greenland, Antarctica, the Himalayas, and the acidification of the ocean.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q11:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of supportive actions, for example, related to:
(a) Planning a comprehensive program to protect the climate vulnerable that fully taps the potential of the jurisdiction and its community
<font color=blue>Xxxxxxx</font>
(b) Deploying an emergency-mode response
<font color=blue>Xxxxxxx</font>
(c) Planning the rapid conversion of Australian exports to zero emissions (even if overseas demand persists for emission intensive products)
<font color=blue>Xxxxxxx</font>
(d) Climate impacts and earth systems research
<font color=blue>Xxxxxxx</font>
(e) Community education (issues/policy)
<font color=blue>Xxxxxxx</font>
(f) Participatory democracy
<font color=blue>Xxxxxxx</font>
(g) Research & development/innovation
<font color=blue>Xxxxxxx</font>
(h) Ensuring that climate solutions are sustainable
<font color=blue>Xxxxxxx</font>
(i) Developing renewable resources
<font color=blue>Xxxxxxx</font>
(j) Skills development/training etc.
<font color=blue>Xxxxxxx</font>
(k) Driving the early/accelerated retirement of all emissions sources
<font color=blue>Xxxxxxx</font>
(l) Enabling access to the market for new, necessary technologies to drive learning-by-doing cost reductions per unit of production
<font color=blue>Xxxxxxx</font>
(m) Enabling access to capital
<font color=blue>Xxxxxxx</font>
(n) Providing public funding for necessary technology that is not able to be self-financing (eg. some forms of CO<sub>2</sub> drawdown)
<font color=blue>Xxxxxxx</font>
(o) Provision of infrastructure
<font color=blue>Xxxxxxx</font>
(p) Legal and price regulation/prohibition of emissions sources and supply chain activities including production, extraction and exploration
<font color=blue>Xxxxxxx</font>
(q) Fair transition processes for workforces and communities currently dependent on obsolete forms of employment
<font color=blue>Xxxxxxx</font>
(r) Effective global action
<font color=blue>Xxxxxxx</font>
(s) International leadership
<font color=blue>Xxxxxxx</font>
(t) International aid
<font color=blue>This topic is not covered in the policy.</font>
(u) Dealing with policy uncertainty in the face of urgency
<font color=blue>This topic is not covered in the policy.</font></td>
</tr>
<tr>
<td class="borderless">Q12:</td>
<td class="borderless">Does the policy have mechanisms to ensure that targets, deadlines and actions are updated and implemented to ensure the full delivery of protection of the climate vulnerable?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q13:</td>
<td class="borderless">Is there anything useful that maximum protection activists can learn from the policies developed by the party or candidate?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
</table><<fav>> | <<return>> | [[Starting with projects]] | [[Assessing parties and candidates]] | [[1. Scoping of potential assessment frameworks|Scoping of potential assessment frameworks]] | [[2. An analysis checklist|An analysis checklist]] | [[3. Preferred_Maximum protection assessment framework|Preferred_Maximum protection assessment framework]] | [[4. Case studies|Case studies]] | [[4a_Victorian Senate_parties-candidates-policies]] | [[4b_Victorian Senate_Assessment]] | here | [[4c_Other parties & independants standing outside Victoria with strong interest in climate|Other parties-independants standing outside Victoria with interest in climate]]<<set $assessingPartiesCandidatesShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
----
!!Joseph Toscano assessment
!!!Overview
<font color=blue>(to come)</font>
!!!Response to the checklist questions
<table>
<tr>
<td class="borderless">Q1:</td>
<td class="borderless">Has the election policy been framed to protect any clearly identified climate vulnerable[[(*)|The climate vulnerable_brief (2include) DB]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q2:</td>
<td class="borderless">Does the policy indicate what protection, at the earth system and local levels, needs to be delivered for the climate vulnerable and when these protection conditions are required by? (the ''needs of the climate vulnerable'')</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q3:</td>
<td class="borderless">Are the protection-conditions and the deadlines clear and scientifically valid?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q4:</td>
<td class="borderless">What other unrelated climate goal(s) are driving the policy (that are not linked in a clear way to identified needs of the climate vulnerable)?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q5:</td>
<td class="borderless">What types of climate goals is the policy presenting[[(*)|Types of goals_PrinEtc]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q6:</td>
<td class="borderless">Are current climate impacts (locally and globally):
(a) presented symbolically to indicate the warming trend?
<font color=blue>Xxxxxxx</font>
(b) seen as creating a current emergency situation/problem?
<font color=blue>Xxxxxxx</font>
(c) seen as dangerous but something to be stabilised and adapted to (not reversed)?
<font color=blue>Xxxxxxx</font>
(d) seen as dangerous, unacceptable and something to be reversed?
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q7:</td>
<td class="borderless">Is there any commitment in the policy to restoring a defined safe climate? (ie. safe for whom or what and needed by when?) </td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q8:</td>
<td class="borderless">Does the party or candidate have quantitative targets and deadlines for:
(a) emissions elimination?
<font color=blue>Xxxxxxx</font>
(b) CO<sub>2</sub> drawdown from the air to restore a safe atmospheric level?
<font color=blue>Xxxxxxx</font>
(c) fast cooling (eg. solar reflection methods or cirrus cloud thinning) (to be achieved in years, not decades) if this can be done with clear net environmental and social benefit globally?
<font color=blue>Xxxxxxx</font>
(d) any other type of protective action at the earth system level? (ie. controlling ice loss to the ocean, neutralisation of excess ocean acidification, etc.) if this can be done with clear net environmental and social benefit globally.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q9:</td>
<td class="borderless">Does the party or candidate have targets and deadlines to deliver benefit for the climate vulnerable at the local level?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q10:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of protective actions, for example, related to:
(a) rapidly converting ''all sectors'' of the economy and society to //''zero emissions''//
<font color=blue>Xxxxxxx</font>
(b) rapidly building capacity (and lowering the unit cost) of //''drawing down''// all the excess CO<sub>2</sub> from the air (ie. not just as an offset for current emissions)
<font color=blue>Xxxxxxx</font>
(c) rapidly researching //''fast cooling''// methods and if it can be done with clear net global benefit deploying fast cooling
<font color=blue>Xxxxxxx</font>
(d) rapidly researching and if it can be done with clear net global benefit deploying other earth system level actions to tackle issues such as excess loss of ice from Greenland, Antarctica, the Himalayas, and the acidification of the ocean.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q11:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of supportive actions, for example, related to:
(a) Planning a comprehensive program to protect the climate vulnerable that fully taps the potential of the jurisdiction and its community
<font color=blue>Xxxxxxx</font>
(b) Deploying an emergency-mode response
<font color=blue>Xxxxxxx</font>
(c) Planning the rapid conversion of Australian exports to zero emissions (even if overseas demand persists for emission intensive products)
<font color=blue>Xxxxxxx</font>
(d) Climate impacts and earth systems research
<font color=blue>Xxxxxxx</font>
(e) Community education (issues/policy)
<font color=blue>Xxxxxxx</font>
(f) Participatory democracy
<font color=blue>Xxxxxxx</font>
(g) Research & development/innovation
<font color=blue>Xxxxxxx</font>
(h) Ensuring that climate solutions are sustainable
<font color=blue>Xxxxxxx</font>
(i) Developing renewable resources
<font color=blue>Xxxxxxx</font>
(j) Skills development/training etc.
<font color=blue>Xxxxxxx</font>
(k) Driving the early/accelerated retirement of all emissions sources
<font color=blue>Xxxxxxx</font>
(l) Enabling access to the market for new, necessary technologies to drive learning-by-doing cost reductions per unit of production
<font color=blue>Xxxxxxx</font>
(m) Enabling access to capital
<font color=blue>Xxxxxxx</font>
(n) Providing public funding for necessary technology that is not able to be self-financing (eg. some forms of CO<sub>2</sub> drawdown)
<font color=blue>Xxxxxxx</font>
(o) Provision of infrastructure
<font color=blue>Xxxxxxx</font>
(p) Legal and price regulation/prohibition of emissions sources and supply chain activities including production, extraction and exploration
<font color=blue>Xxxxxxx</font>
(q) Fair transition processes for workforces and communities currently dependent on obsolete forms of employment
<font color=blue>Xxxxxxx</font>
(r) Effective global action
<font color=blue>Xxxxxxx</font>
(s) International leadership
<font color=blue>Xxxxxxx</font>
(t) International aid
<font color=blue>This topic is not covered in the policy.</font>
(u) Dealing with policy uncertainty in the face of urgency
<font color=blue>This topic is not covered in the policy.</font></td>
</tr>
<tr>
<td class="borderless">Q12:</td>
<td class="borderless">Does the policy have mechanisms to ensure that targets, deadlines and actions are updated and implemented to ensure the full delivery of protection of the climate vulnerable?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q13:</td>
<td class="borderless">Is there anything useful that maximum protection activists can learn from the policies developed by the party or candidate?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
</table><<fav>> | <<return>> | [[Starting with projects]] | [[Assessing parties and candidates]] | [[1. Scoping of potential assessment frameworks|Scoping of potential assessment frameworks]] | [[2. An analysis checklist|An analysis checklist]] | [[3. Preferred_Maximum protection assessment framework|Preferred_Maximum protection assessment framework]] | [[4. Case studies|Case studies]] | [[4a_Victorian Senate_parties-candidates-policies]] | [[4b_Victorian Senate_Assessment]] | here | [[4c_Other parties & independants standing outside Victoria with strong interest in climate|Other parties-independants standing outside Victoria with interest in climate]]<<set $assessingPartiesCandidatesShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
----
!!Lib-Nat assessment
!!!Overview
<font color=blue>(to come)</font>
!!!Response to the checklist questions
<table>
<tr>
<td class="borderless">Q1:</td>
<td class="borderless">Has the election policy been framed to protect any clearly identified climate vulnerable[[(*)|The climate vulnerable_brief (2include) DB]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q2:</td>
<td class="borderless">Does the policy indicate what protection, at the earth system and local levels, needs to be delivered for the climate vulnerable and when these protection conditions are required by? (the ''needs of the climate vulnerable'')</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q3:</td>
<td class="borderless">Are the protection-conditions and the deadlines clear and scientifically valid?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q4:</td>
<td class="borderless">What other unrelated climate goal(s) are driving the policy (that are not linked in a clear way to identified needs of the climate vulnerable)?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q5:</td>
<td class="borderless">What types of climate goals is the policy presenting[[(*)|Types of goals_PrinEtc]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q6:</td>
<td class="borderless">Are current climate impacts (locally and globally):
(a) presented symbolically to indicate the warming trend?
<font color=blue>Xxxxxxx</font>
(b) seen as creating a current emergency situation/problem?
<font color=blue>Xxxxxxx</font>
(c) seen as dangerous but something to be stabilised and adapted to (not reversed)?
<font color=blue>Xxxxxxx</font>
(d) seen as dangerous, unacceptable and something to be reversed?
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q7:</td>
<td class="borderless">Is there any commitment in the policy to restoring a defined safe climate? (ie. safe for whom or what and needed by when?) </td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q8:</td>
<td class="borderless">Does the party or candidate have quantitative targets and deadlines for:
(a) emissions elimination?
<font color=blue>Xxxxxxx</font>
(b) CO<sub>2</sub> drawdown from the air to restore a safe atmospheric level?
<font color=blue>Xxxxxxx</font>
(c) fast cooling (eg. solar reflection methods or cirrus cloud thinning) (to be achieved in years, not decades) if this can be done with clear net environmental and social benefit globally?
<font color=blue>Xxxxxxx</font>
(d) any other type of protective action at the earth system level? (ie. controlling ice loss to the ocean, neutralisation of excess ocean acidification, etc.) if this can be done with clear net environmental and social benefit globally.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q9:</td>
<td class="borderless">Does the party or candidate have targets and deadlines to deliver benefit for the climate vulnerable at the local level?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q10:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of protective actions, for example, related to:
(a) rapidly converting ''all sectors'' of the economy and society to //''zero emissions''//
<font color=blue>Xxxxxxx</font>
(b) rapidly building capacity (and lowering the unit cost) of //''drawing down''// all the excess CO<sub>2</sub> from the air (ie. not just as an offset for current emissions)
<font color=blue>Xxxxxxx</font>
(c) rapidly researching //''fast cooling''// methods and if it can be done with clear net global benefit deploying fast cooling
<font color=blue>Xxxxxxx</font>
(d) rapidly researching and if it can be done with clear net global benefit deploying other earth system level actions to tackle issues such as excess loss of ice from Greenland, Antarctica, the Himalayas, and the acidification of the ocean.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q11:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of supportive actions, for example, related to:
(a) Planning a comprehensive program to protect the climate vulnerable that fully taps the potential of the jurisdiction and its community
<font color=blue>Xxxxxxx</font>
(b) Deploying an emergency-mode response
<font color=blue>Xxxxxxx</font>
(c) Planning the rapid conversion of Australian exports to zero emissions (even if overseas demand persists for emission intensive products)
<font color=blue>Xxxxxxx</font>
(d) Climate impacts and earth systems research
<font color=blue>Xxxxxxx</font>
(e) Community education (issues/policy)
<font color=blue>Xxxxxxx</font>
(f) Participatory democracy
<font color=blue>Xxxxxxx</font>
(g) Research & development/innovation
<font color=blue>Xxxxxxx</font>
(h) Ensuring that climate solutions are sustainable
<font color=blue>Xxxxxxx</font>
(i) Developing renewable resources
<font color=blue>Xxxxxxx</font>
(j) Skills development/training etc.
<font color=blue>Xxxxxxx</font>
(k) Driving the early/accelerated retirement of all emissions sources
<font color=blue>Xxxxxxx</font>
(l) Enabling access to the market for new, necessary technologies to drive learning-by-doing cost reductions per unit of production
<font color=blue>Xxxxxxx</font>
(m) Enabling access to capital
<font color=blue>Xxxxxxx</font>
(n) Providing public funding for necessary technology that is not able to be self-financing (eg. some forms of CO<sub>2</sub> drawdown)
<font color=blue>Xxxxxxx</font>
(o) Provision of infrastructure
<font color=blue>Xxxxxxx</font>
(p) Legal and price regulation/prohibition of emissions sources and supply chain activities including production, extraction and exploration
<font color=blue>Xxxxxxx</font>
(q) Fair transition processes for workforces and communities currently dependent on obsolete forms of employment
<font color=blue>Xxxxxxx</font>
(r) Effective global action
<font color=blue>Xxxxxxx</font>
(s) International leadership
<font color=blue>Xxxxxxx</font>
(t) International aid
<font color=blue>This topic is not covered in the policy.</font>
(u) Dealing with policy uncertainty in the face of urgency
<font color=blue>This topic is not covered in the policy.</font></td>
</tr>
<tr>
<td class="borderless">Q12:</td>
<td class="borderless">Does the policy have mechanisms to ensure that targets, deadlines and actions are updated and implemented to ensure the full delivery of protection of the climate vulnerable?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q13:</td>
<td class="borderless">Is there anything useful that maximum protection activists can learn from the policies developed by the party or candidate?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
</table><<fav>> | <<return>> | [[Starting with projects]] | [[Assessing parties and candidates]] | [[1. Scoping of potential assessment frameworks|Scoping of potential assessment frameworks]] | [[2. An analysis checklist|An analysis checklist]] | [[3. Preferred_Maximum protection assessment framework|Preferred_Maximum protection assessment framework]] | [[4. Case studies|Case studies]] | [[4a_Victorian Senate_parties-candidates-policies]] | [[4b_Victorian Senate_Assessment]] | here | [[4c_Other parties & independants standing outside Victoria with strong interest in climate|Other parties-independants standing outside Victoria with interest in climate]]<<set $assessingPartiesCandidatesShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
----
!!Reason assessment
!!!Overview
<font color=blue>(to come)</font>
!!!Response to the checklist questions
<table>
<tr>
<td class="borderless">Q1:</td>
<td class="borderless">Has the election policy been framed to protect any clearly identified climate vulnerable[[(*)|The climate vulnerable_brief (2include) DB]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q2:</td>
<td class="borderless">Does the policy indicate what protection, at the earth system and local levels, needs to be delivered for the climate vulnerable and when these protection conditions are required by? (the ''needs of the climate vulnerable'')</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q3:</td>
<td class="borderless">Are the protection-conditions and the deadlines clear and scientifically valid?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q4:</td>
<td class="borderless">What other unrelated climate goal(s) are driving the policy (that are not linked in a clear way to identified needs of the climate vulnerable)?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q5:</td>
<td class="borderless">What types of climate goals is the policy presenting[[(*)|Types of goals_PrinEtc]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q6:</td>
<td class="borderless">Are current climate impacts (locally and globally):
(a) presented symbolically to indicate the warming trend?
<font color=blue>Xxxxxxx</font>
(b) seen as creating a current emergency situation/problem?
<font color=blue>Xxxxxxx</font>
(c) seen as dangerous but something to be stabilised and adapted to (not reversed)?
<font color=blue>Xxxxxxx</font>
(d) seen as dangerous, unacceptable and something to be reversed?
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q7:</td>
<td class="borderless">Is there any commitment in the policy to restoring a defined safe climate? (ie. safe for whom or what and needed by when?) </td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q8:</td>
<td class="borderless">Does the party or candidate have quantitative targets and deadlines for:
(a) emissions elimination?
<font color=blue>Xxxxxxx</font>
(b) CO<sub>2</sub> drawdown from the air to restore a safe atmospheric level?
<font color=blue>Xxxxxxx</font>
(c) fast cooling (eg. solar reflection methods or cirrus cloud thinning) (to be achieved in years, not decades) if this can be done with clear net environmental and social benefit globally?
<font color=blue>Xxxxxxx</font>
(d) any other type of protective action at the earth system level? (ie. controlling ice loss to the ocean, neutralisation of excess ocean acidification, etc.) if this can be done with clear net environmental and social benefit globally.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q9:</td>
<td class="borderless">Does the party or candidate have targets and deadlines to deliver benefit for the climate vulnerable at the local level?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q10:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of protective actions, for example, related to:
(a) rapidly converting ''all sectors'' of the economy and society to //''zero emissions''//
<font color=blue>Xxxxxxx</font>
(b) rapidly building capacity (and lowering the unit cost) of //''drawing down''// all the excess CO<sub>2</sub> from the air (ie. not just as an offset for current emissions)
<font color=blue>Xxxxxxx</font>
(c) rapidly researching //''fast cooling''// methods and if it can be done with clear net global benefit deploying fast cooling
<font color=blue>Xxxxxxx</font>
(d) rapidly researching and if it can be done with clear net global benefit deploying other earth system level actions to tackle issues such as excess loss of ice from Greenland, Antarctica, the Himalayas, and the acidification of the ocean.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q11:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of supportive actions, for example, related to:
(a) Planning a comprehensive program to protect the climate vulnerable that fully taps the potential of the jurisdiction and its community
<font color=blue>Xxxxxxx</font>
(b) Deploying an emergency-mode response
<font color=blue>Xxxxxxx</font>
(c) Planning the rapid conversion of Australian exports to zero emissions (even if overseas demand persists for emission intensive products)
<font color=blue>Xxxxxxx</font>
(d) Climate impacts and earth systems research
<font color=blue>Xxxxxxx</font>
(e) Community education (issues/policy)
<font color=blue>Xxxxxxx</font>
(f) Participatory democracy
<font color=blue>Xxxxxxx</font>
(g) Research & development/innovation
<font color=blue>Xxxxxxx</font>
(h) Ensuring that climate solutions are sustainable
<font color=blue>Xxxxxxx</font>
(i) Developing renewable resources
<font color=blue>Xxxxxxx</font>
(j) Skills development/training etc.
<font color=blue>Xxxxxxx</font>
(k) Driving the early/accelerated retirement of all emissions sources
<font color=blue>Xxxxxxx</font>
(l) Enabling access to the market for new, necessary technologies to drive learning-by-doing cost reductions per unit of production
<font color=blue>Xxxxxxx</font>
(m) Enabling access to capital
<font color=blue>Xxxxxxx</font>
(n) Providing public funding for necessary technology that is not able to be self-financing (eg. some forms of CO<sub>2</sub> drawdown)
<font color=blue>Xxxxxxx</font>
(o) Provision of infrastructure
<font color=blue>Xxxxxxx</font>
(p) Legal and price regulation/prohibition of emissions sources and supply chain activities including production, extraction and exploration
<font color=blue>Xxxxxxx</font>
(q) Fair transition processes for workforces and communities currently dependent on obsolete forms of employment
<font color=blue>Xxxxxxx</font>
(r) Effective global action
<font color=blue>Xxxxxxx</font>
(s) International leadership
<font color=blue>Xxxxxxx</font>
(t) International aid
<font color=blue>This topic is not covered in the policy.</font>
(u) Dealing with policy uncertainty in the face of urgency
<font color=blue>This topic is not covered in the policy.</font></td>
</tr>
<tr>
<td class="borderless">Q12:</td>
<td class="borderless">Does the policy have mechanisms to ensure that targets, deadlines and actions are updated and implemented to ensure the full delivery of protection of the climate vulnerable?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q13:</td>
<td class="borderless">Is there anything useful that maximum protection activists can learn from the policies developed by the party or candidate?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
</table><<fav>> | <<return>> | [[Starting with projects]] | [[Assessing parties and candidates]] | [[1. Scoping of potential assessment frameworks|Scoping of potential assessment frameworks]] | [[2. An analysis checklist|An analysis checklist]] | [[3. Preferred_Maximum protection assessment framework|Preferred_Maximum protection assessment framework]] | [[4. Case studies|Case studies]] | [[4a_Victorian Senate_parties-candidates-policies]] | [[4b_Victorian Senate_Assessment]] | here | [[4c_Other parties & independants standing outside Victoria with strong interest in climate|Other parties-independants standing outside Victoria with interest in climate]]<<set $assessingPartiesCandidatesShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
----
!!Socialist Alliance assessment
!!!Overview
<font color=blue>(to come)</font>
!!!Response to the checklist questions
<table>
<tr>
<td class="borderless">Q1:</td>
<td class="borderless">Has the election policy been framed to protect any clearly identified climate vulnerable[[(*)|The climate vulnerable_brief (2include) DB]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q2:</td>
<td class="borderless">Does the policy indicate what protection, at the earth system and local levels, needs to be delivered for the climate vulnerable and when these protection conditions are required by? (the ''needs of the climate vulnerable'')</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q3:</td>
<td class="borderless">Are the protection-conditions and the deadlines clear and scientifically valid?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q4:</td>
<td class="borderless">What other unrelated climate goal(s) are driving the policy (that are not linked in a clear way to identified needs of the climate vulnerable)?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q5:</td>
<td class="borderless">What types of climate goals is the policy presenting[[(*)|Types of goals_PrinEtc]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q6:</td>
<td class="borderless">Are current climate impacts (locally and globally):
(a) presented symbolically to indicate the warming trend?
<font color=blue>Xxxxxxx</font>
(b) seen as creating a current emergency situation/problem?
<font color=blue>Xxxxxxx</font>
(c) seen as dangerous but something to be stabilised and adapted to (not reversed)?
<font color=blue>Xxxxxxx</font>
(d) seen as dangerous, unacceptable and something to be reversed?
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q7:</td>
<td class="borderless">Is there any commitment in the policy to restoring a defined safe climate? (ie. safe for whom or what and needed by when?) </td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q8:</td>
<td class="borderless">Does the party or candidate have quantitative targets and deadlines for:
(a) emissions elimination?
<font color=blue>Xxxxxxx</font>
(b) CO<sub>2</sub> drawdown from the air to restore a safe atmospheric level?
<font color=blue>Xxxxxxx</font>
(c) fast cooling (eg. solar reflection methods or cirrus cloud thinning) (to be achieved in years, not decades) if this can be done with clear net environmental and social benefit globally?
<font color=blue>Xxxxxxx</font>
(d) any other type of protective action at the earth system level? (ie. controlling ice loss to the ocean, neutralisation of excess ocean acidification, etc.) if this can be done with clear net environmental and social benefit globally.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q9:</td>
<td class="borderless">Does the party or candidate have targets and deadlines to deliver benefit for the climate vulnerable at the local level?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q10:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of protective actions, for example, related to:
(a) rapidly converting ''all sectors'' of the economy and society to //''zero emissions''//
<font color=blue>Xxxxxxx</font>
(b) rapidly building capacity (and lowering the unit cost) of //''drawing down''// all the excess CO<sub>2</sub> from the air (ie. not just as an offset for current emissions)
<font color=blue>Xxxxxxx</font>
(c) rapidly researching //''fast cooling''// methods and if it can be done with clear net global benefit deploying fast cooling
<font color=blue>Xxxxxxx</font>
(d) rapidly researching and if it can be done with clear net global benefit deploying other earth system level actions to tackle issues such as excess loss of ice from Greenland, Antarctica, the Himalayas, and the acidification of the ocean.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q11:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of supportive actions, for example, related to:
(a) Planning a comprehensive program to protect the climate vulnerable that fully taps the potential of the jurisdiction and its community
<font color=blue>Xxxxxxx</font>
(b) Deploying an emergency-mode response
<font color=blue>Xxxxxxx</font>
(c) Planning the rapid conversion of Australian exports to zero emissions (even if overseas demand persists for emission intensive products)
<font color=blue>Xxxxxxx</font>
(d) Climate impacts and earth systems research
<font color=blue>Xxxxxxx</font>
(e) Community education (issues/policy)
<font color=blue>Xxxxxxx</font>
(f) Participatory democracy
<font color=blue>Xxxxxxx</font>
(g) Research & development/innovation
<font color=blue>Xxxxxxx</font>
(h) Ensuring that climate solutions are sustainable
<font color=blue>Xxxxxxx</font>
(i) Developing renewable resources
<font color=blue>Xxxxxxx</font>
(j) Skills development/training etc.
<font color=blue>Xxxxxxx</font>
(k) Driving the early/accelerated retirement of all emissions sources
<font color=blue>Xxxxxxx</font>
(l) Enabling access to the market for new, necessary technologies to drive learning-by-doing cost reductions per unit of production
<font color=blue>Xxxxxxx</font>
(m) Enabling access to capital
<font color=blue>Xxxxxxx</font>
(n) Providing public funding for necessary technology that is not able to be self-financing (eg. some forms of CO<sub>2</sub> drawdown)
<font color=blue>Xxxxxxx</font>
(o) Provision of infrastructure
<font color=blue>Xxxxxxx</font>
(p) Legal and price regulation/prohibition of emissions sources and supply chain activities including production, extraction and exploration
<font color=blue>Xxxxxxx</font>
(q) Fair transition processes for workforces and communities currently dependent on obsolete forms of employment
<font color=blue>Xxxxxxx</font>
(r) Effective global action
<font color=blue>Xxxxxxx</font>
(s) International leadership
<font color=blue>Xxxxxxx</font>
(t) International aid
<font color=blue>This topic is not covered in the policy.</font>
(u) Dealing with policy uncertainty in the face of urgency
<font color=blue>This topic is not covered in the policy.</font></td>
</tr>
<tr>
<td class="borderless">Q12:</td>
<td class="borderless">Does the policy have mechanisms to ensure that targets, deadlines and actions are updated and implemented to ensure the full delivery of protection of the climate vulnerable?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q13:</td>
<td class="borderless">Is there anything useful that maximum protection activists can learn from the policies developed by the party or candidate?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
</table><<fav>> | <<return>> | [[Starting with projects]] | [[Assessing parties and candidates]] | [[1. Scoping of potential assessment frameworks|Scoping of potential assessment frameworks]] | [[2. An analysis checklist|An analysis checklist]] | [[3. Preferred_Maximum protection assessment framework|Preferred_Maximum protection assessment framework]] | [[4. Case studies|Case studies]] | [[4a_Victorian Senate_parties-candidates-policies]] | [[4b_Victorian Senate_Assessment]] | here | [[4c_Other parties & independants standing outside Victoria with strong interest in climate|Other parties-independants standing outside Victoria with interest in climate]]<<set $assessingPartiesCandidatesShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
----
!!Susan Benedyka assessment
!!!Overview
<font color=blue>(to come)</font>
!!!Response to the checklist questions
<table>
<tr>
<td class="borderless">Q1:</td>
<td class="borderless">Has the election policy been framed to protect any clearly identified climate vulnerable[[(*)|The climate vulnerable_brief (2include) DB]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q2:</td>
<td class="borderless">Does the policy indicate what protection, at the earth system and local levels, needs to be delivered for the climate vulnerable and when these protection conditions are required by? (the ''needs of the climate vulnerable'')</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q3:</td>
<td class="borderless">Are the protection-conditions and the deadlines clear and scientifically valid?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q4:</td>
<td class="borderless">What other unrelated climate goal(s) are driving the policy (that are not linked in a clear way to identified needs of the climate vulnerable)?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q5:</td>
<td class="borderless">What types of climate goals is the policy presenting[[(*)|Types of goals_PrinEtc]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q6:</td>
<td class="borderless">Are current climate impacts (locally and globally):
(a) presented symbolically to indicate the warming trend?
<font color=blue>Xxxxxxx</font>
(b) seen as creating a current emergency situation/problem?
<font color=blue>Xxxxxxx</font>
(c) seen as dangerous but something to be stabilised and adapted to (not reversed)?
<font color=blue>Xxxxxxx</font>
(d) seen as dangerous, unacceptable and something to be reversed?
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q7:</td>
<td class="borderless">Is there any commitment in the policy to restoring a defined safe climate? (ie. safe for whom or what and needed by when?) </td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q8:</td>
<td class="borderless">Does the party or candidate have quantitative targets and deadlines for:
(a) emissions elimination?
<font color=blue>Xxxxxxx</font>
(b) CO<sub>2</sub> drawdown from the air to restore a safe atmospheric level?
<font color=blue>Xxxxxxx</font>
(c) fast cooling (eg. solar reflection methods or cirrus cloud thinning) (to be achieved in years, not decades) if this can be done with clear net environmental and social benefit globally?
<font color=blue>Xxxxxxx</font>
(d) any other type of protective action at the earth system level? (ie. controlling ice loss to the ocean, neutralisation of excess ocean acidification, etc.) if this can be done with clear net environmental and social benefit globally.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q9:</td>
<td class="borderless">Does the party or candidate have targets and deadlines to deliver benefit for the climate vulnerable at the local level?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q10:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of protective actions, for example, related to:
(a) rapidly converting ''all sectors'' of the economy and society to //''zero emissions''//
<font color=blue>Xxxxxxx</font>
(b) rapidly building capacity (and lowering the unit cost) of //''drawing down''// all the excess CO<sub>2</sub> from the air (ie. not just as an offset for current emissions)
<font color=blue>Xxxxxxx</font>
(c) rapidly researching //''fast cooling''// methods and if it can be done with clear net global benefit deploying fast cooling
<font color=blue>Xxxxxxx</font>
(d) rapidly researching and if it can be done with clear net global benefit deploying other earth system level actions to tackle issues such as excess loss of ice from Greenland, Antarctica, the Himalayas, and the acidification of the ocean.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q11:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of supportive actions, for example, related to:
(a) Planning a comprehensive program to protect the climate vulnerable that fully taps the potential of the jurisdiction and its community
<font color=blue>Xxxxxxx</font>
(b) Deploying an emergency-mode response
<font color=blue>Xxxxxxx</font>
(c) Planning the rapid conversion of Australian exports to zero emissions (even if overseas demand persists for emission intensive products)
<font color=blue>Xxxxxxx</font>
(d) Climate impacts and earth systems research
<font color=blue>Xxxxxxx</font>
(e) Community education (issues/policy)
<font color=blue>Xxxxxxx</font>
(f) Participatory democracy
<font color=blue>Xxxxxxx</font>
(g) Research & development/innovation
<font color=blue>Xxxxxxx</font>
(h) Ensuring that climate solutions are sustainable
<font color=blue>Xxxxxxx</font>
(i) Developing renewable resources
<font color=blue>Xxxxxxx</font>
(j) Skills development/training etc.
<font color=blue>Xxxxxxx</font>
(k) Driving the early/accelerated retirement of all emissions sources
<font color=blue>Xxxxxxx</font>
(l) Enabling access to the market for new, necessary technologies to drive learning-by-doing cost reductions per unit of production
<font color=blue>Xxxxxxx</font>
(m) Enabling access to capital
<font color=blue>Xxxxxxx</font>
(n) Providing public funding for necessary technology that is not able to be self-financing (eg. some forms of CO<sub>2</sub> drawdown)
<font color=blue>Xxxxxxx</font>
(o) Provision of infrastructure
<font color=blue>Xxxxxxx</font>
(p) Legal and price regulation/prohibition of emissions sources and supply chain activities including production, extraction and exploration
<font color=blue>Xxxxxxx</font>
(q) Fair transition processes for workforces and communities currently dependent on obsolete forms of employment
<font color=blue>Xxxxxxx</font>
(r) Effective global action
<font color=blue>Xxxxxxx</font>
(s) International leadership
<font color=blue>Xxxxxxx</font>
(t) International aid
<font color=blue>This topic is not covered in the policy.</font>
(u) Dealing with policy uncertainty in the face of urgency
<font color=blue>This topic is not covered in the policy.</font></td>
</tr>
<tr>
<td class="borderless">Q12:</td>
<td class="borderless">Does the policy have mechanisms to ensure that targets, deadlines and actions are updated and implemented to ensure the full delivery of protection of the climate vulnerable?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q13:</td>
<td class="borderless">Is there anything useful that maximum protection activists can learn from the policies developed by the party or candidate?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
</table><<fav>> | <<return>> | [[Starting with projects]] | [[Assessing parties and candidates]] | [[1. Scoping of potential assessment frameworks|Scoping of potential assessment frameworks]] | [[2. An analysis checklist|An analysis checklist]] | [[3. Preferred_Maximum protection assessment framework|Preferred_Maximum protection assessment framework]] | [[4. Case studies|Case studies]] | [[4a_Victorian Senate_parties-candidates-policies]] | [[4b_Victorian Senate_Assessment]] | here | [[4c_Other parties & independants standing outside Victoria with strong interest in climate|Other parties-independants standing outside Victoria with interest in climate]]<<set $assessingPartiesCandidatesShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
----
!!Sustainable Australia Party assessment
!!!Overview
<font color=blue>(to come)</font>
!!!Response to the checklist questions
<table>
<tr>
<td class="borderless">Q1:</td>
<td class="borderless">Has the election policy been framed to protect any clearly identified climate vulnerable[[(*)|The climate vulnerable_brief (2include) DB]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q2:</td>
<td class="borderless">Does the policy indicate what protection, at the earth system and local levels, needs to be delivered for the climate vulnerable and when these protection conditions are required by? (the ''needs of the climate vulnerable'')</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q3:</td>
<td class="borderless">Are the protection-conditions and the deadlines clear and scientifically valid?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q4:</td>
<td class="borderless">What other unrelated climate goal(s) are driving the policy (that are not linked in a clear way to identified needs of the climate vulnerable)?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q5:</td>
<td class="borderless">What types of climate goals is the policy presenting[[(*)|Types of goals_PrinEtc]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q6:</td>
<td class="borderless">Are current climate impacts (locally and globally):
(a) presented symbolically to indicate the warming trend?
<font color=blue>Xxxxxxx</font>
(b) seen as creating a current emergency situation/problem?
<font color=blue>Xxxxxxx</font>
(c) seen as dangerous but something to be stabilised and adapted to (not reversed)?
<font color=blue>Xxxxxxx</font>
(d) seen as dangerous, unacceptable and something to be reversed?
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q7:</td>
<td class="borderless">Is there any commitment in the policy to restoring a defined safe climate? (ie. safe for whom or what and needed by when?) </td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q8:</td>
<td class="borderless">Does the party or candidate have quantitative targets and deadlines for:
(a) emissions elimination?
<font color=blue>Xxxxxxx</font>
(b) CO<sub>2</sub> drawdown from the air to restore a safe atmospheric level?
<font color=blue>Xxxxxxx</font>
(c) fast cooling (eg. solar reflection methods or cirrus cloud thinning) (to be achieved in years, not decades) if this can be done with clear net environmental and social benefit globally?
<font color=blue>Xxxxxxx</font>
(d) any other type of protective action at the earth system level? (ie. controlling ice loss to the ocean, neutralisation of excess ocean acidification, etc.) if this can be done with clear net environmental and social benefit globally.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q9:</td>
<td class="borderless">Does the party or candidate have targets and deadlines to deliver benefit for the climate vulnerable at the local level?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q10:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of protective actions, for example, related to:
(a) rapidly converting ''all sectors'' of the economy and society to //''zero emissions''//
<font color=blue>Xxxxxxx</font>
(b) rapidly building capacity (and lowering the unit cost) of //''drawing down''// all the excess CO<sub>2</sub> from the air (ie. not just as an offset for current emissions)
<font color=blue>Xxxxxxx</font>
(c) rapidly researching //''fast cooling''// methods and if it can be done with clear net global benefit deploying fast cooling
<font color=blue>Xxxxxxx</font>
(d) rapidly researching and if it can be done with clear net global benefit deploying other earth system level actions to tackle issues such as excess loss of ice from Greenland, Antarctica, the Himalayas, and the acidification of the ocean.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q11:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of supportive actions, for example, related to:
(a) Planning a comprehensive program to protect the climate vulnerable that fully taps the potential of the jurisdiction and its community
<font color=blue>Xxxxxxx</font>
(b) Deploying an emergency-mode response
<font color=blue>Xxxxxxx</font>
(c) Planning the rapid conversion of Australian exports to zero emissions (even if overseas demand persists for emission intensive products)
<font color=blue>Xxxxxxx</font>
(d) Climate impacts and earth systems research
<font color=blue>Xxxxxxx</font>
(e) Community education (issues/policy)
<font color=blue>Xxxxxxx</font>
(f) Participatory democracy
<font color=blue>Xxxxxxx</font>
(g) Research & development/innovation
<font color=blue>Xxxxxxx</font>
(h) Ensuring that climate solutions are sustainable
<font color=blue>Xxxxxxx</font>
(i) Developing renewable resources
<font color=blue>Xxxxxxx</font>
(j) Skills development/training etc.
<font color=blue>Xxxxxxx</font>
(k) Driving the early/accelerated retirement of all emissions sources
<font color=blue>Xxxxxxx</font>
(l) Enabling access to the market for new, necessary technologies to drive learning-by-doing cost reductions per unit of production
<font color=blue>Xxxxxxx</font>
(m) Enabling access to capital
<font color=blue>Xxxxxxx</font>
(n) Providing public funding for necessary technology that is not able to be self-financing (eg. some forms of CO<sub>2</sub> drawdown)
<font color=blue>Xxxxxxx</font>
(o) Provision of infrastructure
<font color=blue>Xxxxxxx</font>
(p) Legal and price regulation/prohibition of emissions sources and supply chain activities including production, extraction and exploration
<font color=blue>Xxxxxxx</font>
(q) Fair transition processes for workforces and communities currently dependent on obsolete forms of employment
<font color=blue>Xxxxxxx</font>
(r) Effective global action
<font color=blue>Xxxxxxx</font>
(s) International leadership
<font color=blue>Xxxxxxx</font>
(t) International aid
<font color=blue>This topic is not covered in the policy.</font>
(u) Dealing with policy uncertainty in the face of urgency
<font color=blue>This topic is not covered in the policy.</font></td>
</tr>
<tr>
<td class="borderless">Q12:</td>
<td class="borderless">Does the policy have mechanisms to ensure that targets, deadlines and actions are updated and implemented to ensure the full delivery of protection of the climate vulnerable?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q13:</td>
<td class="borderless">Is there anything useful that maximum protection activists can learn from the policies developed by the party or candidate?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
</table><<fav>> | <<return>> | [[Starting with projects]] | [[Assessing parties and candidates]] | [[1. Scoping of potential assessment frameworks|Scoping of potential assessment frameworks]] | [[2. An analysis checklist|An analysis checklist]] | [[3. Preferred_Maximum protection assessment framework|Preferred_Maximum protection assessment framework]] | [[4. Case studies|Case studies]] | [[4a_Victorian Senate_parties-candidates-policies]] | [[4b_Victorian Senate_Assessment]] | here | [[4c_Other parties & independants standing outside Victoria with strong interest in climate|Other parties-independants standing outside Victoria with interest in climate]]<<set $assessingPartiesCandidatesShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
----
!!Victorian Socialists assessment
!!!Overview
<font color=blue>(to come)</font>
!!!Response to the checklist questions
<table>
<tr>
<td class="borderless">Q1:</td>
<td class="borderless">Has the election policy been framed to protect any clearly identified climate vulnerable[[(*)|The climate vulnerable_brief (2include) DB]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q2:</td>
<td class="borderless">Does the policy indicate what protection, at the earth system and local levels, needs to be delivered for the climate vulnerable and when these protection conditions are required by? (the ''needs of the climate vulnerable'')</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q3:</td>
<td class="borderless">Are the protection-conditions and the deadlines clear and scientifically valid?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q4:</td>
<td class="borderless">What other unrelated climate goal(s) are driving the policy (that are not linked in a clear way to identified needs of the climate vulnerable)?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q5:</td>
<td class="borderless">What types of climate goals is the policy presenting[[(*)|Types of goals_PrinEtc]]?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q6:</td>
<td class="borderless">Are current climate impacts (locally and globally):
(a) presented symbolically to indicate the warming trend?
<font color=blue>Xxxxxxx</font>
(b) seen as creating a current emergency situation/problem?
<font color=blue>Xxxxxxx</font>
(c) seen as dangerous but something to be stabilised and adapted to (not reversed)?
<font color=blue>Xxxxxxx</font>
(d) seen as dangerous, unacceptable and something to be reversed?
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q7:</td>
<td class="borderless">Is there any commitment in the policy to restoring a defined safe climate? (ie. safe for whom or what and needed by when?) </td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q8:</td>
<td class="borderless">Does the party or candidate have quantitative targets and deadlines for:
(a) emissions elimination?
<font color=blue>Xxxxxxx</font>
(b) CO<sub>2</sub> drawdown from the air to restore a safe atmospheric level?
<font color=blue>Xxxxxxx</font>
(c) fast cooling (eg. solar reflection methods or cirrus cloud thinning) (to be achieved in years, not decades) if this can be done with clear net environmental and social benefit globally?
<font color=blue>Xxxxxxx</font>
(d) any other type of protective action at the earth system level? (ie. controlling ice loss to the ocean, neutralisation of excess ocean acidification, etc.) if this can be done with clear net environmental and social benefit globally.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q9:</td>
<td class="borderless">Does the party or candidate have targets and deadlines to deliver benefit for the climate vulnerable at the local level?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q10:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of protective actions, for example, related to:
(a) rapidly converting ''all sectors'' of the economy and society to //''zero emissions''//
<font color=blue>Xxxxxxx</font>
(b) rapidly building capacity (and lowering the unit cost) of //''drawing down''// all the excess CO<sub>2</sub> from the air (ie. not just as an offset for current emissions)
<font color=blue>Xxxxxxx</font>
(c) rapidly researching //''fast cooling''// methods and if it can be done with clear net global benefit deploying fast cooling
<font color=blue>Xxxxxxx</font>
(d) rapidly researching and if it can be done with clear net global benefit deploying other earth system level actions to tackle issues such as excess loss of ice from Greenland, Antarctica, the Himalayas, and the acidification of the ocean.
<font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q11:</td>
<td class="borderless">What policies are there to provide a comprehensive suite of supportive actions, for example, related to:
(a) Planning a comprehensive program to protect the climate vulnerable that fully taps the potential of the jurisdiction and its community
<font color=blue>Xxxxxxx</font>
(b) Deploying an emergency-mode response
<font color=blue>Xxxxxxx</font>
(c) Planning the rapid conversion of Australian exports to zero emissions (even if overseas demand persists for emission intensive products)
<font color=blue>Xxxxxxx</font>
(d) Climate impacts and earth systems research
<font color=blue>Xxxxxxx</font>
(e) Community education (issues/policy)
<font color=blue>Xxxxxxx</font>
(f) Participatory democracy
<font color=blue>Xxxxxxx</font>
(g) Research & development/innovation
<font color=blue>Xxxxxxx</font>
(h) Ensuring that climate solutions are sustainable
<font color=blue>Xxxxxxx</font>
(i) Developing renewable resources
<font color=blue>Xxxxxxx</font>
(j) Skills development/training etc.
<font color=blue>Xxxxxxx</font>
(k) Driving the early/accelerated retirement of all emissions sources
<font color=blue>Xxxxxxx</font>
(l) Enabling access to the market for new, necessary technologies to drive learning-by-doing cost reductions per unit of production
<font color=blue>Xxxxxxx</font>
(m) Enabling access to capital
<font color=blue>Xxxxxxx</font>
(n) Providing public funding for necessary technology that is not able to be self-financing (eg. some forms of CO<sub>2</sub> drawdown)
<font color=blue>Xxxxxxx</font>
(o) Provision of infrastructure
<font color=blue>Xxxxxxx</font>
(p) Legal and price regulation/prohibition of emissions sources and supply chain activities including production, extraction and exploration
<font color=blue>Xxxxxxx</font>
(q) Fair transition processes for workforces and communities currently dependent on obsolete forms of employment
<font color=blue>Xxxxxxx</font>
(r) Effective global action
<font color=blue>Xxxxxxx</font>
(s) International leadership
<font color=blue>Xxxxxxx</font>
(t) International aid
<font color=blue>This topic is not covered in the policy.</font>
(u) Dealing with policy uncertainty in the face of urgency
<font color=blue>This topic is not covered in the policy.</font></td>
</tr>
<tr>
<td class="borderless">Q12:</td>
<td class="borderless">Does the policy have mechanisms to ensure that targets, deadlines and actions are updated and implemented to ensure the full delivery of protection of the climate vulnerable?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
<tr>
<td class="borderless">Q13:</td>
<td class="borderless">Is there anything useful that maximum protection activists can learn from the policies developed by the party or candidate?</td>
</tr>
<tr>
<td class="borderless"></td>
<td class="borderless"><font color=blue>Xxxxxxx</font></td>
</tr>
</table><<fav>> | <<return>>
----
!!Participating in this project<a href="https://www.fusionparty.org.au/climate_emergency" target="_blank">www.fusionparty.org.au/climate_emergency</a>[[greens.org.au/platform/climate|https://greens.org.au/platform/climate]]
[[greens.org.au/platform/economy|https://greens.org.au/platform/economy]]
[[greens.org.au/platform/enviro|https://greens.org.au/platform/enviro]]
[[greens.org.au/platform/services#energy|https://greens.org.au/platform/services#energy]]
[[greens.org.au/platform/democracy|https://greens.org.au/platform/democracy]]<<fav>> | <<return>><<set $breakthroughMobilisationPlanShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
----
xxxx<<fav>> | <<return>><<set $shapingPolicyOnUseOfOffsetsShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
----
!!Shaping policy on the use of offsets
(to be developed)<<fav>> | <<return>>
!!WWF drawdown project
What contexts would you imagine the negative emissions being applied in? eg.
- providing offsets for ongoing human emissions,
- providing offsets for loss of CO2/methane from natural carbon stores (eg. soils, vegetation, permafrost, marine clathrate stores, etc.)
- allowing a return to +1.5°C in the second half of the century after overshoot
- rapidly restoring a safe climate well below the current level of warming.
<<include [[The implications of emission-only climate action (2include) DB]]>>
Considerations:
*Ocean neutralisation
*Drawdown methods that:
**are not climate impact vulnerable, and
**don't compete seriously with biodiversity protection or food production or traditional ways of life of indigenous people
**can be fully scaled up to meet the full drawdown need.
*Creating adjustable "carbon debt" target calibrated by by a temperature and ocean ph target<<fav>> | <<return>><<set $developingFastCoolingProgramShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>><a id="Links in the page"></a>
----
!!Developing a fast cooling program
!!!Links in the page
The newest material is at the top of this page, oldest last.
<a href="#Discussion with Mez/Eytan/Philip (11 May)">Discussion with Mez/Eytan/Philip (11 May)</a>
<a href="#Ideas prompted by the XPRIZE brainstorm">Ideas prompted by the XPRIZE brainstorm</a>
<a href="#Additional thoughts">Additional thoughts</a>
<a href="#Climate vulnerability case studies">Climate vulnerability case studies</a>
<a href="#Developing a fast cooling program">Developing a fast cooling program - initial notes</a>
----
!!!Discussion with Mez/Eytan/Philip (xx May)<a id="Discussion with Mez/Eytan/Philip (11 May)"></a>
!!!!Possible contribution from RSTI/Philip Sutton
*RSTI is working through the Climate Rescue campaign on a new SRM scenario of action: [[Early, full deployment if it can be made safe|Early, full deployment if can be made safe_GScenario]]. (<a href="#Scenarios">There are other scenarios below</a>) RSTI's preferred scenario implies a much faster intiation of trial deployments than is usually contemplated - if that can be done safely. Such a scenario would only be viable if the approach can earn the social licence for serious consideration of and near-term action on SRM - making this one of the critical requirements for the approach.
*The Climate Rescue campaign will work across the political spectrum but sees it as one of its key challenges to get the 'left' to give serious consideration to SRM.
*The campaign host, RSTI, has been working with the Australian National Centre for Climate Restoration/Breakthrough since 2014 to get SRM on the climate movement agenda [[(Climate Reality Check 2021, p.46-47)|https://www.climaterealitycheck.net]], plus RSTI worked with partners within the peak climate campaign network in Australia, CANA, to set up a Geoengineering Discussion Group to begin a deliberative democracy program within the network. This work has led to the view that the best way to build the social licence is to focus on what needs to be done to protect the near-term climate vulnerable. This approach has led to getting some philanthropic funding [[(Climate Emergency Fund|https://www.climateemergencyfund.org]] and the opening up of conversations with activists and environmentally active political party officials.
*A condition of funding is that the Climate Rescue campaign engages internationally.
*The Climate Rescue campaign is considering developing and campaigning for model legislation to provide a platform for driving and managing a SRM program at the state/province level first. Based on the work that RSTI has done to initiate and promote the global Climate Emergency Declaration campaign, it is considered more likely that state/province-level legislation will be adopted more easily initially at that level rather than pitching straight to national governments (except where the national conditions are clearly favourable).
!!!!Potential activities for XPRIZE
*I think that current thinking on the ways that SRM might be pursued are too limited. There could be an XPRIZE for teams that develop and document //''high potential action scenarios''//. More than one scenario should be selected to encourage diversity of thinking - though there should be quality control on the selections.
*Identifying the near-term needs for climate cooling of the climate vulnerable[[(*)|The climate vulnerable_PrinEtc]]
*It would be helpful to support work in several locations around the world to engage people in action research projects on creating strategies for //''earning the social licence''// for SRM consideration - involving teams made up of policy workers, political and organisational psychologists, business/NGO/government change management experts, advertising strategists, etc. plus scientists and others who can identify how an SRM program can warrant being granted a social licence.
*//''Organised information''// is needed on the ethics, science, technology issues related to serious and responsible consideration of SRM - a bit like the format of the Skeptical Science website: https://skepticalscience.com
*It would help people work through the issues to have a //''public modelling tool''// to examine action programs that include or don't include SRM - a bit like the Climate Interactive En_ROADS tool but with SRM included as part of the toolkit for climate action: https://en-roads.climateinteractive.org/scenario.html
*After some work has been done to prepare the ground for the SRM issue, XPRIZE could offer a major prize for the best 5(?) //''proposals for societal engagement with SRM''// from national or state/province teams from around the world - made up of an alliance of the jurisdiction government, plus climate and social NGOs, businesses and research and education organisations (ie. a society-wide alliance) to drive responsible work on SRM in their jurisdiction.
<small><a href="#top">Go to top</a></small>
----
!!!Ideas prompted by the XPRIZE brainstorm<a id="Ideas prompted by the XPRIZE brainstorm"></a>
*Scenarios: It would be useful to explore the issues raised by these scenarios<a id="Scenarios"></a>
**[[20 years of research, decide, then 50% cooling, maybe|20 years of research, decide, then 50% cooling, maybe_GScenario]]
**[[Maintain the taboo, no field research, no deployment|Maintain the taboo, no field research, no deployment_GScenario]]
**[[Early, full deployment if can be made safe|Early, full deployment if can be made safe_GScenario]]
**[[With SRM there is less need to cut emissions & do CO2 drawdown|With SRM-less need to cut emissions-do drawdown_GScenario]]
**[[Build global regulation first, then decide|Build global regulation first, then decide_GScenario]]
**[[Just do it|Just do it_GScenario]]
**[[The 'break glass' scenario|The 'break glass' scenario_GScenario]]
*There would be value in having a comprehensive action plan as a context for choosing a pipeline of high leverage interventions
*Biggest blockage - lack of social licence - taboo - psychology issue
*Caution about the idea of //''not''// taking action in any way if there is no all-in global agreement
*"How-to cookbook" - ready for a 'go' decision
*Carefully compare the impact and other costs of deploying and not deploying SRM across different action scenarios
*XPRIZE's role in changing beliefs about what's possible / not possible - (how can this be done with a global issue?)
*Science diplomacy - build cooperation across lines of tension eg. US/China
*Testing deployment technolgy? (planes vs balloons)
*Testing volcanic eruptions / stratosphere-impacting fire storms
*Identifying the needs of the climate vulnerable
*Running models to see when the use of SRM is most efficacious eg. late or early
*How could risks to the Indian monsoon be eliminated?
*Making it easier to build safe climate infrastructure- responsibly. What is bad NIMBY and what is good environmental management?
*How can we build shared understanding and enough common purpose across the political spectrum?
*Investing in a program to bring a huge increase of extra funding for research, development and deployment methods. Sources could be from governments, philanthropy (large and small donors), other? There could be an education program pitched at potential funders.
*Identify the needs the climate vulnerable have for early and full application of fast cooling (if it can be made safe)
*What impact on fast cooling will growth in H<sub>2</sub>-fuelled aviation have? (increased cirrus clouds, not reduced?)
*There would be value in creating education and deliberative democracy programs about fast cooling. (Reinforced by the value of the CANA Geoengineering Discussion Group)
*Cogent arguments and factual material could be assembled in a websight similar to: https://skepticalscience.com
*It might be liberating to help nations design nation-level fast cooling programs - to find out what can be usefully and responsibly done at this level.
*Develop a dual/simultaneous 'promote and regulate' approach to fast cooling.
*Develop a program to ensure that the use of fast cooling methods does not substitute for emissions elimination and full drawdown of the excess CO<sub>2</sub>.
*Develop ideas on how to minimise the chances of military conflict over the deployment of fast cooling methods.
<small><a href="#top">Go to top</a></small>
----
!!!Additional thoughts<a id="Additional thoughts"></a>
*We need to develop high quality reponses to the arguments being developed by groups and people like: Clive Hamilton, ETC, Geoengineering Monitor, Hands Off Mother Earth, Heinrich Boell Foundation, Solar Geoengineering Non-Use Agreement
*Cogent arguments and factual material could be assembled in a websight similar to: https://skepticalscience.com
*A climate activist colleague of mine who has, for over a decade, supported the idea of a safe climate restoration via an emergency mode response, told me recently that they "can't imagine fast cooling ever being deployed because there will never be a global consensus on doing it and trying to do it without a global consensus would likely lead to war." So in relation to fast cooling that, for them, was the end of the matter.
*I think we need to find in the literature, or develop, plausible scenarios for pursing fast cooling in ways that have a minimal chance of triggering war.
*Since it's not yet known that fast cooling methods can deliver a clear net benefit if applied globally (because of the limited research foundation,) I think we should develop a scenario that delivers the maximum protection ''without'' using fast cooling. But we need to have data on the difference in the delivered protection between an optimal scenario with fast cooling and the best possible scenario without fast cooling.
*In the early stages at least of developing the XPRIZE SRM project I think it would help everyone if a few SRM action scenarios were developed so that the differences in approaches can be made explicit and the consequences of different approaches can be explored.
<small><a href="#top">Go to top</a></small>
----
!!!Climate vulnerability case studies<a id="Climate vulnerability case studies"></a>
[[Pacific atoll islands case study: What would need to be done, at the earth system level, to save the Pacific atoll islands?|https://docs.google.com/document/d/1Nxe9uoP0Gle6qjjSyzUoNTWoZwqEMfYCtZuTwOld3J8/edit?usp=sharing]]
<small><a href="#top">Go to top</a></small>
----
!!!Developing a fast cooling program - initial notes<a id="Developing a fast cooling program"></a>
As we clean up the energy system by switching to renewables, the accidental SRM that we get from the particulate pollution from coal fired power stations is no longer produced. This means that for about the next 20 years we don't get any immediate benefit from going to zero emissions. The upwards temperature trajectory continues for those 20 years, essentially unchanged, regardless of how much emissions are cut. The temperature benefit comes after the 20 years.
We can see that the current level of warming is now extremely dangerous. It's destroying the global coral reef ecosystems, triggering self-generating ice loss from Greenland and the Antarctic (especially the West Antarctic) that will eventually cause probably over six metres of sea level rise (unless the earth is cooled rapidly). The Arctic sea ice is massively reduced in summer. Fires, floods and storms are causing very serious impacts already. The permafrost is melting on a large-scale.
Emissions-elimination-only action will not change the //''upwards''// trajectory of warming for about 20 years[[(*)|Emissions only action will not stop warming trend for 20y_brief (2include) DB]]. And in this context the average earth temperature is likely to reach +1.5°C by about 2030[[(*)|Likely to reach +1.5°C by about 2030_brief (2include) DB]]
Simply getting to zero emissions (which must be done) will not result in the needed //''cooling''// for many thousands of years. CO<sub>2</sub> drawdown (which must be done, on a massive scale) will take probably a few hundred years to provide the needed cooling.
But we know that SRM could cool the earth surface temperature extremely fast (within a year or two of first deployment) and at the necessary scale.
But we don't know whether it's possible to design SRM systems to deliver this cooling without very serious side effects. In the climate movement there is a very powerful taboo against considering SRM and doing the necessary research.
Because of social inertia and this powerful taboo, the global climate movement has not sufficiently up dated its thinking on the nature of the climate problem over the last 30 years.
We now have more than a problem of emissions. We also have too much CO<sub>2</sub> and other greenhouse gases in the air and too much heat in the oceans already.
The Climate Rescue campaign is premised on the idea of identifying the climate vulnerable (people, other living things, etc.), finding out what earth system and local conditions are needed for them to be protected, and then providing the needed protection as fast as needed. We've started to refer to this approach as providing "maximum protection[[(*)|http://bit.ly/DeliveringMaximumProtection]] for the climate vulnerable".
I think that this tight connection to caring about the climate vulnerable can provide the intense motivation needed to drive the necessary multi-lever climate action program, including overcoming the social taboo on SRM.
It has been interesting to see how competent governments handled the challenge of developing vaccines and treatment in response to the covid pandemic. The medical profession knows from long experience that not all candidate vaccines and treatments are safe enough to use. So, during the covid pandemic, competent governments used a simultaneous approach of proactively promoting the fast development, testing and deployment of vaccines and treatments while also maintaining the regulatory system to identify and block the use of ineffective and unsafe options. To save time, and therefore lives, some governments contracted for the manufacture of millions of doses of vaccines before the vaccines had been approved by the regulatory system. The deal was that the governments would pay even if the vaccines were not approved. If they failed to get regulatory approval the doses would be sent to landfill. But if they were given the thumbs up then jabs would be in arms many, many months earlier than would normally be the case.
The current taboo on considering SRM has some similarities to the antivax mindset.
I've been thinking quite a bit about how an SRM program might be run. It is likely that it will need to go through an extended experimental stage, starting small and local, and then building up to global - but still in experimental mode.
It's interesting to see how the climate movement social taboo on SRM has rubbed off on the SRM researchers. People like David Keith argue publicly that SRM research will need to go on for about ''20 more years'' before a yes/no deployment decision can be made and then SRM should only be used to offset about a half of the near term warming.
While it might turn out that we can't use SRM safely at the needed scale, should it turn out to be safe enough to use, waiting another 20 years and only offsetting half the warming, seems to me like too little, too late.
I think we might be able to get very near-term global benefit from SRM during the experimental phase. (We already know that cooling can be delivered by SRM. What we don't know is what the side effects are when applied at large-scale.) So a graduated experimental scaling up of a range of SRM technologies and deployment systems would resolve the scientific uncertainties and provide near term cooling. If there are indications of unacceptable side effects that cannot be avoided then we might have to conclude that SRM is not a practical option and turn off deployment.
Whichever way things go, we know that the need to use SRM can be reduced the faster the world gets to a zero emissions economy and the sooner we draw down all the excess CO<sub>2</sub>.
I think that there are (at least) three serious complicating factors:
*it would likely be impossible to initiate a global SRM program if a full (non-blocked) consensus is required via the international governance system. On the other hand if a single powerful country goes it alone without an effort to maximise the size of a coalition of the willing then international tensions might be seriously worsened at a time that is already getting very dangerous.
*polarisation between the political left and right. There is a risk that climate activists (often left leaning) will continue their taboo on SRM research and experimental deployment, and they might choose to characterise support for SRM as the work of right wing people. I think it is likely that the success of a SRM program (socially and politically stable over time as governments change) will rest on reducing the left-right polarisation around the issue.
*The successful global deployment of experimental SRM could get complicated by tension with Russia because it appears that Putin thinks that Russia will gain comparative advantage from having a warming world.
<small><a href="#top">Go to top</a></small><<fav>> | <<return>><<set $startingWithProjectsShowInMenu to 1>>
----
!!Starting with projects
<<nobr>>
[[Assessing parties and candidates]]<br><br>
<<if $campaigningProtectClimateVulnerableShowInStartingWithProjects eq 1>>[[Campaigning to protect the climate vulnerable]]<br><br><</if>>
<<if $developingFastCoolingProgramShowInStartingWithProjects eq 1>>[[Developing a fast cooling program]]<br><br><</if>>
<<if $protectingForestsShowInStartingWithProjects eq 1>>[[Protecting forests]]<br><br><</if>>
<<if $researchingNeedsOfClimateVulnerableShowInStartingWithProjects eq 1>>[[Researching the needs of the climate vulnerable]]<br><br><</if>>
<<if $shapingPolicyOnUseOfOffsetsShowInStartingWithProjects eq 1>>[[Shaping policy on the use of offsets]]<br><br><</if>>
<<if $wwfDrawdownProjectShowInStartingWithProjects eq 1>>[[WWF drawdown project]]<br><br><</if>>
<<if $howBroadBasedStateTerritoryEnvGroupsPursueClimateRescueShowInStartingWithProjects eq 1>>[[How broad-based state-territory env groups can pursue climate rescue]]<br><br><</if>>
<</nobr>><<fav>> | <<return>><<set $howBroadBasedStateTerritoryEnvGroupsPursueClimateRescueShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
----
!!How broad-based state/territory environment groups can pursue climate rescue
How could broad-based state/territory environment groups pursue the "climate rescue" approach to climate action to provide maximum protection for the climate vulnerable? How could this be done without the group needing to turn into a different type of organisation?
The first step might be to identify some of the main features that the group wants to retain eg.
*focus its work on the home state/territory
*have a strong focus on public policy
*aim to have strong influence on the home state/territory Government and political parties contesting to form government
*play a strong leadership role in the environment/climate movement in the home state/territory.
The next step could be to see how an organisation with that DNA could perhaps engage with a "protect the climate vulnerable" approach.
These two steps could be followed up with:
*further work with the CEO
*further work with a 'climate rescue' exploration team
*a briefing and workshop for the group's staff (and board members?) on how the climate rescue approach might be incorporated.
*[[Working with EV]]<<fav>> | <<return>> | [[Starting with projects]] <<set $protectingForestsShowInStartingWithProjects to 1>><<set $startingWithProjectsShowInMenu to 1>>
----
!!What climate action is needed to protect forests?
!!!Foundational research project
!!!!Draft scope
*Identify the main centres of knowledge and the main experts in Australia on the impacts of climate change on forests
*Identify forest types around Australia that are vulnerable to climate change between now and the end of the century ie.
**could become depauperate (significantly reduced native species richness), or
**could be replaced by other forest types or ecological communities.
*Depending on the ease of data availability, select one or more vulnerable forest types and identify when they face substantial transformation as a result of climate change based on currently //''probable''// climate model scenarios.
*Identify the climate-induced threats that are critical to the forest's survival and thriving (eg. fire severity, fire return period, impacts of extreme weather events, changes in rainfall, humidity or temperature regimes, etc.)
*For the selected forest types identify what //''earth system conditions''// (eg. global average surface temperature, frequency of temperature peaks of a dangerous level and if known other local environmental conditions //''linked to climate''//) would need to be retained/restored, by when, to ensure the survival and thriving of the vulnerable forest type(s).
*If known, indicate the significance of the loss of the forest type(s) - ecological, cultural, economic, impact on carbon stores etc.
*If known, identify forests in other parts of the world that are threatened by mid century, so that the Climate Rescue campaign can reach out to activists and researchers in those countries.
*If known, identify forest researchers and activists in other countries that the Climate Rescue campaign could/should reach out to.
*Write this up, provide references and include a few photos if possible. Please include the method so that other researchers could apply it to other forest types.
It would be ideal if the selected forest type(s) were iconic/significant and strongly threatened, but it would not be useful to exaggerate the threat.
----
What might be signs that a forest type is vulnerable to climate? It might be indicated by a general loss of species diversity, but it is possible that the strongest indicator is a strong shift in species mix and forest structure (ecological community type) driven by changes in fire regimes, changes in the severity and extent of fires, temperature, precipitation/humidity/snow, changes in the frequency and severity of extreme events.
Searches on these topics might be useful:
• ecological transitions in forests driven by climate
• climate impacts on forests
----
Why is this project needed? To provide the evidence and boost the motivation to intensify and speed up action on climate change and to encourage the use of a wider set of levers to provide both near-term and long-term protection.
<<include [[Earth system & local interventions table (2include) DB]]>>
----
Here's a link to a generic "climate vulnerable" research project:
https://drive.google.com/drive/folders/1KZ-3G5OqWjE_IX0jFcx1V_9xFqT7jvB6?usp=sharing
Some threatened forest types have been identified from media reports towards the end of the document in:
https://drive.google.com/drive/folders/1KZ-3G5OqWjE_IX0jFcx1V_9xFqT7jvB6?usp=sharing
There is a ''non''-forest worked example here (Pacific atoll islands):
https://docs.google.com/document/d/1Nxe9uoP0Gle6qjjSyzUoNTWoZwqEMfYCtZuTwOld3J8/edit?usp=sharing
(This case study has a larger scope than the forests project because it goes on to look at what earth system interventions might provide protection.)
----
That's it I think. Keen to discuss this with you to clarify or refine anything in relation to the project.
How long might this work take do you think? Could it be completed in May or (less ideal) sometime in June?
What hourly rate would you charge? How much might the project cost? Could it be done for between $2000 and $4000?
<<include [[Philip Sutton_email phone (2include)]]>><<fav>> | <<return>>
----
!!Campaigning to protect the climate vulnerable<<fav>> | <<return>>
----
!!Researching the needs of the climate vulnerable<<fav>>
----
!Output Report - 'Whole System Package' Plan
//(content will be auto-generated here based on freeform user input, and material selected by the adviser basedon the user's yes/no answers to questions or other structures choises made by the user. After the user has developed a draft plan Climate Rescue will create opportunities for the user to have discussions with campaign workers.)//
!!!Printing this report
To turn this page into a word processing document for your own use, select the section of the page that you want to use and copy, then paste the selected material into your word processor.
<<return>><<fav>>
----
!Output Report - Businesses
//(content will be auto-generated here based on freeform user input, and material selected by the adviser basedon the user's yes/no answers to questions or other structures choises made by the user. After the user has developed a draft plan Climate Rescue will create opportunities for the user to have discussions with campaign workers.)//
!!!Printing this report
To turn this page into a word processing document for your own use, select the section of the page that you want to use and copy, then paste the selected material into your word processor.
<<return>><<fav>>
----
!Output Report - Climate action groups
//(content will be auto-generated here based on freeform user input, and material selected by the adviser basedon the user's yes/no answers to questions or other structures choises made by the user. After the user has developed a draft plan Climate Rescue will create opportunities for the user to have discussions with campaign workers.)//
!!!Printing this report
To turn this page into a word processing document for your own use, select the section of the page that you want to use and copy, then paste the selected material into your word processor.
<<return>><<fav>>
----
!Output Report - Governments
//(content will be auto-generated here based on freeform user input, and material selected by the adviser basedon the user's yes/no answers to questions or other structures choises made by the user. After the user has developed a draft plan Climate Rescue will create opportunities for the user to have discussions with campaign workers.)//
!!!Printing this report
To turn this page into a word processing document for your own use, select the section of the page that you want to use and copy, then paste the selected material into your word processor.
<<return>><<fav>>
----
!Output Report - Individuals
//(content will be auto-generated here based on freeform user input, and material selected by the adviser basedon the user's yes/no answers to questions or other structures choises made by the user. After the user has developed a draft plan Climate Rescue will create opportunities for the user to have discussions with campaign workers.)//
!!!Printing this report
To turn this page into a word processing document for your own use, select the section of the page that you want to use and copy, then paste the selected material into your word processor.
<<return>><<fav>>
----
!Output Report - International institutions
//(content will be auto-generated here based on freeform user input, and material selected by the adviser basedon the user's yes/no answers to questions or other structures choises made by the user. After the user has developed a draft plan Climate Rescue will create opportunities for the user to have discussions with campaign workers.)//
!!!Printing this report
To turn this page into a word processing document for your own use, select the section of the page that you want to use and copy, then paste the selected material into your word processor.
<<return>><<fav>>
!!Output reports
[['Whole System Package' Plan|Output Report_'Whole System Package' Plan]]
''Output Reports for Global Scenarios''
(to come)
''Output Reports for Building a Support System'''
(to come)
''Output Reports for Adaptations of the 'Whole System Package' Plan''
[[Individuals|Output Report_Individuals]]
[[Climate action groups|Output Report_Climate action groups]]
[[Governments|Output Report_Governments]]
[[Businesses|Output Report_Businesses]]
[[International institutions|Output Report_International institutions]]
''Output Reports for linked projects''
(to come)<<fav>> | <<return>> | [["CR Strategy" table of contents|Table of contents_CR Strategy]] | [[Next» The response|Table of contents_The Response]]
----
!!The challenge
Humanity has been aware of the possibility of human caused climate change for about 120 years[[|https://en.wikipedia.org/wiki/Svante_Arrhenius#Greenhouse_effect]] and the seriousness of the issue has been formally recognised by governments globally for about 30 years since the UN Framework Convention on Climate Change came into effect in 1994[[|https://en.wikipedia.org/wiki/United_Nations_Framework_Convention_on_Climate_Change]].
However, human-caused climate change is not an issue that humanity has had the experience of solving before so we have muddled our way //extremely slowly// into taking action.
One of the factors contributing to the inadequate response has been the economic and political power of high emissions industries which has been very strong for a very long time– though this is beginning to change with the emergence of cost-competitive renewable energy.
By now the immediate impacts of climate change have become extremely and unacceptably serious, with a great deal worse to come unless highly effective action is taken with extreme urgency.
The culture of normal politics, eg. gradualism and an expectation of major trade-offs, has meant that mainstream climate activism and mainstream government climate action has not set out to //''undo''// the change to the climate at all, let alone fast. In fact, the current official UN target established by the Paris Agreement is to //''increase''// the temperature above even where we are now and then to lock that increase in permanently.
This normal politics mind-set skews how society thinks about climate action, leading to:
*a major under-estimation of the costs of climate change and a major over-estimation of the cost of near-term action to undo climate change. This mismatch is also reinforced by information asymmetries and by the formal processes of future discounting in the finance sector and in mainstream economic theory
*the development of a huge gap between what needs to be done to successfully protect the climate vulnerable and the actions actually being pursued by almost all climate advocates and policy makers.
The official objective of the UN Framework Convention on Climate Change is:
<<include [[UNFCCC Article 2-Objective_brief (2include) DB]]>>
This objective doesn’t define what dangerous means. Dangerous for whom or what? The only things mentioned specifically that need to be protected are ecosystems, food production and economic development. These are systems, not climate vulnerable people or other living things. It would be possible to meet the UNFCCC objective while the climate vulnerable suffer terrible losses – provided ecosystems are adapting (don’t they always adapt in the face of change?), and aggregate food production is maintained and economic development continues.
Given the massive wriggle room in the UNFCCC objective, the implicit aim of current mainstream action on climate is to “reduce” the impact of climate compared to what it would be with no action. But it is quite unclear what “good enough” action is.
Locking in a higher temperature and ocean acidification than now, under the goals of the Paris Agreement, will cause major ecosystem breakdowns on land and in the oceans. Extreme weather, desertification and sea level rise will reduce the liveability of large areas leading to lowered living standards, higher death rates and greater movement of climate refugees.
Richer countries and communities will have greater capacity for local adaptation (but, as impacts from climate change build up, they are likely to be less willing to financially assist poorer countries to adapt) – leading to a kind of [[Dubai-ification of the world|Dubai-ification of the world_PrinEtc]].
----
<<fav>> | <<return>> | [["CR Strategy" table of contents|Table of contents_CR Strategy]] | [[Next» The response|Table of contents_The Response]]**[[Protecting the climate vulnerable - the new climate goal|Protecting the climate vulnerable_new climate goal]]
**[[How much protection? - maximum|How much protection_maximum]]
**[[Managing action via duty of care & chain of responsibility|Managing action via duty of care & chain of responsibility]]
**[[The current state of the earth system|The current state of the earth system]]
**[[Corrective action at the earth system level & locally]]
**[[The most effective way to deliver protection – globally|Most effective way to deliver protection-globally]]
**[[Adequacy of conventional climate action]]<<fav>> | <<return>> | [["CR Strategy" table of contents|Table of contents_CR Strategy]] | [[next»|Protecting the climate vulnerable_new climate goal]]
----
!!The response
If we are to maximise the protection of the climate vulnerable (human and other living things), a very different approach to climate action will be needed.
The whole human population (now nearly 8 billion[[|http://www.worldometers.info/world-population/]]) and all other living things (untold trillions) and species (tens of millions) depend on the existence of a climate and ocean alkalinity that they are adapted to.
<<include [[Table of contents_The Response (2include)]]>><<fav>> | <<return>> | [[Full "CR Strategy" table of contents|Table of contents_CR Strategy]] | [[The challenge]] | [["The Response" table of contents|Table of contents_The Response]] | here | [[Next» How much protection? - maximum|How much protection_maximum]]
----
!!Protecting the climate vulnerable: A new climate goal
How can we frame better goals than those established by the UN Framework Concention on Climate Change and the Paris Agreement?
In the book "Climate Code Red: The case for emergency action"[[(*)|Climate Code Red_Ref_brief DB]] it was proposed that the goal should be to protect "all people, all species, and all generations" and that the high level action response should be to "restore a safe climate" that people and other species are adapted to.
But given the severity of the climate change that has built up over the last 40 years and the dangerous condition that the earth system has already reached, we need a supplementary goal that sharpens our focus on dealing with near-term impacts as a complement to the longer term restoration of a naturally safe climate.
<style>
table {
margin-left: 20px !important;
}
</style><table>
<tr>
<td>Our goal should be to protect the climate vulnerable[[(*)|The climate vulnerable_PrinEtc]]</td>
</tr>
</table>Anchoring climate action on protecting the climate vulnerable is a strong test because if there is no commitment to protect the climate vulnerable then in practice climate action goals are simply lowered every time they become a bit difficult to achieve.
To protect the climate vulnerable, we will need to:
*restore a safe climate and ocean pH (alkalinity) as fast as possible to within the Holocene range
*provide 'safe passage' for the climate vulnerable so that they can survive long enough to benefit from a restored safe climate and ocean alkalinity.
These high level actions need to be calibrated by the needs of the climate vulnerable.
But it is only possible to meet the needs of the climate vulnerable if we deliberately and rigorously find out what those needs are to ensure that the climate vulnerable can survive and thrive. The needs should be specified in terms of necessary outcomes and required timeframes.
----
<<fav>> | <<return>> | [[Full "CR Strategy" table of contents|Table of contents_CR Strategy]] | [[Next» How much protection? - maximum|How much protection_maximum]]<<fav>> | <<return>> | [["The Response" table of contents|Table of contents_The Response]] | [[«Previous|Protecting the climate vulnerable_new climate goal]] | here | [[Next»Managing action via duty of care & chain of responsibility|Managing action via duty of care & chain of responsibility]]
----
!!How much protection? - maximum
<<include [[Framing the maximum protection goal (2include) DB]]>>
If we are to maximise the protection of the climate vulnerable (human and other living things), a more rigorous approach to climate action will be needed.
<<fav>> | <<return>> | [["The Response" table of contents|Table of contents_The Response]] | [[«Previous|Protecting the climate vulnerable_new climate goal]] | here | [[Next»Managing action via duty of care & chain of responsibility|Managing action via duty of care & chain of responsibility]]<<fav>> | <<return>> | [["The Response" table of contents|Table of contents_The Response]] | [[«Previous|How much protection_maximum]] | here | [[Next»The current state of the earth system|The current state of the earth system]]
----
!!Managing action via duty of care & chain of responsibility
Having established a new strong climate action goal, it is essential to create a system that guarantees effective follow-through action. Administrative systems of this sort have been developed and applied widely for the pursuit of occupational health and safety and pandemic management goals.
The starting point is a duty of care[[(*)|Duty of care_PrinEtc]][[|https://elaw.org/nl.urgenda.15]][[|https://theconversation.com/bushfire-survivors-just-won-a-crucial-case-against-the-nsw-environmental-watchdog-putting-other-states-on-notice-166820]] that triggers a chain of actions (chain of responsibility)[[(*)|Chain of Responsibility_PrinEtc]] leading to the delivery of protection. This approach is beginning to be applied in the climate domain.
<<include [[Duty of care-chain of responsibility_five-step process for CR (include) DB]]>>
Actions needed to protect each class of the climate vulnerable should be integrated at the global/earth system level and at the regional level where this makes action more effective. The scale, speed and character of the integrated action at the global and regional level should be set by the needs of the most vulnerable.
----
<<fav>> | <<return>> | [["The Response" table of contents|Table of contents_The Response]] | [[«Previous|How much protection_maximum]] | here | [[Next»The current state of the earth system|The current state of the earth system]]<<fav>> | <<return>> | [["The Response" table of contents|Table of contents_The Response]] | [[«Previous|Managing action via duty of care & chain of responsibility]] | here | [[Next»Corrective action at the earth system level & locally|Corrective action at the earth system level & locally]]
----
!!The current state of the earth system
Whereas once the climate issue was only about excess emissions of greenhouse gases, now we are facing multiple major drivers of damaging change at the earth system level:
*Greenhouse gas //''emissions''// are now too high
*//''Atmospheric''// green house gas and //''ocean''// CO<sub>2</sub> //''levels''// are now too high
*Atmospheric, ocean and land //''temperatures''// are now too high
*The //''rate of change''// of the temperature is now too high[[(*)|Speed of cooling_PrinEtc]]
*The //''heat content''// of the oceans is now too high [[1|https://www.theguardian.com/world/2022/may/16/bleached-sea-sponges-found-in-new-zealand-waters-for-first-time]], [[2|https://www.theguardian.com/world/2022/may/26/major-new-zealand-salmon-producer-shuts-farms-as-warming-waters-cause-mass-die-offs]].
Emissions-elimination-only action will not stop the //''upwards''// trajectory of warming for about //''20 years''//[[(*)|Emissions only action will not stop warming trend for 20y_brief (2include) DB]]. And in this context the average earth temperature is likely to //''reach +1.5°C''// by about //''2030''//[[(*)|Likely to reach +1.5°C by about 2030_brief (2include) DB]]
!!!Tipping points already triggered or rapidly approaching
The following earth system elements are already subjected to tipping point processes or are rapidly approaching such a state[[(*)|Climate Dominoes_Ref BKG]]:
*West Anarctica and some parts of the East Antarctic moving to self-reinforcing state of large-scale ice mass loss
*Arctic moving to summer ice-free conditions
*Greenland moving to self-reinforcing state of large-scale ice mass loss
*Forest carbon stores switching to a carbon source and converting to non-forest ecosytems
*Permafrost moving to self-reinforcing state of large-scale loss
*Coral reefs entering a cycle of destructive
*Polar ocean acidification moving rapidly to threshold where organisms will not be able to form calcarious shells. The polar oceans are heading rapidly to a degree of CO<sub>2</sub> acidification that will make it impossible for marine organisms to form calcarious shells or other external structures. The Southern Ocean (surrounding Antarctica) is expected to reach this point sometime between 2030 and 2038[[|https://www.pnas.org/doi/pdf/10.1073/pnas.0806318105]]. This will have big impacts on polar marine ecosystems, including via changes in the food chains eg. many large marine mammals and birds depend directly and indirectly on Pteropods (free-swimming micro sea snails).
----
<<fav>> | <<return>> | [["The Response" table of contents|Table of contents_The Response]] | [[«Previous|Managing action via duty of care & chain of responsibility]] | here | [[Next»Corrective action at the earth system level & locally|Corrective action at the earth system level & locally]].<<fav>> | <<return>> | [["The Response" table of contents|Table of contents_The Response]] | [[«Previous|The current state of the earth system]] | here | [[Next»The most effective way to deliver protection-globally|Most effective way to deliver protection-globally]]
----
!!Corrective action at the earth system level & locally
The climate and ocean pH (alkalinity) conditions of the earth are already outside the optimum range so protective action will need to include, ''//if the measures can be made safe enough//'':
*emissions elimination (zero emissions)
*drawdown of all the excess greenhouse gases in the atmosphere
*removal of excess atmospheric methane
*application of fast cooling methods at the earth systems level (if they can be made safe enough)
*restoration of ocean pH (alkalinity) (if this can be done safely enough)
*protection of critical earth system elements at a regional level (eg. slowing the loss of ice from Greenland and Antarctica[[|http://www.climatecodered.org/2022/06/we-need-to-talk-about-climate.html]], [[|https://www.breakthroughonline.org.au/johnmoore]], [[|https://www.sciencedirect.com/science/article/pii/S1674927820300940]])
*application of localised adaptation measures.
Here are some of the challenges facing the earth system level action in these areas:
<<include [[Earth system areas & challenges table (2include) DB]]>>
----
<<fav>> | <<return>> | [["The Response" table of contents|Table of contents_The Response]] | [[«Previous|The current state of the earth system]] | here | [[Next»The most effective way to deliver protection-globally|Most effective way to deliver protection-globally]]<<fav>> | <<return>> | [["The Response" table of contents|Table of contents_The Response]] | [[«Previous|Corrective action at the earth system level & locally]] | here | [[Next»Adequacy of conventional climate action|Adequacy of conventional climate action]]
----
!!The most effective way to deliver protection — globally
Priority should be given to solution measures that have the biggest global benefit– so that the rich world doesn’t get absorbed in its own expensive local adaptation – leaving all else to suffer or perish. Earth-system-level responses are likely to have the greatest global benefit – dollar for dollar – provided the measures are safe – because the one program of action provides global benefit.
<<include [[Most effective way to deliver protection globally table (2include) DB]]>>
----
<<fav>> | <<return>> | [["The Response" table of contents|Table of contents_The Response]] | [[«Previous|Corrective action at the earth system level & locally]] | here | [[Next»Adequacy of conventional climate action|Adequacy of conventional climate action]]<<fav>> | <<return>> | [["The Response" table of contents|Table of contents_The Response]] | [[«Previous|Most effective way to deliver protection-globally]] | here | [[Next»Designing a climate rescue campaign|Table of contents_Designing a climate rescue campaign]]
----
!!The adequacy of conventional climate action for protecting the climate vulnerable
!!!What are the characteristics of conventional climate action?
Conventional climate action currently has these features:
*A focus on promoting net emissions reduction by encouraging the adoption of low or zero emissions technology and by closing coal fired power stations and other major emissions sources - encouraged by the profitability of investing in renewable electricity
*Action is justified on the basis of a reference to the Paris climate goals:
**targeting temperatures "well below +2 °C" and "limiting the temperature increase to +1.5°C)[[(*)|The Paris Agreement temperature goals_PrinEtc]] and
**aiming for "net zero emissions by 2050"
*There is little effort made to identify the near-term protection needs of the climate vulnerable and to embed action for such protection in policy.
*The limited attention that is paid to CO<sub>2</sub> drawdown is generally seen either as an offset for continuing emissions or as a way to get back to +1.5°C after the global temperature overshoots – some time around 2030. It is generally assumed that the climate might be brought back to +1.5°C by the end of the century
*The climate emergency (as a problem) is widely recognised by governments, and fast action is called for but so far no governments have gone into emergency action mode to tackle climate
*As climate impacts get worse, increasing attention and effort is being applied to adaptation measures to reduce the near-term of impact (mostly on people).
!!!How adequate is the conventional approach to climate action for the protection of the climate vulnerable?
*Current action (ie. emissions reduction only) on climate impacts cannot provide any earth system level temperature relief for about 20 years[[(*)|Emissions only action will not stop warming trend for 20y_brief (2include) DB]].
*Meeting the Paris goals cannot save, amongst a lot of other things, the world's coral reef systems systems or the atoll islands and nations, or prevent about 15 to 20 metres of sea level rise. (Note: Better goals, if attained, might prevent these outcomes.)
*The adequacy of the conventional climate action package is not well known for the protection of most classes of the climate vulnerable either because the assessments have not been done or because the results of those assessments are not known by people pushing for or implementimng climate policy.
----
<<fav>> | <<return>> | [["The Response" table of contents|Table of contents_The Response]] | [[«Previous|Most effective way to deliver protection-globally]] | here | [[Next»Designing a climate rescue campaign|Table of contents_Designing a climate rescue campaign]]**[[Building high-level CR campaign vehicles]]
**[[High-level classes of campaign action]]
**[[Major organising challenges]]<<fav>> | <<return>> | [["CR Strategy" table of contents|Table of contents_CR Strategy]]
----
!!Designing a climate rescue campaign
<<include [[Table of contents_Designing a climate rescue campaign (2include)]]>>
----
Supporting material: [[Strategic Framing|Strategic Framing (gather)]]
----<<fav>> | <<return>> | [["Designing a climate rescue campaign" table of contents|Table of contents_Designing a climate rescue campaign]] | [[«Previous|Table of contents_Designing a climate rescue campaign]] | here | [[Next»High-level classes of campaign action|High-level classes of campaign action]]
----
!!Building high-level Climate Rescue campaign vehicles
We need to:
*start building Climate Rescue campaign vehicles in whatever locations it is possible, but we need to go global fast
*create one or more comprehensive campaign catalyst groups (eg. the RSTI Climate Rescue Catalytic Group)
*shape all action within the context of a comprehensive and integrated plan that is global in scale but builds on local/bottom up activation
*create alliances to take on the elements of the integrated comprehensive action plan(s) to cover:
**earth system level action
**local level action (prevention, restoration, safe passage/adaptation).
----
<<fav>> | <<return>> | [["Designing a climate rescue campaign" table of contents|Table of contents_Designing a climate rescue campaign]] | [[«Previous|Table of contents_Designing a climate rescue campaign]] | here | [[Next»High-level classes of campaign action|High-level classes of campaign action]]<<fav>> | <<return>> | [["Designing a climate rescue campaign" table of contents|Table of contents_Designing a climate rescue campaign]] | [[«Previous|Building high-level CR campaign vehicles]] | here | [[Next»Major organising challenges|Major organising challenges]]
----
!!High-level classes of campaign action
We need to:
*identify the climate vulnerable (each class) and their protection needs. What conditions would need to be in place by when for them to survive and thrive?
*integrate the protection needs of the climate vulnerable into a global earth system-level package of protection actions, to cover:
**the restoration of a safe earth system
**action needed to ensure "safe passage" for the climate vulnerable while the earth system is being restored
*determine how earth system protection can be delivered most effectively
*determine how to campaign most effectively
*take action to impact on the domestic economy and on exports.
Climate Rescue campaign vehicles will need to:
*promote the climate rescue idea and build strong support across each society
*work to implement the climate rescue idea in a particular context (a geography, a community, a category of the climate vulnerable, a specialisation of action, etc.)
----
<<fav>> | <<return>> | [["Designing a climate rescue campaign" table of contents|Table of contents_Designing a climate rescue campaign]] | [[«Previous|Building high-level CR campaign vehicles]] | here | [[Next»Major organising challenges|Major organising challenges]]<<fav>> | <<return>> | [["Designing a climate rescue campaign" table of contents|Table of contents_Designing a climate rescue campaign]] | [[«Previous|High-level classes of campaign action]] | here | [[Next»Setting up the Climate Rescue campaign|Table of contents_Setting up the Climate Rescue campaign]]
----
!!Major organising challenges
Developing the Climate Rescue campaign will face many challenges, but some of the most critical are:
*the //''complexity''// of what needs to be thought about and done ([[more...|Complexity_StratFrame]])
*the need to make decisions (to act or not to act) in the face of strong //''uncertainty''// and the need for urgent protection ([[more...|Decisions in the face of uncertainty & urgency_StratFrame]])
*how to ensure solutions //''safety''// – via //''taboo''// or //''careful action''//? ([[more...|Right action or safety_taboo or careful action_StratFrame]])
*how to drive coordinated action via a //''whole system package plan''//? ([[more...|Driving coordinated action via a whole system package plan_StratFrame]])
*how to work //''across the political spectrum''// in democracies? ([[more...|Working across the political spectrum in democracies_StratFrame]]) How can a climate rescue approach be taken up in non-democracies?
*how to //''catalyse''// effective global action when no one is in charge of 'everything' and hierarchies[[(*)|Catalysing effective global action_StratFrame]] are not working effectively? ([[more...|Catalysing effective global action_StratFrame]])
*how to manage the perceived and actual //''difficulty''// of climate rescue action ([[more...|Managing difficulty_StratFrame]])
----
Supporting material: [[Strategic Framing|Strategic Framing (gather)]]
----
<<fav>> | <<return>> | [["Designing a climate rescue campaign" table of contents|Table of contents_Designing a climate rescue campaign]] | [[«Previous|High-level classes of campaign action]] | here | [[Next»Setting up the Climate Rescue campaign|Table of contents_Setting up the Climate Rescue campaign]]**[[RSTI building a Climate Rescue Catalytic Group|RSTI's CR Catalytic Group]]
**[[The CR planning flywheel]]
**[[Sub-campaigns]]
**[[Support units]]
**[[Organising focuses]]<<fav>> | <<return>> | [["CR Strategy" table of contents|Table of contents_CR Strategy]]
----
!!Setting up the Climate Rescue campaign
<<include [[Table of contents_Setting up the Climate Rescue campaign (2include)]]>>
----
Supporting material: [[Strategic Framing|Strategic Framing (gather)]]
----<<fav>> | <<return>> | [["Setting up the Climate Rescue campaign" table of contents|Table of contents_Setting up the Climate Rescue campaign]] | [[«Previous|Table of contents_Setting up the Climate Rescue campaign]] | here | [[Next»The CR planning flywheel|The CR planning flywheel]]
----
!!RSTI setting up a Climate Rescue Catalytic Group
The non-profit organisation, RSTI, has initiated a Climate Rescue campaign to promote the adoption of the maximum protection approach (as described in this paper) in all countries across the world and at the international level. RSTI’s work on the Climate Rescue campaign will be driven by the Climate Rescue Catalyst Group.
Given the scale of the task of catalysing a climate rescue program to deliver maximum protection, and given the diversity of cultural and administrative conditions around the world, a Climate Rescue program is likely to be more successful if it is pursued by a coalition of cooperating groups rather than by a single organisation.
----
<<fav>> | <<return>> | [["Setting up the Climate Rescue campaign" table of contents|Table of contents_Setting up the Climate Rescue campaign]] | [[«Previous|Table of contents_Setting up the Climate Rescue campaign]] | here | [[Next»The CR planning flywheel|The CR planning flywheel]]<<fav>> | <<return>> | [["Setting up the Climate Rescue campaign" table of contents|Table of contents_Setting up the Climate Rescue campaign]] | [[«Previous|RSTI's CR Catalytic Group]] | here | [[Next»Sub-campaigns|Sub-campaigns]]
----
!!The CR planning flywheel
The development dynamics for the Climate Rescue can be summarised in the Climate Rescue planning flywheel[[|https://www.jimcollins.com/books/turning-the-flywheel.html]]:
<center><IMG SRC="http://www.green-innovations.asn.au/graphics/CR-development-flywheel_50pc.png"></center>
The more effectively each step is taken and the faster the cycles are completed the more momentum will be built into the overall Climate Rescue campaign and any sub-campaigns.
----
<<fav>> | <<return>> | [["Setting up the Climate Rescue campaign" table of contents|Table of contents_Setting up the Climate Rescue campaign]] | [[«Previous|RSTI's CR Catalytic Group]] | here | [[Next»Sub-campaigns|Sub-campaigns]]<<fav>> | <<return>> | [["Setting up the Climate Rescue campaign" table of contents|Table of contents_Setting up the Climate Rescue campaign]] | [[«Previous|The CR planning flywheel]] | here | [[Next»Support units|Support units]]
----
!!Sub-campaigns
!!!The need for sub-campaigns
A grant to initiate the Climate Rescue campaign has been received from the Climate Emergency Fund[[|https://www.climateemergencyfund.org]]. Because of the charitable status of the grant, the funds cannot be used to promote (or oppose) specific legislation. So the RSTI Climate Rescue campaign will need to be partitioned into a sub-campaign that can use the CEF grant, and one or more sub-campaigns that can promote specific legislation without using CEF funds.
Strategic analysis has identified three Climate Rescue sub-campaigns that should be pursued simultaneously.
!!!The three sub-campaigns
!!!!Protect the Climate Vulnerable campaign
This is a campaign to change the global culture of climate action so it is based on actually delivering maximum protection[[|http://bit.ly/DeliveringMaximumProtection]] for the climate vulnerable[[(*)|The climate vulnerable_PrinEtc]] – including those at risk over the next 20 years. Essential information to support the campaign and government implementation includes the identification of the climate vulnerable around the world, what their protection needs are and how the protection can be delivered fast enough. (This is the sub-campaign that is supported by the Climate Emergency Fund.)
!!!!Fast Climate Cooling campaign
This is a global campaign to accelerate the deployment of fast cooling methods, if, and only if, there are methods that can be used safely and effectively. It will be crucial to scale up research (computer-based, in the laboratory and in the field) at emergency speed. Deployment methods need to be developed urgently in parallel in case safe fast cooling methods become available. But regulatory processes need to be put in place, like in the health system, to weed out methods that are not safe and effective.
!!!!Delivering Climate Rescue campaign
This is a campaign to build up the high-speed global delivery of a full climate rescue program (package of actions) by governments operating in emergency mode. The first priorities are to demonstrate in a few jurisdictions that the climate movement can adopt a climate rescue approach and that governments can take on emergency mode to deliver maximum protection for the climate vulnerable. Once proof-of-concept cases are available the campaign will then aim to spread this mode of action globally through all levels of government and society-wide.
!!!The Climate Rescue campaigning flywheel
The sub-campaigning dynamics for the Climate Rescue campaign can be summarised in the Climate Rescue Campaign flywheel[[|https://www.jimcollins.com/books/turning-the-flywheel.html]]:
<center><IMG SRC="http://www.green-innovations.asn.au/graphics/CR-campaign-flywheel_50pc.png"></center>
----
<<fav>> | <<return>> | [["Setting up the Climate Rescue campaign" table of contents|Table of contents_Setting up the Climate Rescue campaign]] | [[«Previous|The CR planning flywheel]] | here | [[Next»Support units|Support units]]<<fav>> | <<return>> | [["Setting up the Climate Rescue campaign" table of contents|Table of contents_Setting up the Climate Rescue campaign]] | [[«Previous|Sub-campaigns]] | here | [[Next»Organising focuses|Organising focuses]]
----
!!Support units
It is anticipated that the Climate Rescue Catalyst Group will establish the following units to support the work of the three sub-campaigns:
• Alliance & International
• Campaign Programming Unit
• Strategy, Research & Deliberation Unit
• Support & Building Unit
The Research sub-unit will likely undertake work in the following areas. [[(See also =>)|Backbone for Climate Rescue Action]]:
• Motivations (ethical and enlightened self-interest)
• Climate vulnerable
• Earth system science
• Earth system solutions
• Geopolitics & geo-economics
• Sustainability
• Economy
• Government
• Social science-Activism
• Analogies
The work on analogies would likely cover:
• Covid19
• Apollo program
• Industrial safety
• Marshall Plan
• economic mobilisation in the World Wars
----
<<fav>> | <<return>> | [["Setting up the Climate Rescue campaign" table of contents|Table of contents_Setting up the Climate Rescue campaign]] | [[«Previous|Sub-campaigns]] | here | [[Next»Organising focuses|Organising focuses]]<<fav>> | <<return>> | [["Setting up the Climate Rescue campaign" table of contents|Table of contents_Setting up the Climate Rescue campaign]] | [[«Previous|Support units]] | here | [[Next»Initiating action|Table of contents_Initiating action]]
----
!!Organising focuses
The process of cranking up the climate rescue campaign (and the three sub campaigns) could be driven through several different focuses eg.
*People focuses
**Climate/ocean vulnerable people
**Citizens/activists
**Researchers
**Professionals
**Policy-workers.
**Consultants/advisers/mentors
*Vulnerability focuses
*Threat focuses
*Research
*Solutions development
*Education, deliberation, culture change
*Policy action
*Country/area focuses
*Global focus
*Document focuses
**Integrated generic protection strategy
**Integrated campaign strategy
----
<<fav>> | <<return>> | [["Setting up the Climate Rescue campaign" table of contents|Table of contents_Setting up the Climate Rescue campaign]] | [[«Previous|Support units]] | here | [[Next»Initiating action|Table of contents_Initiating action]]**[[Building start-up capacity]]
**[[Website for Climate Rescue and the 3 sub-programs]]
**[[Recruitment working group]]
**[[Engaging in each country]]
**[[Country profiles]]
**[[Building volunteer recruitment capacity (activists and experts)|Building volunteer recruitment capacity]]
**[[Initiation of the campaigns– country by country|Initiation of the campaigns_country by country]]
**[[Cooperation agreements]]
**[[Lifting the campaigns to the international level]]
**[[Sub-campaign 1: Protect the Climate Vulnerable (PCV)|Sub-campaign 1_Protect the Climate Vulnerable]]
**[[Sub-campaign 2: Fast Climate Cooling (FCC)|Sub-campaign 2_Fast Climate Cooling]]
**[[Sub-campaign 3: Delivering Climate Rescue (DCR)|Sub-campaign 3_Delivering Climate Rescue]]
**[[Population cohort recruitment and campaigning]]
**[[Creating strategies that motivate high culpability/high capability communities to provide benefit for high vulnerability/low capacity communities|Motivate high culpability-high capability communities to provide benefits]]<<fav>> | <<return>> | [["CR Strategy" table of contents|Table of contents_CR Strategy]]
----
!!Initiating action
<<include [[Table of contents_Initiating action (2include)]]>>
----
Supporting material: [[Strategic Framing|Strategic Framing (gather)]]
----<<fav>> | <<return>> | [["Initiating action" table of contents|Table of contents_Initiating action]] | [[«Previous|Table of contents_Initiating action]] | here | [[Next»Website for Climate Rescue and the 3 sub-programs|Website for Climate Rescue and the 3 sub-programs]]
----
!!Building start-up capacity
The fastest way to start up will likely be to create alliances with climate groups that already have the most common ground with the Climate Rescue approach (ie. maximum protection for the climate vulnerable delivered at emergency speed) and which have access to potential volunteers.
At the time of writing, the Climate Rescue campaign’s network of connections is strongest in Australia – especially Victoria, New South Wales, South Australia and the ACT[[(*)|State govts join forces on realities of net zero targets_PrinEtc]] so we will move as fast as we can to build campaign capacity here so that we then have enough people power to rapidly reach out globally.
----
<<fav>> | <<return>> | [["Initiating action" table of contents|Table of contents_Initiating action]] | [[«Previous|Table of contents_Initiating action]] | here | [[Next»Website for Climate Rescue and the 3 sub-programs|Website for Climate Rescue and the 3 sub-programs]]<<fav>> | <<return>> | [["Initiating action" table of contents|Table of contents_Initiating action]] | [[«Previous|Building start-up capacity]] | here | [[Next»Recruitment working group|Recruitment working group]]
----
!!Website for Climate Rescue and the 3 sub-campaigns
A general website is needed for the Climate Rescue campaign and the three sub-campaigns – as a point of contact, and an information and organising hub. (The Climate Rescue Adviser would be a service linked to this website.)<<fav>> | <<return>> | [["Initiating action" table of contents|Table of contents_Initiating action]] | [[«Previous|Website for Climate Rescue and the 3 sub-programs]] | here | [[Next»Engaging in each country|Engaging in each country]]
----
!!Recruitment working group
As soon as the Climate Rescue Catalyst Group can find one or more interested volunteers, a specialist recruitment and outreach working group should be formed.<<fav>> | <<return>> | [["Initiating action" table of contents|Table of contents_Initiating action]] | [[«Previous|Recruitment working group]] | here | [[Next»Country profiles|Country profiles]]
----
!!Engaging in each country
The Climate Rescue Catalyst Group, working with any alliance partners, needs to set up a ‘global engagement unit’ to reach out to people and groups in each country to initiate climate rescue work. The global engagement unit then needs to catalyse the formation of an activation unit for each country – through the global unit’s own work or through a ‘third party’ country activation unit that has volunteer capacity and links with an unactivated country.
<<include [[World regions table (2include) DB]]>>
A full country and overseas territory list prepared for the Climate Rescue campaign is here:
https://docs.google.com/spreadsheets/d/1NxoDxcYYPL7StdHZf7LM1wGsRVYjygTm/edit?usp=sharing&ouid=109242086249954792165&rtpof=true&sd=true
Also see Wikipedia lists:
https://en.wikipedia.org/wiki/List_of_sovereign_states
https://en.wikipedia.org/wiki/List_of_sovereign_states_and_dependent_territories_by_continent
----
<<fav>> | <<return>> | [["Initiating action" table of contents|Table of contents_Initiating action]] | [[«Previous|Recruitment working group]] | here | [[Next»Country profiles|Country profiles]]<<fav>> | <<return>> | [["Initiating action" table of contents|Table of contents_Initiating action]] | [[«Previous|Engaging in each country]] | here | [[Next»Building volunteer recruitment capacity|Building volunteer recruitment capacity]]
----
!!Country profiles
The global engagement unit should begin producing a profile for each country. The profiles would then be expanded by a relevant country engagement unit.
Information that could be included in a country profile could be:
*the structure and character of the climate movement in that country
*the possibility of finding one or more suitable campaign alliance partner organisations
*the potential for accessing volunteers for the Climate Rescue campaign and the 3 sub-campaigns – activist and expert
*a fast identification of the climate vulnerable within the country or of significance to the people of the country
*academic and research resources (knowledge bases and capabilities
*an analysis of the jurisdictions in the country (from national to local governments), including information on:
**the percentage of the climate movement adopting the maximum protection for the climate vulnerable approach (see details in the section below on the Protect the Climate Vulnerable campaign)
**the political possibilities for full-strength, catalytic climate emergency government action.
----
<<fav>> | <<return>> | [["Initiating action" table of contents|Table of contents_Initiating action]] | [[«Previous|Engaging in each country]] | here | [[Next»Building volunteer recruitment capacity|Building volunteer recruitment capacity]]<<fav>> | <<return>> | [["Initiating action" table of contents|Table of contents_Initiating action]] | [[«Previous|Country profiles]] | here | [[Next»Initiation of the campaigns_country by country|Initiation of the campaigns_country by country]]
----
!!Building volunteer recruitment capacity (activists and experts)
Each country activation unit needs to develop a strategy for maximising the volunteers, (activist and expert) and the information sources (through research groups and other bodies) available to the Climate Rescue campaign and its three sub-campaigns.
Volunteers might contribute to country-level activity or they might contribute to global or regional support units of the Climate Rescue Catalyst Group or alliance partners.<<fav>> | <<return>> | [["Initiating action" table of contents|Table of contents_Initiating action]] | [[«Previous|Building volunteer recruitment capacity]] | here | [[Next»Cooperation agreements|Cooperation agreements]]
----
!!Initiation of the campaigns – country by country
The Climate Rescue Catalyst Group needs to develop some models for getting the Climate Rescue campaign going at the country level. This might be easiest done working with one or more alliance partners in each country.<<fav>> | <<return>> | [["Initiating action" table of contents|Table of contents_Initiating action]] | [[«Previous|Initiation of the campaigns_country by country]] | here | [[Next»Lifting the campaigns to the international level|Lifting the campaigns to the international level]]
----
!!Cooperation agreements
Early activation of countries will likely be easiest if done in collaboration with one or more alliance partners per country. It will probably work best to formalise each partnership with a cooperation agreement.<<fav>> | <<return>> | [["Initiating action" table of contents|Table of contents_Initiating action]] | [[«Previous|Cooperation agreements]] | here | [[Next»Sub-campaign 1_Protect the Climate Vulnerable|Sub-campaign 1_Protect the Climate Vulnerable]]
----
!!Lifting the campaigns to the international level
The Climate Rescue campaign needs to eventually operate at the international level as well as at the national level. But this is likely to be difficult to achieve until the campaign and the three sub-campaigns have taken off in quite a few countries.<<fav>> | <<return>> | [["Initiating action" table of contents|Table of contents_Initiating action]] | [[«Previous|Lifting the campaigns to the international level]] | here | [[Next»Sub-campaign 2_Fast Climate Cooling|Sub-campaign 2_Fast Climate Cooling]]
----
!!Sub-campaign 1: Protect the Climate Vulnerable (PCV)
This sub-campaign is the one that can draw on the Climate Emergency Fund grant.
The purpose of this campaign is to change the global culture of climate action so it is based on actually delivering maximum protection for the climate vulnerable – including those at risk over the next 20 years. (See the appendix for a scoping of what the term “climate vulnerable” could cover.)
The PCV campaign has a number of important functions to perform, that is, to:
*tap into strong //''motivation''// (ethical and enlightened self-interest)
*drive a goal and action //''paradigm shift''// (moving from Paris goals to maximum protection for the climate vulnerable)
*provide //''education''// and //''advocacy''// about how to protect all people and other living things from human-caused climate change including the vulnerable
*drive the fastest possible global //''mobilisation''// (to maximise capacity, to inspire confidence that a global issue can be tackled, and to speed the emergence of a new consensus around providing maximum protection)
*foster //''deliberation''// about the ethics, other motivations and practicalities of providing maximum protection compared to other possible responses.
The Climate Rescue Catalyst Group needs to form a PCV campaign working group to work with the country groups and the research groups to get the PCV campaign going as fast as possible in every country.
There are a number of information outputs from the PCV campaign that need to be produced as soon as possible:
*An initial proof-of-concept “//Protect the Pacific Atoll Islands//” paper with stand-alone advice on how to write more case studies.
*A “//Systematic protection: Duty of care and chain of responsibility//” paper.
*A first public version of a “//Protect the Climate Vulnerable campaign strategy//”
*Lists of the climate vulnerable (global and by country).
*Single-case reports on the climate vulnerable.
*A first public version of a “//Protect the Climate Vulnerable Report//” that outlines how the climate vulnerable can be protected. As more work is done on different cases of the climate vulnerable, the results will be consolidated into the “//Protect the Climate Vulnerable Report//”.
<center><IMG SRC="http://www.green-innovations.asn.au/graphics/Mapping-a-suite-of-information-products-on-climate-vulnerability.png"></center>
The scope of research to support the PCV campaign includes:
*sources of expertise
*what different cohorts of people already want to protect
*the climate vulnerable around the world (eg. people, other living things and ecosystems, and critical earth system elements are threatened by climate change)
*the threats to the climate vulnerable from climate (and related phenomena such as ocean CO2 acidification)
*what the protection needs of the climate vulnerable are (eg. earth system and other interventions to restore safe climate conditions in ways that are effective and safe for people and life generally)
*how the protection can be delivered fast enough with high certainty.
A key role for the PCV campaign will be to draw together groups who are dedicated to the protection of the climate vulnerable and groups that have traditionally focussed on climate action – with the linkage being a commitment to providing maximum protection.
<center><IMG SRC="http://www.green-innovations.asn.au/graphics/PCV-max-protection-climate-action.png"></center>
Early projects to get the campaign going could include:
*Creating a cascade of projects where volunteer teams can identify and document:
**the climate vulnerable relevant to their community
**what needs to be done, by when, to protect each class of the climate vulnerable.
*Creating a cascade of projects where volunteer teams can campaign to protect the climate vulnerable.
!!!The contributions from the FCC and the DCR campaigns
The Fast Climate Cooling (FCC) campaign will contribute to climate movement understanding of the potential contribution that fast cooling methods might be able to make to protecting the climate vulnerable, provided the fast cooling methods can be made safe enough. The Delivering Climate Rescue (DCR) campaign will contribute to climate movement understanding of how going into emergency mode can make it possible to deliver safe climate action at scale and at high speed.
----
<<fav>> | <<return>> | [["Initiating action" table of contents|Table of contents_Initiating action]] | [[«Previous|Lifting the campaigns to the international level]] | here | [[Next»Sub-campaign 2_Fast Climate Cooling|Sub-campaign 2_Fast Climate Cooling]]<<fav>> | <<return>> | [["Initiating action" table of contents|Table of contents_Initiating action]] | [[«Previous|Sub-campaign 1_Protect the Climate Vulnerable]] | here | [[Next»Sub-campaign 3: Delivering Climate Rescue|Sub-campaign 3_Delivering Climate Rescue]]
----
!!Sub-campaign 2: Fast Climate Cooling (FCC)
The purpose of this campaign is to accelerate the deployment of fast cooling methods and other earth system level interventions to help restore a naturally safe climate and to provide a safe transition for the climate vulnerable while the safe climate is being re-established, if, and only if, they can be used safely and effectively.
The campaign’s action focuses are to:
*foster open discussion and deliberation in the climate movement and society at large
*foster learning from occupational health and safety and pandemic disease management
*drive the adoption of bottom-up legislation to provide a governance framework for expanded research (including in the field) and near-term deployment on an experimental basis if it is safe enough.
*foster urgent research, assessment and deployment of fast cooling methods and other safe climate and ocean interventions if they are safe enough.
The Fast Climate Cooling campaign will also foster the identification of the best available protection outcomes if particular methods of fast cooling turn out to be __''not''__ safe enough to use.
The kick off project will be the production of a paper that draws lessons from the management of the covid19 pandemic for how the need for fast cooling should be handled.
!!!The contributions from the PCV and the DCR campaigns
The Protect the Climate Vulnerable (PCV) campaign will make it clear why the protection of the climate vulnerable would benefit from the application of fast cooling methods (if they were safe enough). The Delivering Climate Rescue (DCR) campaign will show how fast cooling can be deployed fast if it is shown to be safe enough. The PCV campaign will also accelerate engagement in every country globally.
----
<<fav>> | <<return>> | [["Initiating action" table of contents|Table of contents_Initiating action]] | [[«Previous|Sub-campaign 1_Protect the Climate Vulnerable]] | here | [[Next»Sub-campaign 3: Delivering Climate Rescue|Sub-campaign 3_Delivering Climate Rescue]]<<fav>> | <<return>> | [["Initiating action" table of contents|Table of contents_Initiating action]] | [[«Previous|Sub-campaign 2_Fast Climate Cooling]] | here | [[Next»Population cohort recruitment and campaigning|Population cohort recruitment and campaigning]]
----
!!Sub-campaign 3: Delivering Climate Rescue (DCR)
The purpose of this campaign is to build up the high-speed global delivery of a full climate rescue program (package of actions) led by governments operating in emergency mode (in concert with communities, civil society organisations and businesses).
The first step will be to create model climate emergency plans based on the climate rescue approach that can be adopted by:
*climate movement groups engaging their jurisdiction governments
*jurisdiction governments.
This model plan development process will start with a model plan for climate movement groups targeting local councils.
Once the first model plan is available, the Delivering Climate Rescue sub-campaign will search to find the best locations in the world to create specific campaign breakthroughs (to provide proof-of-concept demonstrations) ie:
*locations with the highest chance of getting close to all climate activists to pursue an emergency-mode action campaign.
*locations with the highest chance of adopting “//No more bad investment//” legislation[[|https://www.cedamia.org/no-more-bad-investments/]].
*locations/jurisdiction with the highest chance of getting the area government to adopt an emergency mode program to deliver maximum protection for the climate vulnerable.
The highest chance of finding such locations will probably be in the 2000 or so areas that have adopted “climate emergency declarations” since 2016.
Careful analysis needs to be done to work out why the 2016=> climate emergency declaration campaign failed to establish a maximum protection approach anywhere in the world, including in Darebin City Council (which was the first government in the world to acknowledge the climate emergency).
The Delivering Climate Rescue campaign will then advocate for the maximum protection goal to supersede the Paris goals and for a version of very fast, large scale emergency action capable of achieving the maximum protection goal.
Once the proof-of-concept approaches have been adopted by one or a few communities or jurisdictions, the aim of the Delivering Climate Rescue campaign will be to propagate the adoption of the most appropriate model in each jurisdiction world-wide.
Campaign success will require the engagement of.
• the community at large
• the climate movement
• political parties and political independents
• governments (elected members, public servants)
• civil society, media educators and researchers
• business.
The roles of businesses in fostering the transition of governments into climate emergency action mode is likely to be multifaceted: eg.
*making management systems and related skills honed in businesses available to the effort to get government to get into emergency action mode on climate and to succeed in implementing large scale and complex climate emergency programs drawing, for example, on:
**occupational health and safety programs
**complex program management
**systems architecting and systems engineering
**pathfinding (path-creating) skills
**strategy development and deployment
**business ecosystem development / platform management.
*building a business alliance that throws its support behind governments going into emergency action mode on climate
*creating the goods and services needed to enable the restoration and maintenance of a safe climate society.
The Delivering Climate Rescue sub-campaign could engage business in this way by reaching out to:
*practicing companies of sufficient scale or complexity or innovation orientation to have the necessary systems and skills
*consulting firms and consultants
*professionals
*researchers and educators.
!!!Integrated Climate Rescue campaigning/action & the “2 action focuses” strategy
To actually protect the climate vulnerable and restore a safe climate requires a huge array of actions to be taken on a large scale and with great urgency and in a coordinated and integrated way. With so much to be done so fast, people feel an overwhelming urge to concentrate their efforts and to simplify action.. But the risk is that people then lose track of the totality of what should be achieved (and so the program as a whole cannot succeed).
One way to prevent this problem is to make sure that everyone, at all stages and levels of the campaign / action program promote the integrated program as a single demand or project in its own right.
With our climate action culture as it now is, it might seem reasonable for powerful people at the top of national and perhaps state/province hierarchies to have to have a personal sense of responsibility for the integrated program. But people further down the hierarchy and the general public do not expect that they need to think this way.
But commitment to building and implementing a full climate emergency program is not embedded in society yet. And this commitment will have to be built up substantially from the lower levels of government first. So somehow we will have to find a way to build the culture up from the base.
Since the vast majority of people in all countries have a strong sense that it is “someone else who should have their mind around the whole job of solving the climate problem, maybe the best way to change the culture would be to promote the idea that each person acting on climate should take on two (or just a few) contributions, and that always one of those two (or a few) tasks is to directly and consciously promote the adoption of the whole package by society.
This means that it needs to be an urgent priority for the Climate Rescue campaign to develop a methodology for promoting the integrated full package.
<<include [[Targets to take on the 2 actions focuses approach table (2include) DB]]>>
!!!The contributions from the PCV and the FCC campaigns
The Protect the Climate Vulnerable (PCV) and the Fast Climate Cooling (FCC) campaigns will make it clear what climate actions need to be delivered by governments and society at large when in emergency mode. The PCV campaign will also accelerate engagement in every country globally.
----
<<fav>> | <<return>> | [["Initiating action" table of contents|Table of contents_Initiating action]] | [[«Previous|Sub-campaign 2_Fast Climate Cooling]] | here | [[Next»Population cohort recruitment and campaigning|Population cohort recruitment and campaigning]]<<fav>> | <<return>> | [["Initiating action" table of contents|Table of contents_Initiating action]] | [[«Previous|Sub-campaign 3_Delivering Climate Rescue]] | here | [[Next»Motivate high culpability-high capability communities to provide benefits|Motivate high culpability-high capability communities to provide benefits]]
----
!!Population cohort recruitment and campaigning
<<include [[Population cohort recruitment and campaigning table (2include) DB]]>>
----
<<fav>> | <<return>> | [["Initiating action" table of contents|Table of contents_Initiating action]] | [[«Previous|Sub-campaign 3_Delivering Climate Rescue]] | here | [[Next»Motivate high culpability-high capability communities to provide benefits|Motivate high culpability-high capability communities to provide benefits]]<<fav>> | <<return>> | [["Initiating action" table of contents|Table of contents_Initiating action]] | [[«Previous|Population cohort recruitment and campaigning]] | here |
----
!!Creating strategies that motivate high culpability/high capability communities to provide benefit for high vulnerability/low capacity communities
*High emissions areas/communities are often not the same as highly climate change impacted areas/communities.
*Often high income communities are not hit as hard by climate change as low income communities, but the high income communities are more responsible for the climate problem.
*Often areas/communities with high adaptability to climate impacts have more responsibility for causing the problem than areas/communities with low adaptability.
*Often areas with the greater capacity for drawdown of CO2 have less responsibility for climate change impacts and have less capacity to fund drawdown.
*Often rich urban areas are not highly motivated to act on climate change prevention while poor urban areas have greater need to act but less financial capability.
*Often urban areas are not highly motivated to act on climate change prevention while rural areas have greater need to act but less financial capability.
A large effort needs to be put into developing policies and arrangements that will create a motivation structure that will engage those with the greatest responsibility and capability to act on safe climate restoration.
----
(The last page in the Climate Rescue Campaign Strategy.)<<fav>> | <<return>><<set $crCampaignStrategybackgroundShowInMenu to 1>>
----
!!Climate Rescue Campaign Strategy
!!!Introduction
This is the start-up strategy to guide the initiation and development of Climate Rescue campaigning and other related work to be undertaken by RSTI’s Climate Rescue Catalyst Group and partners. The strategy will be updated in real time as thinking and circumstances develop.
<<include [[Table of contents_CR Strategy (2include)]]>>
----
<<fav>> | <<return>>*[[The challenge]]
*[[The Response|Table of contents_The Response]]
<<include [[Table of contents_The Response (2include)]]>>
*Designing a climate rescue campaign
<<include [[Table of contents_Designing a climate rescue campaign (2include)]]>>
*Setting up the Climate Rescue campaign
<<include [[Table of contents_Setting up the Climate Rescue campaign (2include)]]>>
*Initiating action
<<include [[Initiating action|Table of contents_Initiating action (2include)]]>><<return>>
----
!!!Table of contents - Climate Rescue Campaign Strategy
<<include [[Table of contents_CR Strategy (2include)]]>>
----
<<return>>!!!Assistance material
* [[Help]]
* [[Index]]
* [[Definitions, acronyms, concepts|Definitions, acronyms, concepts (gather)]]
* [[Resources]]
* [[References|References (gather)]]<<fav>> | <<return>> | [[Background|Background (get)]]
----
!!Alternative terms table
[[Alternative terms|Alternative terms_Def (get)]]
!!Definitions, acronyms & concepts
<<nobr>><style>
table {
width: 95%;
}
</style>
<table>
<tr style="font-weight:bold">
<td class="grayed" style="width: 200px;">Term</td>
<td class="grayed">Definition or link</td>
</tr>
<tr>
<td>Chain of responsibility</td>
<td><<include [[Chain of responsibility_Def (2include) DB]]>></td>
</tr>
<tr>
<td>Climate vulnerable</td>
<td>The climate vulnerable are people, other living things and other systems/conditions that are valued and are threatened by climate change[[(*)|The climate vulnerable_PrinEtc]]</td>
</tr>
<tr>
<td>DCR</td>
<td>Delivering Climate Rescue – a sub-campaign of the Climate Rescue Campaign</td>
</tr>
<tr>
<td>Duty of care</td>
<td><<include [[Duty of care_Def (2include) DB]]>></td>
</tr>
<tr>
<td>Emergency action mode on the climate</td>
<td>[[(link)|Emergency action mode on climate_Def (get)]]</td>
</tr>
<tr>
<td>Emergency - Prevention</td>
<td>[[(link)|Prevention-Emergency_Def (get)]]</td>
</tr>
<tr>
<td>Emergency - Preparedness</td>
<td>[[(link)|Preparedness-Emergency_Def (get)]]</td>
</tr>
<tr>
<td>Emergency - Response</td>
<td>[[(link)|Response-Emergency_Def (get)]]</td>
</tr>
<tr>
<td>Emergency - Recovery</td>
<td>[[(link)|Recovery-Emergency_Def (get)]]</td>
</tr>
<tr>
<td>Fast cooling methods</td>
<td><<include [[Fast cooling methods_Def (2include) DB]]>></td>
</tr>
<tr>
<td>FCC</td>
<td>Fast Climate Cooling – a sub-campaign of the Climate Rescue Campaign</td>
</tr>
<tr>
<td>IPCC</td>
<td><<include [[IPCC_Def (2include) DB]]>></td>
</tr>
<tr>
<td>PCV</td>
<td>Protect the Climate Vulnerable – a sub-campaign of the Climate Rescue Campaign</td>
</tr>
<tr>
<td>RD&D</td>
<td><<include [[RD&D_Def (2include) DB]]>></td>
</tr>
<tr>
<td>RSTI</td>
<td><<include [[RSTI_Def (2include) DB]]>></td>
</tr>
</table>
<</nobr>>
<<return>><<fav>> | <<return>> | [[Definitions, acronyms, concepts|Definitions, acronyms, concepts (gather)]]
----
!!Alternative Terms
<<include [[Alternative terms_Def (2include) DB]]>>
<<return>><<fav>>| <<return>> | [[Definitions, acronyms, concepts (gather)]]
----
!!Emergency action mode //on the climate// (Definition etc.)
<<include [[Emergency action mode on climate_Def (2include) DB]]>>
[[Emergency (Index)]]
<<return>><<fav>> | <<return>> | [[Definitions, acronyms, concepts (gather)]]
----
!!Fast cooling methods
<<include [[Fast cooling methods_Def (2include) DB]]>><<fav>> | <<return>> | [[Definitions, acronyms, concepts (gather)]]
!!Preparedness (Definition etc.)
<<include [[Preparedness-Emergency_Def (2include) DB]]>>
[[Emergency (Index)]]
<<return>><<fav>> | <<return>> | [[Definitions, acronyms, concepts (gather)]]
!!Prevention (Definition etc.)
<<include [[Prevention-Emergency_Def (2include) DB]]>>
[[Emergency (Index)]]
<<return>><<return>> | [[Definitions, acronyms, concepts (gather)]] | <<fav>>
!!Recovery (Definition etc.)
<<include [[Recovery-Emergency_Def (2include) DB]]>>
[[Emergency (Index)]]
<<return>><<fav>> | <<return>> | [[Definitions, acronyms, concepts (gather)]]
----
!!Response (Definition etc.)
<<include [[Response-Emergency_Def (2include) DB]]>>
[[Emergency (Index)]]
<<return>><<fav>> | <<return>>
----
!Help
Please [[contact Philip Sutton|Contact the Adviser team]] if:
- there is a help topic you think should be in this Adviser;
- there are any problems with the links, navigation, or content that need to be fixed.
!!!Navigation
There are a range of tools to help you navigate through this Adviser:
* the main menu on the left of the screen
* there are often navigation tools included at the top of the page, and sometimes at the bottom
* usually at the bottom of a page there is a <font color=blue><b>Return</b></font> link that will take you to the previous page you were on
* if you want to go back further in the history of pages you have looked at, use your web browser's navigation buttons
* there are many links from each page to further relevant pages
* and there is the favourites system for bookmarking pages that you feel you might want to go back to at a later stage (described in the next section).
!!!The favourites system
This Adviser has a large number of pages so there is a system for bookmarking many of the pages (not all pages as yet).
If you look at the top of the page and see a blue star - <big>☆</big> - then you can click on it and that will cause a link to the page to appear in the Favourites list in the menu on the left side of any page.
You can also cancel a favourites listing by clicking on the start again in the favourited page itself.
Note: Pages that are directly accessible from the main menu have not been given a bookmarking tag.<<fav>> | <<return>>
----
<<include [[Climate Dominoes_Ref (2include) DB]]>><<fav>> | <<return>>
----
<<include [[How behaviour spreads_Ref (2include) DB]]>>[[Background|Background (get)]] | <<fav>>
!!References
<<include [[Delivering maximum protection_Ref (2include) DB]]>>
<<include [[Hare brain Tortoise mind_Ref (2include) DB]]>>
<<include [[Lateral thinking for management_Ref (2include) DB]]>>
<<include [[It’s not luck_Ref (2include) DB]]>>
<<include [[Successful problem management_Ref (2include) DB]]>>
<<include [[Start with why_Ref (2include) DB]]>>
<<include [[Climate Code Red_Ref (2include) DB]]>>
<<include [[Seeds for change_Ref (2include) DB]]>>
<<return>><<fav>> | <<return>>
----
<<include [[The Structure of Scientific Revolutions_Ref (2include) DB]]>><<fav>>
----
!!CACE <small>(Resource)</small>
<<include [[CACE (2include)]]>>
<<return>><<fav>>
----
!!Emergency management resources
!!!Australia
<<include [[Emergency Management Australia (2include)]]>>
<<return>> | [[Emergency Index|Emergency (Index)]]''Breakthrough'' http://www.breakthroughonline.org.au
Reports: https://www.breakthroughonline.org.au/publications
Guides: https://www.breakthroughonline.org.au/guides
Papers: https://www.breakthroughonline.org.au/papers
Translations: https://www.breakthroughonline.org.au/translations''CACE'' (Council and community Action in the Climate Emergency) http://www.caceonline.org''Climate Emergency Declaration'' website: https://climateemergencydeclaration.org/''Cedamia'' (Climate emergency declaration and mobilisation in Action) https://www.cedamia.org* ''Australian national approach'': https://www.homeaffairs.gov.au/about-us/our-portfolios/emergency-management
* ''Australian Capital Territory'': Justice and Community Safety Directorate: http://www.justice.act.gov.au/safety_and_emergency
* ''New South Wales'': Key Elements of Emergency Management<br>https://www.emergency.nsw.gov.au/Pages/publications/guides-factsheets-brochures/emergency-management-arrangements/key-elements.aspx
* ''Northern Territory'': NT Emergency Service https://www.pfes.nt.gov.au/emergency-service
* ''Queensland'': Disaster Management Guideline<br>https://www.disaster.qld.gov.au/dmg/Pages/DM-Guideline.aspx
* ''South Australia'': SAFECOM Emergency Management<br>https://www.safecom.sa.gov.au/site/emergency_management.jsp
* ''Tasmania'': Emergency Management Planning http://www.ses.tas.gov.au/about/planning-and-policy/
* ''Victoria'': Emergency Management Manual Victoria<br>https://www.emv.vic.gov.au/policies/emmv
* ''Western Australia'': State Emergency Management Framework: https://semc.wa.gov.au/emergency-managementThe ''ICEF'' (International Climate Emergency Forum) list of governments that have declared a climate emergency: http://bit.ly/ce-governments[[Background|Background (get)]] | <<fav>>
!!Resources
* <<include [[ICEF (2include)]]>>
* <<include [[CACE (2include)]]>>
* <<include [[Breakthrough (2include)]]>>
* <<include [[Cedamia (2include)]]>>
* <<include [[CED.org (2include)]]>>
* [[Emergency management resources]]
<<return>><<fav>> | <<return>>
----
!!Background
<<include [[Assistance material (gather) (2include)]]>>
<<include [[Foundational content (gather) (2include)]]>>[[Background|Background (get)]] | [[Backbone for Climate Rescue Action]] | (here) | [[Maximum protection|Maximum protection_Backbone]] | [[Chain of responsibility|Chain of responsibility_Backbone]] | [[Care for-about|Care for-about_Backbone]] | [[Climate science|Climate science_Backbone]] | [[Threat-risk|Threat-risk_Backbone]] | [[Earth solutions|Earth solutions_Backbone]] | [[Physical solutions|Physical solutions_Backbone]] | [[Emergency mode|Emergency mode (climate)_Backbone]] | [[Economy|Economy_Backbone]] | [[Governance|Governance_Backbone]] | [[Management|Management_Backbone]] | [[Community mobilisation|Community mobilisation_Backbone]] | [[Psychology|Psychology_Backbone]] | [[Change theory|Change theory_Backbone]] | [[Solution methods|Solution methods_Backbone]] | <<fav>>
----
!!Ethics & interests <small>(Backbone)</small>
[[Compassion|Compassion_PrinEtc]]
[[Fairness|Fairness_Ethics&Interests_Backbone]]
[[Respect|Respect_Ethics&Interests_Backbone]]
[[Full Responsibility|Distributed Full Responsibility_PrinEtc]]
[[Enlightened self-interest|Enlightened self-interest_PrinEtc]]
[[Maximum Protection|Maximum Protection_PrinEtc]]
[[Chain of Responsibility|Chain of Responsibility_PrinEtc]]
Duty of care.
(Build all these concerns into the chain of responsibility method?)
<<return>> | [[«previous|Backbone for Climate Rescue Action]] | [[next»|Maximum protection_Backbone]]<<fav>> | <<return>> | [[Background|Background (get)]] | [[Backbone for Climate Rescue Action]] | [[Ethics & interests|Ethics & interests_Backbone]]
----
!!Fairness (Principles etc)*What ethical concerns and interests currently drive people’s concerns?
*How tuned-in are people to their potential ethical concerns and interests?
*How can people be assisted to tune-in to their ethical concerns and interests in order to strengthen their motivation to take climate action?[[Backbone|Backbone for Climate Rescue Action]] | [ [|] ] | (here) | <<fav>>
!!Xxxxxxx
<<return>><<fav>> | <<return>> | [[Background|Background (get)]] | [[Backbone for Climate Rescue Action]] | [[Ethics & interests|Ethics & interests_Backbone]] | (here)
!!Respect (Principles etc)[[Background|Background (get)]] | [[Backbone for Climate Rescue Action]] | [[Ethics & interests|Ethics & interests_Backbone]] | [[Maximum protection|Maximum protection_Backbone]] | [[Chain of responsibility|Chain of responsibility_Backbone]] | (here) | [[Climate science|Climate science_Backbone]] | [[Threat-risk|Threat-risk_Backbone]] | [[Earth solutions|Earth solutions_Backbone]] | [[Physical solutions|Physical solutions_Backbone]] | [[Emergency mode|Emergency mode (climate)_Backbone]] | [[Economy|Economy_Backbone]] | [[Governance|Governance_Backbone]] | [[Management|Management_Backbone]] | [[Community mobilisation|Community mobilisation_Backbone]] | [[Psychology|Psychology_Backbone]] | [[Change theory|Change theory_Backbone]] | [[Solution methods|Solution methods_Backbone]] | <<fav>>
----
!!Caring about who or what? <small>(Backbone)</small>
* What do you care about now? (to protect from climate change)
* What //should// one care about?
** From an ethical point of view?
** From an enlightened self-interest point of view?
*How much do we care?
<<return>> | [[«previous|Chain of responsibility_Backbone]] | [[next»|Climate science_Backbone]]*Who and what do people care for ie. want to protect for ethical and/or interest reasons – with an Australia n focus and with a global focus?
*Who and what should people care for ie. want to protect – with an Australia n focus and with a global focus?[[Backbone|Backbone for Climate Rescue Action]] | [ [|] ] | (here) | <<fav>>
!!Xxxxxxx
<<return>>[[Background|Background (get)]] | [[Backbone for Climate Rescue Action]] | [[Ethics & interests|Ethics & interests_Backbone]] | (here) | [[Chain of responsibility|Chain of responsibility_Backbone]] | [[Care for-about|Care for-about_Backbone]] | [[Climate science|Climate science_Backbone]] | [[Threat-risk|Threat-risk_Backbone]] | [[Earth solutions|Earth solutions_Backbone]] | [[Physical solutions|Physical solutions_Backbone]] | [[Emergency mode|Emergency mode (climate)_Backbone]] | [[Economy|Economy_Backbone]] | [[Governance|Governance_Backbone]] | [[Management|Management_Backbone]] | [[Community mobilisation|Community mobilisation_Backbone]] | [[Psychology|Psychology_Backbone]] | [[Change theory|Change theory_Backbone]] | [[Solution methods|Solution methods_Backbone]] | <<fav>>
----
!!Maximum protection principle <small>(Backbone)</small>
<<return>> | [[«previous|Ethics & interests_Backbone]] | [[next»|Chain of responsibility_Backbone]]*How can the principal of maximum protection be developed?
*How can the principal of maximum protection be popularised and widely adopted?[[Backbone|Backbone for Climate Rescue Action]] | [ [|] ] | (here) | <<fav>>
!!Xxxxxxx
<<return>>[[Background|Background (get)]] | [[Backbone for Climate Rescue Action]] | [[Ethics & interests|Ethics & interests_Backbone]] | [[Maximum protection|Maximum protection_Backbone]] | (here) | [[Care for-about|Care for-about_Backbone]] | [[Climate science|Climate science_Backbone]] | [[Threat-risk|Threat-risk_Backbone]] | [[Earth solutions|Earth solutions_Backbone]] | [[Physical solutions|Physical solutions_Backbone]] | [[Emergency mode|Emergency mode (climate)_Backbone]] | [[Economy|Economy_Backbone]] | [[Governance|Governance_Backbone]] | [[Management|Management_Backbone]] | [[Community mobilisation|Community mobilisation_Backbone]] | [[Psychology|Psychology_Backbone]] | [[Change theory|Change theory_Backbone]] | [[Solution methods|Solution methods_Backbone]] | <<fav>>
----
!!Chain of responsibility <small>(Backbone)</small>
* duty of care
* principle of maximum protection
* specification of what is to be protected
* development of a protection plan
* action to protect
* monitoring of the effectiveness of the protection program
* modification of the protection program to get it on track
[[Chain of responsibility (Index)]]
<<return>> | [[«previous|Maximum protection_Backbone]] | [[next»|Care for-about_Backbone]]*What needs to be done to develop the management process of a chain of responsibility to ensure maximum protection?
*What needs to be done to foster the adoption of the chain of responsibility management system?[[Backbone|Backbone for Climate Rescue Action]] | [ [|] ] | (here) | <<fav>>
!!Xxxxxxx
<<return>>[[Background|Background (get)]] | [[Backbone for Climate Rescue Action]] | [[Ethics & interests|Ethics & interests_Backbone]] | [[Maximum protection|Maximum protection_Backbone]] | [[Chain of responsibility|Chain of responsibility_Backbone]] | [[Care for-about|Care for-about_Backbone]] | (here) | [[Threat-risk|Threat-risk_Backbone]] | [[Earth solutions|Earth solutions_Backbone]] | [[Physical solutions|Physical solutions_Backbone]] | [[Emergency mode|Emergency mode (climate)_Backbone]] | [[Economy|Economy_Backbone]] | [[Governance|Governance_Backbone]] | [[Management|Management_Backbone]] | [[Community mobilisation|Community mobilisation_Backbone]] | [[Psychology|Psychology_Backbone]] | [[Change theory|Change theory_Backbone]] | [[Solution methods|Solution methods_Backbone]] | <<fav>>
----
!!Climate science <small>(Backbone)</small>
*What causes global warming?
*What amount of warming can we expect under various scenarios?
*How can a safe climate be restored (from an earth system point of view)?
**Stop adding greenhouse gases
**Remove excess greenhouse gases from the atmosphere?
**As a temporary measure provide direct cooling using solar reflection methods (if this can be done with clear net environmental benefit)
*How fast should the earth be cooled?
*What should the destination be for a safe climate restoration?
<<return>> | [[«previous|Care for-about_Backbone]] | [[next»|Threat-risk_Backbone]]*What do we need to know scientifically about:
**how the climate system/earth system works?
**the impact of climate forcings?
**how to restore safe climate conditions?[[Backbone|Backbone for Climate Rescue Action]] | [ [|] ] | (here) | <<fav>>
!!Xxxxxxx
<<return>>[[Backbone|Backbone for Climate Rescue Action]] | [[Threat-risk|Threat-risk_Backbone]] | <<fav>>
!!Seven current climate crises (Threat-risk)
We now have to deal with seven climate driven crises at once:
<<<
Earth system level action – cause prevention and restoration:
(1) the need to cool the earth now
(2) the need to act immediately to restore a safe climate.
Local regional action – impact prevention:
(3) the need to take adaptive action to lessen the impact of:
(a) potential extreme weather events, sea level rise and climate zone shifts;
(b) cascading knock-on effects (social, economic, security etc. threats) triggered by or made worse by climate change.
Coping and adaptation (response and recovery):
(4) the need to gear up to more effectively handle extreme weather events (fire, flood, storm, drought) when they occur;
(5) the need to handle extreme events as they occur (reponsse);
(6) the need to take action to restore societies and ecosystems after extreme weather events
(7) the need to deal with cascading knock-on effects (social, economic, security etc. threats) triggered by or made worse by climate change.
<<<
To deliver a multifasceted climate rescue, the restoration of a safe climate needs to be accompanied by the provision of safe passage so that humans, civilisation and all other life can make it through to the restoration of better times – an 'ark strategy for the whole planet.
<<return>>[[Backbone|Backbone for Climate Rescue Action]] | [[Threat-risk|Threat-risk_Backbone]] | <<fav>>
!!Impact reports (Threat-risk)
[[Oceans impact|https://reneweconomy.com.au/morrison-sponsored-report-says-reef-tourism-may-be-virtually-wiped-out-by-climate-change-30728/]]
Report says that Great Barrier Reef Tourism would be virtually wiped out by 2100 if climate change continues on current path.
[[Thwaites Basin melt, Antarctica - only a couple of decades to stop irreversible melt|https://blogs.agu.org/geospace/2019/12/04/new-study-models-impact-of-calving-on-retreat-of-thwaites-glacier/]]
[[A report on the super-interglacial period about 1 million years ago|https://doi.org/10.1016/j.quascirev.2019.106069]]
shows that the Paris Agreement target temperature of +1.5°C is sufficient to drive runaway retreat of the West Antactic Ice sheet - producing at least 3 metres of sea level rise, enough to destroy all the coral atolls - through storm surges and/or permanent inundation.
<<return>>*What are the direct and knock-on impacts of climate change under different scenarios? (eg. environmental, economic, social, security)[[Backbone|Backbone for Climate Rescue Action]] | [ [|] ] | (here) | <<fav>>
!!Xxxxxxx
<<return>>[[Backbone|Backbone for Climate Rescue Action]] | [[Threat-risk|Threat-risk_Backbone]] | <<fav>>
!!Threat domains (Threat-risk)
*Extreme weather events
*Droughts
*Long run temperature changes
*Climate zone changes
**Desertification
*Food supply impacts
*Social disruption
**Health impacts
**Refugee movements
*Economic impacts
*Military security threats
<<return>>[[Background|Background (get)]] | [[Backbone for Climate Rescue Action]] | [[Ethics & interests|Ethics & interests_Backbone]] | [[Maximum protection|Maximum protection_Backbone]] | [[Chain of responsibility|Chain of responsibility_Backbone]] | [[Care for-about|Care for-about_Backbone]] | [[Climate science|Climate science_Backbone]] | (here) | [[Earth solutions|Earth solutions_Backbone]] | [[Physical solutions|Physical solutions_Backbone]] | [[Emergency mode|Emergency mode (climate)_Backbone]] | [[Economy|Economy_Backbone]] | [[Governance|Governance_Backbone]] | [[Management|Management_Backbone]] | [[Community mobilisation|Community mobilisation_Backbone]] | [[Psychology|Psychology_Backbone]] | [[Change theory|Change theory_Backbone]] | [[Solution methods|Solution methods_Backbone]] | <<fav>>
----
!!Threat-risk assessment <small>(Backbone)</small>
*[[The climate is too dangerous now|Too dangerous now_Threat-risk_Backbone]]
*[[Seven current climate crises|Climate crises list_Threat-risk_Backbone]]
*[[Threat domains|Threat domains_Impact reports_Threat-risk_Backbone]]
*[[Impact reports|Impact reports_Threat-risk_Backbone]]
<<return>> | [[«previous|Climate science_Backbone]] | [[next»|Earth solutions_Backbone]][[Backbone|Backbone for Climate Rescue Action]] | [[Threat-risk|Threat-risk_Backbone]] | <<fav>>
!!The climate is too dangerous now (Threat-risk)
*The earth is dangerously too hot now
*The oceans are too acidic now
This means that:
*There is no carbon budget left now, so emission should be zero now.
*We need to take a very large ammount of excess carbon dioxide out of the air starting now and as rapidly as possible'
*The earth needs to be cooled now - if that can be done with clear net benefit.
<<return>>[[Background|Background (get)]] | [[Backbone for Climate Rescue Action]] | [[Ethics & interests|Ethics & interests_Backbone]] | [[Maximum protection|Maximum protection_Backbone]] | [[Chain of responsibility|Chain of responsibility_Backbone]] | [[Care for-about|Care for-about_Backbone]] | [[Climate science|Climate science_Backbone]] | [[Threat-risk|Threat-risk_Backbone]] | (here) | [[Physical solutions|Physical solutions_Backbone]] | [[Emergency mode|Emergency mode (climate)_Backbone]] | [[Economy|Economy_Backbone]] | [[Governance|Governance_Backbone]] | [[Management|Management_Backbone]] | [[Community mobilisation|Community mobilisation_Backbone]] | [[Psychology|Psychology_Backbone]] | [[Change theory|Change theory_Backbone]] | [[Solution methods|Solution methods_Backbone]] | <<fav>>
----
!!Earth system solutions <small>(Backbone)</small>
<<return>> | [[«previous|Threat-risk_Backbone]] | [[next»|Physical solutions_Backbone]]*To deliver maximum protection what earth system solutions are needed?
*How soon should these solutions be delivered?[[Backbone|Backbone for Climate Rescue Action]] | [ [|] ] | (here) | <<fav>>
!!Xxxxxxx
<<return>>[[Background|Background (get)]] | [[Backbone for Climate Rescue Action]] | [[Ethics & interests|Ethics & interests_Backbone]] | [[Maximum protection|Maximum protection_Backbone]] | [[Chain of responsibility|Chain of responsibility_Backbone]] | [[Care for-about|Care for-about_Backbone]] | [[Climate science|Climate science_Backbone]] | [[Threat-risk|Threat-risk_Backbone]] | [[Earth solutions|Earth solutions_Backbone]] | (here) | [[Emergency mode|Emergency mode (climate)_Backbone]] | [[Economy|Economy_Backbone]] | [[Governance|Governance_Backbone]] | [[Management|Management_Backbone]] | [[Community mobilisation|Community mobilisation_Backbone]] | [[Psychology|Psychology_Backbone]] | [[Change theory|Change theory_Backbone]] | [[Solution methods|Solution methods_Backbone]] | <<fav>>
----
!!Physical economy solutions <small>(Backbone)</small>
<<return>> | [[«previous|Earth solutions_Backbone]] | [[next»|Emergency mode (climate)_Backbone]]*How can the economy be geared up to deliver the earth system solutions and to deal with climate and knock-on impacts?
*What scale and speed of physical change is needed?[[Backbone|Backbone for Climate Rescue Action]] | [ [|] ] | (here) | <<fav>>
!!Xxxxxxx
<<return>>[[Background|Background (get)]] | [[Backbone for Climate Rescue Action]] | [[Ethics & interests|Ethics & interests_Backbone]] | [[Maximum protection|Maximum protection_Backbone]] | [[Chain of responsibility|Chain of responsibility_Backbone]] | [[Care for-about|Care for-about_Backbone]] | [[Climate science|Climate science_Backbone]] | [[Threat-risk|Threat-risk_Backbone]] | [[Earth solutions|Earth solutions_Backbone]] | [[Physical solutions|Physical solutions_Backbone]] | (here) | [[Economy|Economy_Backbone]] | [[Governance|Governance_Backbone]] | [[Management|Management_Backbone]] | [[Community mobilisation|Community mobilisation_Backbone]] | [[Psychology|Psychology_Backbone]] | [[Change theory|Change theory_Backbone]] | [[Solution methods|Solution methods_Backbone]] | <<fav>>
----
!!Emergency mode of action on climate <small>(Backbone)</small>
(content to come)
[[Emergency (Index)]]
<<return>> | [[«previous|Physical solutions_Backbone]] | [[next»|Economy_Backbone]]*How should the PPRR model be applied (Preparedness, Prevention, Response, Recovery) to climate?
*What preventive and restorative action should be taken at the earth system level?
*What adaptive, responsive and recovery actions need to be taken globally, regionally, and locally.
*How will society ensure that enough effort is put into the earth system level prevention while here and now climate impacts are mounting?[[Backbone|Backbone for Climate Rescue Action]] | [ [|] ] | (here) | <<fav>>
!!Xxxxxxx
<<return>>[[Background|Background (get)]] | [[Backbone for Climate Rescue Action]] | [[Ethics & interests|Ethics & interests_Backbone]] | [[Maximum protection|Maximum protection_Backbone]] | [[Chain of responsibility|Chain of responsibility_Backbone]] | [[Care for-about|Care for-about_Backbone]] | [[Climate science|Climate science_Backbone]] | [[Threat-risk|Threat-risk_Backbone]] | [[Earth solutions|Earth solutions_Backbone]] | [[Physical solutions|Physical solutions_Backbone]] | [[Emergency mode|Emergency mode (climate)_Backbone]] | (here) | [[Governance|Governance_Backbone]] | [[Management|Management_Backbone]] | [[Community mobilisation|Community mobilisation_Backbone]] | [[Psychology|Psychology_Backbone]] | [[Change theory|Change theory_Backbone]] | [[Solution methods|Solution methods_Backbone]] | <<fav>>
----
!!Economic management <small>(Backbone)</small>
*Fitting climate-motivated economic action into a general sustainability framework:
**Zero toxicity
**Biodversity conservation
**100% decoupling (of economic growth from sustainability impact
**Circular economy
<<return>> | [[«previous|Emergency mode (climate)_Backbone]] | [[next»|Governance_Backbone]]*How should the economy be mobilised to deliver the needed climate solutions at the needed scale and speed?[[Backbone|Backbone for Climate Rescue Action]] | [ [|] ] | (here) | <<fav>>
!!Xxxxxxx
<<return>>[[Background|Background (get)]] | [[Backbone for Climate Rescue Action]] | [[Ethics & interests|Ethics & interests_Backbone]] | [[Maximum protection|Maximum protection_Backbone]] | [[Chain of responsibility|Chain of responsibility_Backbone]] | [[Care for-about|Care for-about_Backbone]] | [[Climate science|Climate science_Backbone]] | [[Threat-risk|Threat-risk_Backbone]] | [[Earth solutions|Earth solutions_Backbone]] | [[Physical solutions|Physical solutions_Backbone]] | [[Emergency mode|Emergency mode (climate)_Backbone]] | [[Economy|Economy_Backbone]] | (here) | [[Management|Management_Backbone]] | [[Community mobilisation|Community mobilisation_Backbone]] | [[Psychology|Psychology_Backbone]] | [[Change theory|Change theory_Backbone]] | [[Solution methods|Solution methods_Backbone]] | <<fav>>
----
!!Governance <small>(Backbone)</small>
Governance should be divided into three parts:
• Governing the delivery of [[solutions|Governing solutions_Governance_Backbone]] to the climate issue
• Governing issues that are [[directly affected|Governing directly affected_Governance_Backbone]] by the climate issue
• Governing [[unrelated issues|Governing unrelated issues_Governance_Backbone]] (other than being impacted by the scale and intensity of climate related action).
Governance needs to be delivered via each government level and via specific governments:
//Australia//
• [[National|National_Australia_Governance_Backbone]]
• [[State/Territory|State-Territory_Australia_Governance_Backbone]]
• [[Local|Local govt_Australia_Governance_Backbone]]
//Other countries//
• [[Other nations|Other countries_Governance_Backbone]]
<<return>> | [[«previous|Economy_Backbone]] | [[next»|Management_Backbone]][[Governance|Governance_Backbone]] | <<fav>>
----
!!Governing issues that are directly affected by the climate issue
[[Security|Security_Directly affected_Governance_Backbone]]
(more contents to come)
<<return>> | [[«previous|Governance_Backbone]][[Governance|Governance_Backbone]] | <<fav>>
----
!!Governing solutions delivery
(contents to come)
<<return>> | [[«previous|Governance_Backbone]][[Governance|Governance_Backbone]] | <<fav>>
----
!!Governing unrelated issues
(contents to come)
<<return>> | [[«previous|Governance_Backbone]][[Governance|Governance_Backbone]] | <<fav>>
----
!!Governance at the local government level in Australia
(contents to come)
<<return>> | [[«previous|Governance_Backbone]][[Governance|Governance_Backbone]] | <<fav>>
----
!!Governance at the national government level in Australia
(contents to come)
<<return>> | [[«previous|Governance_Backbone]][[Governance|Governance_Backbone]] | <<fav>>
----
!!Governance in other countries
(contents to come)
<<return>> | [[«previous|Governance_Backbone]]*How should all the levels of government be engaged in the delivering maximum protection climate action?[[Backbone|Backbone for Climate Rescue Action]] | [ [|] ] | (here) | <<fav>>
!!Xxxxxxx
<<return>>[[Governance|Governance_Backbone]]| [[Directly affected issues|Governing directly affected_Governance_Backbone]] | <<fav>>
----
!!Governing security
(contents to come)
<<return>> | [[«previous|Governing directly affected_Governance_Backbone]][[Governance|Governance_Backbone]] | <<fav>>
----
!!Governance at the state-territory government level in Australia
(contents to come)
<<return>> | [[«previous|Governance_Backbone]]<<fav>> | <<return>>
----
!!Complex project management[[Background|Background (get)]] | [[Backbone for Climate Rescue Action]] | [[Ethics & interests|Ethics & interests_Backbone]] | [[Maximum protection|Maximum protection_Backbone]] | [[Chain of responsibility|Chain of responsibility_Backbone]] | [[Care for-about|Care for-about_Backbone]] | [[Climate science|Climate science_Backbone]] | [[Threat-risk|Threat-risk_Backbone]] | [[Earth solutions|Earth solutions_Backbone]] | [[Physical solutions|Physical solutions_Backbone]] | [[Emergency mode|Emergency mode (climate)_Backbone]] | [[Economy|Economy_Backbone]] | [[Governance|Governance_Backbone]] | (here) | [[Community mobilisation|Community mobilisation_Backbone]] | [[Psychology|Psychology_Backbone]] | [[Change theory|Change theory_Backbone]] | [[Solution methods|Solution methods_Backbone]] | <<fav>>
----
!!Managing issues & organisations <small>(Backbone)</small>
[[Complex project management|Complex project management_Method]]
<<return>> | [[«previous|Governance_Backbone]] | [[next»|Community mobilisation_Backbone]]*What existing management methods need to be deployed?
*What new management methods need to be developed and deployed?[[Backbone|Backbone for Climate Rescue Action]] | [ [|] ] | (here) | <<fav>>
!!Xxxxxxx
<<return>>[[Background|Background (get)]] | [[Backbone for Climate Rescue Action]] | [[Ethics & interests|Ethics & interests_Backbone]] | [[Maximum protection|Maximum protection_Backbone]] | [[Chain of responsibility|Chain of responsibility_Backbone]] | [[Care for-about|Care for-about_Backbone]] | [[Climate science|Climate science_Backbone]] | [[Threat-risk|Threat-risk_Backbone]] | [[Earth solutions|Earth solutions_Backbone]] | [[Physical solutions|Physical solutions_Backbone]] | [[Emergency mode|Emergency mode (climate)_Backbone]] | [[Economy|Economy_Backbone]] | [[Governance|Governance_Backbone]] | [[Management|Management_Backbone]] | (here) | [[Psychology|Psychology_Backbone]] | [[Change theory|Change theory_Backbone]] | [[Solution methods|Solution methods_Backbone]] | <<fav>>
----
!!Community mobilisation & engagement <small>(Backbone)</small>
<<return>> | [[«previous|Management_Backbone]] | [[next»|Psychology_Backbone]]*How should the community be mobilised and engaged?[[Backbone|Backbone for Climate Rescue Action]] | [ [|] ] | (here) | <<fav>>
!!Xxxxxxx
<<return>>[[Psychology_Backbone]] | <<fav>>
!!Challenge, relax and action <small>(Psychology)</small>
[[The "challenge and relax" theory* of behavioural change|http://www.green-innovations.asn.au/Challenge&relax.htm]]
<<return>>[[Psychology_Backbone]] | <<fav>>
!!Development notes <small>(Psychology)</small>
*Explore the role played psychologically by the School Strikers and the Extinction Rebellion.
<<return>>[[Psychology_Backbone]] | <<fav>>
!!Dont tell me what to do, then again I need help <small>(Psychology)</small>
......most people don't like being told what to do, especially if those doing the telling don't have the traditional right to do that.
Then again people often want help/advice.
(Connect with the [[The "challenge and relax" theory* of behavioural change|http://www.green-innovations.asn.au/Challenge&relax.htm]]
<<return>>[[Background|Background (get)]] | [[Backbone for Climate Rescue Action]] | [[Ethics & interests|Ethics & interests_Backbone]] | [[Maximum protection|Maximum protection_Backbone]] | [[Chain of responsibility|Chain of responsibility_Backbone]] | [[Care for-about|Care for-about_Backbone]] | [[Climate science|Climate science_Backbone]] | [[Threat-risk|Threat-risk_Backbone]] | [[Earth solutions|Earth solutions_Backbone]] | [[Physical solutions|Physical solutions_Backbone]] | [[Emergency mode|Emergency mode (climate)_Backbone]] | [[Economy|Economy_Backbone]] | [[Governance|Governance_Backbone]] | [[Management|Management_Backbone]] | [[Community mobilisation|Community mobilisation_Backbone]] | (here) | [[Change theory|Change theory_Backbone]] | [[Solution methods|Solution methods_Backbone]] | <<fav>>
----
!!Psychology <small>(Backbone)</small>
* [[Challenge, relax and action|Challenge, relax and action_Psychology_Backbone]]
* [[Don't tell me what to do, then again I need help|Don't tell, Do tell_Psychology_Backbone]]
* [[Quotes|Quotes_Psychology_Backbone]]
* [[Development notes|Development notes_Psychology_Backbone]]
<<return>> | [[«previous|Community mobilisation_Backbone]] | [[next»|Change theory_Backbone]]*What do we need to know about psychological blockages and solutions?[[Backbone|Backbone for Climate Rescue Action]] | [ [|] ] | (here) | <<fav>>
!!Xxxxxxx
<<return>>[[Psychology_Backbone]] | <<fav>>
!!Quotes <small>(Psychology)</small>
* "Instead of looking for hope, look for action. Then.....hope will come." Geta Thunberg
<<return>>*What methods do we need to use?
*How can we find out about the best methods for specific tasks?[[Backbone|Backbone for Climate Rescue Action]] | [ [|] ] | (here) | <<fav>>
!!Xxxxxxx
<<return>>[[Background|Background (get)]] | [[Backbone for Climate Rescue Action]] | [[Ethics & interests|Ethics & interests_Backbone]] | [[Maximum protection|Maximum protection_Backbone]] | [[Chain of responsibility|Chain of responsibility_Backbone]] | [[Care for-about|Care for-about_Backbone]] | [[Climate science|Climate science_Backbone]] | [[Threat-risk|Threat-risk_Backbone]] | [[Earth solutions|Earth solutions_Backbone]] | [[Physical solutions|Physical solutions_Backbone]] | [[Emergency mode|Emergency mode (climate)_Backbone]] | [[Economy|Economy_Backbone]] | [[Governance|Governance_Backbone]] | [[Management|Management_Backbone]] | [[Community mobilisation|Community mobilisation_Backbone]] | [[Psychology|Psychology_Backbone]] | [[Change theory|Change theory_Backbone]] | (here) | <<fav>>
----
!!Solution generating methods <small>(Backbone)</small>
maze solving (backcasting/evolving from here)
loops
solution generation / critique / fairness and competence check
chain of responsibility
innovation transmission
social network activation (bridging/within network transmission)
(material from the draft maximum protection book)
<<return>> | [[«previous|Change theory_Backbone]][[Background|Background (get)]] | [[Backbone for Climate Rescue Action]] | [[Ethics & interests|Ethics & interests_Backbone]] | [[Maximum protection|Maximum protection_Backbone]] | [[Chain of responsibility|Chain of responsibility_Backbone]] | [[Care for-about|Care for-about_Backbone]] | [[Climate science|Climate science_Backbone]] | [[Threat-risk|Threat-risk_Backbone]] | [[Earth solutions|Earth solutions_Backbone]] | [[Physical solutions|Physical solutions_Backbone]] | [[Emergency mode|Emergency mode (climate)_Backbone]] | [[Economy|Economy_Backbone]] | [[Governance|Governance_Backbone]] | [[Management|Management_Backbone]] | [[Community mobilisation|Community mobilisation_Backbone]] | [[Psychology|Psychology_Backbone]] | (here) | | [[Solution methods|Solution methods_Backbone]] | <<fav>>
----
!!Theory of change - Change management <small>(Backbone)</small>
* Fast change
* Supermajority of strong support
<<return>> | [[«previous|Psychology_Backbone]] | [[next»|Solution methods_Backbone]]*Are these strategies adequate?
**Challenge and assist
**Commitment and action across the political spectrum
**Grassroots and elites mobilisation
**Building a maximum protection business alliance.
**Complex project management / change management.[[Backbone|Backbone for Climate Rescue Action]] | [ [|] ] | (here) | <<fav>>
!!Xxxxxxx
<<return>>[[Backbone|Backbone for Climate Rescue Action]] | (here) | <<fav>>
!!The questions relating to all of the Backbone elements
!!!Ethics & interests
<<include [[Q_Ethics & interests_Backbone (2include)]]>>
!!!Principle of maximum protection
<<include [[Q_Maximum protection_Backbone (2include)]]>>
!!!Chain of responsibility
<<include [[Q_Chain of responsibility_Backbone (2include)]]>>
!!!Who-what we care for
<<include [[Q_Care for_Backbone (2include)]]>>
!!!Climate science
<<include [[Q_Climate science_Backbone (2include)]]>>
!!!Threat-risk assessment
<<include [[Q_Threat-risk_Backbone (2include)]]>>
!!!Earth system solutions
<<include [[Q_Earth solutions_Backbone (2include)]]>>
!!!Physical economy solutions
<<include [[Q_Physical solutions_Backbone (2include)]]>>
!!!Emergency mode of action on climate
<<include [[Q_Emergency mode (climate)_Backbone (2include)]]>>
!!!Economic management
<<include [[Q_Economy_Backbone (2include)]]>>
!!!Governance
<<include [[Q_Governance_Backbone (2include)]]>>
!!!Issue & organisational management
<<include [[Q_Management_Backbone (2include)]]>>
!!!Community mobilisation & engagement
<<include [[Q_Community mobilisation_Backbone (2include)]]>>
!!!Psychology
<<include [[Q_Psychology_Backbone (2include)]]>>
!!!Theory of change - Change management
<<include [[Q_Change theory_Backbone (2include)]]>>
!!!Solution generating methods
<<include [[Q_Solution methods_Backbone (2include)]]>>
<<return>><<include [[Backbone for Action]]>><<return>>>><<fav>> | <<return>> | [[Background|Background (get)]] | [[Frameworks]] | (here)
!!Backbone for Climate Rescue Action
<small>based on a commitment to maximum protection for the climate vulnerable</small>
* [[1. Ethics & interests|Ethics & interests_Backbone]]
* [[2. Who-what we care for|Care for-about_Backbone]]
* [[3. Principle of maximum protection|Maximum protection_Backbone]]
* [[4. Chain of responsibility|Chain of responsibility_Backbone]]
* [[5. Climate science|Climate science_Backbone]]
* [[6. Threat-risk assessment|Threat-risk_Backbone]]
* [[7. Earth system solutions|Earth solutions_Backbone]]
* [[8. Physical economy solutions|Physical solutions_Backbone]]
* [[9. Emergency mode of action on climate|Emergency mode (climate)_Backbone]]
* [[10. Economic management|Economy_Backbone]]
* [[11. Governance|Governance_Backbone]]
* [[12. Issue & organisational management|Management_Backbone]]
* [[13. Community mobilisation & engagement|Community mobilisation_Backbone]]
* [[14. Psychology|Psychology_Backbone]]
* [[15. Solution generating methods|Solution methods_Backbone]]
* [[16. Theory of change - Change management|Change theory_Backbone]]
!!The questions relating to all of the Backbone elements
*[[The questions relating to all of the Backbone elements|All Qs_Backbone for Action (2include)]][[Background|Background (get)]] | [[Principles etc (gather)]] | <<fav>>
!!The climate is too dangerous already (Principles etc)
<<return>><<fav>> | <<return>> | [[Background|Background (get)]]
----
!!Needs of the climate vulnerable
* The Pacific atoll islands[[|https://docs.google.com/document/d/1Nxe9uoP0Gle6qjjSyzUoNTWoZwqEMfYCtZuTwOld3J8/edit?usp=sharing]]
!!Situation assessments
*[[The climate is too hot already|Too hot already_sit-assess]]
*[[The climate is too dangerous already|Climate too dangerous already_sit-assess]]
*[[Is emergency action needed?|Is emergency action needed?_sit-assess]]
<<return>>[[Challenges & issues]] | <<fav>>
!!Is emergency action on climate needed?<small>(Situation assessment)</small>
For methodologies and assessments of whether emergency action is needed on the climate see:
- Breakthrough paper: //What is a Climate Emergency and Does the Evidence Justify One?// [[https://52a87f3e-7945-4bb1-abbf-9aa66cd4e93e.filesusr.com/ugd/148cb0_3be3bfab3f3a489cb9bd69e42ce22e7c.pdf]]
-https://www.theguardian.com/environment/2019/dec/01/scientists-theory-of-climates-titanic-moment-the-tip-of-a-mathematical-iceberg
- http://www.climatecodered.org/2019/12/leading-climate-researchers-we-are-in.html
<<return>>[[Background|Background (get)]] | [[Principles etc (gather)]] | <<fav>>
!!The earth is too hot already (Situation assessments)
<<return>><<fav>> | <<return>> | [[Challenges & issues]]
----
!!Need for a comprehensive scientific & technical database on the needs of climate vulnerable <small>(Challenge)</small><<fav>> | <<return>> | [[Challenges & issues]]
----
!!Identifying climate change driven threats <small>(Challenge)</small>
<<return>><<fav>> | <<return>> | [[Challenges & issues]]
----
!!Identifying the climate vulnerable <small>(Challenge)</small>
<<return>><<fav>> | <<return>> | [[Challenges & issues]]
----
!!Cooling the earth <small>(Challenge)</small><<fav>> | <<return>> | [[Challenges & issues]]
----
!!Delivering cooling fast enough <small>(Challenge)</small><<fav>> | <<return>> | [[Challenges & issues]]
!!Delivering enough cooling <small>(Challenge)</small><<fav>> | <<return>> | [[Challenges & issues]]
----
!!Other earth system level interventions <small>(Challenge)</small><<fav>> | <<return>> | [[Challenges & issues]]
----
!!Preventing excess ice loss to the oceans <small>(Challenge)</small><<fav>> | <<return>> | [[Challenges & issues]]
----
!!Restoring ocean alkalinity <small>(Challenge)</small><<fav>> | <<return>> | [[Challenges & issues]]
----
!!Attaining & maintaining national and international economic viability while tackling climate & all other major issues <small>(Challenge)</small>
[[Points of Comparison — Can we Afford a Fair Global Climate Transition?|https://ecoequity.us14.list-manage.com/track/click?u=3ac4a494f98f10209a5c27bd7&id=ce51d75ba3&e=632312a6cd]]
<<return>><<fav>> | <<return>> | [[Challenges & issues]]
----
!!Getting all countries into emergency mode <small>(Challenge)</small>
*Climate is a global issue - so the solutions needs to add up to an effective program globally.
<<return>><<fav>> | <<return>> | [[Challenges & issues]]
----
!!The need for an emergency action response to deliver action at scale and fast enough to meet protection deadlines <small>(Challenge)</small><<fav>> | <<return>> | [[Challenges & issues]]
----
!!Finding drawdown methods that are not undermined by climate change or competing with food production & biodiversity protection <small>(Challenge)</small><<fav>> | <<return>> | [[Challenges & issues]]
----
!!Funding the cost of CO<sub>2</sub> drawdown and reducing the cost of the full drawdown program <small>(Challenge)</small><<fav>> | <<return>> | [[Challenges & issues]]
----
!!Getting into emergency mode <small>(Challenge)</small>
<<return>><<fav>> | <<return>> | [[Challenges & issues]]
----
!!The need for international cooperation and effective global action <small>(Challenge)</small><<fav>> | <<return>> | [[Challenges & issues]]
----
!!The need for a comprehensive whole-system package of actions <small>(Challenge)</small><<fav>> | <<return>> | [[Challenges & issues]]
----
!!Overcoming the serious insufficiency of R&D around fast cooling and safety assurance <small>(Challenge)</small><<fav>> | <<return>> | [[Challenges & issues]]
----
!!Overcoming the influence of fossil fuel & other emitting industries <small>(Challenge)</small>
https://www.theguardian.com/commentisfree/2019/nov/25/the-coalition-is-too-invested-in-the-fossil-fuel-industry-and-not-enough-in-future-generations
<<return>><<fav>> | <<return>> | [[Challenges & issues]]
----
!!The need to reorientate climate action around protecting the climate vulnerable <small>(Challenge)</small>
<<return>><<fav>> | <<return>> | [[Challenges & issues]]
----
!!The need to shut down all emissions sources, across the whole economy <small>(Challenge)</small><<fav>> | <<return>> | [[Challenges & issues]]
----
!!The need for a very strong & stable commitment from the community, across the political spectrum <small>(Challenge)</small>
*Engaging across the political spectrum
Overcoming politicl polarisation
<<return>><<fav>> | <<return>> | [[Challenges & issues]]
----
!!Tackling within-country authoritiarian politics & imperialism-orientated international order so that action on climate can be effective <small>(Challenge)</small>
<<return>><<fav>> | <<return>> | [[Challenges & issues]]
----
!!Tackling the taboo around even considering fast cooling <small>(Challenge)</small><<fav>> | <<return>> | [[Challenges & issues]]
----
!!The integrated needs of the climate vulnerable <small>(Challenge)</small>
<<return>><<fav>> | <<return>> | [[Background|Background (get)]]
!!Challenges and issues
!!!Overview challenge
*[[Overview|Overview_Chall]]
!!!Identifying threats driven by climate change and identifying the climate vulnerable and their needs
*[[Identifying threats driven by climate change|Identifying climate change driven threats_Chall]]
*[[Identifying the climate vulnerable|Identifying the climate vulnerable_Chall]]
*[[The need for a comprehensive scientific & technical database on needs of climate vulnerable|Comprehensive scientific & technical database on needs of climate vulnerable_Chall]]
*[[The integrated needs of the climate vulnerable|The integrated needs of the climate vulnerable_Chall]]
!!!Major climate-driven earth system challenges
*[[Cooling the earth|Cooling the earth_Chall]]
*Delivering //''enough''// cooling[[(*)|Delivering enough cooling_Chall]]
*Delivering cooling //''fast''// enough[[(*)|Delivering cooling fast enough_Chall]]
*[[Preventing excess ice loss to the oceans|Preventing excess ice loss to the oceans_Chall]]
*[[Restoring ocean pH|Restoring ocean pH_Chall]]
*[[Other earth system level interventions|Other earth system level interventions_Chall]]
!!!Major change challenges
*[[The need to reorientate climate action around protecting the climate vulnerable|Need to reorientate action around protecting the climate vulnerable_Chall]]
*[[The need to shut down all emissions sources, across the whole economy|Shutting down all emissions sources_Chall]]
*[[Funding the cost of CO2 drawdown and reducing the cost of the full drawdown program|Funding CO2 drawdown & reducing the cost_Chall]]
*[[Finding drawdown methods not undermined by climate change & not competing with food production & biodiversity protection|Finding drawdown methods not undermined by climate change or competing with food production & biodiversity protection_Chall]]
*[[Tackling the taboo around even considering fast cooling|Tackling the taboo around even considering fast cooling_Chall]]
*[[Overcoming the serious insufficiency of R&D around fast cooling and safety assurance|Overcoming R&D insufficiency re fast cooling & safety assurance_Chall]]
*[[The need for a comprehensive whole-system package of actions|Need for a comprehensive whole-system package of actions_Chall]]
*[[The need for an emergency action response to deliver action at scale and fast enough to meet protection deadlines|Emergency response for action at scale-speed to meet protection deadlines_Chall]]
*[[Getting into emergency mode|Getting into emergency mode_Chall]]
*[[The need for a very strong & stable commitment from the community, across the political spectrum|Strong stable community support across political spectrum_Chall]]
*[[Overcoming the influence of fossil fuel & other emitting industries|Overcoming the influence of fossil fuel & other emitting industries_Chall]]
*[[Tackling within-country authoritarian politics & imperialism-orientated international order so that action on climate can be effective|Tackling within-country authoritarian politics & imperialism-orientated international order_Chall]]
*[[Attaining & maintaining national and international economic viability while tackling climate & all other major issues|Achieving national-international economic viability while tackling climate & other major issues_Chall]]
*[[Getting all countries into emergency mode|All countries into emergency mode_Chall]]
*[[The need for international cooperation and effective global action|International cooperation & effective global action_Chall]]
<<return>>[[Challenges & issues]] | <<fav>>
!!The overview challenge <small>(Challenge)</small>
Humanity has been aware of the possibility of human caused climate change for over 100 years[[(*)|https://en.wikipedia.org/wiki/Svante_Arrhenius#Greenhouse_effect]] and the seriousness of the issue has been formally recognised by governments since the UN Framework Convention on Climate Change came into effect in 1994[[(*)|https://en.wikipedia.org/wiki/United_Nations_Framework_Convention_on_Climate_Change]].
However, human-caused climate change is not an issue that humanity has had the experience of solving before so we have muddled our way extremely slowly into taking action.
One of the factors contributing to the inadequate response has been the economic and political power of high emissions industries which has been very strong for a very long time– though this is beginning to change with the emergence of cost-competitive renewable energy.
By now the immediate impacts of climate change have become extremely and unacceptably serious, with a great deal worse to come unless highly effective action is taken with extreme urgency.
The culture of normal politics, eg. gradualism and an expectation of major trade-offs, has meant that mainstream climate activism and mainstream government climate action has not set out to ''//undo//'' the change to the climate at all, let alone fast. In fact, the current official UN target established by the Paris Agreement is to ''//increase//'' the temperature above even where we are now and then to lock that increase in permanently.
This normal politics mind-set skews how society thinks about climate action, leading to:
*to a major under-estimation of the costs of climate change and a major over-estimation of the cost of near-term action to undo climate change. This mismatch is also reinforced by information asymmetries and by the formal processes of future discounting in the finance sector and in mainstream economic theory
*the development of a huge gap between what needs to be done to successfully protect the climate vulnerable and the actions actually being pursued by almost all climate advocates and policy makers.
The official objective of the UN Framework Convention on Climate Change is:
<<include [[UNFCCC Article 2-Objective_brief (2include) DB]]>>
This objective doesn’t define what dangerous means. Dangerous for whom or what? The only things mentioned specifically that need to be protected are ecosystems, food production and economic development. These are systems, not climate vulnerable people or other living things. It would be possible to meet the UNFCCC objective while the climate vulnerable suffer terrible losses – provided ecosystems are adapting (don’t they always adapt in the face of change?), and aggregate food production is maintained and economic development continues.
Given the massive wriggle room in the UNFCCC objective, the implicit aim of current mainstream action on climate is to “reduce” the impact of climate compared to what it would be with no action. But it is quite unclear what “good enough” action is.
Locking in a higher temperature and ocean acidification than now, under the goals of the Paris Agreement, will cause major ecosystem breakdowns on land and in the oceans. Extreme weather, desertification and sea level rise will reduce the liveability of large areas leading to lowered living standards, higher death rates and greater movement of climate refugees.
Richer countries will have greater capacity for local adaptation (but a reduced willingness to pay for poorer countries to adapt as pressure from climate change builds up) – leading to a kind of [[Dubai|https://en.wikipedia.org/wiki/Dubai]]-ification of the world.
<<return>>!!!Foundational content
* [[Challenges & issues]]
* [[Needs of climate vulnerable-situation assessments]]
* [[Backbone for Climate Rescue Action|Backbone for Climate Rescue Action]]
* [[Principles, factors, strategies and solutions|Principles etc (gather)]]
* [[Methods]]
* [[Frameworks]]
* [[Learning from history]][[Background|Background (get)]] | | [[Frameworks]] | (here) | <<fav>>
----
!!Climate Rescue vs conventional approaches
The detail for the Climate Rescue framework is found [[here|Backbone for Climate Rescue Action]].
(comparison to come)
<<return>> | [[«previous|Frameworks]]<<include [[Frameworks]]>>[[Background|Background (get)]] | (here) | <<fav>>
----
!!Frameworks
!!!Specific frameworks
*[[Backbone for Climate Emergency Action|Backbone for Climate Rescue Action]]
*[[Emergency Management|Emergency Management (Framework)]]
*[[Innovation diffusion cohorts|Innovation diffusion cohorts (Framework)]]
*[[Inwards, Downwards, Outwards, Upwards|Inwards, Downwards, Outwards, Upwards (Framework)]]
*[[Opportunity multiplying philosophy|Opportunity multiplying (Framework)]]
*[[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]]
*[[Strategic Framing|Strategic Framing (gather)]]
!!!Framework comparisons
*[[Climate Rescue vs conventional approaches|Climate Rescue vs conventional approaches_Framework comparisons]]
<<return>><<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | (here) | <<fav>>
----
!!ACTION orientations & strategies <small>(Spectrum)</small>
Here are a range of alternative orientations to climate ''action'':
//Anti://
• [[Anti-climate action|Anti-climate_Action orientations (Option)]]
//Non-emergency mode action://
• [[Cultural change|Cultural change_Action orientations (Option)]]
• [[Slow incremental action|Slow incremental action_Action orientations (Option)]]
• [[Non-emergency fast incremental action|Fast incremental_Action orientations (Option)]]
//Emergency-lite://
• [[Symbolic emergency|Symbolic emergency_Action orientations (Option)]]
• [[Best Paris-strength action|Best Paris-strength action_Action orientations (Option)]]
• [[Adaptation emergency action|Adaptation emergency action_Action orientations (Option)]]
//Enabling "the system" to engage effectively with emergency mode://
• [[Climate impact as driver of action|Climate impact as driver_Action orientations (Option)]]
• [[Challenge and assist|Challenge and assist_Action orientations (Option)]]
• [[Zero emissions to collapse business case|Zero emissions to collapse business case_Action orientations (Option)]]
• [[Alternative elite coalition|Alternative elite coalition_Action orientations (Option)]]
• [[Activate the democratic political system|Activate democratic political system_Action orientations (Option)]]
• [[Changing minds through high level leadership|Changing minds through high level leadership_Action orientations (Option)]]
//A rebellious switch to emergency mode://
• [[Disrupt the system|Disrupt the system_Action orientations (Option)]]
• [[Overthrow the system|Overthrow the system_Action orientations (Option)]]
<<return>> | [[«previous|Scoping approaches to climate action (Framework)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Action orientations|Action orientations & strategies (Spectrum)]] | (here) | <<fav>>
----
//(Action orientations - Spectrum)//
''Activate the democratic political system'' (across the political spectrum) to get society into emergency action mode.
<<return>> | [[«previous|Action orientations & strategies (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Orientations to outcomes|Orientations to climate outcomes (Spectrum)]] | (here) | <<fav>>
----
//(Outcome orientation - Spectrum)//
We should ''adapt to climate change''.
<<return>> | [[«previous|Orientations to climate outcomes (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Action orientations|Action orientations & strategies (Spectrum)]] | (here) | <<fav>>
----
//(Action orientations - Spectrum)//
Emergency action to deal with ''current climate impacts'' (adaptation and recovery).
<<return>> | [[«previous|Action orientations & strategies (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Action orientations|Action orientations & strategies (Spectrum)]] | (here) | <<fav>>
----
//(Action orientations - Spectrum)//
Build an ''alternative elite coalition'' to overwhelm the fossil fuel policy hegemony.
<<return>> | [[«previous|Action orientations & strategies (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Action orientations|Action orientations & strategies (Spectrum)]] | (here) | <<fav>>
----
//(Action orientations - Spectrum)//
''Anti-climate action''.
<<return>> | [[«previous|Action orientations & strategies (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | (here) | <<fav>>
----
!!Approaches to RESPONSIBILITY <small>(Spectrum)</small>
Here are a range of alternative orientations to climate action ''responsibility'':
* [[No one is responsible|No one is responsible_Responsibility (Option)]]
* [[The powerful are responsible|Powerful are responsible_Responsibility (Option)]]
* [[We're all bit players|We're all bit players_Responsibility (Option)]]
* [[We can't do everything, but we can lead selectively|We can lead selectively_Responsibility (Option)]]
* [[Everyone should take on distributed full responsibility|Distributed full responsibility_Responsibility (Option)]]
<<return>> | [[«previous|Scoping approaches to climate action (Framework)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Action orientations|Action orientations & strategies (Spectrum)]] | (here) | <<fav>>
----
//(Action orientations - Spectrum)//
Emergency action to actually ''avoid going over Paris 1.5 degree cap''.
<<return>> | [[«previous|Action orientations & strategies (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Orientations to outcomes|Orientations to climate outcomes (Spectrum)]] | (here) | <<fav>>
----
//(Outcome orientation - Spectrum)//
We should eventually ''bring the temperature back to Paris 1.5°C'.
<<return>> | [[«previous|Orientations to climate outcomes (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Action orientations|Action orientations & strategies (Spectrum)]] | (here) | <<fav>>
----
//(Action orientations - Spectrum)//
''Challenge and assist the system'' to adopt emergency mode action.
<<return>> | [[«previous|Action orientations & strategies (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Action orientations|Action orientations & strategies (Spectrum)]] | (here) | <<fav>>
----
//(Action orientations - Spectrum)//
''Changing minds through high level leadership''.
<<return>> | [[«previous|Action orientations & strategies (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Action orientations|Action orientations & strategies (Spectrum)]] | (here) | <<fav>>
----
//(Action orientations - Spectrum)//
Climate impact (actual and anticipated) is now a powerful driver of commitment and action. (Climate change can be thought of as a highly motivating independent ‘actor’).
In reality the climate itself is now far more 'disruptive' than protests.
<<return>> | [[«previous|Action orientations & strategies (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Action orientations|Action orientations & strategies (Spectrum)]] | (here) | <<fav>>
----
//(Action orientations - Spectrum)//
Deep (slow) ''cultural change'' in favour of sustainability/care for nature/etc..
<<return>> | [[«previous|Action orientations & strategies (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Action orientations|Action orientations & strategies (Spectrum)]] | (here) | <<fav>>
----
//(Action orientations - Spectrum)//
''Disrupt the system'' to force a shift to emergency mode action on climate.
<<return>> | [[«previous|Action orientations & strategies (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Approaches to responsibility|Approaches to responsibility (Spectrum)]] | (here) | <<fav>>
----
//(Background - Spectrum)//
''Everyone should take on distributed full responsibility/catalytic action''
Until an effective cooperative system is put into place, whoever / which ever organisation can see the need for effective action should take ''unilateral responsibility for getting a whole system in place''.
<<return>> | [[«previous|Approaches to responsibility (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Orientations to outcomes|Orientations to climate outcomes (Spectrum)]] | (here) | <<fav>>
----
//(Outcome orientation - Spectrum)//
''Not interested'', don’t care!
<<return>> | [[«previous|Orientations to climate outcomes (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Orientations to outcomes|Orientations to climate outcomes (Spectrum)]] | (here) | <<fav>>
----
//(Outcome orientation - Spectrum)//
''We shouldn’t try to actively manage'' the climate.
<<return>> | [[«previous|Orientations to climate outcomes (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Action orientations|Action orientations & strategies (Spectrum)]] | (here) | <<fav>>
----
//(Action orientations - Spectrum)//
Non-emergency ''fast incremental'' pro-climate action.
<<return>> | [[«previous|Action orientations & strategies (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Orientations to outcomes|Orientations to climate outcomes (Spectrum)]] | (here) | <<fav>>
----
//(Outcome orientation - Spectrum)//
We should ''go for the best official target'' on offer.
<<return>> | [[«previous|Orientations to climate outcomes (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Orientations to outcomes|Orientations to climate outcomes (Spectrum)]] | (here) | <<fav>>
----
//(Outcome orientation - Spectrum)//
''It’s hopeless''. Nothing we can do will make a meaningful difference.
<<return>> | [[«previous|Orientations to climate outcomes (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Approaches to responsibility|Approaches to responsibility (Spectrum)]] | (here) | <<fav>>
----
//(Background - Spectrum)//
''No one is responsible''
Climate change is not real or it can be adapted to, or it is beyond what anyone can manage, so ''no one is responsible for prevention/restoration''.
<<return>> | [[«previous|Approaches to responsibility (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Orientations to outcomes|Orientations to climate outcomes (Spectrum)]] | (here) | <<fav>>
----
//(Outcome orientation - Spectrum)//
We should ''not go over Paris 1.5°C''.
<<return>> | [[«previous|Orientations to climate outcomes (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | (here) | <<fav>>
----
!!Orientations to climate action <small>(Spectrum)</small>
Here are a range of alternative orientations to climate outcomes:
//No action://
* [[Not interested|Don't care_Outcome orientation (Option)]]
* [[Whatever outcome is ok|Whatever happens is OK_Outcome orientation (Option)]]
* [[It's hopeless|It's hopeless_Outcome orientation (Option)]]
* [[Don't manage climate|Don't manage climate_Outcome orientation (Option)]]
//From weak to strong action://
* [[Adapt to climate change|Adapt to climate change_Outcome orientation (Option) ]]
* [[Prevent the worst|Prevent the worst_Outcome orientation (Option) ]]
* [[Stabilise the climate, but hotter|Stabilise the climate hotter_Outcome orientation (Option) ]]
* [[Zero emissions economy|Zero emissions economy_Outcome orientation (Option)]]
* [[Prevent runaway 'hothouse earth'|Prevent runaway heating_Outcome orientation (Option)]]
* [[Go for best official target|Go for best official target_Outcome orientation (Option) ]]
* [[Bring the temp back to Paris 1.5°C|Bring back to 1.5°C_Outcome orientation (Option)]]
* [[Not go over Paris 1.5°C|Not go over Paris 1.5°C_Outcome orientation (Option)]]
* [[Restore a safe climate|Restore a safe climate_Outcome orientation (Option)]]
* [[Provide maximum protection|Provide maximum protection_Outcome orientation (Option)]]
<<return>> | [[«previous|Scoping approaches to climate action (Framework)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Action orientations|Action orientations & strategies (Spectrum)]] | (here) | <<fav>>
----
//(Action orientations - Spectrum)//
''Overthrow the system'' to enable a subsequent shift to emergency mode action on climate.
<<return>> | [[«previous|Action orientations & strategies (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Approaches to responsibility|Approaches to responsibility (Spectrum)]] | <<fav>>
----
//(Background - Spectrum)//
''The powerful are responsible''
Climate change is real; ''the powerful should fix it'' (UN, powerful countries, national governments, corporations, whoever).
<<return>> | [[«previous|Approaches to responsibility (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Orientations to outcomes|Orientations to climate outcomes (Spectrum)]] | (here) | <<fav>>
----
//(Outcome orientation - Spectrum)//
We should ''prevent runaway heating'' to ‘hot house earth’.
<<return>> | [[«previous|Orientations to climate outcomes (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Orientations to outcomes|Orientations to climate outcomes (Spectrum)]] | (here) | <<fav>>
----
//(Outcome orientation - Spectrum)//
We should ''prevent the worst'' climate change.
<<return>> | [[«previous|Orientations to climate outcomes (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Orientations to outcomes|Orientations to climate outcomes (Spectrum)]] | (here) | <<fav>>
----
//(Outcome orientation - Spectrum)//
We should ''provide maximum protection''.
<<return>> | [[«previous|Orientations to climate outcomes (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Orientations to outcomes|Orientations to climate outcomes (Spectrum)]] | (here) | <<fav>>
----
//(Outcome orientation - Spectrum)//
We should ''restore a safe climate''.
<<return>> | [[«previous|Orientations to climate outcomes (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | (here) | <<fav>>
----
!!Scoping approaches to climate action (Framework)
The purpose of these lists of approaches to climate action are to be able to place more effective approaches within in a much wider spectrum of approaches. //So many of the approaches listed are ''not'' supported at all. They are there for the purposes of comparison and to raise strategic issues.//
* [[Orientations to climate OUTCOMES|Orientations to climate outcomes (Spectrum)]]<br>
* [[Approaches to RESPONSIBILITY|Approaches to responsibility (Spectrum)]]<br>
* [[ACTION orientations & strategies|Action orientations & strategies (Spectrum)]]
<<return>> | [[«previous|Frameworks]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Action orientations|Action orientations & strategies (Spectrum)]] | (here) | <<fav>>
----
//(Action orientations - Spectrum)//
Non-emergency ''slow incremental'' pro-climate action.
<<return>> | [[«previous|Action orientations & strategies (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Orientations to outcomes|Orientations to climate outcomes (Spectrum)]] | (here) | <<fav>>
----
//(Outcome orientation - Spectrum)//
We need to ''stabilise the climate'' (at an ''elevated'' temperature).
<<return>> | [[«previous|Orientations to climate outcomes (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Action orientations|Action orientations & strategies (Spectrum)]] | (here) | <<fav>>
----
//(Action orientations - Spectrum)//
''Symbolic emergency'' action (virtue signalling plus maybe somewhat stronger, somewhat faster action).
<<return>> | [[«previous|Action orientations & strategies (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Approaches to responsibility|Approaches to responsibility (Spectrum)]] | (here) | <<fav>>
----
//(Background - Spectrum)//
''We can’t do everything, but we can lead selectively''
''We can choose one or a few areas to innovate or lead''. __''Hopefully''__ if lots of governments/other organisations, individuals do that, all the bases will be covered.
(If we are relying on some other part of the system to look after the whole, who are we delegating to and are they up to the task?)
<<return>> | [[«previous|Approaches to responsibility (Spectrum)]]<<fav>> | <<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Approaches to responsibility|Approaches to responsibility (Spectrum)]] | (here) | <<fav>>
----
//(Background - Spectrum)//
''We’re all bit players''
Every organisation, person has a role to play, ''we should all do our bit – but no more''.
<<return>> | [[«previous|Approaches to responsibility (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Orientations to outcomes|Orientations to climate outcomes (Spectrum)]] | (here) | <<fav>>
----
//(Outcome orientation - Spectrum)//
''Whatever'' happens will be ''ok''.
<<return>> | [[«previous|Orientations to climate outcomes (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Orientations to outcomes|Orientations to climate outcomes (Spectrum)]] | (here) | <<fav>>
----
//(Outcome orientation - Spectrum)//
We should ''create a zero emissions economy''.
<<return>> | [[«previous|Orientations to climate outcomes (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Scoping approaches to climate action|Scoping approaches to climate action (Framework)]] | [[Action orientations|Action orientations & strategies (Spectrum)]] | (here) | <<fav>>
----
//(Action orientations - Spectrum)//
Build zero emissions economy to ''collapse the business case'' for fossil fuel states.
<<return>> | [[«previous|Action orientations & strategies (Spectrum)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | [[Emergency Management|Emergency Management (Framework)]]| (here) | <<fav>>
----
!!Detail about the recovery process for human communities
The following principles underpin recovery planning and operations.
//Understanding the context://
*Acknowledge existing strengths and capacity, including past experiences;
*Appreciate the risks and stressors faced by the community;
*Be respectful of and sensitive to the culture and diversity of the community;
*Support those who may be facing vulnerability;
*Recognise the importance of the environment to people and to their recovery;
*Acknowledge the need for a long term, sustained effort as needed by the community; and
*Acknowledge that the community impact of an emergency may extend beyond the geographical boundaries where the disaster occurred.
//Recognising complexity://
*Emergecny events lead to a range of effects and impacts that require a variety of approaches; they can also leave long-term legacies;
*Information on impacts is limited at first and changes over time;
*Affected individuals and the community have diverse needs, wants and expectations, which can evolve rapidly;
*Responsive and flexible action is crucial to address immediate needs;
*Existing community knowledge and values may challenge the assumptions of those outside of the community;
*Conflicting knowledge, values and priorities among individuals, the community and organisations may create tensions;
*Emergencies create stressful environments where grief or blame may also affect those involved; and
*Over time, appropriate support for individuals and communities, from within and outside, can cultivate hope and individual and collective growth.
//Using local, community-led approaches://
*Assist and enable individuals, families and the community to actively participate in their own recovery;
*Recognise that individuals and the community may need different levels of support at various times;
*Be guided by the communities priorities;
*Channel effort through pre-identified and existing community assets, including local knowledge, existing community strengths and resilience;
*Build collaborative partnerships between the community and those involved in the recovery process;
*Recognise that new community leaders often emerge during and after a disaster, who may not hold formal positions of authority; and Recognise that different communities may choose different paths to recovery.
//Ensuring coordination of all activities://
*Have clearly articulated and shared goals based on desired outcomes;
*Be flexible, taking into account changes in community needs or stakeholder expectations.
*Be guided by those with experience and expertise, using skilled, authentic and capable community leadership;
*Operate at the pace desired by the community, and seek to collaborate and reconcile different interests and time frames;
*Reflect well-developed community planning and information gathering before, during and after a disaster;
*Have clear decision-making and reporting structures and sound governance, which are transparent and accessible to the community;
*Demonstrate an understanding of the roles, responsibilities and authority of organisations involved and coordinate across agencies to ensure minimal service provision disruption;
*Be part of an emergency management approach that integrates with response operations and contributes to future prevention and preparedness; and
*Be inclusive, availing of and building upon relationships created before, during and after the emergency.
//Employing effective communication://
*Recognise that communication should be two way, and that input and feedback should be encouraged;
*Ensure that information is accessible to audiences in diverse situations, addresses a variety of communication needs, and is provided through a range of communication channels and networks;
*Establish mechanisms for coordinated and consistent communications between all service providers, organisations and individuals and the community;
*Ensure that all communication is relevant, timely, clear, accurate, targeted, credible and consistent; and
*Identify trusted sources of information and repeat key recovery messages to enable greater community confidence and receptivity.
*Acknowledging and building capacity:
*Assess capability and capacity requirements before, during and after a disaster;
*Support the development of self-reliance, preparation and disaster mitigation;
*Quickly identify and mobilise community skills, strengths and resources;
*Develop networks and partnerships to strengthen capacity, capability and resilience;
*Provide opportunities to share, transfer and develop knowledge, skills and training;
*Recognise that resources can be provided by a range of partners and from community networks;
*Acknowledge that existing resources may be stretched, and that additional resources may be sought;
*Understand that additional resources may only be available for a limited period, and that sustainability may need to be addressed;
*Understand when and how to step back, while continuing to support individuals and the community as a whole to be more self-sufficient when they are ready; and
*Be evaluated to provide learning for future disaster and improved resilience.
The principles above are from the Australian National Principles for Disaster Recovery.
https://knowledge.aidr.org.au/resources/national-principles-disaster-recovery/
<<return>> | [[«previous|Emergency Management (Framework)]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | (here) | <<fav>>
----
!!Emergency Management (Framework)
<<include [[Emergency Management_intro (Framework) (2include)]]>>
A commonly used framework for emergency management is built on this four part structure:
<<include [[Emergency Management_brief (Framework) (2include)]]>><br>This is referred to as the PPRR framework. It can be adapted to apply to a wide variety of emegencies, for example:
<<include [[Emergency types (2include)]]>>
Here is an elaboration of the four elements of the PPRR framework:
<<include [[Emergency Management_With defs (Framework) (2include)]]>>
<<return>> | [[«previous|Frameworks]] | [[Emergency index|Emergency (Index)]]<<include [[Preparedness_Emergency Management (2include)]]>><br>
<<include [[Prevention_Emergency Management (2include)]]>><br>
<<include [[Response_Emergency Management (2include)]]>><br>
<<include [[Recovery_Emergency Management (2include)]]>>• Preparedness
• Prevention
• Response
• RecoveryHow does emergency mode fit into the scheme of things? Functioning societies have three broad modes of operation:
(a) business-as-usual
(b) reform-as-usual to generate a long term shift in priorities
(c) emergency mode applied on a temporary basis.
Emergency mode is the approach used when society faces a very serious threat and a very limited timeframe for effective action.
The core features of the emergency approach are:
(a) a major temporary shift in priorities, and
(b) the intense mobilisation of effort and resources around the pursuit of the new priorities.
The precise form that emergency mode takes has to be customised for each type of threat. Unprecedented threats create a need for a new form of emergency mode.• Natural disasters: fire, storm, flood, drought, earthquake, tsunami, volcanic eruption, cosmic ray storm, etc.)
• Energy supply failure
• Economic crisis (recession/depression/trade embargo, tarrif war, etc.)
• Security emergency (internal/external/terrorism/war)
• Pandemic / Failure of antibiotics - applying to humans or food species
• Environmental emergency (climate change, exological breakdown, oil or chemical spill, chemical plant explosion, nuclear plant breakdown)''Preparedness:''
Coordinated action is essential when preparing for a long running or epidodic emergency. This includes the development of plans or arrangements based on risk assessments and spans the full spectrum of emergency management: prevention, response and recovery.
Emergency management preparedness involves a continuous cycle of risk management, planning, coordinating, training, equipping, exercising, evaluating and taking corrective action to ensure the effective coordination and response during emergency events. Planning must occur both on an ongoing basis and during emergency events.
Effective emergency management planning for all risks/threats is a key element of being prepared. Emergency management planning establishes community networks and arrangements to reduce risks related to emergency response and recovery. Emergency management plans allow all emergency management stakeholders to understand their roles, responsibilities, capability and capacity when responding to an event.
Key considerations for emergency management planning are to ensure:
• understanding of hazard/threat exposures, vulnerabilities and triggers
• community awareness, education, engagement, information and warnings
• collaboration
• information sharing
• interoperability and capability development.''Prevention:''
Preventative measures reduce the likelihood of a disastrous conditions or disaster events occurring or the severity of such a condition or event should it eventuate.
Prevention involves measures to ensure that disastrous conditions or disaster events:
• are fully prevented, or
• are made less frequent or of lower intensity (mitigation), or
• have less impact on the vulnerable if they occur (adaptation).''Recovery''
The need for recovery may arise from a range of emergency events, including natural and non-natural disasters such as floods, cyclones, bushfires, acts of terrorism and major health emergencies, as well as animal and plant diseases.
Community recovery from disasters can be a complex and often lengthy process, with different communities recovering at different rates.
The best outcomes for human communities are achieved by ensuring recovery strategies align with community need and are led by affected communities, with support from governments. This requires a collaborative, coordinated, adaptable and scalable approach where the responsibility for emergency recovery is shared among all sectors of the community including individuals, families, community groups, businesses and all levels of government.
A community-led approach supports the rapid restoration of services essential to human wellbeing and presents an opportunity to build resilience and improve community circumstances and preparedness beyond their pre-disaster status.
The restoration of ecological communities or processes may need different management processes.
For more detail go to: [[Detail_Recovery_Emergency Management]]''Response''
Emergency response involves taking appropriate measures to respond to an event, including action taken and measures planned in anticipation of, during, and immediately after an event to ensure that its effects are minimised and that persons affected by the event are given immediate relief and support.
The aim of response operations is to save lives, protect property and make an affected area safe. Accordingly, response is the operationalisation and implementation of plans and processes, and the organisation of activities to respond to an event and its aftermath.<<return>> | [[Bachground|Background (get)]] | [[Frameworks]] | (here) | <<fav>>
----
!!Innovation diffusion cohorts (Framework)
<<return>> | [[«previous|Frameworks]]<<return>> | [[Background|Background (get)]] | [[Frameworks]] | (here) | <<fav>>
----
!!Inwards, Downwards, Outwards, Upwards (Framework)
<<return>> | [[«previous|Frameworks]]!!!<small>(Opportunity multiplying – Framework)</small><br>15. Analysis and synthesis
It is common knowledge that a ''problem'' needs to be ''analysed'' (i.e. taken apart) in order to be understood. What is frequently not recognised is that the development of a ''solution'' requires a process of ''synthesis'' (i.e. integration or bringing together).
While this might sound rather obvious, people often are not aware that effective problem solving requires a two phase iterative, or repeated, process involving first analysis and then synthesis.
You begin with the analysis of the existing system. All the relevant sub-elements are identified, especially those which appear to require changing or might be affected by proposed changes. Then, swinging into the synthesis process, you recombine or cluster the changed and unchanged sub-elements to form a new hypothetical complete system. The new system must then be analysed to see what the chances are that the chosen goals will actually be achieved. If reasonable success is unlikely you must once again use the synthesis process to generate a more effective hypothetical system. The cycle of analysis and synthesis continues until you are satisfied with the final result.[[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Analysis & synthesis_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Broaden subjective identification_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Cluster problems for common causes_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Commensurate solutions_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Conflict_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Continuous improvement-quality_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Develop future vision_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Direct analysis_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Ends & means_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Focus & boundaries_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[From complexity 2 simplicity_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
!!!<small>(Opportunity multiplying – Framework)</small><br>14. Goal directed serendipity and detailed planning
<<include [[Goal-directed serendipity & detailed planning_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Hologram approach_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Intellectual rigour & moral courage_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Introduction_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Intuition & conscious logic_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Judge by move to ideal-not from past_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Make problems bigger 2 solve_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Multiple perspectives_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[No najor trade-offs_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Open & closed systems_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]]<<fav>> | <<return>> | [[Background|Background (get)]] | [[Frameworks]] | (here) |
----
!!Opportunity multiplying (Framework)<br><small>an opportunity generating and problem solving philosophy</small>
*[[Introduction|Introduction_Opmult_Framework]]
*[[1. Strategic optimism / tactical pessimism|StrategicOptimismTacticalPessimism_Opmult_Framework]]
*[[2. Practical idealism|PracticalIdealism_Opmult_Framework]]
*[[3. No need for major trade-offs|No najor trade-offs_Opmult_Framework]]
*[[4. Conflict|Conflict._Opmult_Framework]]
*[[5. Direct analysis|Direct analysis_Opmult_Framework]]
*[[6. Ends and means|Ends & means_Opmult_Framework]]
*[[7. Subject/object duality|Subject-object duality_Opmult_Framework]]
*[[8. Broaden your subjective identification|Broaden subjective identification_Opmult_Framework]]
*[[9. The simultaneous achievement of multiple goals|Simultaneous achievement of multiple goals_Opmult_Framework]]
*[[10. Develop a vision of the future|Develop future vision_Opmult_Framework]]
*[[11. Cluster problems to find common causes|Cluster problems for common causes_Opmult_Framework]]
*[[12. Seek solutions for groups of problems|Seek solutions for problem groups_Opmult_Framework]]
*[[13. Problems into opportunities; constraints into goals|Problems 2 opportunities-constraints 2 goals_Opmult_Framework]]
*[[14. Goal-directed serendipity and detailed planning|Goal-directed serendipity & detailed planning_Opmult_Framework]]
*[[15. Analysis and synthesis|Analysis & synthesis_Opmult_Framework]]
*[[16. Multiple perspectives|Multiple perspectives_Opmult_Framework]]
*[[17. Focus and boundaries|Focus & boundaries_Opmult_Framework]]
*[[18. Open systems and closed systems|Open & closed systems_Opmult_Framework]]
*[[19. Make problems bigger to make them easier to solve|Make problems bigger 2 solve_Opmult_Framework]]
*[[20. Work with complexity first in order to achieve the greatest simplicity|From complexity 2 simplicity_Opmult_Framework]]
*[[21. Intuition and conscious logic|Intuition & conscious logic_Opmult_Framework]]
*[[22. Paradox and the resolution of apparent conflicts|Paradox-resolution of apparent conflicts_Opmult_Framework]]
*[[23. Intellectual rigour and moral courage|Intellectual rigour & moral courage_Opmult_Framework]]
*[[24. Putting yourself in the other person/organisation/system element's shoes|Putting yourself in other's shoes_Opmult_Framework]]
*[[25. Truth and value|Truth & value_Opmult_Framework]]
*[[26. Be profligate in generating solutions/options|Solutions-options profligacy_Opmult_Framework]]
*[[27. Solve/act for the long term but start now|Solve 4 long term start now_Opmult_Framework]]
*[[28. Be prepared to take personal or organisational responsibility for tackling the really big issues|Take full responsibility 4 big issues_Opmult_Framework]]
*[[29. The hologram approach - the whole in the parts|Hologram approach_Opmult_Framework]]
*[[30. Ensure that solutions (or groups of solutions) are commensurate with the scale and significance of the problem|Commensurate solutions_Opmult_Framework]]
*[[31. Judge success by progress to the ideal rather than movement from past bad performance|Judge by move to ideal-not from past_Opmult_Framework]]
*[[32. Widen thoughts, concentrate action|Widen thoughts-concentrate action_Opmult_Framework]]
*[[33. Continuous improvement and quality|Continuous improvement-quality_Opmult_Framework]]
*[[34. Unilateral cooperation|Unilateral cooperation_Opmult_Framework]]
<<return>> | [[«previous|Frameworks]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Paradox-resolution of apparent conflicts_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[PracticalIdealism_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Problems 2 opportunities-constraints 2 goals_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Putting yourself in other's shoes_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Seek solutions for problem groups_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Simultaneous achievement of multiple goals_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Solutions-options profligacy_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Solve 4 long term start now_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Strategic optimism-tactical pessimism_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Subject-object duality_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Take full responsibility 4 big issues_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Truth & value_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Unilateral cooperation_Opmult_Framework (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]][[Background|Background (get)]] | [[Frameworks]] | [[Opportunity multiplying|Opportunity multiplying (Framework)]] | (here) | <<fav>>
----
<<include [[Widen thoughts and concentrate action (2include)]]>>
<<return>> | [[«previous|Opportunity multiplying (Framework)]]<<fav>> | <<return>>
----
!!Strategic Framing
*[[Achievability|Achievability_StratFrame]]
*[[Action centred on whole system package plan|Action centred on whole system package plan_StratFrame]]
*[[Building a flywheel to drive the program|Building a flywheel to drive the program_StratFrame]]
*[[Building through volunteerism|Building through volunteerism_StratFrame]]
*[[Catalysing effective global action|Catalysing effective global action_StratFrame]]
*[[Catalysis|Catalysis_StratFrame]]
*[[Complexity|Complexity_StratFrame]]
*[[Developing & challenging solutions|Developing & challenging solutions_StratFrame]]
*[[Driving coordinated action via a whole system package plan|Driving coordinated action via a whole system package plan_StratFrame]]
*[[Duty of care & chain of responsibility|Duty of care & chain of responsibility_StratFrame]]
*[[Managing action via duty of care & chain of responsibility|Managing action via duty of care & chain of responsibility_StratFrame]]
*[[Emergency-mode action packages|Emergency-mode action packages_StratFrame]]
*[[Focuses for power building & mobilisation|Focuses for power building & mobilisation_StratFrame]]
*[[Forms of products-outputs-result|Forms of products-outputs-results_StratFrame]]
*[[Framing solution packages to maximise global benefit|Framing solution packages to maximise global benefit_StratFrame]]
*[[Global & local|Global & local_StratFrame]]
*[[Goal directed serendipidy (vs detailed planning)|Goal directed serendipity vs detailed planning_StratFrame]]
*[[Goals|Goals_StratFrame]]
*[[Managing difficulty|Managing difficulty_StratFrame]]
*[[Maximum protection for the climate vulnerable|Max protection for CV_StratFrame]]
*[[Maze solving & bridge building|Maze solving & bridge building_StratFrame]]
*[[Mobilising across political & social divides|Mobilising across political & social divides_StratFrame]]
*[[Motivate volunteers with powerful campaign outcomes|Motivate volunteers with powerful campaign outcomes_StratFrame]]
*[[Motivation|Motivation (ethics&interests)_StratFrame]]
*[[Multi-tracking|Multi-tracking_StratFrame]]
*[[No major trade-offs|No major trade-offs_StratFrame]]
*[[The parts responsible for changing the whole|Parts responsible for changing the whole_StratFrame]]
*[[Practical idealism|Practical idealism_StratFrame]]
*[[Ramping up|Ramping up_StratFrame]]
*[[Right action or safety; taboo or careful action|Right action or safety_taboo or careful action_StratFrame]]
*[[Social network switching & innovation diffusion with complexity|Social network switching & innovation diffusion with complexity_StratFrame]]
*[[Speed-concurrent action|Speed-concurrent action_StratFrame]]
*[[Spiral building|Spiral building_StratFrame]]
*[[Strategic optimism & tactical pessimism|Strategic optimism & tactical pessimism_StratFrame]]
*[[Uncertainty|Decisions in the face of uncertainty & urgency_StratFrame]]
*[[Working across the political spectrum in democracies|Working across the political spectrum in democracies_StratFrame]]
Behind these principles sits an even more general set of principles: [[Opportunity multiplying principles|Opportunity multiplying (Framework)]].<<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Achievability (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Action centred on whole system package plan (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
!!!Additional domains of action for earth system restoration
<<include [[Additional domains of action for earth system restoration (include) DB]]>>
After we create a zero emissions economy these additional problems will be unwound by natural processes – but only //''over thousands of years''//. In the meantime the impact on the climate vulnerable will be devastating.<<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Building a flywheel to drive the program (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Building through volunteerism (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Catalysing effective global action (include) DB]]>>
----
<<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]<<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Catalysis (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Complexity (include) DB]]>>
<<include[[Social network switching & innovation diffusion with complexity (+heading) (include) DB]]>>
----
<<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]<<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Decisions in the face of uncertainty & urgency (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Developing & challenging solutions (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Driving coordinated action via a whole system package plan (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Managing action via duty of care & chain of responsibility (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Emergency-mode action packages (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Focuses for power building & mobilisation (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Forms of products-outputs-results (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Framing solution packages to maximise global benefit (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Global & local (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
!!!Goal-directed serendipity & detailed planning
<<include [[Goal-directed serendipity & detailed planning_Opmult_Framework (2include)]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Goals (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
!!!Managing the perceived and actual difficulty of climate rescue action
<<include [[Managing difficulty (include) DB]]>>
!!!Some potential flip-side benefits of the climate rescue approach
<<include [[Some potential flip-side benefits of the climate rescue approach (include) DB]]>>
----
<<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]<<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Max protection for CV (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Maze solving & bridge building (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Mobilising across political & social divides (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Motivate volunteers with powerful campaign outcomes (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Motivation (ethics&interests) (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Multi-tracking (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[No major trade-offs (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Parts responsible for changing the whole (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Practical idealism (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Ramping up (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
!!Right action or safety — taboo or careful action
<<include [[Right action or safety_taboo or careful action (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Social network switching & innovation diffusion with complexity (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Speed-concurrent action (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Spiral building (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Strategic optimism & tactical pessimism (include) DB]]>><<fav>> | <<return>> | [[Strategic Framing|Strategic Framing (gather)]]
----
<<include [[Working across the political spectrum in democracies (include) DB]]>>[[Background|Background (get)]] | [[Learning from history]] | <<fav>>
!!Economic mobilisation in the world wars <small>(Learning from history)</small>
Download word doc:
[[WW2 and WW1 history project: Emergent principles|http://www.green-innovations.asn.au/RSTI/WW2&WW1-experience_principles.doc]]
<<return>>[[Background|Background (get)]] | [[Learning from history]] | <<fav>>
!!The IT revolution <small>(Learning from history)</small>
[[David Mowery article on The Conversation (27 November 2019)|https://theconversation.com/what-the-us-defence-industry-can-tell-us-about-how-to-fight-climate-change-126762]]
Note: Broadly speaking the idea described in this article is how the renwable energy revolution has been driven.
The strategy is likely to work if the promoted technologies eventually become cost competitive. It is not clear how the strategy would apply to technologies that are needed to cool the earth (not an objective that has a market under current arrangements) but that never reach a self-funding condition.
<<return>>[[Background|Background (get)]] | <<fav>>
----
!!Learning from history
*[[Safety]]
*[[Economic mobilisation in the world wars]]
*[[Tariffs]]
*[[IT revolution]]
*[[Managing the covid19 pandemic]]
<<return>><<fav>> | <<return>> | [[Background|Background (get)]] | [[Learning from history]]
<<include [[Managing the covid19 pandemic (2include) DB]]>>
----
<<return>>[[Background|Background (get)]] | [[Learning from history]] |
!!Safety <small>(Learning from history)</small>
Download word doc:
[[A review of the history of safety|http://www.green-innovations.asn.au/SCS/A-review-of-the-history-of-safety.doc]]
<<return>>[[Background|Background (get)]] | [[Learning from history]] | <<fav>>
!!Tarrifs <small>(Learning from history)</small>
Australia had to substantially build up its manufacturing industry during World War 2 because shipping from the northern hemisphere was so severely disrupted. After the war the expanded manufacturing industry was kept going through the application of high import tarrifs.
In Australia in the 1970s and 80s the minerals industry, which controlled about 5% of business dollars economy-wide, got the Australian government to substantially eliminate most import tariffs, defeating the manufacturing industry that, at the time, controlled about 25% of business dollars (5 times the minerals industry turnover).
This policy victory was only possible because the minerals industry was able to organise a business coalition that controlled more business dollars than the manufacturing industry. The minerals industry managed to persude the agriculture, finance and retail sectors to combine and lobby for the elimination of tarrifs, against the preference of the manufacturing industry.
<<return>><<fav>> | <<return>> | [[Background|Background (get)]] | [[Methods]]
----
!!Backcasting (Method)[[Background|Background (get)]] | [[Methods]] | <<fav>>
!!Multi-track management (Method)
[[Dual tracking method paper|http://www.green-innovations.asn.au/Dual-track-management-for-sustainability.htm]]
<<return>>[[Background|Background (get)]] | [[Methods]] | <<fav>>
!!Maze solving method (Method)
<<return>>[[Background|Background (get)]] | <<fav>>
!!Methods
*[[Backcasting|Backcasting_Method]]
*[[Multi-tracking|Multi-tracking_Method]]
*[[Tight feedback loops|Tight feedback loops_Method]]
*[[Maze solving|Maze solving_Method]]
<<return>>[[Background|Background (get)]] | [[Methods]] | <<fav>>
!!Loops (Method)
Recognition of the feedback loops in climate policy and action
C:\Users\Philip\Documents\9_RSTI\2_Work (RSTI)\7_Helping & relationships\Breakthrough\Reset21_Pandemonium_Maximum Protection, Covid & Climate\Pandemonium_Maximum Protection, Covid & Climate_2021_February.doc
The dynamics of the case studies I’ve covered vary according to the severity of the threat to the nation as a whole and the speed of feedback loops. The slowest moving system was “industrial safety” (evolving over 250 years) and the fastest systems have been the world wars and the covid pandemic.
Covid has moved so fast that all politicians know that the human and economic impacts and therefore the political consequences of their actions will be felt before the next election - so accountability is very tight. This turns many pragmatic politicians and bureaucrats, that in other circumstances would be cautious delayers or game players, into proactive problem solvers. This same dynamic applied in the world wars.
<<return>><<fav>> | <<return>> | [[Background|Background (get)]]
----
!!Principles, factors, strategies and solutions
*[[Campaign for the whole system solutions package|Campaign for the whole system solutions package_PrinEtc]]
*[[Categories of the climate vulnerable|Categories of the climate vulnerable_PrinEtc]]
*[[Chain of Responsibility|Chain of Responsibility_PrinEtc]]
*[[Compassion|Compassion_PrinEtc]]
*[[Distributed Full Responsibility|Distributed Full Responsibility_PrinEtc]]
*[[Emergency management|Emergency management-PrinEtc]]
*[[Enlightened self-interest|Enlightened self-interest_PrinEtc]]
*[[Global issues need fast global spread|Global issues need fast global spread_PrinEtc]]
*[[Maximum Protection|Maximum Protection_PrinEtc]]
*[[No carbon budget left|No carbon budget left_PrinEtc]]
*[[No major trade-offs|No major trade-offs__PrinEtc]]
*[[Scale & speed|Scale & speed_PrinEtc]]
*[[Science-based targets?|Science-based targets?_PrinEtc]]
*[[Strategic optimism, tactical pessimism|Strategic optimism, tactical pessimism_PrinEtc]]
*[[The climate vulnerable (brief)|The climate vulnerable_PrinEtc]]<<fav>> | <<return>>
----
!!!Campaign for the whole system solutions package<<fav>> | <<return>>
----
!!Categories of climate vulnerability
<<include [[Categories of the climate vulnerable (2include) DB]]>><<fav>> | <<return>>
----
!!!Chain of responsibility
<<include [[Chain of responsibility_Def (2include) DB]]>>
We need to apply this approach to climate action because there is currently a huge gap between what would need to be done to protect the climate vulnerable and the policies that are being applied and even the policies that are being advocated for climate action.<<fav>> | <<return>>
----
<<include [[Climate paradigms (include) DB]]>><<fav>> | <<return>>
----
!!!Compassion<<fav>> | <<return>>
----
!!!Distributed "Full Responsibility"<<fav>> | <<return>>
----
!!!Dubai-ification of the world
<<include [[Dubai-ification of the world_brief (2include) DB]]>><<fav>> | <<return>>
----
!!!Duty of care
<<include [[Duty of care_Def (2include) DB]]>><<fav>> | <<return>>
----
!!!Emergency management
(content to come)
[[Emergency (Index)]]
<<return>><<fav>> | <<return>>
----
!!!Enlightened self-interest<<fav>> | <<return>>
----
!!!Global issues need to have solutions ideas spread globally as soon as possible
<<return>><<fav>> | <<return>>
----
!!!Maximum Protection
<<return>><<fav>> | <<return>>
----
!!!Atmospheric methane levels
<<include [[Methane levels (include) DB]]>><<fav>> | <<return>>
----
!!!There is no carbon budget left<<fav>> | <<return>>
----
!!!No major trade-offs!!Ocean acidification is not strictly a climate issue
<<fav>> | <<return>>
----
<<include [[Ocean acidification not a climate issue (2include) DB]]>><<fav>> | <<return>>
----
!!!The psychology of motivation
Tory Higgins has developed a useful comprehensive theory of the psychology of motivation. See:
*<<include [[Summary of Tory Higgins motivational psychology model_Ref (2include) DB]]>>
*<<include [[Beyond pleasure and pain_How motivation works_Ref (2include) DB]]>><<fav>> | <<return>>
----
!!!Scale & speed
<<return>><<fav>> | <<return>>
----
!!!Science-based targets?
It is commonly argued that we should use science-based target to drive climate policy. But if science is the only reference point then logically you can't derive any targets at all because the role of science is to understand how the universe works or might work in different contexts - it can't tell you what you ''ought'' to do.
What you "ought" to do has to been derived first from consideration of ethics and interests. Then you apply science to derive targets to achieve the high-level goals that emerge from the consideration of ethics and interests.<<fav>> | <<return>>
----
!!!Social network switching and innovation diffusion – in the context of complexity
<<include [[Social network switching & innovation diffusion with complexity (include) DB]]>><<fav>> | <<return>>
----
!!!Speed of cooling
<<include [[Speed of cooling_brief (2include) DB]]>><<fav>> | <<return>>
----
!!!State govts join forces on realities of net zero targets
<<include [[State govts join forces on realities of net zero targets (2include) DB]]>><<fav>> | <<return>>
----
!!!Strategic optimism, tactical pessimism
<<include [[Strategic optimism-tactical pessimism_Opmult_Framework (2include)]]>><<fav>> | <<return>>
----
!!!The UN Framework Convention on Climate Change Obective (Article 2)
<<include [[The Paris Agreement temperature goals_brief (2include) DB]]>><<fav>> | <<return>>
----
!!!The climate vulnerable
<<include [[The climate vulnerable_brief (2include) DB]]>>
For further information on ways to categorise the climate vulnerable see: [[(*)|Categories of the climate vulnerable_PrinEtc]]<<fav>> | <<return>>
----
!!!Types of goals
<<include [[Types of goals (2include) DB]]>><<fav>> | <<return>>
----
!!!The UN Framework Convention on Climate Change Obective (Article 2)
<<include [[UNFCCC Article 2-Objective_brief (2include) DB]]>><<fav>> | <<return>>
----
!!!Where 2022 CO<sub>2</sub> sits in climate history
<<include [[Where 2022 CO2 sits in climate history (include) DB]]>><<fav>> | <<return>>
----
!!Index<<set $indexShowInMenu to 1>>
Please [[contact Philip Sutton|Contact the Adviser team]] if you want to see a topic that is already contained in the Adviser listed in this index.
//assessing parties and candidate//
[[Assessing parties and candidates]]
//chain of responsibility//
[[Chain of responsibility|Chain of responsibility_brief (2include) DB]]
//climate vulnerable//
[[The climate vulnerable|The climate vulnerable_brief (2include) DB]]
//goals//
[[Types of goals|Types of goals_PrinEtc]]
//maximum protection//
[[Maximum protection|http://bit.ly/DeliveringMaximumProtection]]
//protection needs//
[[Saving the Pacific atoll islands|https://docs.google.com/document/d/1Nxe9uoP0Gle6qjjSyzUoNTWoZwqEMfYCtZuTwOld3J8/edit?usp=sharing]]
//safe climate//
[[Safe climate restoration|Safe climate restoration_brief (2include) DB]]
//whole system package//
[[Whole system package|Whole system package_brief (2include) DB]]<<fav>> | <<return>>
----
!!For users of the Adviser
*[[Wipe memory|Memory wipe for users]]
*[[Adviser version and tech stack|Version & tech stack]]
*[[User contributions to the Adviser]]
*[[Secret developers' business|Secret developers' business (login)]]<<fav>> | <<return>>
----
!!In case you need to wipe the Adviser's long term memory
Between sessions, the Adviser remembers choices you have made and text you have entered. This means that you can close your browser or reload the Adviser and the Adviser will remember your previous choices.
But if you want to start over with a clean slate, then click on the link below. <font color=red>But before doing that, bear in mind that ''the memory wipe is irreversible''.</font>
If you have created any custormised Output Reports you might want to copy the text to a word processing document before wiping the Adviser's memory. There are instructions on how to get the content of an Output Report into a word processing document at the bottom of the Output Report pages.
If you are ready to wipe the Adviser's long term memory then click on the link below:
----
!!! [[Warning - this will wipe ALL memory types|Wiped ALL]] !!!
----<<fav>> | <<return>>
----
!!Areas where Users could contribute to the Adviser
!!!Adviser content
*Proofreading or reviewing the Adviser content, layout and logic, or finding problems or suggesting improvements.
!!!Adviser look and feel
*Suggesting improvements to the visual design of the adviser.
!!!Contacting the Adviser team to discuss contributions:
<<include [[Contacting the Adviser project manager (2include) DB]]>>
<<include [[Philip Sutton_email phone (2include)]]>><<fav>> | <<return>>
----
!!Adviser version & tech stack
<<include [[Version input (2include)]]>>
<<include [[Adviser Tech Stack (2include)]]>><<fav>> | <<return>>
----
!!Database
The material linked here will (eventually) be transferred to an external database and the content will be called in from there.
Most of this information is publicly accessible from the main menu using the [[Background|Background (get)]] link.
A live list of the content of the adviser is being built up here: [[Database (get)]]
Material is identified here so it's clearer for the Adviser developers what needs to be transfered to the external database.
<<include [[Database super-cluster (2include)]]>>
<<return>><<fav>>
----
!!Alternative views & approaches
Adam Grant's book "Think again" highlights the value of offering people perspective on the range of views that are possible when presenting a preferred view. This encourages a more reflective and open minded mode of thinking by those you are engaging.
<<return>><<fav>>
----
!!Assumptions, uncertainties, disadvantages
Adam Grant's book "Think again" highlights (p. 211) the value of people questioning their assumptions, exposing their uncertainties and being open about disadvantages. This encourages a learning culture that encourages rethinking and continual improvement.
Key questions to ask are:
* What leads to those assumptions? Why do you think they are correct? What might happen if they are wrong?
* What are the uncertainties in the analysis?
* The advantages of the recomxmendations are clear. But what might the disadvantages be?
<<return>>[[Dev stuff]] | [[Secret developers' business]] | [[Work program for the Adviser]] | [[Dev design_Tech|Development design philosophy (tech)]] | here | <<fav>>
----
!!Development design philosophy (content)
[[Alternative views & approaches]]
[[Assumptions, uncertainties, disadvantages]]
<<return>>[[Dev stuff]] | [[Secret developers' business]] | [[Work program for the Adviser]] | here | [[Dev design_Content|Development design philosophy (content)]] | <<fav>>
----
!Development design philosophy (tech)
[[The tech stack]]
[[Memory & modules]]
[[System initiation, playthrough & autosave reloads]]
[[The global Climate Rescue IT strategy]]
[[Storage and file size limits set by browsers]]<<fav>>
----
!!Memory and modules
!!!Exploring
''Question:''// If this is the same system being run through multiple times, is there any reason not to use system saves?//
Very interesting question! My instant gut reaction was "of course general saves are not the right solution, that's why I invented the specialist module saves idea". But then I started thinking about it more and realised that I don't know the answer definitively. I will have to think about it more carefully before I try to give you an answer.
--
I haven't got an answer yet. But I've started to think about the question using a brain analogy framework.
The 'whole system package' plan //adaptation// options in the Adviser are a bit like a shift in attention when a person is thinking, but in the brain, one's past thinking on a range of topics is also influencing the topic that you have shifted your attention to.
Maybe the results of the user's work on the generic 'Whole System Package' plan should be available to influence focused attention on any of the plan adaptation scenarios (eg. what should the local climate group Darebin Climate Action Now [DCAN] do (in the context of one's thinking on the generic plan?
Does this mean that the Advisor needs to run in continuous session? That's how the brain works. Even sleep is not a clean reboot.
If the brain is in continuous session, then reverting back in the Adviser to a whole system save is like partial amnesia when a bit of your memory gets scrubbed and you have to move forward from the earlier point.
But in the brain attention shifting is a way of having topics to think about in series that are linked to the whole brain (and thus all learning up to that point) but the attention shift remembers reasonably well the main contours of what you were thinking about the focus topic the last time it had your attention and so you can step off from that point rather than having to do all the past focussed thinking all over again - but you have the advantage of being able to access the the whole brain's learning up to the moment you switch attention to a new topic.
So what might this mean for the Adviser?.....
If I do mental arithmetic calculations I use a mental module for doing the calculation. Most people have to scrub their mental arithmetic module when they change to a new calculation. But I'm guessing that people with very high mental arithmetic skills might have built duplicate modules so they can process several calculations in parallel. I know of a real life case where a skilled musician was able to 'run' three orchestras in his head simultaneously in real time and could switch his attention between the orchestras and see what they were up to at the moment of paying attention. (This case was reported on the ABC in 2021.)
For the Adviser, the user I think will need to shift topic focuses rather than working on several focusses at the one time. (In their head they will be parallel processing to a degree, but for data entry into the computer they have to shift focus and work on topics "in series" operations.
And if the user decides to drop a focus (forever), they will want to clear the detailed focus info and not their memory in general.
If the Adviser has modules that need to be run more than once on different focusses, then I think that the state of the last use of the module needs to be saved, then the module is cleared, and run on a new focus and the results saved and then the module can either reload an existing focus so that work can resume or it could start work on a new focus.
There might be things learned by the system while working on a specialist focus that in fact has generic application, in which case the information needs to be stored in the memory related to the generic system as well or instead (but still allowing focus work to draw on it.
So what does this mean for the use of whole system saves vs focussed attention saves?
After rambling though all this I think that whole system saves need to be up to the minute for the whole system (ie. autosaves) with perhaps 5 to 10 'moments' saved so that <<return>> navigation can work for more than one jump, and I think that specialist focus modules need to be able to save states against named topics and to be able to be cleaned out ready to change to a new topic or to revert to an existing topic, with generic information saved into the rest of the system.
Some of the saving can be done by users locally and some of the learning needs to be fed back to the developers of the Adviser so that the developers can improve the adviser system in general, thus making the improvements available to all users.
''Question:''// Is this all hypothetical system-feel concepts or is it based on an actual usecase/workflow you've developed? I just don't want to get lost in the not-actually-real zone if we're talking about system requirements / next steps. The answer to "why not use saves" should be a simple as "this thing I'm trying to do won't work with them" rather than brain analogies.//
My thinking started out the former (hypothetical system-feel concepts) and I now need to see if it means something in practical terms.
What happened when you posed the question (why not use whole system saves) was that I was sure I had a practical use case. That was how the design idea of within-session sub-project saves/restoration emerged. But when you challenged my assumption I felt I needed to find a way to get a bigger context so I could rethink my assumptions - so all this brain analogy stuff emerged to help me do that.
!!!Developing options
I think I've finally extracted some practical options from my brain analogy exploration. I've developed two different ways that the advisor could be developed. If we had endless time and project money we could probably implement both capability models. Given that we don't then we should probably choose the model that is easiest to implement.
So here goes........
First some practical context.....the Adviser is being constructed to have four main content/action domains. There is a database of material, there is a module for creating a //generic// 'whole system package' plan, and a set of modules to create context differentiated adapted 'whole system package' plans (individuals, climate groups, governments, businesses, international organisations); and finally a module to enable people think about designing //projects// that can sit within the two levels of 'whole system package' plans.
I think that the database and the generic level 'whole system package' module should run in continuous session mode so the autosave system can handle values persistence.
But I think there would be two ways to design the differentiated 'whole system package' plan modules and the project module.
One option would be to have one set of code for each of these modules and then to create multiple distinct outputs from the modules, the modules could be treated as reusable. Sub-projects would be run in a reusable module and then the module's state would be saved, allowing the module to be repurposed for another sub-project.
Alternatively, the specialist modules could be //cloned// during the session so that users could end up with many projects of a related type running in the (continuous) session. In this case the whole-system autosaves could be used to ensure that Adviser values persist.
If the lower level modules are designed to be reused rather than cloned, then some of the data that would need to be stored (to metadata) to capture the state of a module while working on a defined sub-project would be:
*variables set with the module (including the content of text areas and text boxes)
*calls to add information from the database into the sub-project output report
*calls by applications of the project module to draw on variable values etc. from the higher-level differentiated 'whole system package' plan modules (that would need to be called out of the persistent metadata for the relevant sub-project).
Reusable modules would need to have mass functions such as saves of the reusable module state, clearing of the state of the reusable modules and reinstatement of one of the state saves so that work can continue on the sub-project. These module saves, recalls, deletions would need to be independent of the whole system autosaves.<<fav>>
----
!Storage and file size limits set by browsers
Here is some useful information on storage limits set by browsers according to NiEv in Feb 2022:
https://intfiction.org/t/better-way-to-handle-if-macros/54369/7
To clarify, a browser’s [[localStorage|https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage]], which is where game save data goes, is normally either 10 MB for desktop browsers or 5 MB for mobile devices (or 2 MB in some rare instances). The browser’s [[sessionStorage|https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage]], which is used to track the current state of the game, is also generally limited to 5 MB. Note also that the size of the storage space includes the names of the storage objects. (See also the [[MDN “Web Storage” article|https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API]].)
HiEv's local storage manager system. (from his code bank)
https://qjzhvmqlzvoo5lqnrvuhmg-on.drv.tw/Sample_Code/Local_Storage_Manager.zip
--
From past experience, the breaking point of HTML file sizes is around 70 MB in desktop browsers, with Firefox being able to handle the largest file sizes.
--
You might need to be concerned about the amount of data in your game’s history. If it’s a small or medium sized game, you probably don’t need to worry about it much unless you’re cramming a ton of data in your story variables for some strange reason. However, for larger games where you may end up tracking lots of data, especially if the data frequently changes, then optimizing the data in your story variables is a good idea.
Most Twine games have save data which is less than 0.25 MB, and thus have nothing to worry about in this regard.
However, if you’re actually expecting to have save slots which are a megabyte or larger in size each, then this is definitely something worth paying attention to.<<fav>>
----
!!System initiation & the playthrough & autosave reloads
The adviser is being designed to run in continuous session (with state autosave and auto reload running) AND the adviser is also being updated in functionality and content very frequently - so the continuous user session overlaps the adviser development upgrades.
This all being the case then any developer changes made to the StoryInit passage or to passages tagged with init, after the user starts using the adviser, will be bypassed.
If we rely on session variables and don't use the metadata or remember caches, then we mustn't use restart to reinitiate the project (else the user's work will be lost), so we have to find a way to trigger the re-running of initiation code when a new version of the adviser is loaded. This can be done by This can be overcome by placing StoryInit code into the PassageReady special passage instead. This means that the project is reinitiated every time a new passage is run.
Here are the reboot dynamics, taken from the SugarCube documentation, followed by a question/suggestion...
<blockquote>''Refreshing and Restarting''
<i>Whenever your story is first started or, for any reason, restarted—e.g., the browser window/tab was refreshed/reloaded—it undergoes its startup sequence. Several things occur each and every time startup happens, regardless of whether or not a playthrough session will be restored, an autosave loaded, or the starting passage run.
First, the CSS, JavaScript, and Widget sections are processed. Next, the StoryInit special passage is processed. Finally, one of three things happen (in order): the existing playthrough session is restored, if it exists, else the autosave is loaded, if it exists and is configured to do so, else the starting passage is run.
StoryInit code seems to have no effect because the startup state is replaced by that of the incoming state, but the initiation code is still executed by the engine.
When the story is restarted by SugarCube rather than refreshed via the browser, the playthrough session, if any, is not loaded. StoryInit is run, as always. If the autosave exists and the story is configured to automatically load it, then the autosave is loaded and the state is replaced by the autosave's state and the active passage is rendered, just as if the user had loaded any other save. If no autosave exists, then the starting passage is rendered.</i></blockquote>
Joeyrsp and Philip's (January 2022) understanding of the overall memory system is captured in this dialogue:
//''Philip:''// It seems to me the twine system is designed to assume that if a player closes a tab in a controlled way, the user has completed the session - so all the transient stuff (story and passage variables) are wiped as part of the browser shutting down the tab.
I guess what happens with sugarcube autosave is that the twine project triggers the browser to take all the transient stuff that would be captured by the playthrough system in a crash scenario and it is formally stored ready for the session to resume. So the auto-save system is not a parallel system to the playthrough memory, it is an extra step to retain (prevent the clearing of) the info in the playthrough memory system that otherwise would be deliberately cleared out.
''//Joeyrsp://'' The browser has 3 places data can be:
1. there is the active process in memory that the whole of the tab is loaded in with all the html and javascript and the like
2. there is the session storage which is a key/value store that is written to disk and persists through crashes but is cleared on intentional close
3. there is the local storage which is a key/value store that is written to disk and persists indefinitely
* The living system that you interact with macros and twinescript lives in number 1
* The playthrough session data goes in number 2 ("session storage")
* Saves go in number 3
//''Philip:''// Can all programs survive system crashes these days? ie. does the browser manage crash recovery or does the app/html file play a role?
''//Joeyrsp://'' There is no universal crash recovery system
the browser will persist the session and local storage (number 2 & 3) but the stuff in memory (number 1) is not recoverable
//''Philip:''// Here's what I think must happen integrating what you said with what I said earlier.
To avoid losing the data in storage system 1 (your definition) twine needs to instruct the twine project file to save data regularly and without much delay into sessional storage so that the loss of info in storage system 1 has nearly no consequence.
The twine project file would need to instruct the browser to NOT clear sessional data in the case of an un-graceful shutdown by the browser or the computer. In the case of a crash the twine file can then go back to the sessional data.
But if there is a graceful shutdown then the twine file would, if the autosave is on, tell the browser to recategorise the data in the sessional store and 'put' it in a special category of persistent (but temporary) memory. On the resumption of the session, the twine file would recategorise the session save data as normal session data and then resume where it left off. In real life the data might or might not be copied to a new place on the disk or it might just have its labels changed so that it is treated differently.
But for practical purposes when autosave is on it is telling the browser to NOT delete session info when the tab/browser is shut down.
''//Joeyrsp://'' "Instruct the browser to NOT clear sessional data" this is not a thing. Wait hold on, which way are you using session here?
//''Philip:''// With auto save ''not''' on, then a session would last until tab closed or browser closed or instruction to restart given. If autosave and reload is operating then the session is ongoing in active and inactive phases - until the user finally fully shuts the project down - they would need to turn off auto save or delete autosave on engine restart.
''//Joeyrsp://'' So the pipeline is...
* you load the document into memory and it starts running.
* from here on twine (actually sugarcube) does everything:
** does the loading process you are familiar with, pulling things out of session and local storage (number 2 & 3) into memory (number 1).
** creates moments in memory (number 1) on passage transition.
** puts the history into session storage (number 2) under the 'playthrough session' when a new moment is created.
** puts the history into local storage (number 3) under the 'saves' when a new moment is created if autosave is on.
//''Philip:''// Sounds reasonable!! :)
I'm guessing that playthrough also captures pre-moment memory as well??
''//Joeyrsp://'' What do you mean by "premoment"?
//''Philip:''// That before a shift to a new passage or some coding equivalent (which I've seen exists according to the documentation) or random advice I've stumbled over.<<fav>>
----
!!The tech stack
!!!Current selection process
After a fairly extensive review of our needs, looking at authoring tools for branching scenarios development, expert system tools etc. it was decided that the Adviser needed, in the main, to be able to handle very loose logic so branching scenario style authoring tools were probably the best option for the moment.
Over a couple of months we upgraded from earlier use of Twine 1.4.2, to Twine 1.4.3 then jumped to Twine2/SugarCube2 then finally settled on the current Tweego / SugarCube / VSCode + Twee3 Language Tools tech stack.
!!!The current tech stack
<<include [[Adviser Tech Stack (2include)]]>>
!!!Future development
A ''database'' needs to be developed to hold the RSTI Climate Rescue knowledgebase that has been built up over the last decade or so. For the moment we will use Google Drive to hold text docs etc. and will hold structured information chunks in Twee / SugarCube generated html files. However the whole database issue needs much more careful exploration to determine what the best tech stack would be.
In relation to the ''logic and judgement capabilities'' of the Adviser, the Visirule set of expert system tools will likely be useful. Once the Adviser is functional for users based on the Tweego / SugarCube / VSCode tech stack, we need to revisit the use of the Visirule toolkit. And this review needs to be accelerated when the science base for identifying the needs of the climate vulnerable has advanced further.
https://www.visirule.co.uk
clive spenser <clive@lpa.co.uk>
<<return>><<fav>>
----
!The global Climate Rescue IT strategy
''//Philip://'' I've got a whole new evolutionary leap in mind growing out of the adviser project.
Already part of the design is the idea that the adviser would prompt a human-to-human conversation between the user and climate rescue core campaigners.
Then I started thinking more about the 'database' aspect of the adviser and then the independent version of the database and it occurred to me that campaigners around the world could feed information/ideas/strategies etc. to the central organisers to include in the database. via the CR website. Plus some local or specialist CR campaigns might choose to use twine to develop advisers for their specialised purposes.
So this keeps evolving eventually into a global CR IT strategy.<<fav>>
----
!!Guidance on building advisory tools
Cathy Moore's guidance material:
*[[4 reasons to use a branching scenario|https://blog.cathy-moore.com/2013/07/when-do-you-need-a-branching-scenario/]]
*[[Branching scenario example + overview of Twine|https://blog.cathy-moore.com/2011/07/sample-branching-scenario-cool-tool/]]
Cathy Moore's article collections on:
*[[Branching scenarios|https://blog.cathy-moore.com/tag/branching-scenarios/]]
*[[Scenario-based training headquarters|https://blog.cathy-moore.com/scenario-based-training-headquarters/]]
*[[Mini scenrios|https://blog.cathy-moore.com/tag/mini-scenarios/]]
*[[Action mapping headquarters|https://blog.cathy-moore.com/action-mapping/]]
*[[Needs analysis|https://blog.cathy-moore.com/tag/needs-analysis/]]
*[[Client management|https://blog.cathy-moore.com/tag/client-management/]]
*[[Train-the-trainer courses, tools, and templates|https://blog.cathy-moore.com/train-the-trainer-courses/]]
*[[Books and how-to information|https://blog.cathy-moore.com/books-and-how-to-information/]]
*[[Toolkit: Scenario design|https://blog.cathy-moore.com/training-design-toolkits/how-to-design-scenario-based-training/]]
*[[Toolkit: Partner from the start|https://blog.cathy-moore.com/training-design-toolkits/toolkit-partner-from-the-start/]]
*[[Branching scenarios: How many decision points?|https://blog.cathy-moore.com/2014/05/branching-scenarios-how-many-decision-points/]]
*[[4 ideas you should steal from interactive fiction|https://blog.cathy-moore.com/2013/11/4-ideas-you-should-steal-from-interactive-fiction/]]
*[[3 ways to help people learn from mistakes in branching scenarios|https://blog.cathy-moore.com/2018/04/3-ways-to-help-people-learn-from-mistakes-in-branching-scenarios/]]
*[[3 branching scenario examples to give you ideas|https://blog.cathy-moore.com/2018/05/3-cool-ideas-to-steal-for-your-training-scenarios/]]
*[[12 ways to use training scenarios – not just for elearning!|https://blog.cathy-moore.com/2013/09/12-cool-ways-to-use-scenarios/]] - including, if possible, options for human-to-humam debriefing after using an onlinme tool.
*[[Twine application as adviser: Will action mapping work for my project?|https://blog.cathy-moore.com/action-mapping/will-action-mapping-work-for-my-project/]]
!!Getting started with Twine 2/SugarCube2
*[[A Quick Twine (2.2+) Tutorial|https://catn.decontextualize.com/twine/]]<<fav>>
----
!!Guidance on using Twine 2
*[[Philip's Twine2-SugarCube2 help file (word docx)|https://github.com/Joeyrsp/climate-rescue/raw/main/Twine%202_Philip's%20user%20help.docx]]
*[[The SugarCube documentation|http://www.motoslave.net/sugarcube/2/docs/]]
*[[Twinelab Twine Resources|https://twinelab.net/twine-resources/]]
*[[Twine 2/SugarCube 2 guide (The Cookbook)|http://www.motoslave.net/sugarcube/2/]]
*[[A Modern Developer's Workflow For Twine|https://dev.to/lazerwalker/a-modern-developer-s-workflow-for-twine-4imp]]<<return>> | <<fav>>
!!In case you need to wipe the Adviser's long term memory
Between sessions, the Adviser remembers choices you have made and text you have entered. This means that you can close your browser or reload the Adviser and the Adviser will remember your previous choices.
But if you want to start over with a clean slate, then click on the link below. <font color=red>But before doing that, bear in mind that ''the memory wipe is irreversible''.</font>
If you have created any custormised Output Reports you might want to copy the text to a word processing document before wiping the Adviser's memory. There are instructions on how to get the content of an Output Report into a word processing document at the bottom of the Output Report pages.
If you are ready to wipe the Adviser's long term memory then click on one of the relevant links below:
----
!!! [[Wipe VARIABLES in active memory - now|Wiped-variables]] !!!
----
!!! [[Wipe the REMEMBER cache - now|Wiped-remember]] !!!
----
!!! [[Wipe the METADATA cache - now|Wiped-metadata]] !!!
----
!!! [[Wipe the 'state save' by ENGINE RESTART - now|Wiped STATE SAVE on ENGINE RESTART]] !!!
----
!!! [[Warning - the NUCLEAR OPTION - wipe ALL memory types - now|Wiped ALL]] !!!
----
<<return>><<fav>>
----
<nobr>
<<clearvariables>>
<<clearremember>>
<<clearmetadata>>
<<run Engine.restart()>>
</nobr>
All memory stores have been cleared (variables in active memory, the remember cache, the metadata cache and the autosave state save.<<fav>>
----
<<run Engine.restart()>>
The Adviser's state autosave has been deleted prior to retarting the Adviser engine.<<fav>>
----
<<clearmetadata>>
The Adviser's 'metadata' cache has been wiped.<<fav>>
----
<<clearremember>>
The Adviser's 'remember' cache has been wiped.<<fav>>
----
<<clearvariables>>
The Adviser's story variables in active memory have been wiped.<<fav>>
----
!!Where am I up to with the work on the Adviser?
<<nobr>>
<<if $ChecklistChallenge is " 1a.">>
• You are currently working on the ''local government challenge''. To change the challenge, go to: [[Checklist challenge?]])
<<elseif $ChecklistChallenge is " 1b.">>
• You are currently working on the ''state or territory government challenge''. To change the challenge, go to: [[Checklist challenge?]])
<<elseif $ChecklistChallenge is " 1c.">>
• You are currently working on the ''national government challenge''. To change the challenge, go to: [[Checklist challenge?]])
<<elseif $ChecklistChallenge is " 2.">>
• You are currently working on the ''citizen challenge''. To change the challenge, go to: [[Checklist challenge?]])
<<elseif $ChecklistChallenge is " 3.">>
• You are currently working on the ''business challenge''. To change the challenge, go to: [[Checklist challenge?]])
<<else>>
• You have not yet chosen the challenge to frame your checklist development work. To select a challenge go to: [[Checklist challenge?]])
<</if>>
<</nobr>>
• The selected model for developing the checklist is:
<<nobr>>
<<if $ChecklistModel is " 1.">>
- starting from ''first principles''. (Change the choice [[here.|Selecting the checklist development model?]])
<<elseif $ChecklistModel is " 2.">><<elseif $ChecklistModel is " 2.">>
- using a template based on the ''[[CACE|CACE (Resource)]] model''. (Change the choice [[here.|Selecting the checklist development model?]])
<<elseif $ChecklistModel is " 3.">>
- using a template that starts with a focus on ''solutions implementation''. (Change the choice [[here.|Selecting the checklist development model?]])
<<elseif $ChecklistModel is " 4.">>
- using a template that starts with a focus on ''advocacy''. (Change the choice [[here.|Selecting the checklist development model?]])
<<elseif $ChecklistModel is " 5.">>
- using a template that starts with a focus on ''community mobilisation''. (Change the choice [[here.|Selecting the checklist development model?]])
<<elseif $ChecklistModel is " Cancel" or $ChecklistModel is 0>>
- (no checklist development model has been selected. Make a choice [[here|Selecting the checklist development model?]])
<</if>>
<</nobr>>
<<nobr>>
<<if $devAccess is "yes">>• You are logged-in in development mode.
<<else>>
• You are ''not'' logged-in in development mode.
<</if>>
<</nobr>>
<<return>>[[Intro & selecting a challenge]] | (here) | [[Selecting the checklist development model?]] | [[Who leads?]] | [[Decision-making?]] | <<if ($ChecklistModel eq " 1.") or ($ChecklistModel eq 0) or ($ChecklistModel eq " Cancel")>>[[Setting up a climate emergency action program]]<<else>>[[Draft action checklist]]<</if>> | <<fav>>
----
!!Choosing the //<big>challenge</big>// for checklist development
Select the challenge you want to build an action checlist for by clicking on your preferred option:
<<radiobutton "$ChecklistChallenge" " 1a." autocheck>> ''Local overnment'': Developing an action checklist for a local government to get itself into emergency mode. (Note: the guidance for the government challenge is in the early stages of active development.)
<<radiobutton "$ChecklistChallenge" " 1b." autocheck>> ''State-Territory government'': Developing an action checklist for a state or territory government to get itself into emergency mode. (Note: the guidance for the government challenge is in the early stages of active development.)
<<radiobutton "$ChecklistChallenge" " 1c." autocheck>> ''National government'': Developing an action checklist for a national government to get itself into emergency mode. (Note: the guidance for the government challenge is in the early stages of active development.)
<<radiobutton "$ChecklistChallenge" " 2." autocheck>> ''Citizens'': Developing an action checklist for citizens to try to get a government into emergency mode. (//Note: the guidance for the citizens' challenge has not yet been developed.//)
<<radiobutton "$ChecklistChallenge" " 3." autocheck>> ''Business'': Developing an action checklist for business to try to get individual businesses and a coalition of businesses into emergency mode. (//Note: the guidance for the business challenge has not yet been developed.//)
<<radiobutton "$ChecklistChallenge" " Cancel" autocheck>> Cancel selection
<<button [[Save | passage()]]>><</button>>
The selected challenge is:
<<nobr>>
<<if $ChecklistChallenge is " 1a.">>
* ''For a local government'': Developing an action checklist for a local government to get itself into emergency mode.
<<elseif $ChecklistChallenge is " 1b.">>
* ''For a state or territory government'': Developing an action checklist for a state or territory government to get itself into emergency mode.
<<elseif $ChecklistChallenge is " 1c.">>
* ''For a national government'': Developing an action checklist for a national government to get itself into emergency mode.
<<elseif $ChecklistChallenge is " 2.">>
* ''For citizens'': Developing an action checklist for citizens to try to get a government into emergency mode.
<<elseif $ChecklistChallenge is " 3.">>
* ''For business'': Developing an action checklist for business to try to get individual businesses and a coalition of businesses into emergency mode.
<<elseif $ChecklistChallenge is " Cancel">>
* You have not yet selected a challenge.
<</if>>
<</nobr>>
<<return>> | [[«previous|Intro & selecting a challenge]] | [[next»|Selecting the checklist development model?]][[Intro & selecting a challenge]] | [[Checklist challenge?]] | [[Selecting the checklist development model?]] | [[Who leads?]] | here) | <<fav>>
----
<<if $ChecklistChallenge is " 1a." or $ChecklistChallenge is " 1b." or $ChecklistChallenge is " 1c.">>
!!What decision-making process<br>should be used to decide on the checklist?
!!!The government challenge
<<include [[Decision-making?_Govt (2include)]]>>
<<elseif $ChecklistChallenge is " 2.">>
!!What decision-making process<br>should be used to decide on the checklist?
!!!The citizen challenge
(Content is yet to be developed for the ''citizen challenge''. To make a selection for an active challenge, go to: [[Checklist challenge?]])
<<elseif $ChecklistChallenge is " 3.">>
!!What decision-making process<br>should be used to decide on the checklist?
!!!The business challenge
(Content is yet to be developed for the ''business challenge''. To make a selection for an active challenge, go to: [[Checklist challenge?]])
<<else>>
(A challenge to be tackled has not been selected. To make a selection go to: [[Checklist challenge?]])
<</if>>
<<return>> | [[«previous|Who leads?]] | <<if ($ChecklistModel eq " 1.") or ($ChecklistModel eq 0) or ($ChecklistModel eq " Cancel")>>[[next»|Setting up a climate emergency action program]]<<else>>[[next»|Draft action checklist]]<</if>>Who should sign off on the final action checklist for the stage of emergency work that your government is involved in now? What skills, knowledge and authority do they need to have?
You might want to have a look at the [[previous|Who leads?]] passage on who will prepare a draft action checklist before deciding who will sign off on it.
Select the type of person or body you think should approve/adopt the action checklist:
<<nobr>>
<<checkbox "$climateEmergencyOfficer" "" "Designated climate emergency officer" autocheck>> Designated climate emergency officer<br>
<<checkbox "$climateEmergencyUnit" "" "Climate emergency unit " autocheck>> Climate emergency unit<br>
<<checkbox "$skillsBasedWorkingGroup" "" "Working group selected for skills" autocheck>> Working group selected for skills<br>
<<checkbox "$representativeWorkingGroup" "" "Representative working group" autocheck>> Representative working group<br>
<<checkbox "$branchHead" "" "Branch head" autocheck>> Branch head<br>
<<checkbox "$citizensAssembly" "" "Citizens Assembly" autocheck>> Citizens Assembly<br>
<<checkbox "$departmentHead" "" "Department head" autocheck>> Department head<br>
<<checkbox "$councilCEO" "" "Council CEO" autocheck>> Council CEO<br>
<<checkbox "$council" "" "Council" autocheck>> Council<br>
<<checkbox "$governmentMinister" "" "Government Minister" autocheck>> Government Minister<br>
<<checkbox "$premier" "" "Premier" autocheck>> Premier<br>
<<checkbox "$primeMinister" "" "Prime Minister" autocheck>> Prime Minister<br>
<<checkbox "$climateEmergencyCommitteeOfCabinet" "" "Climate emergency committee of cabinet" autocheck>> Climate emergency committee of cabinet<br>
<<checkbox "$cabinet" "" "Cabinet" autocheck>> Cabinet<br>
<</nobr>>
<<textboxPlus "If you would like to add or amend any further person or body, then write them into the box below, separated by commas:<br>" "$xtraPeopleBody" `{placeholder: "Any person or body in addition?", default: $xtraPeopleBody}`>><<button [[Save|passage()]]>><</button>>
__//Currently recorded full list://__ [[(Clear all)|passage()][$climateEmergencyOfficer =""; $climateEmergencyUnit =""; $skillsBasedWorkingGroup =""; $representativeWorkingGroup =""; $branchHead =""; $citizensAssembly =""; $departmentHead =""; $councilCEO =""; $council =""; $governmentMinister =""; $premier =""; $primeMinister =""; $climateEmergencyCommitteeOfCabinet =""; $cabinet =""; $xtraPeopleBody =""]]
<<if $climateEmergencyOfficer isnot "">>$climateEmergencyOfficer, <</if>><<if $climateEmergencyUnit isnot "">>$climateEmergencyUnit, <</if>><<if $skillsBasedWorkingGroup isnot "">>$skillsBasedWorkingGroup, <</if>><<if $representativeWorkingGroup isnot "">>$representativeWorkingGroup, <</if>><<if $branchHead isnot "">>$branchHead, <</if>><<if $citizensAssembly isnot "">>$citizensAssembly, <</if>><<if $departmentHead isnot "">>$departmentHead, <</if>><<if $councilCEO isnot "">>$councilCEO, <</if>><<if $council isnot "">>$council, <</if>><<if $governmentMinister isnot "">>$governmentMinister, <</if>><<if $premier isnot "">>$premier, <</if>><<if $primeMinister isnot "">>$primeMinister, <</if>><<if $climateEmergencyCommitteeOfCabinet isnot "">>$climateEmergencyCommitteeOfCabinet, <</if>><<if $cabinet isnot "">>$cabinet, <</if>><<if $xtraPeopleBody isnot "">>$xtraPeopleBody, <</if>>(here) | [[Checklist challenge?]] | [[Selecting the checklist development model?]] | [[Who leads?]] | [[Decision-making?]] | <<if ($ChecklistModel eq " 1.") or ($ChecklistModel eq 0) or ($ChecklistModel eq " Cancel")>>[[Setting up a climate emergency action program]]<<else>>[[Draft action checklist]]<</if>> | <<fav>>
----
!!Introduction: How to use the (old) climate Emergency Guide.
The next page allows you to choose an format suited to building an action checklist for:
• a government, or
• citizen activist work, or
• a business context.
And then on the following page you are given the option to build the action checklist via the ''fast track'' (using one of several specialised templates) or via an interactive ''deliberative track''.
Then you can tell the Adviser who will be working on the production of the action checklist, and following that who will sign off on approval of the final version of the action checklist. This information will then appear in the draft checklist
Following that, if you have selected one of the fast track templates, the Adviser will take you straight to the draft checlist.
But if you selected the deliberative track you will be taken instead to the setup page for developing an action checklist from first principles.
!!Underlying principles that everyone can use
There's a good chance that an effective climate emergency program will emerge, regardless of what your current circumstances are, if these five principles are applied:
# Connect the action program to what you want to protect (ie. design and implement the action program so that it will deliver the desired protection). (Like what happens in a high quality Occupational Health and Safety Program.)
# Prioritise earth system level solutions (ie. cool the earth and de-acidify the ocean, fast enough).
# Create strong enough motivation to drive an effective action program.
# Act as a catalyst to build a system (bigger than one's own organisation) that can deliver the desired protection (through actions that have the right functions, scale and speed).
# Deliver effective action in the here and now within the current (unavoidable) resource constraints.
<<return>> | [[next»|Checklist challenge?]][[Intro & selecting a challenge]] | [[Checklist challenge?]] | (here) | [[Who leads?]] | [[Decision-making?]] | <<if ($ChecklistModel eq " 1.") or ($ChecklistModel eq " 2.") or ($ChecklistModel eq 0) or ($ChecklistModel eq " Cancel")>>[[Setting up a climate emergency action program]]<<else>>[[Draft action checklist]]<</if>> | <<fav>>
----
!!Selecting the checklist //<big>development model</big>//
Do you want to develop your checklist from first principles? Or would you rather fast track things by using one of the ready made templates? Click on your preferred option:
<<radiobutton "$ChecklistModel" " 1." autocheck>> Developing a __''comprehensive''__ checklist ''from first principles''
<<radiobutton "$ChecklistModel" " 2." autocheck>> Developing a targetted __''project-focussed''__ checklist ''from first principles''
<<radiobutton "$ChecklistModel" " 3." autocheck>> Using a comprehensive checklist ''template'' based on the __''[[CACE|CACE (Resource)]] local government model''__
<<radiobutton "$ChecklistModel" " 4." autocheck>> Using a comprehensive checklist ''template'' focussed on __''solutions implementation''__
<<radiobutton "$ChecklistModel" " 5." autocheck>> Using a comprehensive checklist ''template'' focussed on __''advocacy''__
<<radiobutton "$ChecklistModel" " 6." autocheck>> Using a comprehensive checklist ''template'' focussed on __''community mobilisation''__
<<radiobutton "$ChecklistModel" " Cancel" autocheck>> Cancel the previous selection.
<<button [[Save | passage()]]>><</button>>
test - variable value between the brackets: ($ChecklistModel)
The selected model for developing the checklist is:
<<nobr>>
<<if $ChecklistModel is " 1.">>
* develop a ''comprehensive'' checklist starting from ''first principles''.
<<elseif $ChecklistModel is " 2.">>
* develop a targetted ''project-focussed'' checklist starting from ''first principles''.
<<elseif $ChecklistModel is " 3.">>
* use a template based on the ''[[CACE|CACE (Resource)]] model''.
<<elseif $ChecklistModel is " 4.">>
* use a template that starts with a focus on ''solutions implementation''.
<<elseif "$ChecklistModel" is " 5.">>
* use a template that starts with a focus on ''advocacy''.
<<elseif $ChecklistModel is " 6.">>
* use a template that starts with a focus on ''community mobilisation''.
<<elseif $ChecklistModel is " Cancel" or $ChecklistModel is 0>>
* (no checklist development model has been selected)
<</if>>
<</nobr>>
<<return>> | [[«previous|Checklist challenge?]] | [[next»|Who leads?]][[Intro & selecting a challenge]] | [[Checklist challenge?]] | [[Selecting the checklist development model?]] | (here) | [[Decision-making?]] | <<if ($ChecklistModel eq " 1.") or ($ChecklistModel eq 0) or ($ChecklistModel eq " Cancel")>>[[Setting up a climate emergency action program]]<<else>>[[Draft action checklist]]<</if>> | <<fav>>
----
<<if $ChecklistChallenge is " 1a." or $ChecklistChallenge is " 1b." or $ChecklistChallenge is " 1c.">>
!!Who will lead the process initially?
!!!The government challenge
<<include [[Who leads?_Govt (2include)]]>>
<<elseif $ChecklistChallenge is " 2.">>
!!Who will lead the process initially?
!!!The citizen challenge
(Content is yet to be developed for the ''citizen challenge''. To make a selection for an active challenge, go to: [[Checklist challenge?]])
<<elseif $ChecklistChallenge is " 3.">>
!!Who will lead the process initially?
!!!The business challenge
(Content is yet to be developed for the ''business challenge''. To make a selection for an active challenge, go to: [[Checklist challenge?]])
<<else>>
!!Who will lead the process initially?
(A challenge to be tackled has not been selected. To make a selection go to: [[Checklist challenge?]])
<</if>>
<<return>> | [[«previous|Selecting the checklist development model?]] | [[next»|Decision-making?]]Who should be involved in preparing your draft action checklist for the stage of emergency work that your government is involved in now? Which specific people should be involved? What skills, knowledge do the checklist development leaders need to have? To get a handle on this you might want to have a look at the [[where to start|Where to start?]] passage and the topics list passages on [[preparing|Topics list_Preparing]], [[switching|Topics list_Switching]] and [[operating|Topics list_Operating]].
You might also want to have a look at the [[next|Decision-making?]] passage on who signs off on the action checklist before deciding who will do the work on the draft checklist.
Select the types of people you think should develop the draft action checklist:
<<nobr>>
<<checkbox "$councillors" "" "Councillors" autocheck>> Councillors <br>
<<checkbox "$mPs" "" "Members of Parliament" autocheck>> Members of Parliament<br>
<<checkbox "$politicalAdvisers" "" "Political advisers" autocheck>> Political advisers<br>
<<checkbox "$councilStaff" "" "Council staff" autocheck>> Council staff<br>
<<checkbox "$publicServants" "" "Public servants" autocheck>> Public servants<br>
<<checkbox "$communityAdvisers" "" "Community advisers" autocheck>> Community advisers<br>
<<checkbox "$communityVolunteers" "" "Community volunteers" autocheck>> Community volunteers<br>
<<checkbox "$consultants" "" "Consultants" autocheck>> Consultants
<</nobr>>
<<textboxPlus "If you would like to add or amend any further types of people, then write them into the box below, separated by commas:<br>" "$xtraPeople" `{placeholder: "Anyone else?", default: $xtraPeople}`>><<button [[Save|passage()]]>><</button>>
__//Currently recorded full list://__ [[(Clear all)|passage()][$councillors =""; $mPs =""; $politicalAdvisers =""; $councilStaff =""; $publicServants =""; $communityAdvisers =""; $communityVolunteers =""; $consultants =""; $xtraPeople =""; ]]
<<if $councillors isnot "">>$councillors, <</if>><<if $mPs isnot "">>$mPs, <</if>><<if $politicalAdvisers isnot "">>$politicalAdvisers, <</if>><<if $councilStaff isnot "">>$councilStaff, <</if>><<if $publicServants isnot "">>$publicServants, <</if>><<if $communityAdvisers isnot "">>$communityAdvisers, <</if>><<if $communityVolunteers isnot "">>$communityVolunteers, <</if>><<if $consultants isnot "">>$consultants, <</if>><<if $xtraPeople isnot "">>$xtraPeople, <</if>>[[Climate emergency mode?]] | [[Where to start?]] | [[Topics list_Preparing]] | [[Topics list_Switching]] | [[Topics list_Operating]] | (here) | <<fav>>
----
<<if $ChecklistChallenge is " 1.">>
!!Background reading etc.
!!!The government challenge
<<include [[Background reading etc._Govt (2include)]]>>
<<elseif $ChecklistChallenge is " 2.">>
!!Background reading etc.
!!!The citizen challenge
(Content is yet to be developed for the ''citizen challenge''. To make a selection for an active challenge, go to: [[Checklist challenge?]])
<<elseif $ChecklistChallenge is " 3.">>
!!Background reading etc.
!!!The business challenge
(Content is yet to be developed for the ''business challenge''. To make a selection for an active challenge, go to: [[Checklist challenge?]])
<<else>>
(A challenge to be tackled has not been selected. To make a selection go to: [[Checklist challenge?]])
<</if>>
<<return>> | [[«previous|Topics list_Operating]](Content is yet to be developed for the ''government challenge''.)(here) | [[Where to start?]] | [[Topics list_Preparing]] | [[Topics list_Switching]] | [[Topics list_Operating]] | [[Background reading etc.]] | <<fav>>
----
!!What should climate emergency mode mean?
(Setting up)
<<nobr>><<if $devAccess is "yes">>
<<include [[Climate emergency mode?_Development page (2include)]]>>
<<else>>(Content is yet to be developed for this page.)<br>
<br>
[[Emergency (Index)]]
<</if>><</nobr>>
<<return>> | [[«previous|Setting up a climate emergency action program]] | [[next»|Where to start?]]There is not just one, exclusive definition of "climate emergency action" – but each definition leads to very different actions and very different outcomes and consequences. So it's worth doing at least some exploration of the possible types of climate emergency before plunging ahead.
Need to go beyond business-as-usual and reform-as-usual
seriousness and urgency
link to Paul Gilding paper
language - use the terminology for climate that each society applies to other serious emergencies (flood, fire, famine, pandemic, economic depression,
[[Emergency (Index)]]
[[Emergency mode of action on climate|Emergency mode (climate)_Backbone]]
[[Index_old]]<<fav>>
----
!!Setting up a climate emergency action program from first principles
*[[What do we mean by climate emergency mode?|Climate emergency mode?]]
*[[Where should we start on the checklist?|Where to start?]]
*[[Preparing - Topics to be worked through|Topics list_Preparing]]
*[[Switching - Topics to be worked through|Topics list_Switching]]
*[[Operating - Topics to be worked through|Topics list_Operating]]
*[[Background reading etc.]]
<<return>>[[Climate emergency mode?]] | [[Where to start?]] | [[Topics list_Preparing]] | [[Topics list_Switching]] | (here) | [[Background reading etc.]] | <<fav>>
----
<<if $ChecklistChallenge is " 1.">>
!!<small>Topics to be worked through</small><br>Operating <small>in emergency mode</small>
!!!The government challenge
<<include [[Topics list_Operating_Govt (2include)]]>>
<<elseif $ChecklistChallenge is " 2.">>
!!<small>Topics to be worked through</small><br>Operating <small>in emergency mode</small>
!!!The citizen challenge
(Content is yet to be developed for the ''citizen challenge''. To make a selection for an active challenge, go to: [[Checklist challenge?]]
<<elseif $ChecklistChallenge is " 3.">>
!!<small>Topics to be worked through</small><br>Operating <small>in emergency mode</small>
!!!The business challenge
(Content is yet to be developed for the ''business challenge''. To make a selection for an active challenge, go to: [[Checklist challenge?]])
<<else>>
(A challenge to be tackled has not been selected. To make a selection go to: [[Checklist challenge?]])
<</if>>
<<return>> | [[«previous|Topics list_Switching]] | [[next»|Background reading etc.]](Content is yet to be developed for the ''government challenge''.)[[Climate emergency mode?]] | [[Where to start?]] | (here) | [[Topics list_Switching]] | [[Topics list_Operating]] | [[Background reading etc.]] | <<fav>>
----
<<if $ChecklistChallenge is " 1.">>
!!<small>Topics to be worked through</small><br>Preparing <small>to go into emergency mode</small>
!!!The government challenge
<<include [[Topics list_Preparing_Govt (2include)]]>>
<<elseif $ChecklistChallenge is " 2.">>
!!<small>Topics to be worked through</small><br>Preparing <small>to go into emergency mode</small>
!!!The citizen challenge
(Content is yet to be developed for the ''citizen challenge''. To make a selection for an active challenge, go to: [[Checklist challenge?]])
<<elseif $ChecklistChallenge is " 3.">>
!!<small>Topics to be worked through</small><br>Preparing <small>to go into emergency mode</small>
!!!The business challenge
(Content is yet to be developed for the ''business challenge''. To make a selection for an active challenge, go to: [[Checklist challenge?]])
<<else>>
(A challenge to be tackled has not been selected. To make a selection go to: [[Checklist challenge?]])
<</if>>
<<return>> | [[«previous|Where to start?]] | [[next»|Topics list_Switching]](Content is yet to be developed for the ''government challenge''.)[[Climate emergency mode?]] | [[Where to start?]] | [[Topics list_Preparing]] | (here) | [[Topics list_Operating]] | [[Background reading etc.]] | <<fav>>
----
<<if $ChecklistChallenge is " 1.">>
!!<small>Topics to be worked through</small><br>Switching <small>into emergency mode</small>
!!!The government challenge
<<include [[Topics list_Switching_Govt (2include)]]>>
<<elseif $ChecklistChallenge is " 2.">>
!!<small>Topics to be worked through</small><br>Switching <small>into emergency mode</small>
!!!The citizen challenge
(Content is yet to be developed for the ''citizen challenge''. To make a selection for an active challenge, go to: [[Checklist challenge?]]
<<elseif $ChecklistChallenge is " 3.">>
!!<small>Topics to be worked through</small><br>Switching <small>into emergency mode</small>
!!!The business challenge
(Content is yet to be developed for the ''business challenge''. To make a selection for an active challenge, go to: [[Checklist challenge?]])
<<else>>
(A challenge to be tackled has not been selected. To make a selection go to: [[Checklist challenge?]])
<</if>>
<<return>> | [[«previous|Topics list_Preparing]] | [[next»|Topics list_Operating]]Triggering/accelerating<<nobr>><<if $devAccess is "yes">>
<<include [[Topics list_Switching_Development page (2include)]]>>
<<else>>(Content is yet to be developed for the ''government challenge''.)
<</if>><</nobr>>[[Climate emergency mode?]] | (here) | [[Topics list_Preparing]] | [[Topics list_Switching]] | [[Topics list_Operating]] | [[Background reading etc.]] | <<fav>>
----
<<if $ChecklistChallenge is " 1.">>
!!Where should work on the checklist start?<br>What are the critical determining issues?
!!!The government challenge
<<include [[Where to start?_Govt (2include)]]>>
<<elseif $ChecklistChallenge is " 2.">>
!!Where should work on the checklist start?<br>What are the critical determining issues?
!!!The citizen challenge
(Content is yet to be developed for the ''citizen challenge''. To make a selection for an active challenge, go to: [[Checklist challenge?]])
<<elseif $ChecklistChallenge is " 3.">>
!!Where should work on the checklist start?<br>What are the critical determining issues?
!!!The business challenge
(Content is yet to be developed for the ''business challenge''. To make a selection for an active challenge, go to: [[Checklist challenge?]])
<<else>>
(A challenge to be tackled has not been selected. To make a selection go to: [[Checklist challenge?]])
<</if>>
<<return>> | [[«previous|Climate emergency mode?]] | [[next»|Topics list_Preparing]]<<nobr>><<if $devAccess is "yes">>
<<include [[Where to start?_Development page (2include)]]>>
<<else>>(Content is yet to be developed for the ''government challenge''.)
<</if>><</nobr>>• Process: where to start first?
• Recognition of the loops in climate policy and action
• [[Multi-tracking|Multi-tracking_Method]]: Fast track and preparing the ground for higher effectiveness
• Building initial capacity[[Preparing]] | <<fav>>
----
!!Developing an emergency action strategy
(Preparing)
<<return>> | [[«previous|Preparing]][[Preparing]] | <<fav>>
----
!!What information and expertise needs to be accessed?
* education and training for the checklist developer
* suplementary advice / mentors
<<return>> | [[«previous|Preparing]][[Preparing]] | <<fav>>
----
!!Multi-tracking
[[Multi-tracking_Method]]
<<return>> | [[«previous|Preparing]]<<fav>>
----
!!Preparatory action for going into emergency mode
(currently under development)
*[[Multi-tracking]]
*[[Developing an emergency action strategy|Emergency action strategy]]
*[[What information and expertise needs to be accessed?|Info & expertise?]]
<<return>><<fav>>
----
!!Switching:<br>Triggering/accelerating the shift into emergency mode
(to be developed)
<<return>><<fav>>
----
!!Operating in emergency mode
(to be developed)
<<return>><<fav>>
----
!!Draft action checklist<br><small>for getting into emergency mode</small>
A draft action checklist will build up here as you work through the Adviser.
!!!1. Getting organised to create or revise a current Output Report
<<nobr>>
<<if ($ChecklistLeaders + $DecisionMakingProcesses) eq (0 or "")>>
//(This section is now being used. Text will appear here when users make decisions about the content of the draft checklist.)//<br><br><</if>>
<<if $ChecklistLeaders neq 0>>
''1a. It is proposed that the [[checklist development process will be led by:|Who leads?]] ''<br>
<<print $ChecklistLeaders>>.<br>
Which specific people should we involve?<br>
What skills, knowledge do the checklist development leaders need to have?<br>
Are they familiar with [[climate emergency action mode|Climate emergency mode?]]?<br><br><</if>>
<<if $DecisionMakingProcesses neq 0>>
''1b. It is proposed that the checklist will be [[signed-off by:|Decision-making?]]''<br>
<<print $DecisionMakingProcesses>>.<br><br><</if>>
<</nobr>>
!!!2. Preparing to go into emergency mode
(to be developed later)
!!!3. Triggering/accelerating the switch to emergency mode
(to be developed later)
!!!4. Operating in emergency mode
(to be developed later)
----
To ''print'' this checklist, highlight the checklist panel, copy it (ctrl-c) and paste the contents into a word processing document.
<<return>><<return>> | [[Index_old]] | <<fav>>
<<include [[Chain of responsibility_Index2include]]>>
<<return>> | [[Index_old]]!!!Chain of responsibility <small>(Index)</small>
• [[Chain of Responsibility (principles, strategies, solutions)|Chain of Responsibility_PrinEtc]]
• [[Chain of responsibility (backbone)|Chain of responsibility_Backbone]]<<return>> | [[Index_old]] | <<fav>>
<<include [[Emergency_Index2include]]>>
<<return>> | [[Index_old]]!!!Emergency; emergency management; climate emergency <small>(Index)</small>
• [[What do we mean by climate emergency action or what could it or should it mean?|Climate emergency mode?]] - Setting up
• [[Emergency action mode on the climate|Emergency action mode on climate_Def (2include)]] - Definitions, acronyms, concepts
• [[Is emergency action on climate needed?|Is emergency action needed?_sit-assess]] - Situation assessment
• [[Emergency Management|Emergency Management (Framework)]] - Framework
• [[Emergency management|Emergency management-PrinEtc]] - Principles, strategies, solutions
• [[Emergency mode (climate)|Emergency mode (climate)_Backbone]] - Backbone
• [[Emergency management|Emergency management resources]] - Resources<<return>> | [[Index_old]] | <<fav>>
<<include [[Full responsibility_Index2include]]>>
<<return>> | [[Index_old]]!!!Full responsibility <small>(Index)</small>
• [[Be prepared to take personal or organisational responsibility for tackling the really big issues|Take full responsibility 4 big issues_Opmult_Framework]] - Opportunity multiplying (Framework)
• [[Everyone should take on distributed full responsibility|Distributed full responsibility_Responsibility (Option)]] - Scoping approaches to climate action (Spectrum)
• [[Full Responsibility|Distributed Full Responsibility_PrinEtc]] - Principles etc.<<return>> | [[Background|Background (get)]] | <<fav>>
!!Index
Please [[contact Philip Sutton|Contact the Adviser team]] if you want to see a topic that is already contained in the Adviser listed in this index.
<<include [[Chain of responsibility_Index2include]]>>
<<include [[Emergency_Index2include]]>>
<<include [[Full responsibility_Index2include]]>>
<<include [[Maximum Protection_Index2include]]>>
<<include [[Security_Index2include]]>>
<<return>><<return>> | [[Index_old]] | <<fav>>
<<include [[Maximum Protection_Index2include]]>>
<<return>> | [[Index_old]]!!!Maximum Protection <small>(Index)</small>
•<<return>> | [[Index_old]] | <<fav>>
<<include [[Security_Index2include]]>>
<<return>> | [[Index_old]]!!!Security <small>(Index)</small>
• [[Security|Security_Directly affected_Governance_Backbone]] - Directly affected issues - Governance (Backbone)
• [[Threat domains|Threat domains_Impact reports_Threat-risk_Backbone]] - Threat-risk (Backbone)<<fav>>
----
!!''Brain dump for the development of this Adviser''
!!!Ideas for:
''1. Getting organised to create or revise a current action checklist''
* Chain of responsibility
''2. Preparing to go into emergency mode''
* Building initial capacity
* Has the government declared a climate emergency?
* administration - set up chain of responsibility
* Situation assessment / threat assessment
* intense preparation
* opinion polling
* education and deliberative democracy program
* Cautious governments might do a fair bit of preparation before 'declaring' a climate emergency and are likely to follow an initial 'declaration' with further preparation before switching to full-on emergency mode.
* culture shifts: total responsibility; maximum protection
* identify discretionary budgey (legally defined; politically defined)
* staff training
* culture shift (to emergency mode) - for government people
* developing an administrative approaches for climate emergency mode
* test community mandate preparedness - to see what gaps need to be closed.
* harnessing community volunteers
* dealing with the potential for major protests
* dealing with the potential for a crackdown by higher level governments that are controlled by the fossil fuel industry and allies.
''3. Triggering/accelerating the switch to emergency mode''
* opinion polling
* referendum
''4. Operating in emergency mode''
<<return>><<fav>>
----
!Old Material:<BR> from a previous project that is being merged into the Climate Rescue Adviser.
This Adviser is being built on the structure, content and coding of an earlier project - a guide for getting into climate action in emergecny mode. As the new Adviser is built up the old material will be either incorporated or deleted if it no longer needed.
The Climate Rescue Adviser will also be integrated with the new elements of the Climate Rescue website that will begin development shortly.
Here's what remains of the older guide:
[[Intro & selecting a challenge]]
[[Setting up a climate emergency action program]]
[[Preparatory action for going into emergency mode|Preparing]]
[[Switching into emergency mode|Switching]]
[[Operating in emergency mode|Operating]]
[[Draft action checklist]]
<<return>><<fav>> | <<return>>
----
!!Secret developers' business - access page
<<textboxPlus "" "$accessCode" `{placeholder: "Enter your access code", spellcheck: false, autofocus: true, autocomplete: "off"}`>><<button [[Save|Secret developers' business]]>><</button>>
(letmein)<<if previous() is "Secret developers' business" and $accessCode is "letmein">><<goto [[Dev stuff]]>><<elseif $accessCode is "letmein">><<goto [[Secret developers' business]]>><<else>><<include [[Secret developers' business (login) (include)]]>><</if>><<nobr>><<if def $accessCode>><<set $accessCode to $accessCode.trim()>>
<</if>><<if $accessCode isnot "letmein">><<goto [[Secret developers' business (login)]]>><</if>><</nobr>>[[Dev stuff]] | here | [[Work program for the Adviser]] | [[Dev design_Tech|Development design philosophy (tech)]] | [[Dev design_Content|Development design philosophy (content)]] | <<fav>>
----
!!For developers of the Adviser
*[[Work program for the development of the Advisor|Work program for the Adviser]]
*[[Development design philosophy (tech)]]
*[[Development design philosophy (content)]]
*The coding for pages to be "favourites enabled" is in commented text in the [[Favourites]] passage.
*[[Guidance on using Twine 2 and related tools]]
*[[Guidance on building advisory tools]]
*[[Sandbox]]
*[[Templates]]
*[[Wipe memory tools for developers]]
*[[Database (bridge within the Adviser)]]
*[[Old Guide-Core|Old material]]!!Templates
[[Table templates]][[Dev stuff]] | [[Secret developers' business]] | here | [[Dev design_Tech|Development design philosophy (tech)]] | [[Dev design_Content|Development design philosophy (content)]] | <<fav>>
!!Work program for the development of the Adviser
!!!Adviser content
*Find users/potential users to proofread or to review the Adviser content, layout and logic, or find problems or suggest improvements.
!!!Adviser tech development
*Tech development tasks are tracked in Trello. If you have skills in javascript/css/html [[contact the Adviser team|Contact the Adviser team]] and we can negotiate a project for you.
!!!Back end tech stack
*Explore the tech to build the database inhttps://cvi-heritage.org<<fav>> | <<return>>
!!!Why do climate scientists often use a 50% likelihood of an outcome as a standard?
Don't know why climate scientists often used to use the 50% reference!....but wonder whether it relates to that often being the highest probability outcome in a typical probability bell curve. If anyone knows please let us know. [[Contact us|Contact the Adviser team]]The manager of this Adviser project is:
Philip Sutton, Strategist and Manager, RSTI.The manager of the Climate Rescue Catalyst Group is:
Philip Sutton, Strategist and Manager, RSTI.<<fav>> | <<return>>
----
!!Database topic lists
Approaches-Scenarios_DB
Backbone_DB
Challenges & issues_DB
Comments_DB
Contacts_DB
CV needs-situation assessm'ts_DB
Definitions, acronyms, concepts_DB
Emergency management_DB
External links_DB
Help_DB
Innovations diffusion_DB
Inwards, Downwards, Outwards, Upwards_DB
Learning from history_DB
Methods_DB
Opportunity multiplying_DB
Principles, factors, strategies and solutions_DB
>Brief_DB
>Longer_DB
[[References (DB list)]]
Resources_DB
[[Strategic Framing (DB list) (selected)|Strategic Framing (DB list)]]
[[Strategic framing, principles, etc. (DB list) (complete)|Strategic framing, principles, etc. (DB list)]]
[[Table (DB list)]]*[[Definitions, acronyms, concepts (database.gather)]]
*Resources
*[[References|References (DB list)]]
*Backbone for Climate Emergency Action
**Ethics & interests
**Principle of maximum protection
**Chain of responsibility
**Who-what we care for
**Climate science
**Threat-risk assessment
**Earth system solutions
**Physical economy solutions
**Emergency mode of action on climate
**Economic management
**Governance
**Issue & organisational management
**Community mobilisation & engagement
**Psychology
**Theory of change - Change management
**Solution generating methods
*Challenges & issues
**Overview challenge
**Climate challenges
***Cooling the earth
***Delivering enough cooling
***Delivering cooling fast enough
***Delivering cooling safely & responsibly
**Change challenges
***Finding the best anchor(s) for framing action
***Handling complexity
***Handling taboos
***Acting fast enough
***Acting at a large ensough scale
***Building enough cooperative action in a fractured world / Overcoming political polarisation on climate
***Getting into emergency mode
***Managing 'brand' separation (? what's the issue here?)
***Overcoming the influence of the fossil fuel industry & othr vested interests
***Getting all countries into emergency mode
***Tackling climate along-side other major non-climate challenges
*Situation assessments
**Is emergency action on climate needed?
*Principles, factors, strategies and solutions
**Campaign for the whole system solutions package
**Chain of Responsibility
**Compassion
**Emergency management
**Enlightened self-interest
**Full Responsibility
**Global issues need fast global spread
**Maximum Protection
**No carbon budget left
**No major trade-offs
**Scale & speed
**Strategic optimism, tactical pessimism
**The climate is too dangerous already
**The earth is too hot already
*Methods
**Backcasting
**Multi-tracking
**Strong feedback loops
**Maze solving
*Frameworks
**Specific frameworks
***Backbone for Climate Emergency Action
***Emergency Management
***Innovation diffusion cohorts
***Inwards, Downwards, Outwards, Upwards
***Opportunity multiplying philosophy
****Introduction
****1. Strategic optimism / tactical pessimism
****2. Practical idealism
****3. No need for major trade-offs
****4. Conflict
****5. Direct analysis
****6. Ends and means
****7. Subject/object duality
****8. Broaden your subjective identification
****9. The simultaneous achievement of multiple goals
****10. Develop a vision of the future
****11. Cluster problems to find common causes
****12. Seek solutions for groups of problems
****13. Problems into opportunities; constraints into goals
****14. Goal-directed serendipity and detailed planning
****15. Analysis and synthesis
****16. Multiple perspectives
****17. Focus and boundaries
****18. Open systems and closed systems
****19. Make problems bigger to make them easier to solve
****20. Work with complexity first in order to achieve the greatest simplicity
****21. Intuition and conscious logic
****22. Paradox and the resolution of apparent conflicts
****23. Intellectual rigour and moral courage
****24. Putting yourself in the other person/organisation/system element's shoes
****25. Truth and value
****26. Be profligate in generating solutions/options
****27. Solve/act for the long term but start now
****28. Be prepared to take personal or organisational responsibility for tackling the really big issues
****29. The hologram approach - the whole in the parts
****30. Ensure that solutions (or groups of solutions) are commensurate with the scale and significance of the problem
****31. Judge success by progress to the ideal rather than movement from past bad performance
****32. Widen thoughts, concentrate action
****33. Continuous improvement and quality
****34. Unilateral cooperation
***Scoping approaches to climate action
**Framework comparisons
***Climate Rescue Framework vs conventional approaches
*Learning from history
**Safety
**Economic mobilisation in the world wars
**Tariffs
**IT revolution
**Managing the covid19 pandemic
*Essays
C:\Users\Philip\Documents\9_RSTI\2_Work (RSTI)\7_Helping & relationships\Breakthrough\Reset21_Pandemonium_Maximum Protection, Covid & Climate\Pandemonium_Maximum Protection, Covid & Climate_2021_February.doc<style>
table {
margin-left: 20px !important;
width: 650px;
}
</style>
<table>
<tr>
<th style="width: 20%;" class="grayed">Weaker language</th>
<th style="width: 25%;" class="grayed">Preferred strong language</th>
<th style="width: 55%;" class="grayed">Reasons for choice</th>
</tr>
<tr>
<td>climate <i>crisis</i></td>
<td>climate <i>emergency</i></td>
<td>Talking about the 'climate crisis' is okay when referring to the climate //''problem''//. But when referring to the climate //''response''// then whatever language is normally used officially when making declarations to trigger intense emergency-mode action on major disasters is the preferred language.</td>
</tr>
<tr>
<td>coal<br>(as a stand in term for emissions sources)</td>
<td>'fossil fuels' or better still 'all emissions sources'</td>
<td>All emissions sources need to be covered, including non-fossil fuel sources.</td>
</tr>
<tr>
<td>carbon</td>
<td>'greenhouse gases' or 'emissions'</td>
<td>Not all greenhouse gases contain carbon.</td>
</tr>
<tr>
<td>emissions <i>reduction</i></td>
<td>emissions <i>elimination</i></td>
<td>We need to go to zero emissions.</td>
</tr>
<tr>
<td>low carbon</td>
<td>zero emissions</td>
<td>We need to go to zero emissions.</td>
</tr>
<tr>
<td>reversing climate change</td>
<td>restoring a safe climate</td>
<td>Talking about 'reversing climate change' is better than 'stabilising the climate' (at some warmer level) but reversing doesn't make it clear what the desired end point is so it's not clear what good policy would need to be.</td>
</tr>
</table>Occupational health and safety law and supply chain impact management has created the principle of a 'chain of responsibility'. The employer is responsible for ensuring safe working conditions for employees. If an accident occurs and the employer is taken to court, a forensic examination takes place to see whether the employer can demonstrate the operation of an effective chain of responsibility: that is, were they aware of their responsibilities [[(duty of care)|Definitions, acronyms, concepts (gather)]], and did they put reasonable systems, staff allocations and training, budgets, and measures in place to ensure effective actions were taken to translate the responsibility from intent to effective action. This principle can be extended to climate action by governments, communities, organisations and even indivduals.A moral or legal obligation to ensure the safety or well-being of others.(content to come)Fast cooling methods such as solar reflection and cirrus cloud thinning, which can substantially cool the atmosphere in a year or so of first deployment. The safety of fast cooling methods applied at global scale is not yet known accurately or with certainty.Intergovernmental Panel on Climate Change[[|https://www.ipcc.ch]](content to come)(content to come)Research, Development & __Demonstration__ - an extension of the concept of R&D (research and development)Research and Strategy for Transition Initiation Inc. — the not-for-profit organisation developing the Climate Rescue campaign and this online Climate Rescue Adviser. ([[Contact RSTI|Contact the Adviser team]])(content to come)(content to come)https://en.wikipedia.org/wiki/Svante_Arrhenius#Greenhouse_effect!!Managing the covid19 pandemic <small>(Learning from history)</small>
The global experience with the covid pandemic highlights a model that is highly relevant to the climate issue.
At the early stage of the covid pandemic there were no available vaccines or proven treatments. At the time it was known, from experience, that vaccines and treatments can often be helpful in managing infectious diseases and it was also known that badly designed vaccines and treatments could have unacceptably damaging side effects. Rather than rejecting the development of vaccines and treatments because they might perhaps not be safe enough, the protocol was to:
*promote the emergency speed development of vaccines and treatments and prepare for their rapid deployment (if they happened to be approved for use); and
*to subject the candidate vaccines and treatments to a rigorous (and fast) assessment process to see if they were safe enough to deliver a clear net social benefit.
Only approved vaccines and treatments would be used in large scale trials and for more general use. Furthermore vaccines and treatments would be subject to ongoing evaluation to see that they were safe enough for continuing use.
During the covid crisis it was interesting to see how some governments combined the two tracks of urgent promotion and regulation. Some governments entered into contracts for the large scale manufacture of vaccines that were not yet evaluated via large scale trials or yet approved. But the governments would only use the vaccines if they successfully gained approval for use having been proven to be effective and safe. If the vaccines failed to gain approval they would be sent to landfill but the manufacturers would still be paid.
Why would governments do such an apparently weird thing? The rationale was that the usual linear approach – ie. develop vaccine, run trials, submit application for authorisation to distribute, contract to manufacture the vaccine material, the glass bottles and caps and packaging, and needles, and contact to manufacture and install cold storage units to hold vaccines ready for use in health clinics etc. usually takes 5 to 10 years from vaccine design to jabs in arms. But in the covid pandemic the timeline to deliver safe vaccines was cut to about 12 months. When a deadly virus is running rampant three things are needed simultaneously – ''effectiveness'' and ''safety'' for the vaccines, ''huge speed'' for the production and delivery of the vaccines so the number of lives saved is maximised.
This two track approach (1. promotion of production-delivery, plus 2. genuine regulation to prevent bad candidate vaccines from being used) seems like an appropriate model to apply to climate solutions given the uncertainties involved but the critical need to reduce climate change impacts as much as possible and hopefully to eliminate/reverse climate change altogether.!!!<small>(Opportunity multiplying – Framework)</small><br>8. Broaden your subjective identification
The historical trend is for society's framework of concern to broaden over time.
We usually divide the world into an in-group (with whom we identify and toward whom we feel concern and empathy) and an out-group (for whom we have little or no concern). The commonest strategy for problem solving for the benefit of the in-group is to try to shift the burden of the problem from the in-group to the out-group. But if the span of concern tends to widen over time, then the chances are that past problem solving efforts will have significantly worsened the situation for future members of the in-group who were previously part of the out-group.
An Opportunity Multiplying approach would aim to anticipate this widening of concern with the aim of developing solutions which eliminate the problem rather than just shift its burden. Using a biological metaphor, you try to avoid exploitative (or parasitic) relations with other parts of the system and instead aim for a symbiotic (living together) relationship. In other words, there should be a mutual exchange of benefits rather than a one way take.!!!<small>(Opportunity multiplying – Framework)</small><br>11. Cluster problems to find common causes
It is no coincidence that prevention is better than cure. Most problems have many symptoms. Suppressing each one of the symptoms can be time consuming, expensive, prone to secondary complications and often ultimately futile. It is far better to treat the cause. Often by opening one's mind to a whole array of problems at once, it is possible to mentally cluster them around common causative factors. Thus, by making the initial problem ''exploration'' phase more complex, it is possible to make the problem ''solving'' stage much simpler, easier and more effective.!!!<small>(Opportunity multiplying – Framework)</small><br>30. Ensure that solutions (or groups of solutions) are commensurate with the scale and significance of the problem
Solutions or groups of solutions should match the scale and significance of the problems they are designed to tackle. If this does not occur then the whole of the problem cannot be overcome.!!!<small>(Opportunity multiplying – Framework)</small><br>4. Conflict
While the aim should always be to find win-win solutions to problems conflict is sometimes inevitable. If other people or organisations believe that a win-lose approach is the only possible option or if they do not hold core values similar to the other parties to a negotiation then there may be the basis for unavoidable conflict. This cannot be run away from. If it is not possible to convince the other parties to use a win-win approach then you will have to fight to defend your core values. But even in the latter case it may be possible to fight for solutions that are win-win solutions in any case - despite the lack of interest from the other parties.!!!<small>(Opportunity multiplying – Framework)</small><br>33. Continuous improvement and quality
It is possible to work towards a complex ideal condition if efforts are made to evolve towards the ideal state over time. This process of evolution will need to involve lots of small steps and a number of major steps. The process of 'continuous improvement' that is advocated in management theory is a good foundation for this approach.!!!<small>(Opportunity multiplying – Framework)</small><br>10. Develop a vision of the future
Too often people try to solve problems in a piecemeal fashion. This means that the solution to every particular problem is decided on different grounds to every other problem. So the solutions don't fit together and new problems are generated and resources are wasted. But while it would be ideal if we could solve all problems in one go, it just isn't possible.
So what do we do? The nearest we can get to solving everything at once is to develop a vision or an impressionistic picture of what the future might look like if we were able to give effect to our multiple goals. The vision is used as a reference point to judge each ad-hoc or individual decision which has to be made. The test in each decision is: "does the proposed solution, over the longer term, move us further towards the realisation of our vision or further away? In this way a multitude of ad hoc decisions can be given some degree of coherence with a minimum of formal coordination.
The vision should be comprehensive and integrated. It should be based on the integration of not just your own highest order goals, but should also embrace, as far as possible, other people's highest order goals. Thus the vision aims to represent a 'highest common denominator' resolution of the whole community's desires in which your highest order goals are also achieved.
The vision needs to be constantly up-dated to reflect changes in people's highest order goals, to incorporate the latest technical knowledge and to take advantage of the current best practice in problem solving techniques so that it remains realistic as well as idealistic.!!!<small>(Opportunity multiplying – Framework)</small><br>5. Direct analysis
Our culture and our experience colour our perceptions of the world. For example, we often carry unconscious notions about the economic or political feasibility of future options that lead us to dismiss these options before they have been tested.
The idea of carrying out a 'direct analysis' is to try to imagine future options actually operating. If it seems that they would be practical in a physical and social sense and that they would yield worthwhile social and environmental benefits then strategies can probably be devised to make these options feasible in economic and political terms.!!!<small>(Opportunity multiplying – Framework)</small><br>6. Ends and means
The Opportunity Multiplying method aims to be radical, idealistic and practical.
It is radical because it tries to get to the root causes of problems. That is, it tries to tackle causes rather than just suppressing symptoms.
It is idealistic because it tries to first identify fundamental goals (by analysing why people think a problem is a problem) and only then attempts to find a solution to the problem.
It is practical in that the method recognises that, at any one time, there are limited means and opportunities to achieve fundamental goals, so:
*it is necessary to see the highest order goals as giving generalised guidance on the direction for social evolution. The solutions should at least be "heading in the right direction". The highest order goals can therefore be described as ideals or directional goals.
*for the purposes of achieving some actual level of implementation, means and ends have to be matched by reformulating both the practical expression of the chosen goals and the available resources. This is both a social and a technical process.!!!<small>(Opportunity multiplying – Framework)</small><br>17. Focus and boundaries
Large or complex problems must be reduced in "size" one way or another for human beings to be able to solve them. However, the choice of the reduction method makes a significant difference to the nature of the resulting solutions.
Rather than taking a large system and breaking it into a series of completely isolated pieces, the Opportunity Multiplying technique limits the problem solving task by selecting a clearly identifiable focus. Exploration of this study focus is not limited by defined boundaries, since in the real world everything is connected to everything else, but instead excursions away from the focus are judged by their contribution to the development of solutions which satisfy the declared value goals.
One of the important features of the Opportunity Multiplying method is that it controls this process of moving away from the study or problem focus.!!!<small>(Opportunity multiplying – Framework)</small><br>20. Work with complexity first in order to achieve the greatest simplicity
Effective action requires simplicity: clarity of purpose, clear thinking and clear cut implementation. But this simplicity is an ''outcome'' of effectiveness.
The world ''is'' a complex reality. Some problems ''are'' complex. This complexity must be faced. If solutions are not based on an understanding of the complexity of the real world, then they will be simple minded rather than simple and will, at best, just fail or at worst they will create needless complications in the real world.
If the reality being considered is complex, thinking must first be complex before it can be made simple, and before effective solutions can be devised.
See: [[http://www.youtube.com/watch?feature=player_embedded&v=UB2iYzKeej8]]<style>
table {
border: 1px solid black;
}
</style>
<table>
<tr>
<td><b>'Serendipity' - the gift of finding valuable things in unexpected places by sheer luck.</b><br>(Penguin English Dictionary, 3rd edition) – or “chance favours the prepared mind”.</td>
</tr>
</table>
Much of what happens in life cannot be predicted with accuracy, often cannot be foreseen at all and often cannot be made to happen on demand. So how can we plan ahead in this situation? It can be done with "goal-directed serendipity". This involves setting broad goals then:
*developing lots of ideas, trying lots of things and seeing what works
*scanning for ideas and opportunities that fit and seeing what turns up
*making goals more ambitious in the light of new opportunities/possibilities.
This is the approach behind the use of both stretch goals and continual improvement.!!!<small>(Opportunity multiplying – Framework)</small><br>29. The hologram approach - the whole in the parts
Holographic photographs have the unusual feature that they will still display a 'complete' view of the subject even if they are cut in half [3]. Thus the 'whole' seems to reside in all the parts. This concept can be applied as an analogy to organisations.
If an opportunity or a problem needs to be pursued by many people or units over a long period of time, then the hologram approach is probably called for. That is, each person or unit not only has their special tasks to perform but they also take on responsibility for the whole project. So if a person or a unit ceases to be active or some part of the system is missing or under-performing then one or more of the other units takes action to remedy the deficiency. This approach creates enormous robustness/resilience.
This concept is reflected also in the notion of [[unilateral cooperation|Unilateral cooperation_Opmult_Framework]].!!!<small>(Opportunity multiplying – Framework)</small><br>23. Intellectual rigour and moral courage
To make the Opportunity Multiplying method work it is essential that it is applied with full intellectual rigour (and vigour too!). This is because the problems it is designed to solve are the hard ones which are not amenable to solution by other less stringent methods. If you want the results you have to put in the effort. (It is time the "too hard basket" was a temporary stopping place on the way to a solution rather than the end of a dead-end road.)
With Opportunity Multiplying you do not stop using the method because it seems too hard, you simply take a little longer, or work on improving the method itself as it applies to a particular application.
It is also critical that political pressures or “realities” are not allowed to constrain the application of the method, but instead such pressures or "realities" are entered as data for consideration using the Opportunity Multiplying method. They are analysed as part of the problem under consideration. There should be no hidden agendas.!!!<small> (Opportunity multiplying – Framework)</small><br>Introduction
Author: Philip Sutton
Reductionist problem solving methods, where problems are broken down into component parts for separate solution, have served the world well in many ways. However, by definition there are a class of problems that do not yield to this method. Complex social and ecological problems where everything is connected to everything else are just such problems. In fact, to some extent, environmental problems arise because of the exclusive application of reductionist problem solving methods. This is why it is essential that we also use holistic methods.
The original version of the method (Opportunity Multiplying) that is outlined in this paper, was developed by the participants in an ecologically sustainable development vision building exercise (White et al., "Seeds for change: Creatively confronting the energy crisis", 1978). Towards the end of the project, those involved became aware that they had been unconsciously using an opportunity generating and problem solving technique which appeared to be significantly different from most conventional methods. I wrote up the philosophy of the method a couple of years after the completion of the project to make it accessible to others (probably in the early 1980s?). I have added to the original material whenever I have become aware of important new principles.
The method rejects the reflex resort to:
• ''compromise'' (you want black, I want white, but we'll agree to grey)
• ''reductionist simplifying''(if a problem is too hard, just take a smaller piece of it and see how you go with that in isolation).
Instead the method presupposes that there are solutions to most problems which would be good for each of the involved parties (Fisher & Ury). For example, if it is known ''why'' you want black and I want white it might turn out that green would satisfy both of us well, whereas grey would please neither of us.) The method also proposes that the way to make a problem simpler is to make it 'bigger' rather than smaller (that is, take in more of the relevant systems rather than less, in order to expand the range of options).
It is important to note that what is set out below is the ''philosophy'' of Opportunity Multiplying, rather than a set of specific operational rules about how to apply the method.!!!<small>(Opportunity multiplying – Framework)</small><br>21. Intuition and conscious logic
The Opportunity Multiplying method has been designed to handle difficult, complex problems. It therefore needs to make deliberate use of the most powerful combination of thinking techniques available. It uses a balanced application of both conscious logical and intuitive methods of thinking.
While both intuition and conscious logic are both used for problem analysis or solution synthesis, conscious logic has its most concentrated application in the analysis process, and it is essential to use intuition for the effective generation of solutions.
The intuitive approach must be used in Opportunity Multiplying because it is specifically geared to the handling of problems involving a large number of interacting elements. It makes use of the brain's capacity to develop complex simulation models to mirror aspects of the real world. The more complete and accurate the model's data base, and the more closely its structure mirrors the relevant interactions of the real world, the more effective the intuition will be. (In [[the reference list|References (gather)]] see Edward de Bono's "Lateral Thinking for Management", Pelican, and Michael Sanderson's "Successful Problem Management" for the practical implications of the theory.)
Conscious logical thought can be thought of as being like a thin intense beam of light focussed on a particular problem. It achieves great clarity at the cost of requiring a reduced field of attention. Also like a torch focussed on the point of interest, conscious logical thought can be redirected at will. There is also awareness of how conclusions are reached.
By contrast, when using intuitive thought, you just "know" or "feel" that the conclusion is correct without being consciously aware of why it is 'right'. This lack of conscious awareness of the mechanics of how you arrive at a conclusion does not matter so long as the results are subjected to subsequent logical and analytical scrutiny, and so long as the results are checked against empirical, real world evidence. Through this checking process the internal intuitive model of the world is updated and improved. (For a very useful insight into how intuition works as a mental process see: Guy Claxton's book "Hare brain, Tortoise mind" in the [[reference list|References (gather)]].
The Opportunity Multiplying method deliberately combines the power of these two main modes of thinking by consciously rotating through cycles of analysis and synthesis, and through alternate applications of intuitive and conscious logical thought.!!!<small>(Opportunity multiplying – Framework)</small><br>31. Judge success by progress to the ideal rather than movement from past bad performance
Success in any program should be judged by the extent to which the ideal is actually achieved. It is not enough to simply look back to past performance and see some increment of improvement. This is because many serious problems need to be solved within a finite time frame or need to be substantially achieved before a satisfactory result can be claimed.!!!<small>(Opportunity multiplying – Framework)</small><br>19. Make problems bigger to make them easier to solve
It is often assumed that a difficult problem can be best solved if small pieces of it are taken at a time and solved separately. This is true if the 'problem' is in fact a cluster of semi-independent sub-problems. However this is often not the case.
The Opportunity Multiplying method proposes that the way to make a problem simpler is to make it 'bigger' rather than smaller (that is take in more of the relevant systems rather than less in order to expand the range of options).!!!<small>(Opportunity multiplying – Framework)</small><br>16. Multiple perspectives
When considering any problem/solution you should always use more than one (and preferably more than two) conceptual frameworks. In the same way that binocular vision gives better resolution that monocular vision, the use of more than one conceptual framework helps you to avoid distorted perceptions of the matters you are examining and to avoid thinking about a problem from only one angle or perspective.
You should develop your conceptual frameworks to highlight the full range of things you think are important. Thus, if as recommended, you have adopted an approach which uses:
*a subject/objective duality
*multiple goals
*a search for multiple problem solutions, etc.,
and which considers:
*all the relevant parts of the physical and social systems,
then, you should use these considerations to guide your choice of conceptual frameworks.
Multiple frameworks will help you to avoid being blinkered or from falling into a mental rut.
See [[Putting yourself in other's shoes|Putting yourself in other's shoes_Opmult_Framework]] for one way to identify other perspectives to explore.!!!<small>(Opportunity multiplying – Framework)</small><br>3. No major trade-offs
Traditional thinking holds that when more than one objective is being pursued, not all of the objectives can be fully achieved. It is assumed that a major trade-off will be necessary.
However using a creative approach to problem solving or opportunity multiplying, especially where innovation over a period of time is possible, it is often possible to avoid trade-offs on the major issues altogether. To achieve such a result it may be necessary to accept trade-offs on less important questions.!!!<small>(Opportunity multiplying – Framework)</small><br>18. Open systems and closed systems
It is important not to treat parts of systems in isolation. However since the whole universe is in fact one vast interacting system any problem solving task might seem a little overwhelming. One way of making the task easier is to divide the universe into three parts:
*a (tight) study focus,
*a (broader) field of interest (i.e. the conscious context, background or environment of the study focus), and
*the rest (i.e. the unconscious context, background or environment of the study focus).
You need to concentrate most of your efforts on the study focus but it is essential that some consideration be given to the general context. In some cases, when faced with a problem which seems insoluble you may need to take elements of what previously had been considered "context" into the study focus in order to give them more detailed consideration.
This argument applies also to elements of the context which previously had been outside the investigator's consciousness. The problem is to identify which things are not known which need to be known. (It is rather like deducing the characteristics of the missing jigsaw piece from characteristics of the known pieces.)!!!<small>(Opportunity multiplying – Framework)</small><br>22. Paradox and the resolution of apparent conflicts
Frequently problems seem to have paradoxical or contradictory elements which make it difficult to arrive at a satisfactory solution. In this situation the traditional problem solving method would normally recommend developing some sort of halfway compromise.
This response is not ideal however, since many so-called paradoxes are not irresolvable, because they are not "real" but instead arise from semantic confusions, habit-caused blind spots, or an inadequate understanding of the problem or the affected system. The Opportunity Multiplying method assumes that paradoxes or contradiction are usually more apparent than real, and that you should therefore set out to discover where the confusion has arisen. Eli Goldratt, in "It's not luck" makes very active use of paradox resolution as a method for creating powerful solutions - see the [[reference list|References (gather)]].
A classic cause of misunderstanding is exposed in the "elephant and blind people" parable. The story goes that a group of blind people were examining a new living thing. To one it seemed to be like a snake, to another like a tree, etc, etc, and a strong argument developed over who was correct. In reality none were completely right and none completely wrong. Each was giving an accurate description of part of the creature, which was in fact an elephant, but was falsely assuming that they had perceived the whole of the situation. This sort of distorted perception is the source of much meaningless argument. In any argument it is important to determine whether people are at cross purposes because they are focussed on different, but nevertheless relevant, parts of a larger system.!!!<small>(Opportunity multiplying – Framework)</small><br>2. Practical idealism
In our culture people tend to think that idealistic behaviour is by definition impractical and that practical people are not idealistic.
In fact just about anything that has ever been done that is worthwhile, especially where it has involved breaking new ground, has involved the practical pursuit of an ideal.
Practical idealism involves the integration of some of the positivecharacteristics and skills of three stereotypic types of people who are not practical idealists:
* ''the pragmatist'' who knows how to get things done in the real world, but does things just to advance their own situation, so that often the things that get done are of little wider social or environmental value or may be quite negative
* ''the woolly-headed idealist'' who can imagine an ideal future but has no idea of how to make it happen and therefore doesn't make it happen
* ''the critic'' who can tell you what's wrong with everything (both the status quo and any ideal alternatives) but once again can't tell you how to make anything good happen.
To avoid the negative characteristics of these three stereotypes one should instead combine idealism and practicality, and strive to be a ''practical idealist''.!!!<small>(Opportunity multiplying – Framework)</small><br>13. Problems into opportunities; constraints into goals
A productive way of drawing together the multiple goals and multi-problem solution approaches is to try to transform problems into:
*goals, or
*opportunities.
If an action has to be taken to solve one problem, some extra effort should be put into finding additional spin-off benefits. Also, rather than spending a lot of time after the event trying to stop or substantially modify undesirable projects, effort should be put into devising projects that meet the desired goals right from the start.!!!<small>(Opportunity multiplying – Framework)</small><br>24. Putting yourself in the other person/organisation/system element's shoes
To understand how complex systems work it is essential that a person tries to see the world from the perspective of each of the system elements. This principle is summed up in the adage that one should be able to put oneself in other people's shoes. Only in this way can one begin to understand the motivations, needs, preferences etc. of other parties and therefore be in a position to predict what their response would be in different situations.!!!<small>(Opportunity multiplying – Framework)</small><br>12. Seek solutions for groups of problems
Not only does Opportunity Multiplying involve clustering many symptoms of problems and then solving the root cause, it also involves a process of clustering and integrating, or 'double decking', the implementation programs. This makes for much more economical implementation mechanisms or 'vehicles'. To find opportunities for double decking you ask yourself, not whether the problems have a common cause, but rather, whether the implementation programs for a number of problems have a common character. If so, a joint program might be more effective or efficient.!!!<small>(Opportunity multiplying – Framework)</small><br>9. The simultaneous achievement of multiple goals
One of the essential characteristics of the Opportunity Multiplying method is that it requires the simultaneous satisfaction of a number of fundamental or higher order goals. This is essential if the solutions being generated are to meet the full range of basic human and ecological needs. Only by doing this can the optimum solution be found for any particular problem. By aiming to satisfy fewer high order value goals you might be able to reduce the magnitude or difficulty of the solution generation task, but you would also guarantee an inferior result.
Even the traditional method of problem solving recognises that multiple objectives have to pursued sometimes. However, it is believed that while a single objective might be maximised, where there are multiple objectives only the partial satisfaction of each one is possible. The terms "trade-off" and "compromise" come readily to mind when you think about the traditional method.
The Opportunity Multiplying method however rejects the immediate recourse to compromise. If it appears that one important goal has to be significantly "traded off" against another important goal or that several important goals can only be partially satisfied, this situation is not accepted. Instead the problem is recast:
*at a higher level of generality, or
*in some other new way,
and then a new cycle of analysis and synthesis is gone through so that a better solution can be generated.
Compromise and trade-off are definitely techniques of the last resort. The aim is "no major trade-offs".
The increasingly strong emphasis on project teams and simultaneous or concurrent design in business are efforts to facilitate the practical achievement of multiple goals.!!!<small>(Opportunity multiplying – Framework)</small><br>26. Be profligate in generating solutions/options
Good solutions can only be selected if they exist. The more goals one is trying to achieve at once the greater the number of options will have to be generated to find one or some that perform well against all the main requirements.!!!<small>(Opportunity multiplying – Framework)</small><br>27. Solve/act for the long term but start now
There are a number of good reasons why you should try to generate solutions with the long term in mind. The first is that once you reject a purely self centred approach there is no reason why you should not consider, as far as you are capable, the needs of all future generations rather than just the immediate one. Furthermore many so-called solutions to problems are nothing more than devices to shift the burden into the future. Solving for the long term, at least conceptually, closes off this approach. Furthermore over the long haul, for quasi-immortal entities (like families, corporations and other major human institutions, and living species) the means of achieving private and public good tend to converge and coincide to a large degree.!!!<small>(Opportunity multiplying – Framework)</small><br>1. Strategic optimism / tactical pessimism
To maximise what can be achieved, it pays to adopt an optimistic approach to high-level goals, programs and projects, as a whole. But to ensure that this optimism is not misplaced, it is useful, at the level of specifics, to imagine that the worst ''could'' happen and then plan to make sure it doesn't or plan to recover rapidly from any set backs that might occur . That is, one adopts an optimistic approach at the strategic level, but a pessimistic approach at the detailed or tactical level. Taken as a whole, this this approach can be described as //“strategic optimism & tactical pessimism”//.!!!<small>(Opportunity multiplying – Framework)</small><br>7. Subject/object duality
At first glance "means" and "ends" seem to be completely separate categories. Means are seen as objects, that is the independent instruments or techniques for achieving the ends or goals. However real life is not as clear cut as this. Often there is a very tangible link or overlap between the ends (the goals and their beneficiaries) and the means (the available resources).
The usual subjects of concern are people or human communities or other living things. We empathise or identify with these subjects and have subjective thoughts and feelings about them. However, often people and other living species themselves play an instrumental role in achieving their own desired goals. They are the means to their own ends i.e. people and the other species are simultaneously the subject and the object of the problem solving process.
If a problem is to be solved effectively, so that it takes into account the total situation, it is necessary to respond both objectively and subjectively at the same time. Real world problems involve a subject/object duality.!!!<small>(Opportunity multiplying – Framework)</small><br>28. Be prepared to take personal or organisational responsibility for tackling the really big issues
No opportunity or problem is too big for personal action. 'Saving the world' can be a personal project - but recognise that you will need to team up with others to take on the task - you will need to act as a catalyst.!!!<small>(Opportunity multiplying – Framework)</small><br>25. Truth and value
The Opportunity Multiplying method requires the user to make the prudent assumption that there is at least a little truth or value in everyone's views. The problem is to identify the nature of this truth. The importance of this assumption is that it helps you to avoid:
*the single-goal problem-solving approach,
*dismissing views or ideas simply because they have been badly formulated or because they have been put forward by people whose views you may not normally approve of or respect.
As a general rule, there is something important to be gleaned whenever someone is passionate or immovable about an issue, no matter how peculiar or poorly argued their views may seem. It may take some digging and analysing to find out what this important information is.!!!<small>(Opportunity multiplying – Framework)</small><br>34. Unilateral cooperation
Breaking out of negative cycles requires at least one party to cease tit for tat behaviour and begin to cooperate unilaterally, that is, to act on the basis that the interests of the other party or parties are at least a part of one's own objectives.!!!<small>(Opportunity multiplying – Framework)</small><br>32. Widen thoughts and concentrate action
One of the strengths but also one of the potential weaknesses of the Opportunity Multiplying method is that it expands your field of thinking. This can greatly improve your problem solving capacities. However it can also lead to:
(a) a butterfly approach of purposelessly following random leads in all directions, or
(b) the paralysis of analysis where you don't know at what point to stop any process, or
(c) being overloaded with simply too much to do.
To avoid this problem you have to have a program for concentrating your actions. When you are working with the analysis or synthesis process you can reduce the task by working at higher levels of generalisation rather than using the traditional process of shrinking your work boundaries. Another approach is to analyse the jobs you have to do and then try to cluster them into the smallest number of meaningful multi-purpose tasks.[[Arsenal of World War II_Ref (2include) DB]]
[[Beyond pleasure and pain_How motivation works_Ref (2include) DB]]
[[Call to arms_Mobilizing America for World War II_Ref (2include) DB]]
[[Climate Code Red_Ref (2include) DB]]
[[Climate Code Red_Ref_brief DB]]
[[Climate Reality Check 2021_Ref (2include) DB]]
[[Crossing the chasm_Ref (2include) DB]]
[[Delivering maximum protection_Ref (2include) DB]]
[[Hare brain Tortoise mind_Ref (2include) DB]]
[[Hothouse Earth paper_Ref (2include) DB]]
[[How behaviour spreads_Ref (2include) DB]]
[[How to manage complex programs_Ref (2include) DB]]
[[It’s not luck_Ref (2include) DB]]
[[Lateral thinking for management_Ref (2include) DB]]
[[References (label) Ref (2include) DB]]
[[Seeds for change_Ref (2include) DB]]
[[Start with why_Ref (2include) DB]]
[[Start with why_Ref_brief DB]]
[[Successful problem management_Ref (2include) DB]]
[[The art of systems architecting_Ref (2include) DB]]
[[Tools for complex projects_Ref (2include) DB]]Koistinen, P. (2004). __Arsenal of World War II: The political economy of American warfare, 1940-1945__. University Press of Kansas: Lawrence, US.Higgins, T. (2012). __Beyond pleasure and pain: How motivation works__. Oxford University Press, New York.Klein, M. L. (2013). __Call to arms: Mobilizing America for World War II__. Bloomsbury: New York.Spratt, D. & Sutton, P. (2008). __Climate Code Red: The case for emergency action__. Scribe Publications: Melbourne.<<fav>><<return>>
!!!Spratt & Sutton, Climate Code Red
<<include [[Climate Code Red_Ref (2include) DB]]>>Spratt,D. (2022). __Climate Dominoes: Tipping point risks for critical climate systems__. Breakthrough, Melbourne.
https://www.breakthroughonline.org.au/climatedominoesSpratt,D. (2021). __Climate Reality Check 2021__. Breakthrough, Melbourne.
https://www.climaterealitycheck.netMoore, G. (1991, 2002, 2014). __Crossing the chasm: Marketing and selling disruptive products to mainstream customers__ (3rd edition). Collins Business Essentials: New York.Cardilini, A. & Sutton, P. (2020). __Delivering maximum protection.__ Breakthrough, Melbourne.Claxton, G. (1997). __Hare brain, tortoise mind: Why intelligence increases when you think less.__ Fourth Estate: London.Steffen W et al. (2018). //Trajectories of the Earth System in the Anthropocene//. __Proc Natl Acad Sci USA__. 2018 Aug 14;115(33):8252-8259. doi: 10.1073/pnas.1810141115.Centola, D. (2018). __How behaviour spreads: The science of complex contagions__. Princeton University Press: Princeton.Kendrick, T. (2016). __How to manage complex programs: High impact techniques for handling project workflow, deliverables, and teams__. American Management Association: New York.Goldratt, E. (1994). __It’s not luck.__ Gower: Aldershot, Hampshire.de Bono, E. (1971). __Lateral thinking for management.__ Pelican: Harmondsworth.White, D., Sutton, P., Pears, A., Mardon, C., Dick, J. & Crow, M. (1978). __Seeds for change: Creatively confronting the energy crisis.__ Patchwork Press/CCV: Melbourne.Sinek, S. (2009). __Start with why: How great leaders inspire everyone to take action__. Portfolio/Penguin: New York.
https://www.youtube.com/watch?v=u4ZoJKF_VuA<<fav>><<return>>
!!!Simon Sinek, Start with Why
<<include [[Start with why_Ref (2include) DB]]>>Sanderson, M. (1979). __Successful problem management.__ Wiley-Interscience: New York.A summary of Tory Higgins motivational psychology model is downloadable here:[[|http://www.green-innovations.asn.au/RSTI/Summary-of-Tory-Higgins-model.doc]]Kuhn, Thomas S. (1962, 1970 2nd ed.). __The Structure of Scientific Revolutions__. University of Chicago Press, Chicago.Maier, M. & Rechtin, E. (2009). __The art of systems architecting__ (Third Edition). CRC Press: Boca Raton, USA.Remington, K. & J. Pollack. (2007). __Tools for complex projects__. Gower: Aldershot, Hampshire, UK.<<fav>> | <<return>>
----
[[Strategic Framing (DB list)]]
[[Achievability (include) DB]]
[[Action centred on whole system package plan (include) DB]]
[[Building a flywheel to drive the program (include) DB]]
[[Building through volunteerism (include) DB]]
[[Catalysis (include) DB]]
[[Categories of the climate vulnerable (2include) DB]]
[[Chain of responsibility_brief (2include) DB]]
[[Complexity (include) DB]]
[[Decisions in the face of uncertainty (include) DB]]
[[Developing & challenging solutions (include) DB]]
[[Driving coordinated action via a whole system package plan (include) DB]]
[[Dubai-ification of the world_brief (2include) DB]]
[[Duty of care & chain of responsibility (include) DB]]
[[Duty of care-chain of responsibility_five-step process for CR (include) DB]]
[[Electoral strategies (include) DB]]
[[Emergency mode of action_brief (2include) DB]]
[[Emergency-mode action packages (include) DB]]
[[Emissions-only action not stop warming for 20y_brief (2include) DB]]
[[Focuses for power building & mobilisation (include) DB]]
[[Forms of products-outputs-results (include) DB]]
[[Framing maximum protection (2include) DB]]
[[Framing solution packages to maximise global benefit (include) DB]]
[[Global & local (include) DB]]
[[Goals (include) DB]]
[[Likely to reach +1.5°C by about 2030_brief (2include) DB]]
[[Max protection for CV (include) DB]]
[[Maze solving & bridge building (include) DB]]
[[Mobilising across political & social divides (include) DB]]
[[Motivate volunteers with powerful campaign outcomes (include) DB]]
[[Motivation (ethics&interests) (include) DB]]
[[Multi-tracking (include) DB]]
[[No major trade-offs (include) DB]]
[[Ocean acidification not a climate issue_comment (2include) DB]]
[[Parts responsible for changing the whole (include) DB]]
[[Practical idealism (include) DB]]
[[Ramping up (include) DB]]
[[Right action or safety_taboo or careful action (include) DB]]
[[Safe climate restoration_brief (2include) DB]]
[[Social network switching & innovation diffusion with complexity (include) DB]]
[[Speed of cooling_brief (2include) DB]]
[[Speed-concurrent action (include) DB]]
[[Spiral building (include) DB]]
[[State govts join forces on realities of net zero targets (2include) DB]]
[[Strategic optimism & tactical pessimism (include) DB]]
[[The climate vulnerable_brief (2include) DB]]
[[The implications of emission-only climate action_brief (2include) DB]]
[[The Paris Agreement temperature goals_brief (2include) DB]]
[[Types of goals (2include) DB]]
[[UNFCCC Article 2-Objective_brief (2include) DB]]
[[Value & limits of the concept of 'natural' (include) DB]]
[[Whole system package_brief (2include) DB]]
[[Working across the political spectrum in democracies (include) DB]]<<fav>> | <<return>>
----
[[Achievability (include) DB]]
[[Action centred on whole system package plan (include) DB]]
[[Building a flywheel to drive the program (include) DB]]
[[Building through volunteerism (include) DB]]
[[Catalysis (include) DB]]
[[Complexity (include) DB]]
[[Decisions in the face of uncertainty & urgency (include) DB]]
[[Developing & challenging solutions (include) DB]]
[[Driving coordinated action via a whole system package plan (include) DB]]
[[Duty of care & chain of responsibility (include) DB]]
[[Electoral strategies (include) DB]]
[[Emergency-mode action packages (include) DB]]
[[Focuses for power building & mobilisation (include) DB]]
[[Forms of products-outputs-results (include) DB]]
[[Framing solution packages to maximise global benefit (include) DB]]
[[Global & local (include) DB]]
[[Goals (include) DB]]
[[Max protection for CV (include) DB]]
[[Maze solving & bridge building (include) DB]]
[[Mobilising across political & social divides (include) DB]]
[[Motivate volunteers with powerful campaign outcomes (include) DB]]
[[Motivation (ethics&interests) (include) DB]]
[[Multi-tracking (include) DB]]
[[No major trade-offs (include) DB]]
[[Parts responsible for changing the whole (include) DB]]
[[Practical idealism (include) DB]]
[[Ramping up (include) DB]]
[[Safety_taboo or careful action (include) DB]]
[[Social network switching & innovation diffusion with complexity (include) DB]]
[[Speed-concurrent action (include) DB]]
[[Spiral building (include) DB]]
[[Strategic optimism & tactical pessimism (include) DB]]
[[Value & limits of the concept of 'natural' (include) DB]]!!!Achievability — in the world as it is now
Now that impacts from the changed climate are already severe, with each climate-driven crisis there are //some// of the climate vulnerable who perish. Plus putting protection measures in place will take time, so further losses will most likely occur. In the face of this, some people feel that a goal of protecting the climate vulnerable is no longer possible. But a response like this would throw out the baby with the bathwater. Despite prior losses, commitment to the protection of the remaining climate vulnerable is even more important.!!!Action centred on whole system package plan
The climate issue is huge and complicated. No one individual or organisation can act on everything or think about everything, so the usual response is to select a piece of climate action to work on and hope that other people and organisations will pick up everything else that needs to be thought about or done.
The problem with this approach is that noone really knows what the gaps in understanding and action are.
It should not be a surprise that that this approach is not how any complex projects with strong requirements for safety is managed eg. air liner design and manufacturing, the constructon of sky scrapers. The managers of these projects draw on a well developed methodology for complex program management that is held together by a planning process for a whole-system package of actions.
If we are to have any success in protecting the climate vulnerable we will have to apply this whole system planning process to climate action.Because excess greenhouse gas emissions have been going on for so long at such a large scale, these excess emissions have created a series of additional problems that now have to be dealt with in their own right if we are to protect the climate vulnerable:
*the level of greenhouse //''gases''// (CO<sub>2</sub>, methane, etc.) in the air is way too high[[(*)|Where 2022 CO2 sits in climate history_PrinEtc]], [[(*)|Methane levels_PrinEtc]]
*the global //''temperature''// is way too high (even at the current level of +1.2°C)
*the //''heat content''// of the //''oceans''// is too high
*the //''acidification''// of the oceans is too high
*the //''loss of ice''// from the ice sheets and the Arctic Ocean is too high
*the melting of the //''permafrost''// is too high.!!!Building a flywheel to drive the program
Jim Collins, in his book “Good to Great” developed the idea that organisations can often build success if they can create a cycle of actions that feed into each other creating a process of momentum building. This concept is summarised in a short monograph: “Turning the Flywheel”[[|https://www.jimcollins.com/books/turning-the-flywheel.html]]. Building a great program of action never happens all at once. There’s no single defining action. Rather the process resembles relentlessly pushing a giant heavy flywheel, turn upon turn, building momentum until a point of breakthrough, and beyond.!!!Capacity building, growth and cultural formation through volunteerism
When resources are slim at the start and a new culture is needed and the task is huge, then the fastest growth will come from an organisational structure that is made up largely of volunteers. Volunteers probably most often work best in small teams to provide mutual support and encouragement.!!!Catalysing effective global action
How can we catalyse effective global action when no one is in charge of 'everything' and hierarchies are initially not working effectively?
It would be ideal if every powerful organisation in the world was already strongly committed to acting urgently to protect the climate vulnerable, but obviously that is not where we are right now.
Campaigning and action to protect the climate vulnerable must, of necessity, start wherever we are now ie. wherever we have the greatest capacity and support - even if initially both are modest.
Early in a social change process the greatest impact can be exercised via //''influence''// rather than direct //''control''// over the delivery of solutions.
With a global issue the fastest growth of action can be achieved if action is seeded widely around the world as soon as possible because:
*people can have more hope if they see that their local action is adding to a global effort
*each area can work on reaching a critical mass of support concurrently[[|https://en.wikipedia.org/wiki/Concurrent_design_and_manufacturing]], meaning that the total global build up time is minimised.
Complex and challenging ideas are taken on and spread most effectively if they are engaged with in small social networks first[[(*)|How behaviour spreads_Ref BKG]]. This puts a premium on the value of in-depth one-to-one or small group discussions and the value of maximising the number of people engaged in such conversations.
To catalyse effective global action to protect the climate vulnerable, strategies need to be developed to spread engagement //''outwards''// from initial starting points widely within countries and across the globe as soon as possible and then to build strong support //''upwards''// through power hierarchies and upwards through the levels of government (from local up to national and then international).!!!Catalysis
A catalytic organisation probably will be more effective if it has both core ongoing functions and incubator functions:
<<include [[Catalysis table (2include) DB]]>>
A strongly catalysing organisation like the Climate Rescue Catalyst Group needs to have independent “open space” structures along side it so that people who are activated /inspired by its work can develop projects independently. If the Climate Rescue Catalyst Group sees enough synergy with any of these projects then the Catalyst Group could negotiate the incorporation of the project into the Catalyst Group structure.!!!Vulnerablility time frame
*Near term vulnerable (people in areas heavily impacted by extreme weather events, coral reef systems, atoll islands, etc.) - impacted now or over the next decade or two
*Longer term vulnerable (everyone, everything, everywhere - depending on how bad the climate gets).
!!!Causes of climate vulnerability
Broad categories: water stress, ecosystem breakdown, climate-driven migration and security stress, and climate-driven food shortages.
Examples:
• ???
!!!Scoping climate vulnerability
The climate vulnerable can be scoped using this diagram:
<center><IMG SRC="http://www.green-innovations.asn.au/graphics/Scoping-the-climate-vulnerable.png"></center>
!!!The Climate Vulnerable – the focus of empathy & compassion
(vulnerable to climate impacts)
Broad categories: people, human communities, other living things, species, ecological communities, ecosystems
Examples:
• Young people, everywhere
• Climate refugees
• Nations and people of the atoll islands
• The people of Bangladesh
• People of fire prone areas
• People of flood prone areas
• People of areas prone to super storms (eg. the Philippines, the Gulf of Mexico)
• Indigenous people living on country
• Coral reefs (eg. the Great Barrier Reef)
• Cold dependent ecosystems.
• Acidification prone marine environments (eg. the Southern and Arctic Oceans)
!!!Climate vulnerable systems – the focus of our enlightened self-interest
(vulnerable to climate impacts)
Broad categories: agricultural systems, development areas, industries, societies, ecosystems, earth system elements, civilisation
Examples:
• The Arctic sea ice
• The Greenland ice sheet
• The West Antarctic ice sheet
• Areas subject to the Arctic jet stream
• Natural carbon stores (forests, permafrost, soils, peat lands, ocean clathrates)
• Low lying coastal areas
• Areas prone to desertification under climate change
!!!The climate-solutions vulnerable
(vulnerable to the impacts of climate change solutions)
Broad categories: Human communities dependent on employment from high emissions industries (eg. fossil fuels, ruminant based agriculture)
Examples:
• ???<<include [[Chain of responsibility_Def (2include) DB]]>>
We need to apply this approach to climate action because there is currently a huge gap between what would need to be done to protect the climate vulnerable and the policies that are being applied and even the policies that are being advocated for climate action.The main climate action paradigms (in the climate rescue context) are:
*the //''conventional climate action paradigm''// that focuses on:
**emissions reduction
**meeting the Paris temperature targets (trying to stabilise the temperature at +1.5°C or well below +2°C)
**creating a net zero emissions economy by 2050
**adapting to impacts of whatever climate change is occurring.
*the //''climate rescue paradigm''// that focuses on:
**identifying the climate protection needs of the climate vulnerable, required by when
**delivering timely protection for the climate vulnerable, with emphasis given to earth system protection measures (to maximise the protection of all the climate vulnerable globally).!!!Complexity
A climate rescue program would be on a par, in terms of complexity, with managing the covid pandemic or the second world war, but with the added complexity that some of the institutions needed for a climate rescue have not yet been created and the climate movement is still in the early stages of developing the skills needed to get all types of government into emergency action mode to successfully deliver maximum protection.
So, an organisation that is set up to catalyse a global climate rescue will need to be able to handle the complexity and the unprecedented character of the needed program. It will need to combine campaigning and research capabilities. And it will need to proactively recruit people who have a strong capability or potential to handle complexity.
The challenges of and quite powerful methods for handing complexity are well known in management practice - often labelled as the field of 'complex project management' or //'''complex program management'''//.
*<<include [[The art of systems architecting_Ref (2include) DB]]>>
*<<include [[Tools for complex projects_Ref (2include) DB]]>>
*<<include [[How to manage complex programs_Ref (2include) DB]]>>
*<<include [[Arsenal of World War II_Ref (2include) DB]]>>
*<<include [[Call to arms_Mobilizing America for World War II_Ref (2include) DB]]>>
(As a side note: The reason for creating this Adviser was to make it easier to handle the complexity inherent in communicating about Climate Rescue campaigning.)!!Decisions in the face of uncertainty and urgency
The danger from current climate conditions, evidenced by:
*the increasing severity of climate impacts over the last 20 years or so (eg. extreme weather events, desertification, sea level rise, acidification of the ocean)[[|https://www.theguardian.com/environment/2022/may/18/critical-climate-indicators-broke-records-in-2021-says-un]][[|https://storymaps.arcgis.com/stories/bbe6a05f6dae42f2a420cfdd7698e4b1]][[|https://library.wmo.int/index.php?lvl=notice_display&id=22080#.YoYZ59hBzj8]]
*the passing of key earth system tipping points[[|https://www.breakthroughonline.org.au/_files/ugd/148cb0_2a1626569b45453ebadad9f151e031b6.pdf]]
means that there is extreme urgency to provide protection to the climate vulnerable affected by current climate impacts and those vulnerable to the changes in earth system elements that have passed tipping points.
But climate measures that could most likely provide near-term relief from extreme weather events or could reverse tipping points are not well researched so we don't yet know whether there would be net benefit from applying them.
So how should we make decisions (to act or not to act) in the face of strong uncertainty and the need for urgent protection?!!!Developing and challenging solutions
To develop good solutions people need to be keen and creative, but the risk (moral hazard) is that the creators fall in love with their creations and can be somewhat blind to their weak points.
So we also need people to take on the critic role to find the weaknesses in the proposals. But the moral hazard here is that critics get more excited about getting a scalp than they are about finding the true value of the proposals they are critiquing.
So we also need people to play a third role of ensuring fair play between the contesting parties and ensuring validity of arguments in any direction, without being committed to the outcome. The moral hazard here is that people in this role hide their personal preferences but nevertheless let those preferences influence their ostensibly neutral role.!!!Driving coordinated action via a whole system package plan
The currently conventional approach to climate change is to recognise that the issue (in all its ramifications) is huge – well beyond what any one person or even organisation can get ever their head around in totality. So people decide to specialise in some aspect of the issue and to hope that somebody else will cover all the rest. But if no one has an integrated picture of issue and what needs to be done then there can be no certainty that everything that needs to be thought about or done is being tackled.
Humans clearly can handle huge complexity otherwise we wouldn't have smart phones or international air services or skyscrapers or a million other features of modern life. The usual way this is done is to create organisations or networks that have some degree of hierarchy and the people on the top of the hierarchy are meant to work hard to develop a good enough overview and to manage the application of effort to sub-projects that add up to the whole effort.
But sometimes (often?) the top of the hierarchy is not handling a complex and important issue well and then the solution is 'managing upwards' – people or organisations that are normally seen as low in the hierarchy, the bit players, have to take on responsibility for the 'whole' and to figure out how to make the hierarchy improve its performance to the degree necessary to handle the challenging issue.
For this managing upwards approach to work, everyone needs to have their own integrated 'whole system package' plan. Each person's system plan will need to be as complicated as necesary but ultimately as complicated as they can manage.A world that relies principally on adaptation to climate change will trend towards a situation where the poor cannot survive and the rich create a technology-dominated life support system with water from desalination plants (where deserts are spreading), food is grown and people live under air conditioned domes or they live in the new green areas of Antarctica and the Arctic Circle - in a process that could be thought of as the Dubai-ification of the world[[|https://en.wikipedia.org/wiki/Dubai]].!!!Duty of care and chain of responsibility
Each person and organisational unit needs to take responsibility, based on a duty of care, for translating protection ethics and policy through a chain of actions (chain of responsibility) to the final delivery of protection (as has to be done under occupational health and safety law).The duty of care/chain of responsibility approach (systematic protection) implies a need for a five-step process:
*beginning with a duty of care for civil society climate action groups and governments – to protect all people and other living things globally
*the identification of the conditions (at the earth system level and locally) that are needed to protect the climate vulnerable
*the identification of what actions are needed by when to deliver the conditions needed to protect the climate vulnerable (people and other living things etc.)
*the creation of a program or system to drive the delivery of the needed protection actions
*the implementation of the actions required to provide the needed protection, fast and reliably.!!!Electoral strategies (in the context of the Australian voting systems)
Major infuences on how the process of electing members of parliament and local government councillors in Australia are:
*compulsory voting[[|https://en.wikipedia.org/wiki/Electoral_system_of_Australia#Compulsory_voting]]
*the voting systems [[1|https://www.aph.gov.au/About_Parliament/Parliamentary_Departments/Parliamentary_Library/pubs/rp/RP0708/08rp05]], [[2|https://www.ecanz.gov.au/electoral-systems/australia]], [[3|en.wikipedia.org/wiki/Electoral_system_of_Australia]].
*party registration
*nomination process:
**self nomination
**nomination via a party
*the sourcing of candidates (pre-selection):
**via parties [large and small]
**self-nomination
**via electorate-based organisations
*influencing pre-selection:
**joining a party (eg. as done in relation to the ALP by people in the anti-uranium mining movement in the late 1970s and the 1980s)
**external campaigning
*influencing party/candidate policy
**working inside a party or in a candidate's team
**thought leadership / intellectual engagement
**community campaigning
**via broadcast media
**via social media (tight targeting)
*influencing the electors via campaigning by:
**community organisations
**electable parties and candidates
**non-electable micro-parties and independent candidates
*strategies for influencing the formation of government
**Marginal seats campaigning
**Campaigning in 'safe seats' where the incumbent is a poor values match to the electorate – in support of a candidate or party that is a strong vaues match to the electorate (and to the campaign groups)<<fav>> | <<return>>
----
!!!Emergency mode of action
The scale and urgency of what needs to be done to provide strong protection for the climate vulnerable is so great that it will not be deliverable in time if governments and societies don't go into emergency action mode. Effective emergency action will depend on a massive mobilisation of communities and their economies.!!!Emergency-mode packages of action
To be effective, an emergency response depends on a clear overall objective and a comprehensive package of coordinated, integrated actions that are given very high priority in terms of urgency, resources and attention.<<fav>> | <<return>>
----
!!!Emissions-only action will not stop the warming trend for about 20 years
David Spratt's Breakthrough paper //Climate Reality Check 2021// (p.30-31) shows that emissions-only action will not stop the warming trend for about 20 years.
As fossil fuel use declines, so will aerosol emissions, which have been offsetting some warming.
A by-product of burning fossil fuels are sulfate aerosols, which have a strong cooling impact of 0.5–1°C, but are short-lived in the atmosphere. Aerosols have been “masking” some of the warming so far. Declining coal use and clean air policies reduce the aerosol impact. This is our “Faustian bargain” as fossil fuel use declines, so does the aerosol cooling, so that for the next two decades lower emissions will have little impact on the warming trend.
A 5% annual reduction in emissions of a single greenhouse gas, from 2020 and based on a middleroad emissions path, has no statistically significant effect on warming for more than two decades, as compared to a no-mitigation pathway.
Nevertheless, fast emissions elimination are vital to flatten the warming curve.
(See Climate Reality Check 2021 for the references supporting this argument.)
<<include [[Climate Reality Check 2021_Ref (2include) DB]]>>!!!Focuses for power building and mobilisation modes
There are multiple sources of power in societies. Any source of power ignored for too long will provide a point of leverage for climate damaging forces to mobilise around. But when ramping up with limited resources it may not be possible to start with universal coverage of all the sources of power and all the mobilisation modes. If multiple organisations work together then full coverage might be achieved faster.
<<include [[Power focuses table (2include) DB]]>>!!!Forms of products/outputs/results
The end state goal of the Climate Rescue Catalyst Group is to deliver full protection for the climate vulnerable.
But it will take a huge global collaboration of people, organisations and governments to deliver that. So the critical practical requirement for the Climate Rescue Catalyst Group is to catalyse the formation of effective alliances.
To do this, the Climate Rescue Catalyst Group will need to generate a range of outputs eg.
*social/organisational settings where people can develop a new culture of climate activism suitable for an effective climate rescue
*paradigm shifting ideas (thought leadership)
*active engagement with the wider society, including alliance formation.!!!The type of goal
When we talk about protecting the climate vulnerable what sort of goal is this?[[(*)|Types of goals_PrinEtc]]. RSTI's[[(*)|Definitions, acronyms, concepts (gather)]] take on this is that the 'protect the climate vulnerable' goal is both an ideal and a literal goal (one that should actually be achieved in full).
!!!The chance of success
In the world of climate science, it is very common for research reports on actions required to achieve climate goals to say — "to have a good chance of achieving 'goal x' we need to do such and such". And for a long time a "good chance" was defined as a 50:50 or 1 in 2 or 50% chance of success[[(*)|Bell curves & predictions_DB]].
But this benchmark is not useful in a safety management context. Only the truly desparate would catch a plane or start walking over a bridge that would only give them a 50% chance of getting to their destination safely.
In response to this criticism, most scientific reports now define "a good chance of success" as a 2 in 3 chance (66%) — which is better but still not great odds (still a 1/3 chance of failure).
This compares with the routine safety standard in run-of-the-mill engineering of a 1 in 1000 chance of success (99.9%) and, where many lives and the reputations of companies are at stake such as in the aviation industry, design and management processes aim for failure rates of less than 1 in 1,000,000 (>99.9999% chance of success).
With target success rates as high as this, in practical terms, what managers and designers are aiming for is "zero failure" and the more that is at stake the harder they press towards the zero goal. This "zero" approach is now embedded in best practice in the manufacturing industry (zero defects) and industrial safety (zero injuries). (See: A review of the history of safety[[|http://www.green-innovations.asn.au/SCS/A-review-of-the-history-of-safety.doc]])
!!!The scope of success
The aim of protecting the climate vulnerable should be to not just survive but thrive.
<<include [[Achievability (include) DB]]>>
!!!Bringing all this together as "maximum protection"
In the light of all this, RSTI believes that the goal should be to try to protect the climate vulnerable to the maximum extent that can be made possible[[|http://bit.ly/DeliveringMaximumProtection]].!!!Framing solutions packages to maximise the global benefit
Priority should be given to solutions measures that have the biggest global benefit multiple – so that the rich world doesn’t get ‘lost’ in only expensive local adaptation – leaving all else to suffer or perish. This approach also means that local efforts framed in this way will add to the global effort.!!!Global and local
A climate rescue program needs to be built on the rapid restoration of naturally regulated safe climate conditions at the earth system level, and be complemented during the restoration period by local and global interim protection measures.!!!Goals
The Climate Rescue program needs to be driven by literal goals that are meant to be achieved rather than symbolic or identity goals that are meant to signal what sort of organisation we want to be seen as[[(*)|Types of goals_PrinEtc]].<<fav>> | <<return>>
----
!!!The average earth temperature will likely reach +1.5°C by about 2030
David Spratt's Breakthrough paper //Climate Reality Check 2021// (p.10-11) shows that emissions-only action will not stop the warming trend for about 20 years.
Rising emissions, declining aerosols (air pollution) and natural climate cycles will contribute to faster warming, as will greater stratification of the ocean with a hotter layer of water on top.
There is unanimity across the current (CMIP6) model simulations that warming will rise above 1.5°C across all feasible scenarios “on average around 2030”.
This is ten years earlier than previously forecast by the IPCC in 2018.
There is likely no carbon budget for the climate Paris goal27: If carbon-cycle feedbacks are accounted for, “such as tipping points in forest ecosystems & abrupt permafrost thaw, the estimated remaining budget could disappear altogether”.
Around 2030, with warming at 1.5°C, and Arctic warming amplified to be three times the global average, the risk will grow substantially that Arctic carbon stores including permafrost29 and boreal forests30 will suffer significant, accelerating carbon losses.
So there is no carbon budget for the Paris goal.
See Climate Reality Check 2021 for the references supporting this argument.
<<include [[Climate Reality Check 2021_Ref (2include) DB]]>>Many factors contribute to the perceived and actual difficulty of taking effective climate rescue action:
*//''Complexity''//[[(*)|Complexity_StratFrame]]
*//''Sense of taboo''//[[(*)|Right action or safety_taboo or careful action_StratFrame]] – attached to restoring safe earth system conditions using methods other than emissions reduction/elimination
*//Difficulty// compared to //''mainstream climate change action''// and the enormity of what needs to be done
*//Difficulty// to change the //''current action paradigm''// (from current to climate rescue)[[(*)|Climate paradigms_PrinEtc]] - including the current lack of strong social reinforcement (sense of validity/legitimacy) and the current thinness of the climate rescue campaign support infrastructure
The issues of complexity[[(*)|Complexity_StratFrame]] and the sense of taboo[[(*)|Right action or safety_taboo or careful action_StratFrame]] have been explored already. The inherent complexity of a climate rescue program is manageable through the application of complex program management methods.
The difficulty of implementing a full climate rescue program seems objectively greater than "merely" implementating a conventional climate program (emissions reduction plus adaptation) because climate restoration action is needed in at least 6 additional domains[[(*)|Additional domains of action for earth system restoration_StratFrame]]. But in reality a climate rescue program is likely to be somewhat //''less''// difficult in total because total climate impacts will be considerably less and the total action required to handle climate impacts plus localised climate adaptation will be much less.
Changing the current action paradigm (from conventional climate action to a climate rescue approach)[[(*)|Climate paradigms_PrinEtc]] is in fact likely to be the most difficult challenge we need to overcome. The conventional climate action approach has been built up over the last 40 years and so it is very familiar to most climate-engaged people and they derive their sense of efficacy from this familiarity. The challenge of building a new paradigm of action is to find initial cohorts of people who are motivated enough to want to develop a new approach and to then engage others in its application.
The concept of paradigm shifts (and the difficulty of bringing them about) was introduced to the world in 1962 by Thomas Kuhn in his work on scientific revolutions[[(*)|The Structure of Scientific Revolutions_Ref BKG]]. The trigger of a change in paradigm is generally the discovery of one or more serious anomalies (gaps, contradictions, explanatory failures, etc.) that are important in the real world but that don't fit with the conventional ways of thinking. This can prompt highly motivated innovators to undertake the difficult work of creating a new explanatory or action framework that can make sense of what is already understood but that also can handle the anomalies.
(more to come....... in a few days)!!!Maximum protection for the climate vulnerable
The core motivating goal of the Climate Rescue program is to deliver maximum protection[[|http://bit.ly/DeliveringMaximumProtection]] for the climate vulnerable – including those at risk over the next 20 years.!!!Maze solving and bridge building
Strategy and action planning need to be built out from two different points: from where one wants to end up and from where one is now. This is how we solve mazes (from the entry point and the exit point). Working back from the end point is often called backcasting. Forecasting starts from where one is.
‘Bridging’ between the destination and the starting point can be tackled also in a loosely analogous way to building a long physical bridge from one side. The bridge is built, in stages – out to the first pier, then out to the next and the next – but all the while knowing where the destination point is.The preindustrial methane level was about 722 ppb (Wikipedia) and the February 2022 annual peak was 1908 ppb (NOAA) – a bit over a 2.5 times increase.
https://gml.noaa.gov/ccgg/trends_ch4/
https://en.wikipedia.org/wiki/Atmospheric_methane!!!Mobilising across political and social divides
The climate is shared by every living thing and by every person regardless of their politics or identities so people should be mobilised across political and social divides to restore and maintain a naturally safe climate.
Also in functioning democracies governments usually change every so often, so all political coalitions that could form governments will need to support climate rescue policies if implementation is to be maintained.!!!Motivate volunteers with powerful campaign outcome
The reward for volunteers is not money but the good feeling that comes from facilitating effective action. So even at the earliest stages of action, people will be more motivated if they can see how the action they are contributing to will unfold to reach a point of high impact in the word. Having a vision of a successful end state helps to create a psychological pull effect for actions needed earlier in the delivery process.!!!Motivation (ethics and interests)
Motivation is the “energy” that drives not-for-profit action. To maximise its chance of success a climate rescue program will need to find or trigger and mobilise strong and widespread motivation – and then help people to translate that motivation into effective action.
Motivations arise from ethics and interests, and interests can be divided into enlightened and unenlightened self-interest.
Action can be motivated by both avoidance of negative outcomes and the achievement of positive outcomes eg. the protection of the climate vulnerable (or not) and avoiding the Dubai-ification of the world[[(*)|Dubai-ification of the world_PrinEtc]].
A useful model of the psychology of motivations can be found in the work of Tory Higgins:
*<<include [[Beyond pleasure and pain_How motivation works_Ref (2include) DB]]>>
*<<include [[Summary of Tory Higgins motivational psychology model_Ref (2include) DB]]>>
See also: [[Right action or safety; taboo or careful action|Right action or safety_taboo or careful action_StratFrame]]!!!Multi-tracking
Concurrent action can be translated into multiple action tracks – which can have different characters eg.
Case 1:
*Track 1: Conventional climate campaigning
*Track 2: Experimental (toe in the water) engagement with Climate Rescue campaigning
Case 2:
*Track 1: Conventional climate campaigning
*Track 2: Climate Rescue campaigning
Case 3:
*Track 1: Conventional climate campaigning
*Track 2: Bridging work to convert conventional campaigning to climate rescue campaigning
*Track 3: Climate Rescue campaigning
Case 4:
*Track 1: Climate Rescue campaigning
*Track 2: Innovation track to ramp up the effectiveness of Climate Rescue campaigning!!!No major trade-offs
Traditional thinking holds that when more than one objective is being pursued, not all of the objectives can be fully achieved. It is assumed that a major trade-off will be necessary. However, using a creative approach to problem solving or opportunity multiplying, especially where innovation over a period of time is possible, it is often possible to avoid trade-offs on the major issues altogether. To achieve such a result it may be necessary to accept trade-offs on less important questions.Ocean acidification is caused by increasing levels of carbon dioxide disolving in marine waters.
Stricly it is not a climate issue, rather it has a related cause to global warming (ie. rising CO<sub>2</sub> levels).
There are feedbacks from climate change though, in that global warming can result in the release of more CO<sub>2</sub> from natural carbon stores (soils, the permafrost, burned and damaged forests, etc.) nd that in turn adds to increased acidification.!!!The organisational parts take responsibility for changing the whole
When a major policy transformation is needed but there isn't strong leadership from the top, then the parts of the system need to take full responsibility for engaging the other parts of the system to drive the change process.!!!Practical idealism
Practical idealism combines approaches often seem as conflicting or contradictory - that is an equal commitment to both idealistic goals and their achievement in the real world.!!!Ramping up
The Climate Rescue program needs to build to a huge level of effect in the world, but has to start with virtually no initial resources. The program has to build its intellectual framework, methods, culture and capacity from a near zero base which will require extremely high levels of innovation and learning and capacity building. This will require a conscious and energetic ramping up process.It would be easy to assume that at the heart of the concern about climate is a desire for safety and wellbeing. After all, most communication about why we should act on climate is contextualised in this way - we need to do 'x' to protect 'y' or we care about 'x', we need to do 'y'.
But it is well known in psychology[[(*)|Psychology of motivation_PrinEtc]] and philosophy[[|https://en.wikipedia.org/wiki/Consequentialism]] that humans can also be concerned about doing the 'right and proper thing' regardless of the consequences. There are good reasons why humans can be motivated in both ways, but if people are not aware of both motivations they can often get caught in thinking/action traps.
In the face of uncertainty, high risk of action and temptation, people often construct taboos to prevent engagement with potentially dangerous behaviour. This is probably a very useful rule-of-thumb approach if the risks of //''action''// are high and the risks from //''inaction''// are low and there is not the time or resources to reduce the uncertainty. But if the risks arising from //''inaction''// are also very high, then the taboo approach can be problematic, even dangerous.
It looks like we might be caught in a problem of this sort when considering whether to use fast cooling methods (eg. solar reflection or cirrus cloud thinning or other climate intervention that are often labelled as geoengineering).
The best way to tackle this problem is probably to engage in active deliberation exploring 'right action' and/or safety and wellbeing, and taboo or careful action.<<fav>> | <<return>>
----
!!!Safe climate restoration
Given that climate impacts have already reached unacceptable levels, it is important to recognise that safe climate restoration should be part of a climate rescue program. That is, the aim should not be to stabilise the climate at the currently bad state or an even worse state. The aim should be to return the climate to a safe pre-global-warming climate that is optimal for the climate vulnerable.!!!Social network switching and innovation diffusion – in the context of complexity
<<include [[Social network switching & innovation diffusion with complexity (include) DB]]>>It is usually easier to shift and stabilise the views and behaviours of people with social reinforcement in small social networks rather than large ones. Complex ideas need wide, strong bridges to move from person to person or from organisation to organisation. Climate Rescue ideas are generally so complex that they need the active involvement of fostering organisations and often case-by-case strategy to transfer from social network to social network or from organisation to organisation. And to trigger action most people will need to be engaged in supportive social networks or organisations. Spreading ideas in the absence of social reinforcement is not likely to be enough to trigger the needed change.
*<<include [[How behaviour spreads_Ref (2include) DB]]>>
*<<include [[Crossing the chasm_Ref (2include) DB]]>>
Some of the most powerful methods for transmitting complex ideas from person to person are:
*in depth one-to-one or very small group conversations
*structured training programs.(more to come on these topics below....... in a few days:
*Greater intensity of motivation
*Clearer, more complete and more honest logic
*Much better outcomes if actions successful
*Potentially strong recruitment possibilites (people & other resources) as awareness grows of the potential benefits of the climate rescue approach)<<fav>> | <<return>>
----
A fast rate of restoring the temperature should be beneficial rather than harmful because the system is moving back into the zone that most people and other living things are adapted to.!!!Speed – concurrent action
The key to speed is increasing concurrent action as opposed to only sequential action. And capacity building and effective vision sharing/coordination are critical to maximising successful concurrency.<<include [[Spiral graphic+text table (2include) DB]]>>NSW, SA, ACT forming local and international sub-national governments collaboration around net zero emissions
[[State govts join forces on realities of net zero targets|https://drive.google.com/file/d/1vcJJWA-Le_NR1VdAwUwHKxfD4IWsjoUV/view?usp=sharing]]!!!Strategic optimism and tactical pessimism
To be willing to //''take on''// worthwhile but difficult goals requires an attitude of strategic //''optimism''//. But to //''succeed''// with a difficult-to-achieve goal requires an attitude of tactical //''pessimism''// so that no risk or barrier is ignored and left unattended. A individual person can combine both strategic optimism and tactical pessimism.>//Article 2
>1. This Agreement, in enhancing the implementation of the Convention, including its objective, aims to strengthen the global response to the threat of climate change, in the context of sustainable development and efforts to eradicate poverty, including by:
>(a) Holding the increase in the global average temperature to ''well below 2°C'' above pre-industrial levels and pursuing efforts to ''limit the temperature increase to 1.5°C'' above pre-industrial levels, recognizing that this would significantly reduce the risks and impacts of climate change//The climate vulnerable include people, other living things or environmental or social systems that are suffering now or face future impacts from extreme weather events (fires, floods, storms, heatwaves, droughts, coastal storm surges, ecosystem breakdown) and systematic changes such as in temperatures, sea-level rise and ocean acidity[[(*)|Ocean acidification not a climate issue_PrinEtc]]. Young people as a whole are among the climate vulnerable because their future lives face hugely intensified climate-change-induced impacts unless drastic action is taken now.
People might care about the climate vulnerable for ethical reasons or because they include cultural or productive assets or life support systems or critical earth system elements.With emissions-only action:
• the upwards warming trend will not stop for about 20 years[[(*)|Emissions only action will not stop warming trend for 20y_brief (2include) DB]].
• the average earth temperature will likely reach +1.5°C by about 2030[[(*)|Likely to reach +1.5°C by about 2030_brief (2include) DB]]
• the average earth temperature will likely not drop below the present level for thousands of years.There isn’t just one way to use the goals that we set ourselves. We can use them to:
*//''paint a picture of who we are''// and how we see ourselves or how we want ourselves to be seen (this might be a private picture or often a public one in a world where identity and social media are major preoccupations);
*//''indicate what we want ‘some of’''//;
*//''point to a direction for change''//;
*//''reset the debate/struggle''// in the direction of a bigger goal;
*create an inspirational, tough challenge (//''stretch goal''//);
*identify //''an ideal goal''// that clearly identifies a strongly preferred end state, or
*set a //''literal concrete outcome''//, and perhaps deadline, for something that we want to fully achieve.
There can be //''intermediate''// or //''deep''// goals.
For an ‘//''identity''//’ (‘this is me’) goal, it may not be necessary to take any action to achieve the ostensible goal – the only necessary effort might be to associate ourselves with the goal.
For ‘//''some of''//’ and ‘//''directional''//’ goals, modest action and modest achievement might be enough to satisfy us or others.
An ‘//''ambit goal''//’ or ‘//''ambit claim''//’ involves making a large (sometimes exaggerated) demand expecting that the pressure for compromise will still lead to a better outcome than would have occurred otherwise.
A ‘//''stretch''//’ goal is designed to encourage a major effort and a high level of achievement, but there is no expectation that goal will be fully achieved in an absolute sense (70% to 90% is probably good enough!)
It is only with ‘//''literal''//’ goals that what we say we want is actually what we set out to achieve, in full.
//''Ideal goals''// could be treated as either stretch goals or as literal goals.
//''Intermediate''// goals are steps on the way to a //''deeper''// goal. It is tempting to think of some deep goals as //''ultimate''// or //''endstate''// goals, but by asking why a goal is being pursued, an even deeper goal can often be identified.
Goals can be consciously held or they can be implicit/subconscious or emergent. Conscious goals are often publicly declared or, if not, can easily be discovered by asking the people who are taking actions. But unconscious, implicit or emergent goals are often just as important, but they can only be discovered by observing the patterns in behaviour and reverse engineering a goal that would logically give rise to those actions.> //ARTICLE 2: OBJECTIVE: The ultimate objective of this Convention and any related legal instruments that the Conference of the Parties may adopt is to achieve, in accordance with the relevant provisions of the Convention, stabilization of greenhouse gas concentrations in the atmosphere at a level that would prevent dangerous anthropogenic interference with the climate system. Such a level should be achieved within a time-frame sufficient to allow ecosystems to adapt naturally to climate change, to ensure that food production is not threatened and to enable economic development to proceed in a sustainable manner.//!!!Value & limits of the concept of 'natural'The National Oceanic and Atmospheric Administration said its long-time monitoring station at Mauna Loa, Hawaii, averaged 421 parts per million of carbon dioxide for the month of May 2022, which is when the crucial greenhouse gas hits its yearly high. NOAA said carbon dioxide levels are now about the same as 4.1 to 4.5 million years ago in the Pliocene era, when temperatures were 3.9C hotter and sea levels were 5 to 25 metres higher than now.
https://www.abc.net.au/news/2022-06-04/carbon-dioxide-emissions-hold-firm/101126312<<fav>> | <<return>>
----
!!!The 'whole system package'
The table below is a useful way to map the scope of the whole system package that will be needed to protect the climate vulnerable:
<<include [[Whole system package table (2include) DB]]>>!!!Working across the political spectrum in democracies
In democracies governments change from time to time. And for the health of the society and the democratic process they //''need''// to change from time to time.
If an issue is important for essentially everyone then policy stability can only be assured if all the political coalitions that could form a government are committed to the policy in broad terms. (It would be crazy if alernating governments built and tore down the hospitals with each turn of the political cycle.)
Some changes in policy do begin with one side of politics but end up being adopted eventually by all the coalitions that could form a future government. But the risk of driving a major change from only one side of politics is that a huge polarisation can develop that gets frozen into long lasting identity politics making stable implementation over a few cycles of government very difficult or unlikely.
If a policy area needs to be dealt with decisively and with great urgency but it will inevitably take more than one election cycle then building support from all coalitions that could form a government could be vital
This suggests that the idea of climate rescue needs to be promoted across the political spectrum. (The high emitting industries are already using this strategy for their own purposes.)<<fav>> | <<return>>
----
[[Catalysis table (2include) DB]]
[[Earth system & local interventions table (2include) DB]]
[[Earth system areas & challenges table (2include) DB]]
[[Most effective way to deliver protection globally table (2include) DB]]
[[Population cohort recruitment and campaigning table (2include) DB]]
[[Power focuses table (2include) DB]]
[[Spiral graphic+text table (2include) DB]]
[[Targets to take on the 2 actions focuses approach table (2include) DB]]
[[Whole system package table (2include) DB]]
[[World regions table (2include) DB]]<table>
<tr>
<td class="borderless"></td>
<td class="grayed"><b>Core functions</b>
(to be retained by the Climate Rescue Catalyst Group)</td>
<td class="grayed"><b>Incubator functions</b>
(to develop ideas for others to pick up, or to develop action groups that can become independent, or for later incorporation into the Climate Rescue Catalyst Group)</td>
</tr>
<tr>
<td class="grayed"><b>Campaigning</b></td>
<td> </td>
<td>
</td>
</tr>
<tr>
<td class="grayed"><b>Research</b></td>
<td> </td>
<td>
</td>
</tr>
</table><style>
table {
width: 70%;
margin-left: 30px !important;
}
td {
width: calc(100% / 3);
}
</style>
<table>
<tr>
<td class="borderless"></td>
<td class="grayed"><b>Earth system level</b></td>
<td class="grayed"><b>Local level</b></td>
</tr>
<tr>
<td class="grayed"><b>Types of intervention</b></td>
<td>• Emissions elimination
• CO<sub>2</sub> drawdown to lower level in the air
• Fast cooling (if can be designed to be safe enough to use)
</td>
<td>• Human fire management
• Replanting, other species reintroductons
• Other conservation biology interventions
</td>
</tr>
</table><table>
<tr>
<td style="width: 30%;" class="grayed"><b>Earth system action areas</b></td>
<td style="width: 70%;" class="grayed"><center><b>Challenges</b></center></td>
</tr>
<tr>
<td>Zero emissions economy</td>
<td>How to achieve at emergency speed; technology development and cost reduction for currently difficult sectors</td>
</tr>
<tr>
<td>Excess CO<sub>2</sub> drawdown</td>
<td>What methods can be climate impact resistent? (eg. heat tolerant); how can it reach full scale?; how to reduce cost?; how to pay for?; how to achieve at emergency speed; </td>
</tr>
<tr>
<td>Excess methane removal</td>
<td>Is it technically feasible and safe?; how to reduce cost?; if possible and safe-how to achieve at emergency speed?; how can it reach full scale?</td>
</tr>
<tr>
<td>Fast cooling[[(*)|Fast cooling methods_Def (get)]]</td>
<td>How to ramp up research; can it be done with clear net environmental benefit (safely)?; if can be done safely-how to achieve at emergency speed?; how can it reach full scale?</td>
</tr>
<tr>
<td>Ocean alkalinity restoration</td>
<td>How to ramp up research; can it be done with clear net environmental benefit (safely)?; how to reduce cost?; how to pay for?; if can be done safely-how to achieve at emergency speed?; how can it reach full scale?</td>
</tr>
<tr>
<td>Stopping excess ice loss to the ocean</td>
<td>How to ramp up research; can it be done with clear net environmental benefit (safely)?; how to reduce cost?; how to pay for?; if can be done safely-how to achieve at emergency speed?; how can it reach full scale? [[|http://www.climatecodered.org/2022/06/we-need-to-talk-about-climate.html]], [[|https://www.breakthroughonline.org.au/johnmoore]], [[|https://www.sciencedirect.com/science/article/pii/S1674927820300940]]</td>
</tr>
</table><style>
table {
margin-left: 20px !important;
width: 650px;
}
</style>
<table>
<tr>
<th style="width: 20%;" class="grayed">System level</th>
<th style="width: 40%;" class="grayed">Physical strategy</th>
<th style="width: 40%;" class="grayed">Methods</th>
</tr>
<tr>
<td rowspan="2">Earth-system-level protection</td>
<td>Restoration of a naturally safe climate/ocean alkalinity</td>
<td><ul><li>Zero emissions economy</li><li>Drawdown of excess CO2 from air</li></ul></td>
</tr>
<tr>
<td>Providing safe conditions while a naturally safe climate is restored (safe passage).</td>
<td><ul><li>Fast cooling (solar reflection & cirrus cloud thinning</li><li>Neutralisation of ocean acidification</li><li>Slowing ice loss from ice sheets, glaciers and the Arctic Ocean</li></ul></td>
</tr>
<tr>
<td>Localised protection</td>
<td>Adaptation</td>
<td>(A multitude of measures)</td>
</tr>
</table><table>
<tr>
<td style="width: 25%;" class="grayed"><b>Starting point</b></td>
<td style="width: 25%;" class="grayed"><center><b>Recruitment</b></center></td>
<td style="width: 25%;" class="grayed"><center><b>Campaigning</b></center></td>
<td style="width: 25%;" class="grayed"><center><b>Complexity</b></center></td>
</tr>
<tr>
<td>Building the CRCG secretariat</td>
<td></td>
<td></td>
<td>High (generalists and specialists)</td>
</tr>
<tr>
<td>Project related networking (PCV, FCC, DCR)</td>
<td></td>
<td></td>
<td>High (generalists and specialists)</td>
</tr>
<tr>
<td>Grassroots mobilising in areas of high climate concern</td>
<td></td>
<td></td>
<td>Mixed</td>
</tr>
<tr>
<td>Youth networking</td>
<td></td>
<td></td>
<td>Mixed</td>
</tr>
<tr>
<td>Grassroots mobilising in areas of high climate vulnerability</td>
<td></td>
<td></td>
<td>Mixed</td>
</tr>
<tr>
<td>Grassroots mobilising in areas of high social influence</td>
<td></td>
<td></td>
<td>Mixed</td>
</tr>
<tr>
<td>Political party networking</td>
<td></td>
<td></td>
<td>Mixed</td>
</tr>
<tr>
<td>Networking amongst professionals</td>
<td></td>
<td></td>
<td>Mixed (leaning towards high)</td>
</tr>
<tr>
<td>Elite networking</td>
<td></td>
<td></td>
<td>Mixed (leaning towards high)</td>
</tr>
</table><style>
td {
width: calc(100% / 4);
}
</style><table>
<tr>
<td class="borderless"></td>
<td class="grayed"><center><b>Top down</b></center></td>
<td class="grayed"><center><b>Middle out</b></center></td>
<td class="grayed"><center><b>Bottom up</b></center></td>
</tr>
<tr>
<td class="grayed"><b>Power of ideas & skills</b></td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="grayed"><b>People power</b></td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="grayed"><b>Government power</b></td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="grayed"><b>Business/money power</b></td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class=&quo