Updated AMITT phase names to match DISARM

Этот коммит содержится в:
Sara-Jayne Terp 2022-01-26 09:04:40 -05:00
родитель c3eb948376
Коммит e451c21fca
8 изменённых файлов: 32 добавлений и 32 удалений

Двоичные данные
AMITT_MASTER_DATA/AMITT_FRAMEWORKS_MASTER.xlsx

Двоичный файл не отображается.

Просмотреть файл

@ -24,18 +24,18 @@ function handleTechniqueClick(box) {
<table border=1 bgcolor=silver> <table border=1 bgcolor=silver>
<tr bgcolor=fuchsia> <tr bgcolor=fuchsia>
<td>P01 Planning</td> <td>P01 Plan</td>
<td>P01 Planning</td> <td>P01 Plan</td>
<td>P02 Preparation</td> <td>P02 Prepare</td>
<td>P02 Preparation</td> <td>P02 Prepare</td>
<td>P02 Preparation</td> <td>P02 Prepare</td>
<td>P02 Preparation</td> <td>P02 Prepare</td>
<td>P02 Preparation</td> <td>P02 Prepare</td>
<td>P03 Execution</td> <td>P03 Execute</td>
<td>P03 Execution</td> <td>P03 Execute</td>
<td>P03 Execution</td> <td>P03 Execute</td>
<td>P03 Execution</td> <td>P03 Execute</td>
<td>P04 Evaluation</td> <td>P04 Assess</td>
</tr> </tr>
<tr bgcolor=aqua> <tr bgcolor=aqua>
<td>TA01 Strategic Planning</td> <td>TA01 Strategic Planning</td>

Просмотреть файл

@ -24,18 +24,18 @@ function handleTechniqueClick(box) {
<table border=1 bgcolor=silver> <table border=1 bgcolor=silver>
<tr bgcolor=fuchsia> <tr bgcolor=fuchsia>
<td>P01 Planning</td> <td>P01 Plan</td>
<td>P01 Planning</td> <td>P01 Plan</td>
<td>P02 Preparation</td> <td>P02 Prepare</td>
<td>P02 Preparation</td> <td>P02 Prepare</td>
<td>P02 Preparation</td> <td>P02 Prepare</td>
<td>P02 Preparation</td> <td>P02 Prepare</td>
<td>P02 Preparation</td> <td>P02 Prepare</td>
<td>P03 Execution</td> <td>P03 Execute</td>
<td>P03 Execution</td> <td>P03 Execute</td>
<td>P03 Execution</td> <td>P03 Execute</td>
<td>P03 Execution</td> <td>P03 Execute</td>
<td>P04 Evaluation</td> <td>P04 Assess</td>
</tr> </tr>
<tr bgcolor=aqua> <tr bgcolor=aqua>
<td>TA01 Strategic Planning</td> <td>TA01 Strategic Planning</td>

Просмотреть файл

@ -1,4 +1,4 @@
# Phase P01: Planning # Phase P01: Plan
* **Summary:** Envision the desired outcome. Lay out effective ways of achieving it. Communicate the vision, intent, and decisions, focusing on expected results. * **Summary:** Envision the desired outcome. Lay out effective ways of achieving it. Communicate the vision, intent, and decisions, focusing on expected results.

Просмотреть файл

@ -1,4 +1,4 @@
# Phase P02: Preparation # Phase P02: Prepare
* **Summary:** Activities conducted before execution to improve the ability to conduct the action. Examples include: development of the ecosystem needed to support the action: people, network, channels, content etc. * **Summary:** Activities conducted before execution to improve the ability to conduct the action. Examples include: development of the ecosystem needed to support the action: people, network, channels, content etc.

Просмотреть файл

@ -1,4 +1,4 @@
# Phase P03: Execution # Phase P03: Execute
* **Summary:** Run the action, from initial exposure to wrap-up and/or maintaining presence etc. * **Summary:** Run the action, from initial exposure to wrap-up and/or maintaining presence etc.

Просмотреть файл

@ -1,4 +1,4 @@
# Phase P04: Evaluation # Phase P04: Assess
* **Summary:** Evaluate effectiveness of action, for use in future plans * **Summary:** Evaluate effectiveness of action, for use in future plans

Просмотреть файл

@ -8,22 +8,22 @@
</tr> </tr>
<tr> <tr>
<td><a href="phases/P01.md">P01</a></td> <td><a href="phases/P01.md">P01</a></td>
<td>Planning</td> <td>Plan</td>
<td>Envision the desired outcome. Lay out effective ways of achieving it. Communicate the vision, intent, and decisions, focusing on expected results.</td> <td>Envision the desired outcome. Lay out effective ways of achieving it. Communicate the vision, intent, and decisions, focusing on expected results.</td>
</tr> </tr>
<tr> <tr>
<td><a href="phases/P02.md">P02</a></td> <td><a href="phases/P02.md">P02</a></td>
<td>Preparation</td> <td>Prepare</td>
<td>Activities conducted before execution to improve the ability to conduct the action. Examples include: development of the ecosystem needed to support the action: people, network, channels, content etc.</td> <td>Activities conducted before execution to improve the ability to conduct the action. Examples include: development of the ecosystem needed to support the action: people, network, channels, content etc.</td>
</tr> </tr>
<tr> <tr>
<td><a href="phases/P03.md">P03</a></td> <td><a href="phases/P03.md">P03</a></td>
<td>Execution</td> <td>Execute</td>
<td>Run the action, from initial exposure to wrap-up and/or maintaining presence etc.</td> <td>Run the action, from initial exposure to wrap-up and/or maintaining presence etc.</td>
</tr> </tr>
<tr> <tr>
<td><a href="phases/P04.md">P04</a></td> <td><a href="phases/P04.md">P04</a></td>
<td>Evaluation</td> <td>Assess</td>
<td>Evaluate effectiveness of action, for use in future plans</td> <td>Evaluate effectiveness of action, for use in future plans</td>
</tr> </tr>
</table> </table>