Skip to content

Latest commit

 

History

History
49 lines (42 loc) · 1.94 KB

index.md

File metadata and controls

49 lines (42 loc) · 1.94 KB
layout cardNum title published
page
0
Panic Button Training Kit
true
{% include JB/setup %}

Imagine Panic Button as the tip of an iceberg. For the app to be as effective as it can be, it needs to be enveloped in a larger risk assessment process. Understanding who the actors are, what they can do for (and against) you, and planning beforehand is as important as learning how to use the app.

We created a set of training cards for communities and HRD trainers, based on the methodology Amnesty International fine-tuned over months of assisting communities at risk to integrate the Panic Button into their work. The cards are meant to be used in 1-2 day workshops with a medium-sized group (20-30 participants), but they can also be consulted separately.

You can browse the cards online, or print them for use in workshops. We appreciate feedback: please let us know how the cards have been useful for you, and how they can be improved to better fit your needs.

Download The Kit

    {% assign cards = site.posts | sort:"date" %} {% for post in cards %} {% if post.layout contains 'post' %}
  • Goals:

    {{post.goals}}

    Methodology:

    {{post.methodology}}

    Timespan:

    {{post.timeSpan}}
  • {% endif %} {% endfor %}